@keyframes marching-ants{0%{background-position:0 0,0 100%,0 0,100% 0}to{background-position:20px 0,-20px 100%,0 -20px,100% 20px}}:root{--rc-drag-handle-size:12px;--rc-drag-handle-mobile-size:24px;--rc-drag-handle-bg-colour:#0003;--rc-drag-bar-size:6px;--rc-border-color:#ffffffb3;--rc-focus-color:#08f}#coaroot .ReactCrop{cursor:crosshair;max-width:100%;display:inline-block;position:relative}#coaroot .ReactCrop *,#coaroot .ReactCrop :before,#coaroot .ReactCrop :after{box-sizing:border-box}#coaroot .ReactCrop--disabled,#coaroot .ReactCrop--locked{cursor:inherit}#coaroot .ReactCrop__child-wrapper{max-height:inherit;overflow:hidden}#coaroot .ReactCrop__child-wrapper>img,#coaroot .ReactCrop__child-wrapper>video{max-width:100%;max-height:inherit;display:block}#coaroot .ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>img,#coaroot .ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>video,#coaroot .ReactCrop:not(.ReactCrop--disabled) .ReactCrop__crop-selection{touch-action:none}#coaroot .ReactCrop__crop-mask{pointer-events:none;width:calc(100% + .5px);height:calc(100% + .5px);position:absolute;inset:0}#coaroot .ReactCrop__crop-selection{cursor:move;position:absolute;top:0;left:0;transform:translateZ(0)}#coaroot .ReactCrop--disabled .ReactCrop__crop-selection{cursor:inherit}#coaroot .ReactCrop--circular-crop .ReactCrop__crop-selection{border-radius:50%}#coaroot .ReactCrop--circular-crop .ReactCrop__crop-selection:after{pointer-events:none;content:"";border:1px solid var(--rc-border-color);opacity:.3;position:absolute;inset:-1px}#coaroot .ReactCrop--no-animate .ReactCrop__crop-selection{outline:1px dashed #fff}#coaroot .ReactCrop__crop-selection:not(.ReactCrop--no-animate .ReactCrop__crop-selection){color:#fff;background-image:linear-gradient(90deg,#fff 50%,#444 50%),linear-gradient(90deg,#fff 50%,#444 50%),linear-gradient(#fff 50%,#444 50%),linear-gradient(#fff 50%,#444 50%);background-position:0 0,0 100%,0 0,100% 0;background-repeat:repeat-x,repeat-x,repeat-y,repeat-y;background-size:10px 1px,10px 1px,1px 10px,1px 10px;animation:1s linear infinite marching-ants}#coaroot .ReactCrop__crop-selection:focus{outline:2px solid var(--rc-focus-color);outline-offset:-1px}#coaroot .ReactCrop--invisible-crop .ReactCrop__crop-mask,#coaroot .ReactCrop--invisible-crop .ReactCrop__crop-selection{display:none}#coaroot .ReactCrop__rule-of-thirds-vt:before,#coaroot .ReactCrop__rule-of-thirds-vt:after,#coaroot .ReactCrop__rule-of-thirds-hz:before,#coaroot .ReactCrop__rule-of-thirds-hz:after{content:"";background-color:#fff6;display:block;position:absolute}#coaroot .ReactCrop__rule-of-thirds-vt:before,#coaroot .ReactCrop__rule-of-thirds-vt:after{width:1px;height:100%}#coaroot .ReactCrop__rule-of-thirds-vt:before{left:33.3333%}#coaroot .ReactCrop__rule-of-thirds-vt:after{left:66.6667%}#coaroot .ReactCrop__rule-of-thirds-hz:before,#coaroot .ReactCrop__rule-of-thirds-hz:after{width:100%;height:1px}#coaroot .ReactCrop__rule-of-thirds-hz:before{top:33.3333%}#coaroot .ReactCrop__rule-of-thirds-hz:after{top:66.6667%}#coaroot .ReactCrop__drag-handle{width:var(--rc-drag-handle-size);height:var(--rc-drag-handle-size);background-color:var(--rc-drag-handle-bg-colour);border:1px solid var(--rc-border-color);position:absolute}#coaroot .ReactCrop__drag-handle:focus{background:var(--rc-focus-color)}#coaroot .ReactCrop .ord-nw{cursor:nw-resize;top:0;left:0;transform:translate(-50%,-50%)}#coaroot .ReactCrop .ord-n{cursor:n-resize;top:0;left:50%;transform:translate(-50%,-50%)}#coaroot .ReactCrop .ord-ne{cursor:ne-resize;top:0;right:0;transform:translate(50%,-50%)}#coaroot .ReactCrop .ord-e{cursor:e-resize;top:50%;right:0;transform:translate(50%,-50%)}#coaroot .ReactCrop .ord-se{cursor:se-resize;bottom:0;right:0;transform:translate(50%,50%)}#coaroot .ReactCrop .ord-s{cursor:s-resize;bottom:0;left:50%;transform:translate(-50%,50%)}#coaroot .ReactCrop .ord-sw{cursor:sw-resize;bottom:0;left:0;transform:translate(-50%,50%)}#coaroot .ReactCrop .ord-w{cursor:w-resize;top:50%;left:0;transform:translate(-50%,-50%)}#coaroot .ReactCrop__disabled .ReactCrop__drag-handle{cursor:inherit}#coaroot .ReactCrop__drag-bar{position:absolute}#coaroot .ReactCrop__drag-bar.ord-n{width:100%;height:var(--rc-drag-bar-size);top:0;left:0;transform:translateY(-50%)}#coaroot .ReactCrop__drag-bar.ord-e{width:var(--rc-drag-bar-size);height:100%;top:0;right:0;transform:translate(50%)}#coaroot .ReactCrop__drag-bar.ord-s{width:100%;height:var(--rc-drag-bar-size);bottom:0;left:0;transform:translateY(50%)}#coaroot .ReactCrop__drag-bar.ord-w{width:var(--rc-drag-bar-size);height:100%;top:0;left:0;transform:translate(-50%)}#coaroot .ReactCrop--new-crop .ReactCrop__drag-bar,#coaroot .ReactCrop--new-crop .ReactCrop__drag-handle,#coaroot .ReactCrop--fixed-aspect .ReactCrop__drag-bar,#coaroot .ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-n,#coaroot .ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-e,#coaroot .ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-s,#coaroot .ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-w{display:none}@media (pointer:coarse){#coaroot .ReactCrop .ord-n,#coaroot .ReactCrop .ord-e,#coaroot .ReactCrop .ord-s,#coaroot .ReactCrop .ord-w{display:none}#coaroot .ReactCrop__drag-handle{width:var(--rc-drag-handle-mobile-size);height:var(--rc-drag-handle-mobile-size)}}body{margin:0;padding:0}:root{--color-primary:#9c2d47;--color-primary-dark:#7a2338;--color-primary-light:#b8345a;--color-secondary:#404040;--color-secondary-dark:#2a2a2a;--color-secondary-light:#5a5a5a;--color-white:#fff;--color-text-light:#f1f1f1;--color-text-muted:#cecece;--color-text-dark:#333;--color-border:#eee;--color-grey:grey;--color-success:#06b106;--color-cta:#00671c;--color-cta-light:#008825;--color-cta-dark:#004d15;--gold-star:url(https://heroictoken.com/wp-content/uploads/2025/03/stargold.svg);--gry-star:url(https://heroictoken.com/wp-content/uploads/2025/03/starborder.svg);--white-star:url(https://heroictoken.com/wp-content/uploads/2025/03/starwhite.svg)}#coaroot .App{flex-direction:column;font-family:sans-serif;display:flex}@media only screen and (width>=700px){#coaroot .App{flex-direction:row}}#coaroot .Crop-Controls{margin-bottom:10px}#coaroot .Crop-Controls>*{margin-bottom:3px}#coaroot img{max-width:100%}#coaroot .herot-crop-container-container{flex-direction:column;order:2;display:flex}@media only screen and (width>=700px){#coaroot .herot-crop-container-container{flex-direction:column;flex:1;order:1;min-width:0}}#coaroot .herot-crop-container{width:100%;height:280px;min-height:280px;max-height:280px;position:relative;overflow:hidden}@media only screen and (width>=700px){#coaroot .herot-crop-container{height:450px;min-height:450px;max-height:450px}}@media only screen and (width>=1100px){#coaroot .herot-crop-container{height:450px;min-height:450px;max-height:450px}}#coaroot .herot-crop-canvas-wrapper,#coaroot .herot-crop-image-wrapper{position:absolute;inset:0}#coaroot .herot-crop-image-wrapper .ReactCrop{max-width:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 9999px #00000080}#coaroot .herot-crop-image-wrapper .ReactCrop__child-wrapper{border:1.5px solid #d3d3d3;overflow:visible}#coaroot .herot-crop-image-wrapper .ReactCrop__child-wrapper>img{max-width:calc(100vw - 40px);max-height:280px}@media only screen and (width>=700px){#coaroot .herot-crop-image-wrapper .ReactCrop__child-wrapper>img{max-width:60vw;max-height:450px}}@media only screen and (width>=1100px){#coaroot .herot-crop-image-wrapper .ReactCrop__child-wrapper>img{max-width:55vw}}#coaroot .herot-crop-overlay{object-fit:cover;pointer-events:none;z-index:5;position:absolute}#coaroot .ht-mask-editor-layer{z-index:8;touch-action:none;-webkit-user-select:none;user-select:none;position:absolute}#coaroot .ht-mask-editor-svg{width:100%;height:100%;position:absolute;inset:0;overflow:visible}#coaroot .ht-mask-editor-dim{fill:#0000006b;pointer-events:none}#coaroot .ht-mask-editor-shape{fill:#ffffff0a;stroke:#f1f1f1;stroke-width:2px;stroke-dasharray:7 5;vector-effect:non-scaling-stroke;cursor:move;pointer-events:all}#coaroot .ht-mask-editor-handle{fill:#333;stroke:#f1f1f1;stroke-width:2px;vector-effect:non-scaling-stroke;cursor:grab;pointer-events:all}#coaroot .ht-mask-editor-handle:active{cursor:grabbing}#coaroot .ht-mask-editor-toolbar{white-space:nowrap;background:#333;border:1px solid #ffffff2e;align-items:center;gap:5px;padding:5px;display:flex;position:absolute;bottom:8px;left:50%;transform:translate(-50%);box-shadow:0 2px 10px #00000059}#coaroot .ht-mask-editor-toolbar button{box-sizing:border-box;color:#cecece;cursor:pointer;background:0 0;border:1px solid #fff3;justify-content:center;align-items:center;width:32px;height:32px;min-height:32px;padding:0;font-family:inherit;font-size:16px;display:inline-flex}#coaroot .ht-mask-editor-toolbar button:hover,#coaroot .ht-mask-editor-toolbar button.active{color:#fff;background:#5a5a5a;border-color:#ffffff8c}#coaroot .ht-mask-editor-toolbar .ht-mask-editor-save{color:#fff;background:#9c2d47;border-color:#9c2d47}#coaroot .ht-mask-editor-toolbar .ht-mask-editor-save img{filter:brightness(0)invert();width:16px;height:16px}#coaroot .ht-mask-icon{box-sizing:border-box;border:2px solid;width:17px;height:17px;display:block}#coaroot .ht-mask-icon-circle{border-radius:50%}#coaroot .ht-mask-icon-rect{border-radius:1px}#coaroot .ht-mask-icon-hex{clip-path:polygon(50% 0,94% 25%,94% 75%,50% 100%,6% 75%,6% 25%);background:currentColor;border:0;width:19px;height:17px;position:relative}#coaroot .ht-mask-icon-hex:after{content:"";clip-path:polygon(50% 0,94% 25%,94% 75%,50% 100%,6% 75%,6% 25%);background:#333;position:absolute;inset:2px}#coaroot .ht-mask-editor-toolbar button:hover .ht-mask-icon-hex:after,#coaroot .ht-mask-editor-toolbar button.active .ht-mask-icon-hex:after{background:#5a5a5a}#coaroot .ht-mask-editor-toolbar .ht-mask-editor-save:hover{background:#b8345a;border-color:#b8345a}#coaroot .ht-mask-action-icon{margin-top:-1px;font-size:21px;line-height:1}#coaroot .ht-mask-icon-svg{width:21px;height:21px;display:block}#coaroot .ht-mask-icon-svg path{fill:none;stroke:currentColor;stroke-width:2px;stroke-linejoin:round}#coaroot .ht-mask-icon-svg circle{fill:currentColor}#coaroot .ht-mask-picker-row{justify-content:flex-start}#coaroot .ht-mask-save-msg{color:#cecece;text-transform:none;font-size:12px}@media only screen and (width<=768px){#coaroot .ht-mask-editor-toolbar{white-space:nowrap;gap:4px;display:flex;bottom:8px;left:50%;right:auto;overflow:visible;transform:translate(-50%)}#coaroot .ht-mask-editor-toolbar button{width:30px;height:30px;min-height:30px}}#coaroot .herot-preview-bar{flex-direction:column;order:1;width:100%;display:flex}@media only screen and (width>=700px){#coaroot .herot-preview-bar{flex-shrink:0;order:2;width:300px;margin-left:10px}}@media only screen and (width>=900px){#coaroot .herot-preview-bar{margin-left:15px}}#coaroot .herot-preview-container-container{background-color:#fff;background-image:linear-gradient(45deg,#eee 25%,#0000 25%),linear-gradient(-45deg,#eee 25%,#0000 25%),linear-gradient(45deg,#0000 75%,#eee 75%),linear-gradient(-45deg,#0000 75%,#eee 75%);background-position:0 0,0 10px,10px -10px,-10px 0;background-repeat:repeat,repeat,repeat,repeat;background-size:20px 20px;background-attachment:scroll,scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box,border-box;border:none;order:2;justify-content:center;align-items:center;width:100%;margin-bottom:0;display:flex;overflow:hidden}@media only screen and (width>=700px){#coaroot .herot-preview-container-container{border:1px solid #000;order:1;margin-bottom:10px}}#coaroot .herot-preview-scaler{justify-content:center;align-items:center;display:flex;overflow:hidden}#coaroot .herot-preview-container{order:2;justify-content:center;align-items:center;width:300px;min-width:300px;height:300px;min-height:300px;display:flex;overflow:hidden}@media only screen and (width>=700px){#coaroot .herot-preview-container{order:1}}#coaroot .overlay{object-fit:cover;pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}#coaroot .ht-upload-image-background{color:#a2a0a0;cursor:pointer;background-color:#ffffff1a;border:2px dashed #a2a0a0;padding:25px;font-size:16px;font-weight:500}@media only screen and (width>=700px){#coaroot .ht-upload-image-background{padding:50px;font-size:25px}}#coaroot .ht-upload-image-background:hover{color:#e8e8e8;border:2px dashed #e8e8e8}#coaroot .ht-upload-image-background-container{z-index:2;background-color:#00000080;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}#coaroot .ht-upload-options{flex-direction:column;align-items:center;gap:15px;display:flex}#coaroot .ht-paste-button{color:#a2a0a0;cursor:pointer;background-color:#ffffff26;border:2px solid #a2a0a0;border-radius:8px;align-items:center;gap:8px;padding:12px 20px;font-size:14px;font-weight:500;transition:all .2s;display:flex}#coaroot .ht-paste-button:hover{color:#e8e8e8;background-color:#ffffff40;border-color:#e8e8e8}#coaroot .ht-paste-button:active{transform:scale(.98)}@media only screen and (width>=700px){#coaroot .ht-paste-button{padding:14px 24px;font-size:16px}}#coaroot .ht-onboarding-hint{z-index:6;background:linear-gradient(#0000 0%,#000000b3 40%,#000000d9 100%);padding:30px 15px 15px;animation:.5s ease-out ht-onboarding-fade-in;position:absolute;bottom:0;left:0;right:0}@keyframes ht-onboarding-fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}#coaroot .ht-onboarding-hint-content{justify-content:center;align-items:center;gap:12px;max-width:600px;margin:0 auto;display:flex}#coaroot .ht-onboarding-hint-text{flex-direction:column;align-items:center;gap:8px;display:flex}#coaroot .ht-onboarding-hint-title{color:#fff;text-shadow:0 1px 3px #00000080;cursor:default;-webkit-user-select:none;user-select:none;font-size:14px;font-weight:600}#coaroot .ht-onboarding-hint-methods{cursor:default;flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;display:flex}#coaroot .ht-onboarding-method{color:#ffffffe6;cursor:pointer;-webkit-user-select:none;user-select:none;background:#ffffff26;border:1px solid #ffffff40;border-radius:20px;align-items:center;gap:5px;padding:6px 12px;font-size:13px;font-weight:500;transition:all .2s;display:flex}#coaroot .ht-onboarding-method:hover{background:#ffffff40;border-color:#fff6}#coaroot .ht-onboarding-method img{filter:brightness(0)invert();width:14px;height:14px}#coaroot .ht-onboarding-separator{color:#fff6;cursor:default;-webkit-user-select:none;user-select:none;font-size:10px}#coaroot .ht-onboarding-hint-dismiss{color:#ffffffb3;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;line-height:1;transition:all .2s;display:flex}#coaroot .ht-onboarding-hint-dismiss:hover{color:#fff;background:#fff3;border-color:#fff6}@media only screen and (width>=700px){#coaroot .ht-onboarding-hint{padding:40px 20px 20px}#coaroot .ht-onboarding-hint-title{font-size:16px}#coaroot .ht-onboarding-method{padding:8px 16px;font-size:14px}#coaroot .ht-onboarding-method img{width:16px;height:16px}}#coaroot .herot-crop-controls-container{cursor:pointer;flex-direction:row;justify-content:space-between;display:flex}#coaroot .herot-sidebar{background-color:#9c2e47;border-top:1px solid #000;border-bottom:1px solid #000;flex-flow:row;order:1;gap:0;width:100%;margin-bottom:0;margin-left:auto;margin-right:auto;display:flex}@media only screen and (width>=700px){#coaroot .herot-sidebar{background-color:#0000;border-top:none;border-bottom:none;flex-wrap:wrap;order:2;justify-content:space-between;gap:0}}#coaroot .herot-crop-controls-headline{color:#f1f1f1;cursor:default;text-transform:uppercase;background-color:#333;border:1px solid #ffffff1a;border-radius:0;align-items:center;margin-top:0;margin-bottom:0;padding:8px 10px;font-size:12px;display:flex}#coaroot .herot-crop-controls-headline img{vertical-align:middle}#coaroot .ht-tools-section-content,#coaroot .ht-token-size-picker{padding:8px 6px}#coaroot .ht-token-size-slider{appearance:none;cursor:pointer;background:#ddd;border-radius:3px;outline:none;height:5px}#coaroot .ht-token-size-slider::-webkit-slider-thumb{appearance:none;background:var(--color-primary);cursor:pointer;border:2px solid #fff;border-radius:50%;width:18px;height:18px;box-shadow:0 1px 3px #0000004d}#coaroot .ht-token-size-slider::-moz-range-thumb{background:var(--color-primary);cursor:pointer;border:2px solid #fff;border-radius:50%;width:18px;height:18px;box-shadow:0 1px 3px #0000004d}#coaroot #offset-label,#coaroot #move-percentage-label{color:#cecece;font-size:13px;font-weight:500}#coaroot .herot-border-button-container{width:25%;position:relative}@media only screen and (width>=700px){#coaroot .herot-border-button-container{width:auto}}#coaroot .herot-crop-controls-button-50{color:#fff;cursor:pointer;text-align:center;text-transform:uppercase;background-color:#9c2e47;flex-direction:column;flex:1;justify-content:center;align-items:center;height:50px;font-size:9px;transition:box-shadow .3s,transform .3s;display:flex}@media only screen and (width>=769px){#coaroot .herot-crop-controls-button-50.ht-upload-highlight{z-index:10;position:relative;transform:scale(1.05);box-shadow:0 0 15px 5px #9c2d47cc,0 0 30px 10px #9c2d4780,0 0 50px 20px #9c2d474d}}@media only screen and (width>=700px){#coaroot .herot-crop-controls-button-50{flex:none;width:48%;margin-top:0;margin-bottom:5px;font-size:12px}}#coaroot .ht-token-color-picker{z-index:5;background-color:#fff;width:280px;max-height:50vh;padding:5px;position:absolute;top:50px;left:calc(105% - 50vw);overflow-y:scroll}@media only screen and (width>=700px){#coaroot .ht-token-color-picker{z-index:5;min-width:280px;max-width:300px;max-height:70vh;padding:10px;position:absolute;top:100%;left:auto;overflow-y:scroll}}@media only screen and (width>=1100px){#coaroot .ht-token-color-picker{min-width:440px;max-width:440px;padding:15px}}#coaroot .ht-token-border-picker{z-index:5;background-color:#fff;flex-direction:column;width:280px;max-height:60vh;padding:5px;display:flex;position:absolute;top:50px;overflow:hidden}@media only screen and (width>=700px){#coaroot .ht-token-border-picker{z-index:5;background-color:#fff;min-width:280px;max-width:300px;max-height:70vh;padding:5px;position:absolute;top:100%;left:auto}}@media only screen and (width>=1100px){#coaroot .ht-token-border-picker{min-width:520px;max-width:520px;padding:5px}}#coaroot .ht-token-border-picker-inner{flex-direction:column;min-height:300px;display:flex}@media only screen and (width>=700px){#coaroot .ht-token-border-picker-inner{min-height:400px}}#coaroot .ht-token-settings{z-index:5;background-color:#fff;width:280px;padding:5px;position:absolute;top:50px;left:calc(-91% - 50vw)}@media only screen and (width>=700px){#coaroot .ht-token-settings{z-index:5;background-color:#fff;min-width:280px;max-width:300px;position:absolute;top:100%;left:auto}}@media only screen and (width>=1100px){#coaroot .ht-token-settings{min-width:440px;max-width:440px}}#coaroot .ht-token-zoom{z-index:5;background-color:#fff;width:280px;padding:5px;position:absolute;top:50px;left:calc(3% - 50vw)}@media only screen and (width>=700px){#coaroot .ht-token-zoom{z-index:5;background-color:#fff;min-width:280px;max-width:300px;position:absolute;top:100%;left:auto}}@media only screen and (width>=1100px){#coaroot .ht-token-zoom{min-width:440px;max-width:440px}}#coaroot .ht-border-search-input{width:95%;height:30px;margin-top:5px;margin-bottom:5px}#coaroot .herot-crop-controls-headline2+.ht-border-search-input{margin-top:0}#coaroot .ht-border-search-results{max-height:30vh;overflow:hidden auto}#coaroot .ht-border-search-results span.ht-border-search-results-in,#coaroot .ht-border-search-results-uploaded span.ht-border-search-results-in{position:relative}#coaroot .ht-border-search-results-in-fav-gray{background-image:var(--gry-star);cursor:pointer;background-repeat:no-repeat;background-size:contain;width:20px;height:20px;margin-top:5px;margin-left:5px;position:absolute;top:0;left:0}#coaroot .ht-border-search-results-in-fav-gold{background-image:var(--gold-star);cursor:pointer;background-repeat:no-repeat;background-size:contain;width:20px;height:20px;margin-top:5px;margin-left:5px;position:absolute;top:0;left:0}#coaroot .ht-border-favourite-tab-icon{background-image:var(--white-star);cursor:pointer;background-repeat:no-repeat;background-size:contain;width:13px;height:13px;margin-left:5px;display:block;position:relative}@media only screen and (width>=700px){#coaroot .ht-border-search-results{max-height:51vh;overflow-y:auto}}#coaroot .ht-border-search-results-uploaded{flex:1;max-height:20vh;overflow:hidden auto}@media only screen and (width>=700px){#coaroot .ht-border-search-results-uploaded{max-height:35vh;overflow-y:auto}}@media only screen and (width<=1099px){#coaroot .ht-border-search-results-uploaded,#coaroot .ht-border-search-results{grid-template-columns:repeat(3,1fr);gap:3px;display:grid}}#coaroot .ht-border-search-results img,#coaroot .ht-border-search-results-uploaded img{cursor:pointer;max-width:100%;height:auto;display:block}@media only screen and (width>=1100px){#coaroot .ht-border-search-results span.ht-border-search-results-in,#coaroot .ht-border-search-results-uploaded span.ht-border-search-results-in{cursor:pointer;vertical-align:top;width:23%;margin:3px;display:inline-block}#coaroot .ht-border-search-results img,#coaroot .ht-border-search-results-uploaded img{width:100%;max-width:100%;height:auto;display:block}}#coaroot .ht-border-overlay-preview{border:2px solid #0000}#coaroot .ht-border-overlay-active{border:2px solid gray!important}#coaroot .ht-border-overlay-preview:hover{border:2px solid #000}#coaroot .herot-app-header{z-index:10;background-color:#9c2d47;border-top:1px solid #000;border-bottom:1px solid #000;justify-content:space-between;width:100%;margin-bottom:0;display:flex;position:relative}@media only screen and (width>=700px){#coaroot .herot-app-header{border-top:none;border-bottom:none;justify-content:left;width:100%;margin-bottom:2px;display:flex}}#coaroot .herot-ai-container{width:90%}@media only screen and (width>=700px){#coaroot .herot-ai-container{justify-content:left;width:100%;margin-bottom:2px;display:flex}}#coaroot .herot-app-header-button{color:#fff;cursor:pointer;text-align:center;text-transform:uppercase;background-color:#9c2e47;flex-direction:column;flex:1;justify-content:center;align-items:center;height:50px;font-size:9px;display:flex}@media only screen and (width>=700px){#coaroot .herot-app-header-button{border-right:2px solid #fff;flex:none;width:80px;height:45px;font-size:10px}}@media only screen and (width>=900px){#coaroot .herot-app-header-button{width:100px;height:50px;font-size:12px}}#coaroot .herot-header-icon-container{justify-content:center;align-items:center;width:24px;height:24px;margin-bottom:4px;display:flex}#coaroot .herot-header-icon-container img{width:auto;height:20px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}#coaroot .spinning{animation:2s linear infinite spin}#coaroot .ht-waiting{cursor:wait}#coaroot .herot-image-generator{flex-direction:column;align-items:center;width:100%;margin-bottom:2px;display:flex}#coaroot .herot-prompt-box{background-color:#404040;justify-content:space-around;align-items:center;width:100%;height:auto;min-height:95px;display:flex}#coaroot .herot-prompt-box textarea{word-wrap:normal;white-space:pre-wrap;word-break:normal;overflow-wrap:normal;resize:vertical;background-color:#fff;border:none;border-radius:5px;width:60%;height:auto;margin:5px;padding:5px;font-size:12px}@media only screen and (width>=700px){#coaroot .herot-prompt-box textarea{width:75%;margin:10px;padding:10px;font-size:15px}}#coaroot .herot-search-input::placeholder{color:gray}#coaroot .herot-generate-right-side{flex-direction:column;align-items:center;width:25%;margin-right:5px;display:flex}@media only screen and (width>=700px){#coaroot .herot-generate-right-side{margin-right:10px}}#coaroot .herot-generate-button{color:#fff;cursor:pointer;text-align:center;text-transform:uppercase;pointer-events:auto;opacity:1;background-color:#9c2d47;border:none;border-radius:5px;flex-direction:column;justify-content:center;align-items:center;width:100%;height:55px;font-size:12px;display:flex}#coaroot .herot-generate-button.ht-disable{pointer-events:none;opacity:.5}#coaroot .herot-credit-info{color:#cecece;justify-content:center;align-items:center;width:100%;height:40px;font-size:14px;display:flex}#coaroot .herot-credit-info img{width:14px;height:14px;margin-right:5px}#coaroot .display-none{display:none}#coaroot .herot-border-tabs{color:#fff;cursor:default;text-transform:uppercase;background-color:#333;border:none;border-bottom:1px solid #ffffff1a;flex-wrap:wrap;justify-content:center;align-items:center;gap:4px;margin-bottom:0;padding:8px 12px;font-size:12px;display:flex}@media only screen and (width>=1100px){#coaroot .herot-border-tabs{flex-wrap:nowrap;justify-content:flex-start;padding:8px 12px}}#coaroot #uploadborder{display:none}#coaroot #uploadborder-label,#coaroot .ht-edit-mask-button{color:#cecece;cursor:pointer;text-transform:uppercase;box-sizing:border-box;background-color:#404040;border:1px solid #fff3;border-radius:6px;align-items:center;gap:6px;height:28px;margin-right:6px;padding:6px 12px;font-family:inherit;font-size:13px;font-weight:500;transition:all .15s;display:inline-flex}#coaroot #uploadborder-label:hover,#coaroot .ht-edit-mask-button:hover:not(:disabled){color:#f1f1f1;background-color:#4a4a4a;border-color:#fff6}#coaroot .ht-edit-mask-button:disabled{opacity:.45;cursor:not-allowed}#coaroot .ht-upload-border-label-short{display:none}@media only screen and (width<=768px){#coaroot .ht-upload-border-label-full{display:none}#coaroot .ht-upload-border-label-short{display:inline}}#coaroot #ht-cur-border-offset,#coaroot #ht-border-offset,#coaroot #ht-move-percentage{color:#f1f1f1;background-color:#404040;border:1px solid #ffffff1a;border-radius:6px;width:50px;height:28px;margin-left:10px;margin-right:10px;padding:0 0 0 8px;font-size:13px}#coaroot #ht-cur-border-offset:focus,#coaroot #ht-border-offset:focus,#coaroot #ht-move-percentage:focus{border-color:#9c2d47;outline:none}#coaroot #updateborder-btn,#coaroot #uploadborder-btn{color:#fff;cursor:pointer;box-sizing:border-box;background:#9c2d47;border:1px solid #9c2d47;border-radius:6px;justify-content:center;align-items:center;height:28px;padding:0 12px;font-size:13px;font-weight:500;transition:all .15s;display:inline-flex}#coaroot #updateborder-btn:hover,#coaroot #uploadborder-btn:hover{background:#b8345a;border-color:#b8345a}#coaroot #updateborder-btn:disabled,#coaroot #uploadborder-btn:disabled{color:#888;cursor:not-allowed;opacity:.6;background:#404040;border-color:#fff3}#coaroot #updateborder-btn:disabled:hover,#coaroot #uploadborder-btn:disabled:hover{background:#404040;border-color:#fff3}#coaroot .herot-crop-controls-headline2{color:#f1f1f1;text-transform:uppercase;background-color:#333;border:1px solid #ffffff1a;border-radius:0;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:10px;padding:5px 10px;font-size:12px;display:flex}@media only screen and (width<=768px){#coaroot .herot-crop-controls-headline2{grid-template-columns:auto 1fr auto 1fr;align-items:center;gap:12px;display:grid}#coaroot .herot-crop-controls-headline2>label[id=offset-label]{grid-area:1/1}#coaroot .herot-crop-controls-headline2>#ht-cur-border-offset{grid-area:1/2;margin:0}#coaroot .herot-crop-controls-headline2>label[id=move-percentage-label]:first-of-type{grid-area:1/3}#coaroot .herot-crop-controls-headline2>input[id=ht-move-percentage]:first-of-type{grid-area:1/4;margin:0}#coaroot .herot-crop-controls-headline2>label[id=move-percentage-label]:nth-of-type(2){grid-area:2/1}#coaroot .herot-crop-controls-headline2>input[id=ht-move-percentage]:nth-of-type(2){grid-area:2/2;margin:0}#coaroot .herot-crop-controls-headline2>#updateborder-btn{grid-area:2/3/auto/span 2;justify-self:start}}#coaroot .herot-crop-controls-headline-innr{flex-wrap:wrap;align-items:center;gap:6px;display:flex}body .herot-crop-controls-headline-innr .herot-crop-controls-headline-prv-image{width:22px;height:22px;margin-right:6px}#coaroot .border-tab-default{color:#cecece;text-align:center;cursor:pointer;white-space:nowrap;box-sizing:border-box;background:0 0;border:1px solid #fff3;border-radius:6px;align-items:center;gap:6px;margin-right:4px;padding:6px 12px;font-size:13px;font-weight:500;transition:all .15s;display:flex}#coaroot .border-tab-default:hover{color:#f1f1f1;background:#404040;border-color:#ffffff4d}#coaroot .border-tab-default.active{color:#fff;opacity:1;background:#9c2d47;border-color:#9c2d47}#coaroot .ht-main-loading-screen{z-index:99999;background:#0009;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;inset:0}#coaroot .save-update-message{color:#06b106;display:block}#coaroot .ht-main-loading-screen .ht-main-loading-spinner{border-radius:50%;width:120px;height:120px;animation:2s linear infinite htspin;display:block;border:16px solid #b7b3b3!important;border-color:#8a8ac7 #b7b3b3 #7f7fcc!important}@-webkit-keyframes htspin{0%{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}@keyframes htspin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}#coaroot .herot-promo-bar{display:none!important}@media only screen and (width>=1100px){#coaroot .herot-promo-bar{display:flex!important}}#coaroot .herot-signup-top-button{background-color:var(--color-cta);color:var(--color-white);text-align:center;text-transform:uppercase;border-radius:4px;width:170px;margin:5px;padding:6px 0;font-size:12px;font-weight:500;text-decoration:none;display:inline-block}#coaroot .herot-signup-top-button:hover{background-color:var(--color-cta-light)}#coaroot .flag-top-ad{grid-column:1/-1;margin-bottom:5px}#coaroot .herot-desktop-ad{width:100%;margin-top:10px;padding:10px}#coaroot .ht-border-promo-banner{background:linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);color:var(--color-white);border-radius:4px;grid-column:1/-1;justify-content:space-between;align-items:center;margin-bottom:5px;padding:10px 15px;text-decoration:none;display:flex}#coaroot .ht-border-promo-banner:hover{background:linear-gradient(135deg, var(--color-primary-light) 0%, var(--color-primary) 100%)}#coaroot .ht-border-promo-text{font-size:13px;font-weight:500}#coaroot .ht-border-promo-btn{background-color:var(--color-cta);color:var(--color-white);text-transform:uppercase;border-radius:4px;padding:6px 14px;font-size:12px;font-weight:600}#coaroot .ht-border-promo-banner:hover .ht-border-promo-btn{background-color:var(--color-cta-light)}#coaroot .ht-pro-border-overlay-preview-container{cursor:default;width:100%;display:block;position:relative}@media only screen and (width>=1100px){#coaroot .ht-pro-border-overlay-preview-container{width:23%;margin:3px;display:inline-block}}#coaroot .ht-pro-border-overlay-preview{opacity:.6;border:2px solid #0000;border-radius:50%;width:100%;height:auto;cursor:default!important}#coaroot .ht-pro-border-overlay-text{background-color:var(--color-primary);color:var(--color-white);text-transform:uppercase;pointer-events:none;border-radius:3px;padding:4px 8px;font-size:10px;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}#coaroot .ht-pro-feature-message{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:200px;padding:40px 20px;display:flex}#coaroot .ht-pro-feature-message p{color:var(--color-text-dark);margin:0 0 20px;font-size:15px;line-height:1.6}#coaroot .ht-modal-overlay{z-index:9999;background-color:#000000b3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}#coaroot .ht-modal{background:var(--color-secondary-dark);border:3px solid var(--color-primary);border-radius:8px;width:90%;max-width:420px;padding:0;box-shadow:0 10px 40px #00000080}#coaroot .ht-modal-header{background:var(--color-primary);border-radius:5px 5px 0 0;align-items:center;gap:12px;padding:16px 20px;display:flex;position:relative}#coaroot .ht-modal-header-icon{filter:brightness(0)invert();width:24px;height:24px}#coaroot .ht-modal-header-title{color:var(--color-white);text-transform:uppercase;font-size:14px;font-weight:600}@media only screen and (width>=700px){#coaroot .ht-modal-header-title{font-size:18px}}#coaroot .ht-modal-close-btn{color:var(--color-white);cursor:pointer;opacity:.8;background:0 0;border:none;padding:4px 8px;font-size:24px;font-weight:300;line-height:1;position:absolute;top:50%;right:12px;transform:translateY(-50%)}#coaroot .ht-modal-close-btn:hover{opacity:1}#coaroot .ht-modal-content{padding:24px 20px}#coaroot .ht-modal-description{color:var(--color-text-light);margin:0 0 20px;font-size:15px;line-height:1.6}#coaroot .ht-modal-benefits{flex-direction:column;gap:10px;margin-bottom:24px;display:flex}#coaroot .ht-modal-benefit{color:var(--color-text-light);align-items:center;gap:10px;font-size:14px;display:flex}#coaroot .ht-modal-benefit-check{color:var(--color-cta);font-size:16px}#coaroot .ht-modal-buttons{justify-content:center;gap:12px;display:flex}#coaroot .ht-modal-btn-primary{background:var(--color-cta);color:var(--color-white);text-transform:uppercase;cursor:pointer;text-align:center;border:none;border-radius:4px;justify-content:center;align-items:center;padding:12px 24px;font-size:14px;font-weight:600;text-decoration:none;display:flex}#coaroot .ht-modal-btn-primary:hover{background:var(--color-cta-light)}#coaroot .ht-modal-btn-secondary{color:var(--color-text-muted);border:1px solid var(--color-text-muted);cursor:pointer;background:0 0;border-radius:4px;padding:12px 24px;font-size:14px;font-weight:500}#coaroot .ht-modal-btn-secondary:hover{color:var(--color-text-light);border-color:var(--color-text-light)}#coaroot .ht-collection-modal{max-width:699px;max-height:80vh}#coaroot .ht-collection-modal .ht-modal-content{max-height:60vh;overflow-y:auto}#coaroot .ht-collection-empty{text-align:center;color:var(--color-text-muted);padding:40px 20px}#coaroot .ht-collection-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}@media only screen and (width<=699px){#coaroot .ht-collection-grid{grid-template-columns:repeat(2,1fr)}}#coaroot .ht-collection-item{background:var(--color-secondary);border:2px solid #0000;border-radius:8px;transition:border-color .2s,transform .2s;position:relative;overflow:hidden}#coaroot .ht-collection-item:hover{border-color:var(--color-primary);transform:translateY(-2px)}#coaroot .ht-collection-item img{object-fit:cover;cursor:pointer;width:100%;height:120px;display:block}#coaroot .ht-collection-item-actions{background:var(--color-secondary-dark);gap:6px;padding:8px;display:flex}#coaroot .ht-collection-btn-use{cursor:pointer;text-transform:uppercase;background:var(--color-primary);color:var(--color-white);border:none;border-radius:4px;flex:1;padding:8px;font-size:12px;font-weight:600;transition:background .2s}#coaroot .ht-collection-btn-use:hover{background:var(--color-primary-light)}#coaroot .ht-collection-btn-delete{cursor:pointer;text-transform:uppercase;color:#ccc;background:#555;border:none;border-radius:4px;flex:1;padding:8px;font-size:12px;font-weight:600;transition:background .2s,color .2s}#coaroot .ht-collection-btn-delete:hover{color:#fff;background:#666}#coaroot .ht-collection-footer{border-top:1px solid var(--color-secondary-light);justify-content:space-between;align-items:center;margin-top:20px;padding-top:16px;display:flex}#coaroot .ht-collection-count{color:var(--color-text-muted);font-size:13px}#coaroot .ht-collection-btn-clear-all{color:var(--color-primary);border:1px solid var(--color-primary);cursor:pointer;text-transform:uppercase;background:0 0;border-radius:4px;padding:8px 16px;font-size:12px;font-weight:600;transition:background .2s,color .2s}#coaroot .ht-collection-btn-clear-all:hover{background:var(--color-primary);color:var(--color-white)}#coaroot .ht-confirm-modal{background:var(--color-secondary-dark);max-width:400px}#coaroot .ht-confirm-modal .ht-modal-header{background:var(--color-primary)}#coaroot .ht-confirm-modal .ht-modal-content{color:var(--color-text-light)}#coaroot .ht-confirm-modal .ht-modal-content p{color:var(--color-text-muted)}#coaroot .ht-collection-btn-clear-confirm{color:var(--color-white);cursor:pointer;background:#c0392b;border:none;border-radius:4px;flex:1;padding:12px 20px;font-size:14px;font-weight:500;transition:background .2s}#coaroot .ht-collection-btn-clear-confirm:hover{background:#e74c3c}#coaroot .ht-batch-gallery{background:var(--color-secondary-dark);border-top:1px solid #ffffff1a;padding:12px}#coaroot .ht-batch-gallery-header{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}#coaroot .ht-batch-gallery-title{color:var(--color-text-light);text-transform:uppercase;letter-spacing:.5px;font-size:12px;font-weight:600}#coaroot .ht-batch-gallery-instructions{color:var(--color-text-muted);margin-left:10px;font-size:11px;font-weight:400}#coaroot .ht-batch-gallery-instructions span{opacity:.7}#coaroot .ht-batch-storage-warning{font-weight:500;color:#e67e22!important;opacity:1!important}#coaroot .ht-batch-clear-btn{color:var(--color-text-muted);cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:4px;padding:4px 10px;font-size:11px;font-weight:500;transition:all .2s}#coaroot .ht-batch-clear-btn:hover{color:var(--color-text-light);background:#ffffff1a;border-color:#ffffff4d}#coaroot .ht-batch-header-buttons{align-items:center;gap:8px;display:flex}#coaroot .ht-batch-header-buttons .ht-batch-clear-btn,#coaroot .ht-batch-header-buttons .ht-batch-download-btn,#coaroot .ht-batch-header-buttons .ht-batch-select-btn,#coaroot .ht-batch-header-buttons .ht-batch-select-all-btn,#coaroot .ht-batch-header-buttons .ht-batch-cancel-btn,#coaroot .ht-batch-header-buttons .ht-batch-download-selected-btn{justify-content:center;align-items:center;height:28px;display:flex}#coaroot .ht-batch-download-btn{color:var(--color-accent-primary,#4ade80);border:1px solid var(--color-accent-primary,#4ade80);cursor:pointer;background:0 0;border-radius:4px;padding:4px 10px;font-size:11px;font-weight:500;transition:all .2s}#coaroot .ht-batch-download-btn:hover{color:#6ee7a0;background:#4ade8026;border-color:#6ee7a0}#coaroot .ht-batch-dropzone{cursor:pointer;background:#ffffff05;border:2px dashed #fff3;border-radius:8px;min-height:80px;transition:all .2s}#coaroot .ht-batch-dropzone:hover,#coaroot .ht-batch-dropzone-active{border-color:var(--color-primary);background:#9c2d471a}#coaroot .ht-batch-dropzone-content{color:var(--color-text-muted);flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:20px;font-size:13px;display:flex}#coaroot .ht-batch-dropzone-content svg{opacity:.6}#coaroot .ht-batch-grid{grid-template-columns:repeat(8,1fr);gap:6px;padding:6px;display:grid}@media only screen and (width<=1100px){#coaroot .ht-batch-grid{grid-template-columns:repeat(6,1fr)}}@media only screen and (width<=900px){#coaroot .ht-batch-grid{grid-template-columns:repeat(5,1fr)}}#coaroot .ht-batch-item{aspect-ratio:1;background:var(--color-secondary);border-radius:6px;position:relative;overflow:hidden}#coaroot .ht-batch-item img{object-fit:cover;width:100%;height:100%;display:block}#coaroot .ht-batch-item-overlay{opacity:0;pointer-events:none;background:#0006;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:absolute;inset:0}#coaroot .ht-batch-item:hover .ht-batch-item-overlay{opacity:1}#coaroot .ht-batch-item:hover{outline:2px solid var(--color-primary)}#coaroot .ht-batch-delete-btn{color:var(--color-white);cursor:pointer;pointer-events:auto;opacity:0;box-sizing:border-box;background:#0009;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;min-width:18px;max-width:18px;height:18px;min-height:18px;max-height:18px;padding:0;font-size:12px;line-height:1;transition:background .2s;display:flex;position:absolute;top:2px;right:2px}#coaroot .ht-batch-item:hover .ht-batch-delete-btn{opacity:1}#coaroot .ht-batch-delete-btn:hover{background:#c0392b}#coaroot .ht-batch-download-single-btn{color:#000;cursor:pointer;z-index:2;pointer-events:auto;opacity:0;box-sizing:border-box;white-space:nowrap;background:#4ade80f2;border:none;border-radius:12px;justify-content:center;align-items:center;gap:4px;padding:4px 8px;font-size:10px;font-weight:600;line-height:1;transition:all .2s;display:flex;position:absolute;bottom:4px;left:50%;transform:translate(-50%)}#coaroot .ht-batch-item:hover .ht-batch-download-single-btn{opacity:1}#coaroot .ht-batch-download-single-btn:hover{background:#6ee7a0;transform:translate(-50%)scale(1.05)}#coaroot .ht-batch-item-edit-indicator{color:#fff;text-transform:uppercase;letter-spacing:.5px;opacity:0;pointer-events:none;z-index:1;background:#000c;border-radius:6px;padding:8px 16px;font-size:13px;font-weight:600;transition:opacity .2s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}#coaroot .ht-batch-item:hover .ht-batch-item-edit-indicator{opacity:1}#coaroot .ht-batch-item-overlay:hover .ht-batch-item-edit-indicator{opacity:0}#coaroot .ht-batch-delete-btn:hover,#coaroot .ht-batch-download-single-btn:hover{z-index:3}#coaroot .ht-batch-add-btn{aspect-ratio:1;cursor:pointer;color:var(--color-text-muted);border:2px dashed #fff3;border-radius:6px;justify-content:center;align-items:center;transition:all .2s;display:flex}#coaroot .ht-batch-add-btn:hover{border-color:var(--color-primary);color:var(--color-primary);background:#9c2d471a}#coaroot .ht-batch-select-btn{color:var(--color-text-muted);cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:4px;padding:4px 10px;font-size:11px;font-weight:500;transition:all .2s}#coaroot .ht-batch-select-btn:hover{color:var(--color-text-light);background:#ffffff1a;border-color:#ffffff4d}#coaroot .ht-batch-select-all-btn{color:var(--color-text-muted);cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:4px;padding:4px 10px;font-size:11px;font-weight:500;transition:all .2s}#coaroot .ht-batch-select-all-btn:hover{color:var(--color-text-light);background:#ffffff1a;border-color:#ffffff4d}#coaroot .ht-batch-cancel-btn{color:var(--color-text-muted);cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:4px;padding:4px 10px;font-size:11px;font-weight:500;transition:all .2s}#coaroot .ht-batch-cancel-btn:hover{color:#e74c3c;background:#e74c3c26;border-color:#e74c3c}#coaroot .ht-batch-download-selected-btn{color:var(--color-accent-primary,#4ade80);border:1px solid var(--color-accent-primary,#4ade80);cursor:pointer;background:0 0;border-radius:4px;padding:4px 10px;font-size:11px;font-weight:500;transition:all .2s}#coaroot .ht-batch-download-selected-btn:hover{color:#6ee7a0;background:#4ade8026;border-color:#6ee7a0}#coaroot .ht-batch-item-select-mode{cursor:pointer!important}#coaroot .ht-batch-item-select-mode:hover{outline:2px solid #ffffff80}#coaroot .ht-batch-item-selected{outline:3px solid var(--color-accent-primary,#4ade80)!important}#coaroot .ht-batch-checkbox{z-index:10;background:#0009;border:2px solid #ffffff80;border-radius:4px;justify-content:center;align-items:center;width:20px;height:20px;transition:all .15s;display:flex;position:absolute;top:4px;left:4px}#coaroot .ht-batch-checkbox-checked{background:var(--color-accent-primary,#4ade80);border-color:var(--color-accent-primary,#4ade80)}#coaroot .ht-batch-checkbox svg{color:#000}#coaroot .ht-batch-no-token-overlay{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.5px;pointer-events:none;background:#000000b3;justify-content:center;align-items:center;font-size:10px;display:flex;position:absolute;inset:0}#coaroot .ht-batch-modal-overlay{z-index:10000;background:#000000b3;justify-content:center;align-items:center;animation:.15s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}#coaroot .ht-batch-modal{background:var(--color-secondary-dark,#1a1a2e);border:1px solid #ffffff26;border-radius:12px;width:90%;max-width:380px;padding:24px;animation:.2s modalSlideIn;box-shadow:0 20px 40px #00000080}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.95)translateY(-10px)}to{opacity:1;transform:scale(1)translateY(0)}}#coaroot .ht-batch-modal-title{color:var(--color-text-light,#fff);margin-bottom:12px;font-size:18px;font-weight:600}#coaroot .ht-batch-modal-text{color:var(--color-text-muted,#888);margin-bottom:24px;font-size:14px;line-height:1.5}#coaroot .ht-batch-modal-buttons{justify-content:flex-end;gap:12px;display:flex}#coaroot .ht-batch-modal-btn{cursor:pointer;border:none;border-radius:6px;padding:10px 20px;font-size:13px;font-weight:500;transition:all .2s}#coaroot .ht-batch-modal-btn-cancel{color:var(--color-text-muted,#888);background:0 0;border:1px solid #fff3}#coaroot .ht-batch-modal-btn-cancel:hover{color:var(--color-text-light,#fff);background:#ffffff1a;border-color:#ffffff4d}#coaroot .ht-batch-modal-btn-confirm{color:#fff;background:#c0392b}#coaroot .ht-batch-modal-btn-confirm:hover{background:#e74c3c}#coaroot .ht-batch-gallery-mobile{background:var(--color-secondary-dark);border-top:1px solid #ffffff1a;padding:6px 8px}#coaroot .ht-batch-gallery-mobile-inner{scrollbar-width:thin;scrollbar-color:var(--color-primary) transparent;align-items:center;gap:6px;padding-bottom:4px;display:flex;overflow:auto hidden}#coaroot .ht-batch-gallery-mobile-inner::-webkit-scrollbar{height:4px}#coaroot .ht-batch-gallery-mobile-inner::-webkit-scrollbar-track{background:0 0}#coaroot .ht-batch-gallery-mobile-inner::-webkit-scrollbar-thumb{background:var(--color-primary);border-radius:2px}#coaroot .ht-batch-add-btn-mobile{cursor:pointer;height:44px;color:var(--color-text-muted);text-transform:uppercase;border:2px dashed #ffffff4d;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;gap:6px;padding:0 12px;font-size:11px;font-weight:500;transition:all .2s;display:flex}#coaroot .ht-batch-add-btn-mobile:hover,#coaroot .ht-batch-add-btn-mobile:active{border-color:var(--color-primary);color:var(--color-primary);background:#9c2d471a}#coaroot .ht-batch-item-mobile{background:var(--color-secondary);border-radius:6px;flex-shrink:0;width:44px;height:44px;position:relative;overflow:hidden}#coaroot .ht-batch-item-mobile img{object-fit:cover;cursor:pointer;width:100%;height:100%;display:block}#coaroot .ht-batch-clear-btn-mobile{color:var(--color-text-muted);cursor:pointer;text-transform:uppercase;background:0 0;border:1px solid #fff3;border-radius:6px;flex-shrink:0;height:44px;padding:0 10px;font-size:10px;font-weight:500;transition:all .2s}#coaroot .ht-batch-clear-btn-mobile:hover,#coaroot .ht-batch-clear-btn-mobile:active{color:var(--color-text-light);background:#ffffff1a;border-color:#ffffff4d}#coaroot .ht-batch-download-btn-mobile{color:var(--color-accent-primary,#4ade80);border:1px solid var(--color-accent-primary,#4ade80);cursor:pointer;text-transform:uppercase;background:0 0;border-radius:6px;flex-shrink:0;height:44px;padding:0 10px;font-size:10px;font-weight:500;transition:all .2s}#coaroot .ht-batch-download-btn-mobile:hover,#coaroot .ht-batch-download-btn-mobile:active{color:#6ee7a0;background:#4ade8026;border-color:#6ee7a0}
