.cpa-tooltip-positioning{--cpa-tooltip-border-style: .75rem solid transparent;position:absolute;display:flex;flex-direction:column;align-items:center;justify-content:center;border-bottom:var(--cpa-tooltip-border-style);border-left:var(--cpa-tooltip-border-style);border-right:var(--cpa-tooltip-border-style);left:50%;bottom:calc(75% - .77rem);transform:translate(-50%);transition:all .25s}.cpa-tooltip{border-radius:6px;padding:.25rem .75rem;height:auto;scale:.5;transition:scale .25s,opacity .25s;box-shadow:0 5px 10px 1px rgba(0,0,0,.675);z-index:1000;white-space:nowrap;writing-mode:horizontal-tb;text-orientation:mixed}.cpa-tooltip-positioning-hover .cpa-tooltip{scale:1}.cpa-tooltip-positioning.no-height .cpa-tooltip{height:0}.hover\:cpa-tooltip-positioning-hover:hover{bottom:calc(150% - .77rem)}.hover\:cpa-tooltip-positioning-hover:hover .cpa-tooltip{scale:1}.group:hover .group-hover\:cpa-tooltip-positioning-hover{bottom:calc(150% - .77rem)}.group:hover .group-hover\:cpa-tooltip-positioning-hover .cpa-tooltip{scale:1}pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#abb2bf;background:#282c34}.hljs-comment,.hljs-quote{color:#5c6370;font-style:italic}.hljs-doctag,.hljs-keyword,.hljs-formula{color:#c678dd}.hljs-section,.hljs-name,.hljs-selector-tag,.hljs-deletion,.hljs-subst{color:#e06c75}.hljs-literal{color:#56b6c2}.hljs-string,.hljs-regexp,.hljs-addition,.hljs-attribute,.hljs-meta .hljs-string{color:#98c379}.hljs-attr,.hljs-variable,.hljs-template-variable,.hljs-type,.hljs-selector-class,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-number{color:#d19a66}.hljs-symbol,.hljs-bullet,.hljs-link,.hljs-meta,.hljs-selector-id,.hljs-title{color:#61aeee}.hljs-built_in,.hljs-title.class_,.hljs-class .hljs-title{color:#e6c07b}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-link{text-decoration:underline}*{scrollbar-width:none}*::-webkit-scrollbar{display:none}:root{--cpa-scrollbar-z-index: 2000;--cpa-scrollbar-inner-z-index: 10000;--cpa-scrollbar-width: .5rem;--cpa-scrollbar-collapsed-width: .25rem;--cpa-scrollbar-detect-area-width: .5rem}.cpa-scrollbar-container{display:flex;flex-direction:row;justify-content:center}.cpa-scrollbar-positioning{position:sticky;width:0;height:100%;top:0;right:var(--cpa-scrollbar-width)}.cpa-scrollbar{position:sticky;top:0;right:.25rem;width:var(--cpa-scrollbar-width);border-right:var(--cpa-scrollbar-detect-area-width) solid transparent;height:var(--cpa-scrollbar-parent-visible-height);pointer-events:all;transform:rotateX(-1);-webkit-transform:scaleX(-1);-moz-transform:scaleX(-1);-o-transform:scaleX(-1);z-index:var(--cpa-scrollbar-z-index)}.cpa-scrollbar-inner{position:relative;width:var(--cpa-scrollbar-collapsed-width);height:var(--cpa-scrollbar-inner-height-percent);min-height:5%;opacity:0;top:var(--cpa-scrollbar-inner-scrolltop);background-color:var(--cpa-scrollbar-color);z-index:var(--cpa-scrollbar-inner-z-index);border-radius:.5rem;transition:all .4s,top 0s,height 0s}.cpa-scrollbar-show,.cpa-scrollbar-hover .cpa-scrollbar-inner{opacity:1!important}.cpa-scrollbar-inner-active{opacity:.25!important;width:var(--cpa-scrollbar-width)}.cpa-scrollbar-content{flex-grow:1}.hover\:cpa-scrollbar-hover:hover .cpa-scrollbar-inner{opacity:1!important}.hover\:cpa-scrollbar-inner-hover:hover{opacity:.5!important;width:var(--cpa-scrollbar-width);cursor:pointer}.cpa-daily-painting-actions-area{display:flex;flex-direction:column;align-items:flex-end}.cpa-daily-painting-add-to-favorite-btn{margin-top:.75rem;height:40px;width:40px;border-radius:100%;color:#fff;border:2px solid rgba(255,255,255);box-shadow:0 1px 4px rgba(0,0,0,.7);background-color:rgba(255,255,255,0);cursor:pointer;transition:background-color .25s}.cpa-daily-painting-add-to-favorite-btn:hover{background-color:rgba(255,255,255,.25)}.cpa-daily-painting-add-to-favorite-btn:active{background-color:rgba(255,255,255,.5)}.cpa-daily-painting-add-to-favorite-btn-disabled{opacity:.75}.cpa-daily-painting-add-to-favorite-btn svg{filter:drop-shadow(1px 1px 4px black)}@keyframes blur-in{0%{filter:blur(20px)}to{filter:blur(0)}}@keyframes blur-in-child{0%{scale:.95}to{scale:1}}@keyframes blur-out{0%{filter:blur(0)}to{filter:blur(20px)}}@keyframes blur-out-child{0%{scale:1}to{scale:.95}}.cpa-transition-blur-ink-stain{--cpa-transition-bis-bezier: cubic-bezier(.25, .1, .11, 1);transition:all .5s,opacity 1.5s}.cpa-transition-blur-ink-stain-in{animation:1s blur-in var(--cpa-transition-bis-bezier),1s opacity-in;animation-delay:.25s;animation-fill-mode:both}.cpa-transition-blur-ink-stain-in *{animation:1s blur-in-child var(--cpa-transition-bis-bezier);animation-fill-mode:both}.cpa-transition-blur-ink-stain-out{animation:1s blur-out var(--cpa-transition-bis-bezier),1s opacity-out 2.25s;animation-fill-mode:both}.cpa-transition-blur-ink-stain-out *{animation:1s blur-out-child var(--cpa-transition-bis-bezier);animation-fill-mode:both}.cpa-transitioin-bis-ripple-el{border-radius:50%;background-color:var(--ripple-color);opacity:0;position:absolute;top:var(--ripple-y);left:var(--ripple-x);width:10vw;height:10vw;transition:width 1.25s,height 1.25s,transform 1s,opacity .75s;transition-delay:calc(var(--ripple-idx) * .5s);transform:translate(-5vw) translateY(-5vw);z-index:2000}.cpa-transition-blur-ink-stain-out .cpa-transitioin-bis-ripple-el{width:80vw;height:80vw;opacity:1;transform:translate(-40vw) translateY(-40vw)}.cpa-menutabs-root{--cpa-menutabs-border-bottom-height: 1.5px}.cpa-menutabs-entry{color:var(--cpa-menutabs-primary);transition:opacity .2s;font-size:larger;cursor:pointer;-webkit-user-select:none;user-select:none;border-bottom:var(--cpa-menutabs-border-bottom-height) solid transparent}.cpa-menutabs-entry{opacity:.3}.cpa-menutabs-entry:hover{opacity:.625}.cpa-menutabs-entry:active,.cpa-menutabs-entry-active,.cpa-menutabs-entry-active:hover{opacity:1}.cpa-menutabs-entry-active:active{opacity:.65}.cpa-menutabs-bottom-border-rail{width:100%;height:var(--cpa-menutabs-border-bottom-height);background-color:rgb(from var(--cpa-menutabs-primary) r g b / 30%)}.cpa-menutabs-bottom-border-el{height:100%;position:relative;background-color:var(--cpa-menutabs-primary);width:var(--cpa-menutabs-bottom-border-width);left:var(--cpa-menutabs-border-bottom-left);transition:left .25s,width .25s}.cpa-debug-section-content-positioning{position:relative;top:.5rem;left:0}.cpa-debug-section-content{height:100%;width:100%;position:absolute;top:0;opacity:1;scale:1;transition:opacity .25s,scale .5s}.cpa-debug-section-content-hidden{opacity:0}.cpa-debug-section-content-anim-in{--cpa-anim-scale: 2;animation:scale-in .625s;animation-fill-mode:both}.anim-duration-5{animation-duration:.5s!important}.anim-flip-in{animation:.75s flip-in-ver-right;animation-fill-mode:both;transform-style:preserve-3d;perspective-origin:50% 50%}.anim-flip-out{animation:.75s flip-out-ver-right;animation-fill-mode:both;transform-style:preserve-3d;perspective-origin:50% 50%}.lazy-load-image-background.blur{filter:blur(15px)}.lazy-load-image-background.blur.lazy-load-image-loaded{filter:blur(0);transition:filter .3s}.lazy-load-image-background.blur>img{opacity:0}.lazy-load-image-background.blur.lazy-load-image-loaded>img{opacity:1;transition:opacity .3s}.cpa-feature-favorites-artworks-container{--mask-prop: linear-gradient( to bottom, transparent 0%, black 5%, black 95%, transparent 100% );-webkit-mask-image:var(--mask-prop);mask-image:var(--mask-prop);--cpa-feature-fvt-atw-container-edge-width: .625rem;width:calc(100% + 2.5rem);transform:translate(-1.25rem)}.cpa-feature-favorites-atw-loading,.cpa-feature-favorites-atw-main{transition:all .25s}.cpa-feature-favorites-atw-main{display:flex;overflow:scroll;margin-left:var(--cpa-feature-fvt-atw-container-edge-width);margin-right:var(--cpa-feature-fvt-atw-container-edge-width)}.cpa-feature-favorites-atw-column{position:relative;width:25%}.cpa-feature-fvt-atw-img-container{position:absolute;top:0;left:0;height:calc(var(--cpa-feature-fvt-atw-img-height) - 1.25rem);width:100%;transform:translateY(var(--cpa-feature-fvt-atw-img-top));box-shadow:1px 1px 10px rgba(0,0,0,.25);transition:box-shadow .5s;border-radius:10px;overflow:clip}.cpa-feature-fvt-atw-img-container:hover{box-shadow:3.5px 3.5px 18.5px rgba(0,0,0,.624)}@keyframes blurOut{0%{filter:blur(0)}to{filter:blur(15px)}}.cpa-feature-fvt-atw-img{break-inside:avoid;-webkit-user-select:none;user-select:none;object-fit:cover;object-position:center center;height:100%}.cpa-feature-fvt-atw-img-container-disliked .cpa-feature-fvt-atw-img,.cpa-feature-fvt-atw-img-container-disliked .cpa-feature-fvt-atw-img-desc-main-area{animation:blurOut .5s;animation-fill-mode:forwards;pointer-events:none}.cpa-feature-fvt-atw-img-desc-main-area{opacity:1;transition:opacity .5s}.cpa-feature-fvt-atw-img-container-disliked .cpa-feature-fvt-atw-img-desc-main-area{opacity:0}.cpa-feature-fvt-atw-img-desc-container{position:absolute;width:100%;min-height:2.5rem;max-height:12.5rem;bottom:-5rem;padding:1rem;color:#fff;background-color:rgba(0,0,0,.45);opacity:0;transition:all .5s}.cpa-feature-fvt-atw-img-container-disliked .cpa-feature-fvt-atw-img-desc-container,.cpa-feature-fvt-atw-img-desc-container-show{bottom:0;opacity:1}.cpa-feat-fvt-atw-img-info-icon{height:1rem;width:1rem}.cpa-feat-fvt-atw-img-info-text{margin-left:.25rem;margin-right:.25rem;font-size:14px}.cpa-feat-fvt-atw-img-desc-detail{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-clamp:3;overflow:hidden;text-overflow:ellipsis}.cpa-feat-fvt-atw-img-horizontal-hr{margin-left:auto;margin-right:auto;margin-top:.75rem;margin-bottom:.75rem;min-height:1px;width:100%;background-color:rgba(255,255,255,.376)}.cpa-feat-fvt-atw-img-action{display:flex;flex-direction:row;align-items:center;justify-content:center;opacity:.5}.cpa-feat-fvt-atw-img-action:hover{opacity:1}.cpa-feat-fvt-atw-img-action:active{opacity:.7}.cpa-feat-fvt-atw-img-action{transition:all .25s;cursor:pointer;flex-grow:1}.cpa-feat-fvt-atw-img-action-hr-verticle{margin-left:.5rem;margin-right:.5rem;height:18px;width:1.25px;background-color:rgba(255,255,255,.25)}.group:hover .group-hover\:cpa-feature-fvt-atw-img-desc-container-show{bottom:0;opacity:1}@keyframes opacity-in{0%{opacity:0}to{opacity:1}}@keyframes opacity-out{0%{opacity:1}to{opacity:0}}.anim-opacity-in{animation:.5s opacity-in;animation-fill-mode:both}.anim-opacity-out{animation:.5s opacity-out;animation-fill-mode:both}@keyframes opacity-in-half{0%{opacity:0}to{opacity:.5}}@keyframes opacity-out-half{0%{opacity:.5}to{opacity:0}}.anim-opacity-in-half{animation:.5s opacity-in-half;animation-fill-mode:both}.anim-opacity-out-half{animation:.5s opacity-out-half;animation-fill-mode:both}@keyframes scale-in{0%{scale:var(--cpa-anim-scale, 1.5)}to{scale:1}}@keyframes scale-out{0%{scale:1}to{scale:var(--cpa-anim-scale, 1.5)}}@keyframes flip-in-ver-right{0%{transform:perspective(900px) rotateY(-80deg);opacity:0}to{transform:perspective(900px) rotateY(0);opacity:1}}@keyframes flip-out-ver-right{0%{transform:perspective(900px) rotateY(0);opacity:1}to{transform:perspective(900px) rotateY(80deg);opacity:0}}@keyframes highlight-pulse{0%{box-shadow:0 0 rgba(216,158,104,.667);transform:scale(1)}50%{box-shadow:0 0 0 8px rgba(216,158,104,0);transform:scale(1.05)}to{box-shadow:0 0 rgba(216,158,104,0);transform:scale(1)}}.highlight-object-tag{animation:highlight-pulse .6s ease-out;background-color:rgba(216,158,104,.314)!important;border-color:rgba(216,158,104,.667)!important;transform:scale(1.05)!important;transition:all .3s ease-out!important}@keyframes recording-progress-grow{0%{stroke-dashoffset:194.78}to{stroke-dashoffset:0}}.cpa-favorites-section-content-positioning{position:relative;top:.5rem;left:0}.cpa-favorites-section-content{height:100%;width:100%;position:absolute;top:0;opacity:1;scale:1;transition:opacity .25s,scale .5s}.cpa-favorites-section-content-hidden{opacity:0}.cpa-favorites-section-content-anim-in{--cpa-anim-scale: 2;animation:scale-in .625s;animation-fill-mode:both}.cpa-resources-section-content-positioning{position:relative}.cpa-resources-section-content{position:absolute;top:0;left:0;width:100%;height:100%;opacity:1;transition:opacity .75s ease-in-out}.cpa-resources-section-content-anim-in{opacity:0;animation:fadeInResource .75s ease-in-out forwards}.cpa-resources-section-content-hidden{opacity:0}@keyframes fadeInResource{0%{opacity:0}to{opacity:1}}.resources-scrollbar{scrollbar-width:thin;scrollbar-color:#765A45 transparent}.resources-scrollbar::-webkit-scrollbar{width:8px}.resources-scrollbar::-webkit-scrollbar-track{background:transparent}.resources-scrollbar::-webkit-scrollbar-thumb{background-color:#765a45;border-radius:4px;-webkit-transition:background-color .2s ease;transition:background-color .2s ease}.resources-scrollbar::-webkit-scrollbar-thumb:hover{background-color:#8a6751}.resources-scrollbar.scrolling::-webkit-scrollbar-thumb{background-color:#8a6751}@font-face{font-family:QingLiuHengShanMaoBiT;src:url(/fonts/QingLiuHengShanMaoBiT-2.ttf) format("truetype");font-weight:400;font-style:normal;font-display:block}@font-face{font-family:ChillHuoFangSong;src:url(/fonts/ChillHuoFangSong_ConRegular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:block}html{font-size:16px;touch-action:manipulation;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{touch-action:manipulation;-webkit-touch-callout:none;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;user-drag:none}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.\!container{width:100%!important}.container{width:100%}@media (min-width: 640px){.\!container{max-width:640px!important}.container{max-width:640px}}@media (min-width: 880px){.\!container{max-width:880px!important}.container{max-width:880px}}@media (min-width: 1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media (min-width: 1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media (min-width: 1536px){.\!container{max-width:1536px!important}.container{max-width:1536px}}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:900;color:inherit}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:800;color:inherit}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-top:2em;margin-bottom:2em}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-family:inherit;color:var(--tw-prose-kbd);box-shadow:0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%),0 3px rgb(var(--tw-prose-kbd-shadows) / 10%);font-size:.875em;border-radius:.3125rem;padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;padding-inline-start:.375em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding-top:.8571429em;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-inline-start:1.1428571em}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){width:100%;table-layout:auto;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose{--tw-prose-body: #374151;--tw-prose-headings: #111827;--tw-prose-lead: #4b5563;--tw-prose-links: #111827;--tw-prose-bold: #111827;--tw-prose-counters: rgba(255, 255, 255, .8);--tw-prose-bullets: rgba(255, 255, 255, .8);--tw-prose-hr: #e5e7eb;--tw-prose-quotes: #111827;--tw-prose-quote-borders: #e5e7eb;--tw-prose-captions: #6b7280;--tw-prose-kbd: #111827;--tw-prose-kbd-shadows: 17 24 39;--tw-prose-code: #111827;--tw-prose-pre-code: #e5e7eb;--tw-prose-pre-bg: #1f2937;--tw-prose-th-borders: #d1d5db;--tw-prose-td-borders: #e5e7eb;--tw-prose-invert-body: #d1d5db;--tw-prose-invert-headings: #fff;--tw-prose-invert-lead: #9ca3af;--tw-prose-invert-links: #fff;--tw-prose-invert-bold: #fff;--tw-prose-invert-counters: #9ca3af;--tw-prose-invert-bullets: #4b5563;--tw-prose-invert-hr: #374151;--tw-prose-invert-quotes: #f3f4f6;--tw-prose-invert-quote-borders: #374151;--tw-prose-invert-captions: #9ca3af;--tw-prose-invert-kbd: #fff;--tw-prose-invert-kbd-shadows: 255 255 255;--tw-prose-invert-code: #fff;--tw-prose-invert-pre-code: #d1d5db;--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);--tw-prose-invert-th-borders: #4b5563;--tw-prose-invert-td-borders: #374151;font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.5714286em;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-sm{font-size:.875rem;line-height:1.7142857}.prose-sm :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em}.prose-sm :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2857143em;line-height:1.5555556;margin-top:.8888889em;margin-bottom:.8888889em}.prose-sm :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.1111111em}.prose-sm :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.1428571em;margin-top:0;margin-bottom:.8em;line-height:1.2}.prose-sm :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.4285714em;margin-top:1.6em;margin-bottom:.8em;line-height:1.4}.prose-sm :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2857143em;margin-top:1.5555556em;margin-bottom:.4444444em;line-height:1.5555556}.prose-sm :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.4285714em;margin-bottom:.5714286em;line-height:1.4285714}.prose-sm :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-sm :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;border-radius:.3125rem;padding-top:.1428571em;padding-inline-end:.3571429em;padding-bottom:.1428571em;padding-inline-start:.3571429em}.prose-sm :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em}.prose-sm :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}.prose-sm :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em}.prose-sm :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.6666667;margin-top:1.6666667em;margin-bottom:1.6666667em;border-radius:.25rem;padding-top:.6666667em;padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.prose-sm :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-inline-start:1.5714286em}.prose-sm :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-inline-start:1.5714286em}.prose-sm :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.2857143em;margin-bottom:.2857143em}.prose-sm :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4285714em}.prose-sm :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4285714em}.prose-sm :where(.prose-sm>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5714286em;margin-bottom:.5714286em}.prose-sm :where(.prose-sm>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(.prose-sm>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em}.prose-sm :where(.prose-sm>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(.prose-sm>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em}.prose-sm :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5714286em;margin-bottom:.5714286em}.prose-sm :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em}.prose-sm :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.2857143em;padding-inline-start:1.5714286em}.prose-sm :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2.8571429em;margin-bottom:2.8571429em}.prose-sm :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.5}.prose-sm :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.prose-sm :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-sm :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-sm :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.6666667em;padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.prose-sm :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-sm :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-sm :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-sm :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.3333333;margin-top:.6666667em}.prose-sm :where(.prose-sm>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(.prose-sm>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-base{font-size:1rem;line-height:1.75}.prose-base :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose-base :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose-base :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em}.prose-base :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose-base :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose-base :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose-base :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose-base :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-base :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-base :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-base :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-base :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em;border-radius:.3125rem;padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;padding-inline-start:.375em}.prose-base :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em}.prose-base :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em}.prose-base :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}.prose-base :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding-top:.8571429em;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-inline-start:1.1428571em}.prose-base :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose-base :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose-base :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose-base :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose-base :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose-base :where(.prose-base>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose-base :where(.prose-base>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose-base :where(.prose-base>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose-base :where(.prose-base>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose-base :where(.prose-base>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose-base :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose-base :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose-base :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose-base :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose-base :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:3em;margin-bottom:3em}.prose-base :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-base :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-base :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-base :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-base :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em;line-height:1.7142857}.prose-base :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose-base :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-base :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-base :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.5714286em;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose-base :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-base :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-base :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-base :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-base :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose-base :where(.prose-base>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-base :where(.prose-base>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.smart-scrollbar{scrollbar-width:none;-ms-overflow-style:none}.smart-scrollbar::-webkit-scrollbar{display:none;visibility:hidden}.app{height:100vh;width:100%;overflow:hidden;background-image:linear-gradient(135deg,#4d4032,#a9845d);font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.\!pointer-events-none{pointer-events:none!important}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.\!visible{visibility:visible!important}.visible{visibility:visible}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.-right-1\.5{right:-.375rem}.-top-1\.5{top:-.375rem}.-top-12{top:-3rem}.bottom-0{bottom:0}.bottom-16{bottom:4rem}.bottom-2{bottom:.5rem}.bottom-4{bottom:1rem}.bottom-8{bottom:2rem}.bottom-\[10px\]{bottom:10px}.bottom-\[15px\]{bottom:15px}.bottom-\[20px\]{bottom:20px}.bottom-\[40px\]{bottom:40px}.bottom-\[45px\]{bottom:45px}.bottom-\[50px\]{bottom:50px}.bottom-\[53px\]{bottom:53px}.bottom-\[5px\]{bottom:5px}.bottom-\[61px\]{bottom:61px}.bottom-\[80px\]{bottom:80px}.bottom-full{bottom:100%}.left-0{left:0}.left-1{left:.25rem}.left-1\/2{left:50%}.left-10{left:2.5rem}.left-2{left:.5rem}.left-4{left:1rem}.left-9{left:2.25rem}.left-\[-35px\]{left:-35px}.left-\[145px\]{left:145px}.left-\[20px\]{left:20px}.left-\[60px\]{left:60px}.right-0{right:0}.right-10{right:2.5rem}.right-2{right:.5rem}.right-4{right:1rem}.right-6{right:1.5rem}.right-\[15px\]{right:15px}.right-\[16px\]{right:16px}.right-\[20px\]{right:20px}.right-\[36px\]{right:36px}.right-\[5px\]{right:5px}.right-\[95px\]{right:95px}.top-0{top:0}.top-1{top:.25rem}.top-1\/2{top:50%}.top-12{top:3rem}.top-14{top:3.5rem}.top-2{top:.5rem}.top-4{top:1rem}.top-7{top:1.75rem}.top-\[14px\]{top:14px}.top-\[18px\]{top:18px}.top-\[220px\]{top:220px}.top-\[28px\]{top:28px}.top-\[38px\]{top:38px}.top-\[50\%\]{top:50%}.top-\[70px\]{top:70px}.top-full{top:100%}.isolate{isolation:isolate}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-\[6000\]{z-index:6000}.z-\[9999\]{z-index:9999}.m-auto{margin:auto}.m-lg{margin:24px}.m-xl{margin:32px}.\!my-4{margin-top:1rem!important;margin-bottom:1rem!important}.mx-0\.5{margin-left:.125rem;margin-right:.125rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-\[0\.625rem\]{margin-left:.625rem;margin-right:.625rem}.mx-\[3px\]{margin-left:3px;margin-right:3px}.mx-\[4px\]{margin-left:4px;margin-right:4px}.mx-auto{margin-left:auto;margin-right:auto}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-\[10px\]{margin-top:10px;margin-bottom:10px}.my-auto{margin-top:auto;margin-bottom:auto}.\!mb-1{margin-bottom:.25rem!important}.\!mb-4{margin-bottom:1rem!important}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-\[0\.5em\]{margin-bottom:.5em}.mb-\[120px\]{margin-bottom:120px}.mb-\[16px\]{margin-bottom:16px}.mb-\[20px\]{margin-bottom:20px}.mb-\[9px\]{margin-bottom:9px}.ml-0\.5{margin-left:.125rem}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-4{margin-left:1rem}.ml-\[42px\]{margin-left:42px}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mr-auto{margin-right:auto}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-\[0\.425rem\]{margin-top:.425rem}.mt-\[0\.5rem\]{margin-top:.5rem}.mt-\[0px\]{margin-top:0}.mt-\[4px\]{margin-top:4px}.mt-\[70px\]{margin-top:70px}.mt-xl{margin-top:32px}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.aspect-\[4\/3\]{aspect-ratio:4/3}.\!h-\[165px\]{height:165px!important}.h-0{height:0px}.h-0\.5{height:.125rem}.h-1{height:.25rem}.h-1\.5{height:.375rem}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-16{height:4rem}.h-2{height:.5rem}.h-20{height:5rem}.h-24{height:6rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-32{height:8rem}.h-4{height:1rem}.h-48{height:12rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-64{height:16rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-\[0\.875rem\]{height:.875rem}.h-\[11px\]{height:11px}.h-\[160px\]{height:160px}.h-\[165px\]{height:165px}.h-\[180px\]{height:180px}.h-\[18px\]{height:18px}.h-\[1em\]{height:1em}.h-\[1px\]{height:1px}.h-\[20px\]{height:20px}.h-\[26px\]{height:26px}.h-\[30px\]{height:30px}.h-\[321px\]{height:321px}.h-\[322px\]{height:322px}.h-\[35px\]{height:35px}.h-\[38px\]{height:38px}.h-\[4\.5rem\]{height:4.5rem}.h-\[40\.58px\]{height:40.58px}.h-\[460px\]{height:460px}.h-\[49px\]{height:49px}.h-\[4px\]{height:4px}.h-\[52px\]{height:52px}.h-\[55px\]{height:55px}.h-\[5px\]{height:5px}.h-\[64px\]{height:64px}.h-\[66px\]{height:66px}.h-\[7\.7px\]{height:7.7px}.h-\[87px\]{height:87px}.h-auto{height:auto}.h-full{height:100%}.h-md{height:16px}.h-px{height:1px}.h-screen{height:100vh}.max-h-\[165px\]{max-height:165px}.max-h-full{max-height:100%}.min-h-0{min-height:0px}.min-h-\[120px\]{min-height:120px}.min-h-\[122px\]{min-height:122px}.min-h-\[200px\]{min-height:200px}.min-h-\[280px\]{min-height:280px}.min-h-\[400px\]{min-height:400px}.min-h-\[587px\]{min-height:587px}.min-h-\[60px\]{min-height:60px}.min-h-screen{min-height:100vh}.\!w-full{width:100%!important}.w-0{width:0px}.w-1{width:.25rem}.w-1\.5{width:.375rem}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-12{width:3rem}.w-16{width:4rem}.w-2{width:.5rem}.w-20{width:5rem}.w-24{width:6rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-32{width:8rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-80{width:20rem}.w-9{width:2.25rem}.w-\[0\.875rem\]{width:.875rem}.w-\[11px\]{width:11px}.w-\[140px\]{width:140px}.w-\[160px\]{width:160px}.w-\[170px\]{width:170px}.w-\[180px\]{width:180px}.w-\[18px\]{width:18px}.w-\[200px\]{width:200px}.w-\[20px\]{width:20px}.w-\[219px\]{width:219px}.w-\[228px\]{width:228px}.w-\[252px\]{width:252px}.w-\[280px\]{width:280px}.w-\[292px\]{width:292px}.w-\[300px\]{width:300px}.w-\[30px\]{width:30px}.w-\[326px\]{width:326px}.w-\[38px\]{width:38px}.w-\[39px\]{width:39px}.w-\[3px\]{width:3px}.w-\[4\.5rem\]{width:4.5rem}.w-\[416px\]{width:416px}.w-\[4px\]{width:4px}.w-\[55px\]{width:55px}.w-\[64px\]{width:64px}.w-\[7\.7px\]{width:7.7px}.w-\[864px\]{width:864px}.w-\[87px\]{width:87px}.w-\[89\.91px\]{width:89.91px}.w-\[calc\(100vw-3rem\)\]{width:calc(100vw - 3rem)}.w-auto{width:auto}.w-full{width:100%}.w-md{width:16px}.w-px{width:1px}.min-w-0{min-width:0px}.min-w-\[120px\]{min-width:120px}.min-w-\[200px\]{min-width:200px}.min-w-\[2rem\]{min-width:2rem}.min-w-\[50px\]{min-width:50px}.min-w-fit{min-width:fit-content}.min-w-full{min-width:100%}.max-w-28{max-width:7rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-\[320px\]{max-width:320px}.max-w-\[50\%\]{max-width:50%}.max-w-\[695px\]{max-width:695px}.max-w-\[88\.8\%\]{max-width:88.8%}.max-w-full{max-width:100%}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.flex-1{flex:1 1 0%}.flex-shrink-0{flex-shrink:0}.flex-grow,.grow{flex-grow:1}.border-collapse{border-collapse:collapse}.-translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-0{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-1{--tw-translate-x: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-full{--tw-translate-x: 100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-1\/2{--tw-translate-y: 50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\[-50\%\]{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-45{--tw-rotate: 45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-100{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-105{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-110{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-125{--tw-scale-x: 1.25;--tw-scale-y: 1.25;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-95{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-default{cursor:default}.cursor-e-resize{cursor:e-resize}.cursor-grab{cursor:grab}.cursor-help{cursor:help}.cursor-move{cursor:move}.cursor-n-resize{cursor:n-resize}.cursor-ne-resize{cursor:ne-resize}.cursor-not-allowed{cursor:not-allowed}.cursor-nw-resize{cursor:nw-resize}.cursor-pointer{cursor:pointer}.cursor-s-resize{cursor:s-resize}.cursor-se-resize{cursor:se-resize}.cursor-sw-resize{cursor:sw-resize}.cursor-w-resize{cursor:w-resize}.cursor-wait{cursor:wait}.touch-none{touch-action:none}.touch-manipulation{touch-action:manipulation}.select-none{-webkit-user-select:none;user-select:none}.select-text{-webkit-user-select:text;user-select:text}.resize-none{resize:none}.resize-y{resize:vertical}.resize{resize:both}.list-decimal{list-style-type:decimal}.list-disc{list-style-type:disc}.appearance-none{-webkit-appearance:none;appearance:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-0{gap:0px}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-\[0\.5em\]{gap:.5em}.gap-\[20px\]{gap:20px}.space-x-0>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(0px * var(--tw-space-x-reverse));margin-left:calc(0px * calc(1 - var(--tw-space-x-reverse)))}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.space-y-\[0\.5em\]>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5em * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5em * var(--tw-space-y-reverse))}.space-y-\[1em\]>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1em * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1em * var(--tw-space-y-reverse))}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-x-clip{overflow-x:clip}.overflow-y-scroll{overflow-y:scroll}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-ellipsis{text-overflow:ellipsis}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-\[10px\]{border-radius:10px}.rounded-\[12px\]{border-radius:12px}.rounded-\[14px\]{border-radius:14px}.rounded-\[16px\]{border-radius:16px}.rounded-\[1px\]{border-radius:1px}.rounded-\[20px\]{border-radius:20px}.rounded-\[30px\]{border-radius:30px}.rounded-\[4px\]{border-radius:4px}.rounded-\[5px\]{border-radius:5px}.rounded-\[6px\]{border-radius:6px}.rounded-\[8px\]{border-radius:8px}.rounded-full{border-radius:50%}.rounded-lg{border-radius:30px}.rounded-md{border-radius:20px}.rounded-sm{border-radius:6px}.rounded-sm-2{border-radius:10px}.\!rounded-r{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-b-md{border-bottom-right-radius:20px;border-bottom-left-radius:20px}.rounded-l-\[6px\]{border-top-left-radius:6px;border-bottom-left-radius:6px}.rounded-t-md{border-top-left-radius:20px;border-top-right-radius:20px}.rounded-bl-\[10px\]{border-bottom-left-radius:10px}.rounded-br-\[10px\]{border-bottom-right-radius:10px}.rounded-tl-\[10px\]{border-top-left-radius:10px}.rounded-tr-\[10px\]{border-top-right-radius:10px}.border{border-width:1px}.border-0{border-width:0px}.border-2{border-width:2px}.border-4{border-width:4px}.border-\[0px\]{border-width:0px}.border-\[1px\]{border-width:1px}.border-\[2px\]{border-width:2px}.border-\[3px\]{border-width:3px}.\!border-l-4{border-left-width:4px!important}.border-b{border-bottom-width:1px}.border-b-2,.border-b-\[2px\]{border-bottom-width:2px}.border-l{border-left-width:1px}.border-l-2{border-left-width:2px}.border-l-4,.border-l-\[4px\]{border-left-width:4px}.border-r{border-right-width:1px}.border-r-2{border-right-width:2px}.border-r-4,.border-r-\[4px\]{border-right-width:4px}.border-t{border-top-width:1px}.border-t-2{border-top-width:2px}.border-t-4,.border-t-\[4px\]{border-top-width:4px}.border-none{border-style:none}.\!border-primary\/40{border-color:rgba(216,158,104,.4)!important}.border-\[\#4A392C\]{--tw-border-opacity: 1;border-color:rgb(74 57 44 / var(--tw-border-opacity, 1))}.border-\[\#6B4343\]{--tw-border-opacity: 1;border-color:rgb(107 67 67 / var(--tw-border-opacity, 1))}.border-\[\#6B5943\]{--tw-border-opacity: 1;border-color:rgb(107 89 67 / var(--tw-border-opacity, 1))}.border-\[\#765A45\]{--tw-border-opacity: 1;border-color:rgb(118 90 69 / var(--tw-border-opacity, 1))}.border-\[\#846C53\]{--tw-border-opacity: 1;border-color:rgb(132 108 83 / var(--tw-border-opacity, 1))}.border-\[\#B5977A\]{--tw-border-opacity: 1;border-color:rgb(181 151 122 / var(--tw-border-opacity, 1))}.border-\[\#D89E68\]{--tw-border-opacity: 1;border-color:rgb(216 158 104 / var(--tw-border-opacity, 1))}.border-appreciation-annotation-active{border-color:#d89e68}.border-appreciation-annotation-dark{border-color:rgba(216,158,104,.5)}.border-border-color{--tw-border-opacity: 1;border-color:rgb(74 57 44 / var(--tw-border-opacity, 1))}.border-border-color-light{--tw-border-opacity: 1;border-color:rgb(118 90 69 / var(--tw-border-opacity, 1))}.border-border-color\/20{border-color:rgba(74,57,44,.2)}.border-border-color\/30{border-color:rgba(74,57,44,.3)}.border-border-color\/60{border-color:rgba(74,57,44,.6)}.border-border-subtle{--tw-border-opacity: 1;border-color:rgb(90 68 54 / var(--tw-border-opacity, 1))}.border-border-subtle\/30{border-color:rgba(90,68,54,.3)}.border-primary{--tw-border-opacity: 1;border-color:rgb(216 158 104 / var(--tw-border-opacity, 1))}.border-primary\/20{border-color:rgba(216,158,104,.2)}.border-primary\/30{border-color:rgba(216,158,104,.3)}.border-primary\/40{border-color:rgba(216,158,104,.4)}.border-primary\/50{border-color:rgba(216,158,104,.5)}.border-red-300{--tw-border-opacity: 1;border-color:rgb(252 165 165 / var(--tw-border-opacity, 1))}.border-red-500{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.border-red-500\/30{border-color:rgba(239,68,68,.3)}.border-secondary-text{--tw-border-opacity: 1;border-color:rgb(184 157 129 / var(--tw-border-opacity, 1))}.border-text\/10{border-color:rgba(242,208,175,.1)}.border-text\/20{border-color:rgba(242,208,175,.2)}.border-text\/30{border-color:rgba(242,208,175,.3)}.border-text\/40{border-color:rgba(242,208,175,.4)}.border-text\/50{border-color:rgba(242,208,175,.5)}.border-transparent{border-color:transparent}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.border-white\/10{border-color:rgba(255,255,255,.1)}.border-white\/20{border-color:rgba(255,255,255,.2)}.border-white\/30{border-color:rgba(255,255,255,.3)}.border-white\/40{border-color:rgba(255,255,255,.4)}.border-white\/60{border-color:rgba(255,255,255,.6)}.border-white\/80{border-color:rgba(255,255,255,.8)}.border-yellow-600{--tw-border-opacity: 1;border-color:rgb(202 138 4 / var(--tw-border-opacity, 1))}.border-l-transparent{border-left-color:transparent}.border-r-primary{--tw-border-opacity: 1;border-right-color:rgb(216 158 104 / var(--tw-border-opacity, 1))}.border-r-transparent{border-right-color:transparent}.border-t-appreciation-tooltip-bg{border-top-color:rgba(0,0,0,.45)}.border-t-black\/5{border-top-color:rgba(0,0,0,.05)}.border-t-border-subtle{--tw-border-opacity: 1;border-top-color:rgb(90 68 54 / var(--tw-border-opacity, 1))}.border-t-primary{--tw-border-opacity: 1;border-top-color:rgb(216 158 104 / var(--tw-border-opacity, 1))}.border-t-transparent{border-top-color:transparent}.border-t-white{--tw-border-opacity: 1;border-top-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.border-opacity-60{--tw-border-opacity: .6}.border-opacity-80{--tw-border-opacity: .8}.\!bg-black{--tw-bg-opacity: 1 !important;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))!important}.\!bg-input-bg{background-color:rgba(67,52,35,.5)!important}.bg-\[\#252119\]{--tw-bg-opacity: 1;background-color:rgb(37 33 25 / var(--tw-bg-opacity, 1))}.bg-\[\#29221C\]{--tw-bg-opacity: 1;background-color:rgb(41 34 28 / var(--tw-bg-opacity, 1))}.bg-\[\#3B2A16\]{--tw-bg-opacity: 1;background-color:rgb(59 42 22 / var(--tw-bg-opacity, 1))}.bg-\[\#483725\]{--tw-bg-opacity: 1;background-color:rgb(72 55 37 / var(--tw-bg-opacity, 1))}.bg-\[\#4A2E2E\]{--tw-bg-opacity: 1;background-color:rgb(74 46 46 / var(--tw-bg-opacity, 1))}.bg-\[\#4A3D2E\]{--tw-bg-opacity: 1;background-color:rgb(74 61 46 / var(--tw-bg-opacity, 1))}.bg-\[\#5a4436\]{--tw-bg-opacity: 1;background-color:rgb(90 68 54 / var(--tw-bg-opacity, 1))}.bg-\[\#6B5242\]{--tw-bg-opacity: 1;background-color:rgb(107 82 66 / var(--tw-bg-opacity, 1))}.bg-\[\#755536\]{--tw-bg-opacity: 1;background-color:rgb(117 85 54 / var(--tw-bg-opacity, 1))}.bg-\[\#765A45\]{--tw-bg-opacity: 1;background-color:rgb(118 90 69 / var(--tw-bg-opacity, 1))}.bg-\[\#C5905F\]{--tw-bg-opacity: 1;background-color:rgb(197 144 95 / var(--tw-bg-opacity, 1))}.bg-\[\#D89E68\]{--tw-bg-opacity: 1;background-color:rgb(216 158 104 / var(--tw-bg-opacity, 1))}.bg-\[\#D9D9D9\]{--tw-bg-opacity: 1;background-color:rgb(217 217 217 / var(--tw-bg-opacity, 1))}.bg-\[\#F2D0AF\]{--tw-bg-opacity: 1;background-color:rgb(242 208 175 / var(--tw-bg-opacity, 1))}.bg-\[rgba\(0\,0\,0\,0\.2\)\]{background-color:rgba(0,0,0,.2)}.bg-\[rgba\(67\,52\,35\,0\.5\)\]{background-color:rgba(67,52,35,.5)}.bg-\[rgba\(67\,52\,35\,0\.8\)\]{background-color:rgba(67,52,35,.8)}.bg-appreciation-annotation-active{background-color:#d89e68}.bg-appreciation-annotation-dark{background-color:rgba(216,158,104,.5)}.bg-appreciation-audio-bg{--tw-bg-opacity: 1;background-color:rgb(103 82 57 / var(--tw-bg-opacity, 1))}.bg-appreciation-control-btn-bg{background-color:rgba(219,151,82,.4)}.bg-appreciation-mini-nav-bg{--tw-bg-opacity: 1;background-color:rgb(37 33 25 / var(--tw-bg-opacity, 1))}.bg-appreciation-overlay{background-color:rgba(0,0,0,.7)}.bg-appreciation-sidebar-bg{background-color:rgba(17,13,10,.71)}.bg-appreciation-sidebar-bg\/50{background-color:rgba(17,13,10,.5)}.bg-appreciation-tooltip-bg{background-color:rgba(0,0,0,.45)}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-black\/0{background-color:rgba(0,0,0,0)}.bg-black\/10{background-color:rgba(0,0,0,.1)}.bg-black\/20{background-color:rgba(0,0,0,.2)}.bg-black\/30{background-color:rgba(0,0,0,.3)}.bg-black\/40{background-color:rgba(0,0,0,.4)}.bg-black\/5{background-color:rgba(0,0,0,.05)}.bg-black\/50{background-color:rgba(0,0,0,.5)}.bg-black\/60{background-color:rgba(0,0,0,.6)}.bg-black\/80{background-color:rgba(0,0,0,.8)}.bg-border-subtle{--tw-bg-opacity: 1;background-color:rgb(90 68 54 / var(--tw-bg-opacity, 1))}.bg-brown-gray{--tw-bg-opacity: 1;background-color:rgb(162 151 138 / var(--tw-bg-opacity, 1))}.bg-date-text{--tw-bg-opacity: 1;background-color:rgb(221 194 166 / var(--tw-bg-opacity, 1))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.bg-gray-500\/40{background-color:rgba(107,114,128,.4)}.bg-gray-700{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.bg-green-400{--tw-bg-opacity: 1;background-color:rgb(74 222 128 / var(--tw-bg-opacity, 1))}.bg-green-500\/20{background-color:rgba(34,197,94,.2)}.bg-green-600{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}.bg-green-600\/90{background-color:rgba(22,163,74,.9)}.bg-hover-bg-dark{--tw-bg-opacity: 1;background-color:rgb(64 47 27 / var(--tw-bg-opacity, 1))}.bg-icon-bg{background-color:rgba(219,151,82,.4)}.bg-input-bg{background-color:rgba(67,52,35,.5)}.bg-painting-frame-outer{background-color:rgba(162,135,111,.8)}.bg-primary{--tw-bg-opacity: 1;background-color:rgb(216 158 104 / var(--tw-bg-opacity, 1))}.bg-primary\/10{background-color:rgba(216,158,104,.1)}.bg-primary\/15{background-color:rgba(216,158,104,.15)}.bg-primary\/20{background-color:rgba(216,158,104,.2)}.bg-primary\/30{background-color:rgba(216,158,104,.3)}.bg-primary\/40{background-color:rgba(216,158,104,.4)}.bg-primary\/5{background-color:rgba(216,158,104,.05)}.bg-primary\/50{background-color:rgba(216,158,104,.5)}.bg-primary\/60{background-color:rgba(216,158,104,.6)}.bg-primary\/80{background-color:rgba(216,158,104,.8)}.bg-primary\/90{background-color:rgba(216,158,104,.9)}.bg-red-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.bg-red-500\/20{background-color:rgba(239,68,68,.2)}.bg-red-500\/60{background-color:rgba(239,68,68,.6)}.bg-red-600{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.bg-red-600\/90{background-color:rgba(220,38,38,.9)}.bg-red-900\/20{background-color:rgba(127,29,29,.2)}.bg-red-900\/80{background-color:rgba(127,29,29,.8)}.bg-secondary-text{--tw-bg-opacity: 1;background-color:rgb(184 157 129 / var(--tw-bg-opacity, 1))}.bg-secondary-text\/10{background-color:rgba(184,157,129,.1)}.bg-secondary-text\/50{background-color:rgba(184,157,129,.5)}.bg-select-bg-dark{--tw-bg-opacity: 1;background-color:rgb(59 42 22 / var(--tw-bg-opacity, 1))}.bg-sidebar-bg{--tw-bg-opacity: 1;background-color:rgb(72 55 37 / var(--tw-bg-opacity, 1))}.bg-sidebar-bg\/20{background-color:rgba(72,55,37,.2)}.bg-sidebar-bg\/30{background-color:rgba(72,55,37,.3)}.bg-sidebar-bg\/50{background-color:rgba(72,55,37,.5)}.bg-sidebar-bg\/60{background-color:rgba(72,55,37,.6)}.bg-sidebar-bg\/80{background-color:rgba(72,55,37,.8)}.bg-sidebar-bg\/90{background-color:rgba(72,55,37,.9)}.bg-text\/10{background-color:rgba(242,208,175,.1)}.bg-text\/20{background-color:rgba(242,208,175,.2)}.bg-text\/5{background-color:rgba(242,208,175,.05)}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-white\/10{background-color:rgba(255,255,255,.1)}.bg-white\/20{background-color:rgba(255,255,255,.2)}.bg-white\/30{background-color:rgba(255,255,255,.3)}.bg-white\/40{background-color:rgba(255,255,255,.4)}.bg-white\/5{background-color:rgba(255,255,255,.05)}.bg-white\/60{background-color:rgba(255,255,255,.6)}.bg-white\/80{background-color:rgba(255,255,255,.8)}.bg-yellow-400\/20{background-color:rgba(250,204,21,.2)}.bg-yellow-500{--tw-bg-opacity: 1;background-color:rgb(234 179 8 / var(--tw-bg-opacity, 1))}.bg-opacity-10{--tw-bg-opacity: .1}.bg-opacity-30{--tw-bg-opacity: .3}.bg-opacity-5{--tw-bg-opacity: .05}.bg-opacity-75{--tw-bg-opacity: .75}.bg-opacity-90{--tw-bg-opacity: .9}.bg-\[linear-gradient\(to_bottom\,rgba\(0\,0\,0\,0\)_0\%\,rgba\(0\,0\,0\,0\.1\)_71\%\,rgba\(0\,0\,0\,0\.2\)_100\%\)\]{background-image:linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.1) 71%,rgba(0,0,0,.2))}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.bg-main-gradient{background-image:linear-gradient(135deg,#4d4032,#a9845d)}.from-\[\#B5977A\]{--tw-gradient-from: #B5977A var(--tw-gradient-from-position);--tw-gradient-to: rgb(181 151 122 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-\[\#D89E68\]{--tw-gradient-from: #D89E68 var(--tw-gradient-from-position);--tw-gradient-to: rgb(216 158 104 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-black\/60{--tw-gradient-from: rgb(0 0 0 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-border-color-light\/30{--tw-gradient-from: rgb(118 90 69 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(118 90 69 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-border-color-light\/50{--tw-gradient-from: rgb(118 90 69 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(118 90 69 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-400{--tw-gradient-from: #9ca3af var(--tw-gradient-from-position);--tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-primary{--tw-gradient-from: #D89E68 var(--tw-gradient-from-position);--tw-gradient-to: rgb(216 158 104 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-primary\/10{--tw-gradient-from: rgb(216 158 104 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(216 158 104 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-primary\/20{--tw-gradient-from: rgb(216 158 104 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(216 158 104 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-primary\/40{--tw-gradient-from: rgb(216 158 104 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(216 158 104 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-500\/10{--tw-gradient-from: rgb(239 68 68 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-secondary-text\/10{--tw-gradient-from: rgb(184 157 129 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(184 157 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-sidebar-bg{--tw-gradient-from: #483725 var(--tw-gradient-from-position);--tw-gradient-to: rgb(72 55 37 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.via-border-color-light\/10{--tw-gradient-to: rgb(118 90 69 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(118 90 69 / .1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-primary\/5{--tw-gradient-to: rgb(216 158 104 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(216 158 104 / .05) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-red-500\/5{--tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(239 68 68 / .05) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-secondary-text\/5{--tw-gradient-to: rgb(184 157 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(184 157 129 / .05) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-transparent{--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to)}.to-\[\#8B6F47\]{--tw-gradient-to: #8B6F47 var(--tw-gradient-to-position)}.to-\[\#B18053\]{--tw-gradient-to: #B18053 var(--tw-gradient-to-position)}.to-border-color-light\/20{--tw-gradient-to: rgb(118 90 69 / .2) var(--tw-gradient-to-position)}.to-gray-600{--tw-gradient-to: #4b5563 var(--tw-gradient-to-position)}.to-hover-bg-dark{--tw-gradient-to: #402F1B var(--tw-gradient-to-position)}.to-primary\/10{--tw-gradient-to: rgb(216 158 104 / .1) var(--tw-gradient-to-position)}.to-primary\/30{--tw-gradient-to: rgb(216 158 104 / .3) var(--tw-gradient-to-position)}.to-transparent{--tw-gradient-to: transparent var(--tw-gradient-to-position)}.bg-contain{background-size:contain}.bg-cover{background-size:cover}.bg-center{background-position:center}.bg-no-repeat{background-repeat:no-repeat}.fill-white{fill:#fff}.object-contain{object-fit:contain}.object-cover{object-fit:cover}.p-0{padding:0}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-\[20px\]{padding:20px}.\!px-4{padding-left:1rem!important;padding-right:1rem!important}.\!py-1\.5{padding-top:.375rem!important;padding-bottom:.375rem!important}.px-0{padding-left:0;padding-right:0}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-12{padding-left:3rem;padding-right:3rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-7{padding-left:1.75rem;padding-right:1.75rem}.px-8{padding-left:2rem;padding-right:2rem}.px-\[10px\]{padding-left:10px;padding-right:10px}.px-\[14px\]{padding-left:14px;padding-right:14px}.px-\[18px\]{padding-left:18px;padding-right:18px}.px-\[1rem\]{padding-left:1rem;padding-right:1rem}.px-\[24px\]{padding-left:24px;padding-right:24px}.px-\[26px\]{padding-left:26px;padding-right:26px}.px-\[5px\]{padding-left:5px;padding-right:5px}.px-\[7\%\]{padding-left:7%;padding-right:7%}.px-\[74px\]{padding-left:74px;padding-right:74px}.px-\[8px\]{padding-left:8px;padding-right:8px}.px-lg{padding-left:24px;padding-right:24px}.px-md{padding-left:16px;padding-right:16px}.px-message-x{padding-left:8px;padding-right:8px}.py-0{padding-top:0;padding-bottom:0}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-\[0\.375rem\]{padding-top:.375rem;padding-bottom:.375rem}.py-\[10px\]{padding-top:10px;padding-bottom:10px}.py-\[12px\]{padding-top:12px;padding-bottom:12px}.py-\[20px\]{padding-top:20px;padding-bottom:20px}.py-\[2px\]{padding-top:2px;padding-bottom:2px}.py-\[4\.5\%\]{padding-top:4.5%;padding-bottom:4.5%}.py-\[8px\]{padding-top:8px;padding-bottom:8px}.pb-0{padding-bottom:0}.pb-10{padding-bottom:2.5rem}.pb-4{padding-bottom:1rem}.pb-6{padding-bottom:1.5rem}.pb-8{padding-bottom:2rem}.pb-\[12px\]{padding-bottom:12px}.pb-\[1px\]{padding-bottom:1px}.pb-\[20px\]{padding-bottom:20px}.pb-\[24px\]{padding-bottom:24px}.pb-\[45px\]{padding-bottom:45px}.pl-1{padding-left:.25rem}.pl-4{padding-left:1rem}.pl-5{padding-left:1.25rem}.pl-\[18px\]{padding-left:18px}.pl-\[1em\]{padding-left:1em}.pl-\[20px\]{padding-left:20px}.pl-\[24px\]{padding-left:24px}.pr-1{padding-right:.25rem}.pr-2{padding-right:.5rem}.pr-\[10px\]{padding-right:10px}.pr-\[18px\]{padding-right:18px}.pr-\[4px\]{padding-right:4px}.pr-\[8px\]{padding-right:8px}.pt-0{padding-top:0}.pt-12{padding-top:3rem}.pt-14{padding-top:3.5rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-6{padding-top:1.5rem}.pt-\[0px\]{padding-top:0}.pt-\[10px\]{padding-top:10px}.pt-\[50px\]{padding-top:50px}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-justify{text-align:justify}.indent-\[1em\]{text-indent:1em}.indent-\[2em\]{text-indent:2em}.indent-\[5px\]{text-indent:5px}.align-text-bottom{vertical-align:text-bottom}.font-brand{font-family:QingLiuHengShanMaoBiT}.font-display{font-family:ChillHuoFangSong}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.font-primary{font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.\!text-base{font-size:16px!important}.text-2xl{font-size:28px}.text-3xl{font-size:32px}.text-4xl{font-size:40px}.text-5xl{font-size:64px}.text-6xl{font-size:68px}.text-\[10px\]{font-size:10px}.text-\[12px\]{font-size:12px}.text-\[14px\]{font-size:14px}.text-\[16px\]{font-size:16px}.text-\[20px\]{font-size:20px}.text-\[34px\]{font-size:34px}.text-\[48px\]{font-size:48px}.text-\[68px\]{font-size:68px}.text-\[6px\]{font-size:6px}.text-\[8px\]{font-size:8px}.text-base{font-size:16px}.text-lg{font-size:18px}.text-sm{font-size:14px}.text-xl{font-size:24px}.text-xs{font-size:12px}.font-black{font-weight:900}.font-bold{font-weight:700}.font-extralight{font-weight:200}.font-light{font-weight:300}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.italic{font-style:italic}.\!not-italic{font-style:normal!important}.\!leading-10{line-height:2.5rem!important}.\!leading-6{line-height:1.5rem!important}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-\[1\.21\]{line-height:1.21}.leading-\[1\.57\]{line-height:1.57}.leading-\[1\.714\]{line-height:1.714}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.leading-tight{line-height:1.25}.tracking-\[6px\]{letter-spacing:6px}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.\!text-primary{--tw-text-opacity: 1 !important;color:rgb(216 158 104 / var(--tw-text-opacity, 1))!important}.\!text-text-white-80{color:rgba(255,255,255,.8)!important}.text-\[\#846C53\]{--tw-text-opacity: 1;color:rgb(132 108 83 / var(--tw-text-opacity, 1))}.text-\[\#B89D81\]{--tw-text-opacity: 1;color:rgb(184 157 129 / var(--tw-text-opacity, 1))}.text-\[\#D89E68\]{--tw-text-opacity: 1;color:rgb(216 158 104 / var(--tw-text-opacity, 1))}.text-\[\#F2D0AF\]{--tw-text-opacity: 1;color:rgb(242 208 175 / var(--tw-text-opacity, 1))}.text-\[rgba\(200\,160\,122\,0\.6\)\]{color:rgba(200,160,122,.6)}.text-\[rgba\(255\,255\,255\,0\.2\)\]{color:rgba(255,255,255,.2)}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.text-border-color-light{--tw-text-opacity: 1;color:rgb(118 90 69 / var(--tw-text-opacity, 1))}.text-brown-gray{--tw-text-opacity: 1;color:rgb(162 151 138 / var(--tw-text-opacity, 1))}.text-date-text{--tw-text-opacity: 1;color:rgb(221 194 166 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-green-400{--tw-text-opacity: 1;color:rgb(74 222 128 / var(--tw-text-opacity, 1))}.text-green-500{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.text-primary{--tw-text-opacity: 1;color:rgb(216 158 104 / var(--tw-text-opacity, 1))}.text-primary\/30{color:rgba(216,158,104,.3)}.text-red-300{--tw-text-opacity: 1;color:rgb(252 165 165 / var(--tw-text-opacity, 1))}.text-red-400{--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.text-secondary-text{--tw-text-opacity: 1;color:rgb(184 157 129 / var(--tw-text-opacity, 1))}.text-sidebar-bg{--tw-text-opacity: 1;color:rgb(72 55 37 / var(--tw-text-opacity, 1))}.text-text{--tw-text-opacity: 1;color:rgb(242 208 175 / var(--tw-text-opacity, 1))}.text-text-60{color:rgba(242,208,175,.6)}.text-text-white-80{color:rgba(255,255,255,.8)}.text-text\/30{color:rgba(242,208,175,.3)}.text-text\/40{color:rgba(242,208,175,.4)}.text-text\/50{color:rgba(242,208,175,.5)}.text-text\/60{color:rgba(242,208,175,.6)}.text-text\/70{color:rgba(242,208,175,.7)}.text-text\/80{color:rgba(242,208,175,.8)}.text-text\/90{color:rgba(242,208,175,.9)}.text-text2{color:#f3d6bb}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-white\/40{color:rgba(255,255,255,.4)}.text-white\/60{color:rgba(255,255,255,.6)}.text-white\/70{color:rgba(255,255,255,.7)}.text-white\/80{color:rgba(255,255,255,.8)}.text-white\/90{color:rgba(255,255,255,.9)}.text-yellow-300{--tw-text-opacity: 1;color:rgb(253 224 71 / var(--tw-text-opacity, 1))}.text-yellow-400{--tw-text-opacity: 1;color:rgb(250 204 21 / var(--tw-text-opacity, 1))}.line-through{text-decoration-line:line-through}.decoration-primary\/50{text-decoration-color:rgba(216,158,104,.5)}.underline-offset-4{text-underline-offset:4px}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-25{opacity:.25}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-75{opacity:.75}.opacity-80{opacity:.8}.shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_0_2px_rgba\(216\,158\,104\,0\.8\)\]{--tw-shadow: 0 0 2px rgba(216,158,104,.8);--tw-shadow-colored: 0 0 2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_4px_6px_0_rgba\(0\,0\,0\,0\.25\)\]{--tw-shadow: 0 4px 6px 0 rgba(0,0,0,.25);--tw-shadow-colored: 0 4px 6px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_4px_6px_rgba\(0\,0\,0\,0\.25\)\]{--tw-shadow: 0 4px 6px rgba(0,0,0,.25);--tw-shadow-colored: 0 4px 6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0px_2px_3px_0px_rgba\(0\,0\,0\,0\.25\)\]{--tw-shadow: 0px 2px 3px 0px rgba(0,0,0,.25);--tw-shadow-colored: 0px 2px 3px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0px 8px 16px rgba(0, 0, 0, .3);--tw-shadow-colored: 0px 8px 16px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0px 4px 6px rgba(0, 0, 0, .25);--tw-shadow-colored: 0px 4px 6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0px 1px 2px rgba(0, 0, 0, .1);--tw-shadow-colored: 0px 1px 2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-3xl{--tw-blur: blur(64px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow-lg{--tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / .04)) drop-shadow(0 4px 3px rgb(0 0 0 / .1));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.grayscale{--tw-grayscale: grayscale(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.sepia{--tw-sepia: sepia(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur-sm{--tw-backdrop-blur: blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.\!transition-all{transition-property:all!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.15s!important}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-100{transition-duration:.1s}.duration-1000{transition-duration:1s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.duration-700{transition-duration:.7s}.duration-75{transition-duration:75ms}.duration-fast{transition-duration:.15s}.duration-normal{transition-duration:.25s}.ease-\[cubic-bezier\(0\.22\,0\.61\,0\.36\,1\)\]{transition-timing-function:cubic-bezier(.22,.61,.36,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.will-change-\[opacity\]{will-change:opacity}.will-change-transform{will-change:transform}.animation-delay-100{animation-delay:.1s}.animation-delay-150{animation-delay:.15s}.animation-delay-200{animation-delay:.2s}.animation-delay-300{animation-delay:.3s}.animation-delay-350{animation-delay:.35s}.animation-delay-400{animation-delay:.4s}.animation-delay-450{animation-delay:.45s}.animation-delay-500{animation-delay:.5s}.animation-delay-550{animation-delay:.55s}.animation-delay-600{animation-delay:.6s}.writing-mode-vertical-rl{writing-mode:vertical-rl}.text-orientation-mixed{text-orientation:mixed}.\[perspective\:1200px\]{perspective:1200px}.\[transform-style\:preserve-3d\]{transform-style:preserve-3d}.file\:border-0::-webkit-file-upload-button{border-width:0px}.file\:border-0::file-selector-button{border-width:0px}.file\:bg-transparent::-webkit-file-upload-button{background-color:transparent}.file\:bg-transparent::file-selector-button{background-color:transparent}.file\:text-sm::-webkit-file-upload-button{font-size:14px}.file\:text-sm::file-selector-button{font-size:14px}.file\:font-medium::-webkit-file-upload-button{font-weight:500}.file\:font-medium::file-selector-button{font-weight:500}.placeholder\:text-\[\#B89D81\]::placeholder{--tw-text-opacity: 1;color:rgb(184 157 129 / var(--tw-text-opacity, 1))}.placeholder\:text-secondary-text::placeholder{--tw-text-opacity: 1;color:rgb(184 157 129 / var(--tw-text-opacity, 1))}.hover\:h-3:hover{height:.75rem}.hover\:w-3:hover{width:.75rem}.hover\:scale-105:hover{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-110:hover{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-\[1\.02\]:hover{--tw-scale-x: 1.02;--tw-scale-y: 1.02;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:border-border-color-light:hover{--tw-border-opacity: 1;border-color:rgb(118 90 69 / var(--tw-border-opacity, 1))}.hover\:border-border-subtle:hover{--tw-border-opacity: 1;border-color:rgb(90 68 54 / var(--tw-border-opacity, 1))}.hover\:border-primary:hover{--tw-border-opacity: 1;border-color:rgb(216 158 104 / var(--tw-border-opacity, 1))}.hover\:border-primary\/30:hover{border-color:rgba(216,158,104,.3)}.hover\:border-primary\/40:hover{border-color:rgba(216,158,104,.4)}.hover\:border-primary\/50:hover{border-color:rgba(216,158,104,.5)}.hover\:border-primary\/80:hover{border-color:rgba(216,158,104,.8)}.hover\:border-red-500:hover{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.hover\:border-white\/20:hover{border-color:rgba(255,255,255,.2)}.hover\:border-white\/50:hover{border-color:rgba(255,255,255,.5)}.hover\:bg-\[\#44321E\]:hover{--tw-bg-opacity: 1;background-color:rgb(68 50 30 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#5a4436\]:hover{--tw-bg-opacity: 1;background-color:rgb(90 68 54 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#B18053\]:hover{--tw-bg-opacity: 1;background-color:rgb(177 128 83 / var(--tw-bg-opacity, 1))}.hover\:bg-appreciation-annotation-active:hover{background-color:#d89e68}.hover\:bg-appreciation-control-btn-bg:hover{background-color:rgba(219,151,82,.4)}.hover\:bg-appreciation-sidebar-bg\/70:hover{background-color:rgba(17,13,10,.7)}.hover\:bg-black\/10:hover{background-color:rgba(0,0,0,.1)}.hover\:bg-black\/60:hover{background-color:rgba(0,0,0,.6)}.hover\:bg-black\/70:hover{background-color:rgba(0,0,0,.7)}.hover\:bg-border-color-light:hover{--tw-bg-opacity: 1;background-color:rgb(118 90 69 / var(--tw-bg-opacity, 1))}.hover\:bg-brown-gray\/80:hover{background-color:rgba(162,151,138,.8)}.hover\:bg-green-600:hover{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}.hover\:bg-green-700:hover{--tw-bg-opacity: 1;background-color:rgb(21 128 61 / var(--tw-bg-opacity, 1))}.hover\:bg-hover-bg-dark:hover{--tw-bg-opacity: 1;background-color:rgb(64 47 27 / var(--tw-bg-opacity, 1))}.hover\:bg-primary:hover{--tw-bg-opacity: 1;background-color:rgb(216 158 104 / var(--tw-bg-opacity, 1))}.hover\:bg-primary\/10:hover{background-color:rgba(216,158,104,.1)}.hover\:bg-primary\/15:hover{background-color:rgba(216,158,104,.15)}.hover\:bg-primary\/20:hover{background-color:rgba(216,158,104,.2)}.hover\:bg-primary\/30:hover{background-color:rgba(216,158,104,.3)}.hover\:bg-primary\/50:hover{background-color:rgba(216,158,104,.5)}.hover\:bg-primary\/80:hover{background-color:rgba(216,158,104,.8)}.hover\:bg-primary\/90:hover{background-color:rgba(216,158,104,.9)}.hover\:bg-red-500:hover{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.hover\:bg-red-500\/10:hover{background-color:rgba(239,68,68,.1)}.hover\:bg-red-600:hover{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.hover\:bg-red-700:hover{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity, 1))}.hover\:bg-secondary-text\/80:hover{background-color:rgba(184,157,129,.8)}.hover\:bg-select-bg-dark:hover{--tw-bg-opacity: 1;background-color:rgb(59 42 22 / var(--tw-bg-opacity, 1))}.hover\:bg-sidebar-bg:hover{--tw-bg-opacity: 1;background-color:rgb(72 55 37 / var(--tw-bg-opacity, 1))}.hover\:bg-sidebar-bg\/50:hover{background-color:rgba(72,55,37,.5)}.hover\:bg-text\/10:hover{background-color:rgba(242,208,175,.1)}.hover\:bg-text\/20:hover{background-color:rgba(242,208,175,.2)}.hover\:bg-text\/5:hover{background-color:rgba(242,208,175,.05)}.hover\:bg-white\/10:hover{background-color:rgba(255,255,255,.1)}.hover\:bg-white\/20:hover{background-color:rgba(255,255,255,.2)}.hover\:bg-white\/30:hover{background-color:rgba(255,255,255,.3)}.hover\:bg-white\/5:hover{background-color:rgba(255,255,255,.05)}.hover\:bg-white\/50:hover{background-color:rgba(255,255,255,.5)}.hover\:text-\[\#F2D0AF\]:hover{--tw-text-opacity: 1;color:rgb(242 208 175 / var(--tw-text-opacity, 1))}.hover\:text-\[\#eee\]:hover{--tw-text-opacity: 1;color:rgb(238 238 238 / var(--tw-text-opacity, 1))}.hover\:text-primary:hover{--tw-text-opacity: 1;color:rgb(216 158 104 / var(--tw-text-opacity, 1))}.hover\:text-primary\/60:hover{color:rgba(216,158,104,.6)}.hover\:text-primary\/80:hover{color:rgba(216,158,104,.8)}.hover\:text-red-400:hover{--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.hover\:text-text:hover{--tw-text-opacity: 1;color:rgb(242 208 175 / var(--tw-text-opacity, 1))}.hover\:text-text-white-80:hover{color:rgba(255,255,255,.8)}.hover\:text-text\/80:hover{color:rgba(242,208,175,.8)}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hover\:text-white\/80:hover{color:rgba(255,255,255,.8)}.hover\:\!underline:hover{text-decoration-line:underline!important}.hover\:underline:hover{text-decoration-line:underline}.hover\:\!opacity-80:hover{opacity:.8!important}.hover\:opacity-100:hover{opacity:1}.hover\:shadow-md:hover{--tw-shadow: 0px 4px 6px rgba(0, 0, 0, .25);--tw-shadow-colored: 0px 4px 6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-xl:hover{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-primary\/20:hover{--tw-shadow-color: rgb(216 158 104 / .2);--tw-shadow: var(--tw-shadow-colored)}.focus\:border-none:focus{border-style:none}.focus\:border-primary:focus{--tw-border-opacity: 1;border-color:rgb(216 158 104 / var(--tw-border-opacity, 1))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-0:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-1:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-black\/20:focus{--tw-ring-color: rgb(0 0 0 / .2)}.focus\:ring-primary:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(216 158 104 / var(--tw-ring-opacity, 1))}.focus\:ring-primary\/20:focus{--tw-ring-color: rgb(216 158 104 / .2)}.focus-visible\:border-red-500:focus-visible{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:ring-0:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-painting-frame-outer:focus-visible{--tw-ring-color: rgba(162,135,111,.8)}.focus-visible\:ring-primary:focus-visible{--tw-ring-opacity: 1;--tw-ring-color: rgb(216 158 104 / var(--tw-ring-opacity, 1))}.focus-visible\:ring-red-500:focus-visible{--tw-ring-opacity: 1;--tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1))}.focus-visible\:ring-offset-0:focus-visible{--tw-ring-offset-width: 0px}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width: 2px}.active\:scale-95:active{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.active\:cursor-grabbing:active{cursor:grabbing}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:bg-secondary-text:disabled{--tw-bg-opacity: 1;background-color:rgb(184 157 129 / var(--tw-bg-opacity, 1))}.disabled\:opacity-40:disabled{opacity:.4}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:hover\:bg-white\/20:hover:disabled{background-color:rgba(255,255,255,.2)}.group:hover .group-hover\:block{display:block}.group:hover .group-hover\:-translate-x-1{--tw-translate-x: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:scale-105{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:scale-110{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:bg-black\/30{background-color:rgba(0,0,0,.3)}.group:hover .group-hover\:text-\[\#F2D0AF\]{--tw-text-opacity: 1;color:rgb(242 208 175 / var(--tw-text-opacity, 1))}.group\/ref:hover .group-hover\/ref\:opacity-100,.group:hover .group-hover\:opacity-100{opacity:1}.data-\[state\=active\]\:bg-select-bg-dark[data-state=active]{--tw-bg-opacity: 1;background-color:rgb(59 42 22 / var(--tw-bg-opacity, 1))}.prose-h1\:\!mb-4 :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *))){margin-bottom:1rem!important}.prose-h1\:\!mt-6 :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *))){margin-top:1.5rem!important}.prose-h1\:\!border-b :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *))){border-bottom-width:1px!important}.prose-h1\:\!border-white\/20 :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *))){border-color:rgba(255,255,255,.2)!important}.prose-h1\:\!pb-3 :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *))){padding-bottom:.75rem!important}.prose-h1\:\!text-2xl :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:28px!important}.prose-h1\:\!font-bold :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *))){font-weight:700!important}.prose-h1\:\!text-white :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity, 1))!important}.prose-h2\:\!mb-3 :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))){margin-bottom:.75rem!important}.prose-h2\:\!mt-5 :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))){margin-top:1.25rem!important}.prose-h2\:\!text-xl :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:24px!important}.prose-h2\:\!font-semibold :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))){font-weight:600!important}.prose-h2\:\!text-white :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity, 1))!important}.prose-h3\:\!mb-3 :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *))){margin-bottom:.75rem!important}.prose-h3\:\!mt-4 :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *))){margin-top:1rem!important}.prose-h3\:\!text-lg :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:18px!important}.prose-h3\:\!font-medium :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *))){font-weight:500!important}.prose-h3\:\!text-white :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity, 1))!important}.prose-h4\:\!mb-2 :is(:where(h4):not(:where([class~=not-prose],[class~=not-prose] *))){margin-bottom:.5rem!important}.prose-h4\:\!mt-3 :is(:where(h4):not(:where([class~=not-prose],[class~=not-prose] *))){margin-top:.75rem!important}.prose-h4\:\!text-base :is(:where(h4):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:16px!important}.prose-h4\:\!font-medium :is(:where(h4):not(:where([class~=not-prose],[class~=not-prose] *))){font-weight:500!important}.prose-h4\:\!text-white :is(:where(h4):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity, 1))!important}.prose-h5\:\!mb-2 :is(:where(h5):not(:where([class~=not-prose],[class~=not-prose] *))){margin-bottom:.5rem!important}.prose-h5\:\!mt-3 :is(:where(h5):not(:where([class~=not-prose],[class~=not-prose] *))){margin-top:.75rem!important}.prose-h5\:\!text-sm :is(:where(h5):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:14px!important}.prose-h5\:\!font-medium :is(:where(h5):not(:where([class~=not-prose],[class~=not-prose] *))){font-weight:500!important}.prose-h5\:\!text-white :is(:where(h5):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity, 1))!important}.prose-h6\:\!mb-2 :is(:where(h6):not(:where([class~=not-prose],[class~=not-prose] *))){margin-bottom:.5rem!important}.prose-h6\:\!mt-3 :is(:where(h6):not(:where([class~=not-prose],[class~=not-prose] *))){margin-top:.75rem!important}.prose-h6\:\!text-sm :is(:where(h6):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:14px!important}.prose-h6\:\!font-normal :is(:where(h6):not(:where([class~=not-prose],[class~=not-prose] *))){font-weight:400!important}.prose-h6\:\!text-white :is(:where(h6):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity, 1))!important}.prose-p\:\!mb-4 :is(:where(p):not(:where([class~=not-prose],[class~=not-prose] *))){margin-bottom:1rem!important}.prose-p\:\!text-base :is(:where(p):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:16px!important}.prose-p\:\!leading-6 :is(:where(p):not(:where([class~=not-prose],[class~=not-prose] *))){line-height:1.5rem!important}.prose-p\:\!text-text-white-80 :is(:where(p):not(:where([class~=not-prose],[class~=not-prose] *))){color:rgba(255,255,255,.8)!important}.prose-a\:\!text-primary :is(:where(a):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity: 1 !important;color:rgb(216 158 104 / var(--tw-text-opacity, 1))!important}.prose-a\:\!no-underline :is(:where(a):not(:where([class~=not-prose],[class~=not-prose] *))){text-decoration-line:none!important}.prose-a\:\!transition-all :is(:where(a):not(:where([class~=not-prose],[class~=not-prose] *))){transition-property:all!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.15s!important}.hover\:prose-a\:\!underline :is(:where(a):not(:where([class~=not-prose],[class~=not-prose] *))):hover{text-decoration-line:underline!important}.prose-blockquote\:\!my-4 :is(:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *))){margin-top:1rem!important;margin-bottom:1rem!important}.prose-blockquote\:\!rounded-r :is(:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *))){border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.prose-blockquote\:\!border-l-4 :is(:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *))){border-left-width:4px!important}.prose-blockquote\:\!border-primary\/40 :is(:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *))){border-color:rgba(216,158,104,.4)!important}.prose-blockquote\:\!bg-input-bg :is(:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *))){background-color:rgba(67,52,35,.5)!important}.prose-blockquote\:\!px-4 :is(:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *))){padding-left:1rem!important;padding-right:1rem!important}.prose-blockquote\:\!py-1\.5 :is(:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *))){padding-top:.375rem!important;padding-bottom:.375rem!important}.prose-blockquote\:\!not-italic :is(:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *))){font-style:normal!important}.prose-blockquote\:\!leading-7 :is(:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *))){line-height:1.75rem!important}.prose-blockquote\:\!text-text-white-80 :is(:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *))){color:rgba(255,255,255,.8)!important}.prose-blockquote\:before\:\!content-none :is(:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *))):before{--tw-content: none !important;content:var(--tw-content)!important}.prose-blockquote\:after\:\!content-none :is(:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *))):after{--tw-content: none !important;content:var(--tw-content)!important}.prose-strong\:\!font-semibold :is(:where(strong):not(:where([class~=not-prose],[class~=not-prose] *))){font-weight:600!important}.prose-strong\:\!text-white :is(:where(strong):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity, 1))!important}.prose-em\:\!italic :is(:where(em):not(:where([class~=not-prose],[class~=not-prose] *))){font-style:italic!important}.prose-em\:\!text-text-white-80 :is(:where(em):not(:where([class~=not-prose],[class~=not-prose] *))){color:rgba(255,255,255,.8)!important}.prose-code\:\!rounded :is(:where(code):not(:where([class~=not-prose],[class~=not-prose] *))){border-radius:.25rem!important}.prose-code\:\!border :is(:where(code):not(:where([class~=not-prose],[class~=not-prose] *))){border-width:1px!important}.prose-code\:\!border-primary\/30 :is(:where(code):not(:where([class~=not-prose],[class~=not-prose] *))){border-color:rgba(216,158,104,.3)!important}.prose-code\:\!bg-select-bg-dark :is(:where(code):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-bg-opacity: 1 !important;background-color:rgb(59 42 22 / var(--tw-bg-opacity, 1))!important}.prose-code\:\!px-1\.5 :is(:where(code):not(:where([class~=not-prose],[class~=not-prose] *))){padding-left:.375rem!important;padding-right:.375rem!important}.prose-code\:\!py-0\.5 :is(:where(code):not(:where([class~=not-prose],[class~=not-prose] *))){padding-top:.125rem!important;padding-bottom:.125rem!important}.prose-code\:\!font-mono :is(:where(code):not(:where([class~=not-prose],[class~=not-prose] *))){font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important}.prose-code\:\!text-sm :is(:where(code):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:14px!important}.prose-code\:\!text-text-white-80 :is(:where(code):not(:where([class~=not-prose],[class~=not-prose] *))){color:rgba(255,255,255,.8)!important}.prose-pre\:\!my-4 :is(:where(pre):not(:where([class~=not-prose],[class~=not-prose] *))){margin-top:1rem!important;margin-bottom:1rem!important}.prose-pre\:\!overflow-x-auto :is(:where(pre):not(:where([class~=not-prose],[class~=not-prose] *))){overflow-x:auto!important}.prose-pre\:\!rounded-lg :is(:where(pre):not(:where([class~=not-prose],[class~=not-prose] *))){border-radius:30px!important}.prose-pre\:\!border :is(:where(pre):not(:where([class~=not-prose],[class~=not-prose] *))){border-width:1px!important}.prose-pre\:\!border-primary\/20 :is(:where(pre):not(:where([class~=not-prose],[class~=not-prose] *))){border-color:rgba(216,158,104,.2)!important}.prose-pre\:\!bg-select-bg-dark :is(:where(pre):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-bg-opacity: 1 !important;background-color:rgb(59 42 22 / var(--tw-bg-opacity, 1))!important}.prose-pre\:\!p-4 :is(:where(pre):not(:where([class~=not-prose],[class~=not-prose] *))){padding:1rem!important}.prose-ol\:\!mb-4 :is(:where(ol):not(:where([class~=not-prose],[class~=not-prose] *))){margin-bottom:1rem!important}.prose-ol\:\!list-decimal :is(:where(ol):not(:where([class~=not-prose],[class~=not-prose] *))){list-style-type:decimal!important}.prose-ol\:\!space-y-1 :is(:where(ol):not(:where([class~=not-prose],[class~=not-prose] *)))>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(.25rem * var(--tw-space-y-reverse))!important}.prose-ol\:\!pl-6 :is(:where(ol):not(:where([class~=not-prose],[class~=not-prose] *))){padding-left:1.5rem!important}.prose-ol\:\!text-text-white-80 :is(:where(ol):not(:where([class~=not-prose],[class~=not-prose] *))){color:rgba(255,255,255,.8)!important}.prose-ul\:\!mb-4 :is(:where(ul):not(:where([class~=not-prose],[class~=not-prose] *))){margin-bottom:1rem!important}.prose-ul\:\!list-disc :is(:where(ul):not(:where([class~=not-prose],[class~=not-prose] *))){list-style-type:disc!important}.prose-ul\:\!space-y-1 :is(:where(ul):not(:where([class~=not-prose],[class~=not-prose] *)))>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(.25rem * var(--tw-space-y-reverse))!important}.prose-ul\:\!pl-6 :is(:where(ul):not(:where([class~=not-prose],[class~=not-prose] *))){padding-left:1.5rem!important}.prose-ul\:\!text-text-white-80 :is(:where(ul):not(:where([class~=not-prose],[class~=not-prose] *))){color:rgba(255,255,255,.8)!important}.prose-li\:\!relative :is(:where(li):not(:where([class~=not-prose],[class~=not-prose] *))){position:relative!important}.prose-li\:\!mb-1 :is(:where(li):not(:where([class~=not-prose],[class~=not-prose] *))){margin-bottom:.25rem!important}.prose-li\:\!leading-relaxed :is(:where(li):not(:where([class~=not-prose],[class~=not-prose] *))){line-height:1.625!important}.prose-li\:\!text-text-white-80 :is(:where(li):not(:where([class~=not-prose],[class~=not-prose] *))){color:rgba(255,255,255,.8)!important}.prose-table\:\!my-4 :is(:where(table):not(:where([class~=not-prose],[class~=not-prose] *))){margin-top:1rem!important;margin-bottom:1rem!important}.prose-table\:\!w-full :is(:where(table):not(:where([class~=not-prose],[class~=not-prose] *))){width:100%!important}.prose-table\:\!border-collapse :is(:where(table):not(:where([class~=not-prose],[class~=not-prose] *))){border-collapse:collapse!important}.prose-table\:\!text-text-white-80 :is(:where(table):not(:where([class~=not-prose],[class~=not-prose] *))){color:rgba(255,255,255,.8)!important}.prose-th\:\!border :is(:where(th):not(:where([class~=not-prose],[class~=not-prose] *))){border-width:1px!important}.prose-th\:\!border-border-color :is(:where(th):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-border-opacity: 1 !important;border-color:rgb(74 57 44 / var(--tw-border-opacity, 1))!important}.prose-th\:\!bg-select-bg-dark :is(:where(th):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-bg-opacity: 1 !important;background-color:rgb(59 42 22 / var(--tw-bg-opacity, 1))!important}.prose-th\:\!px-3 :is(:where(th):not(:where([class~=not-prose],[class~=not-prose] *))){padding-left:.75rem!important;padding-right:.75rem!important}.prose-th\:\!py-2 :is(:where(th):not(:where([class~=not-prose],[class~=not-prose] *))){padding-top:.5rem!important;padding-bottom:.5rem!important}.prose-th\:\!text-left :is(:where(th):not(:where([class~=not-prose],[class~=not-prose] *))){text-align:left!important}.prose-th\:\!font-semibold :is(:where(th):not(:where([class~=not-prose],[class~=not-prose] *))){font-weight:600!important}.prose-th\:\!text-white :is(:where(th):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity, 1))!important}.prose-td\:\!border :is(:where(td):not(:where([class~=not-prose],[class~=not-prose] *))){border-width:1px!important}.prose-td\:\!border-border-color :is(:where(td):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-border-opacity: 1 !important;border-color:rgb(74 57 44 / var(--tw-border-opacity, 1))!important}.prose-td\:\!px-3 :is(:where(td):not(:where([class~=not-prose],[class~=not-prose] *))){padding-left:.75rem!important;padding-right:.75rem!important}.prose-td\:\!py-2 :is(:where(td):not(:where([class~=not-prose],[class~=not-prose] *))){padding-top:.5rem!important;padding-bottom:.5rem!important}.prose-td\:\!text-text-white-80 :is(:where(td):not(:where([class~=not-prose],[class~=not-prose] *))){color:rgba(255,255,255,.8)!important}.prose-hr\:\!my-6 :is(:where(hr):not(:where([class~=not-prose],[class~=not-prose] *))){margin-top:1.5rem!important;margin-bottom:1.5rem!important}.prose-hr\:\!border-white\/10 :is(:where(hr):not(:where([class~=not-prose],[class~=not-prose] *))){border-color:rgba(255,255,255,.1)!important}@media (min-width: 880px){.md\:mr-0,.md\:mr-\[0px\]{margin-right:0}.md\:mr-\[85px\]{margin-right:85px}.md\:block{display:block}.md\:inline{display:inline}.md\:flex{display:flex}.md\:hidden{display:none}.md\:h-16{height:4rem}.md\:h-\[0px\]{height:0px}.md\:h-\[228px\]{height:228px}.md\:h-\[38px\]{height:38px}.md\:min-h-\[350px\]{min-height:350px}.md\:w-16{width:4rem}.md\:w-\[0px\]{width:0px}.md\:w-\[230px\]{width:230px}.md\:w-auto{width:auto}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:gap-2{gap:.5rem}.md\:rounded-\[20px\]{border-radius:20px}.md\:p-12{padding:3rem}.md\:p-8{padding:2rem}.md\:px-3{padding-left:.75rem;padding-right:.75rem}.md\:px-\[65px\]{padding-left:65px;padding-right:65px}.md\:px-\[73px\]{padding-left:73px;padding-right:73px}.md\:py-2{padding-top:.5rem;padding-bottom:.5rem}.md\:text-2xl{font-size:28px}.md\:text-8xl{font-size:6rem;line-height:1}.md\:text-base{font-size:16px}.md\:text-xl{font-size:24px}}@media (min-width: 1024px){.lg\:flex{display:flex}.lg\:hidden{display:none}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:justify-start{justify-content:flex-start}.lg\:text-left{text-align:left}}@media (min-width: 1280px){.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.xl\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}}.\[\&\:\:selection\]\:bg-\[\#8B6F47\]::selection{--tw-bg-opacity: 1;background-color:rgb(139 111 71 / var(--tw-bg-opacity, 1))}.\[\&\:\:selection\]\:text-white::selection{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.\[\&\]\:\!text-text-white-80{color:rgba(255,255,255,.8)!important}.\[\&_\*\:\:selection\]\:bg-\[\#8B6F47\] *::selection{--tw-bg-opacity: 1;background-color:rgb(139 111 71 / var(--tw-bg-opacity, 1))}.\[\&_\*\:\:selection\]\:text-white *::selection{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.\[\&_\*\]\:\!text-text-white-80 *{color:rgba(255,255,255,.8)!important}.\[\&_\*\]\:transition-all *{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.\[\&_\*\]\:duration-150 *{transition-duration:.15s}
