.SignInDrawer-module__I6hBpW__drawerBackdrop{top:calc(var(--navbar-height) + var(--impersonation-bar-height,0px));z-index:220;background:#0006;position:fixed;bottom:0;left:0;right:0}.SignInDrawer-module__I6hBpW__drawerBackdropEnter{animation:.2s SignInDrawer-module__I6hBpW__signinDrawerFadeIn}.SignInDrawer-module__I6hBpW__drawerBackdropExit{animation:.2s forwards SignInDrawer-module__I6hBpW__signinDrawerFadeOut}@keyframes SignInDrawer-module__I6hBpW__signinDrawerFadeIn{0%{opacity:0}to{opacity:1}}@keyframes SignInDrawer-module__I6hBpW__signinDrawerFadeOut{0%{opacity:1}to{opacity:0}}.SignInDrawer-module__I6hBpW__drawerPanel{right:0;top:calc(var(--navbar-height) + var(--impersonation-bar-height,0px));box-sizing:border-box;--signin-drawer-w:min(400px, calc(100vw - 2rem));width:var(--signin-drawer-w);min-width:var(--signin-drawer-w);max-width:var(--signin-drawer-w);background-color:var(--bg-canvas);z-index:221;padding-block:0 2rem;padding-inline:2rem;position:fixed;bottom:0;overflow-y:auto}.SignInDrawer-module__I6hBpW__drawerPanelEnter{animation:.2s SignInDrawer-module__I6hBpW__signinDrawerSlideInRight}.SignInDrawer-module__I6hBpW__drawerPanelExit{animation:.2s forwards SignInDrawer-module__I6hBpW__signinDrawerSlideOutRight}@keyframes SignInDrawer-module__I6hBpW__signinDrawerSlideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes SignInDrawer-module__I6hBpW__signinDrawerSlideOutRight{0%{transform:translate(0)}to{transform:translate(100%)}}.SignInDrawer-module__I6hBpW__closeButton{box-sizing:border-box;width:2rem;min-width:2rem;height:2rem;min-height:2rem;color:var(--fg-default);background:var(--bg-subtle);cursor:pointer;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:background-color .2s,color .2s;display:inline-flex}.SignInDrawer-module__I6hBpW__closeButton:hover{background:var(--accent-subtle-bg);color:var(--accent-fg)}.SignInDrawer-module__I6hBpW__closeIcon{color:currentColor;width:1rem;height:1rem}.SignInDrawer-module__I6hBpW__drawerBody{padding-top:0}.SignInDrawer-module__I6hBpW__drawerBackdropGate{top:calc(var(--navbar-height) + var(--impersonation-bar-height,0px));z-index:230;background:#00000073;position:fixed;bottom:0;left:0;right:0}.SignInDrawer-module__I6hBpW__drawerBackdropGateEnter{animation:.2s SignInDrawer-module__I6hBpW__signinDrawerFadeIn}.SignInDrawer-module__I6hBpW__drawerBackdropGateExit{animation:.2s forwards SignInDrawer-module__I6hBpW__signinDrawerFadeOut}.SignInDrawer-module__I6hBpW__drawerPanelGate{right:0;top:calc(var(--navbar-height) + var(--impersonation-bar-height,0px));box-sizing:border-box;--signin-drawer-w:min(400px, calc(100vw - 2rem));width:var(--signin-drawer-w);min-width:var(--signin-drawer-w);max-width:var(--signin-drawer-w);background-color:var(--bg-canvas);z-index:231;padding-block:0 2rem;padding-inline:2rem;position:fixed;bottom:0;overflow-y:auto}.SignInDrawer-module__I6hBpW__drawerPanelGateEnter{animation:.2s SignInDrawer-module__I6hBpW__signinDrawerSlideInRight}.SignInDrawer-module__I6hBpW__drawerPanelGateExit{animation:.2s forwards SignInDrawer-module__I6hBpW__signinDrawerSlideOutRight}
.signinForm-module__S873kq__error{color:var(--danger-fg);background:color-mix(in srgb, var(--danger-fg) 8%, var(--bg-default));border-radius:8px;margin-bottom:1rem;padding-block:.63rem;padding-inline:.88rem;font-size:.88rem;line-height:1.4}.signinForm-module__S873kq__form{flex-direction:column;gap:1rem;display:flex}.signinForm-module__S873kq__formGroup{flex-direction:column;gap:.5rem;display:flex}.signinForm-module__S873kq__label{color:var(--fg-muted);margin-block:0 .1rem;padding-left:8px;font-size:.78rem;font-weight:600;line-height:1.3}.signinForm-module__S873kq__input{box-sizing:border-box;width:100%;color:var(--fg-default);background-color:var(--bg-default);appearance:none;border:none;border-radius:8px;min-height:2.63rem;margin:0;padding-block:.5rem;padding-inline:.88rem;font-family:inherit;font-size:.94rem;font-weight:500;line-height:1.25rem}.signinForm-module__S873kq__input::placeholder{color:var(--fg-muted);font-weight:400}.signinForm-module__S873kq__input:disabled{background-color:var(--bg-subtle);cursor:not-allowed;opacity:.6}.signinForm-module__S873kq__button{box-sizing:border-box;width:100%;color:var(--success-fg);background:color-mix(in srgb, var(--success-fg) 10%, var(--bg-canvas));cursor:pointer;border:none;border-radius:8px;min-height:2.63rem;margin:0;padding-block:.5rem;padding-inline:1rem;font-family:inherit;font-size:.94rem;font-weight:600;line-height:1.25rem;transition:background-color .2s}.signinForm-module__S873kq__button:hover:not(:disabled){background:color-mix(in srgb, var(--success-fg) 18%, color-mix(in srgb, var(--success-fg) 10%, var(--bg-canvas)))}.signinForm-module__S873kq__button:disabled{opacity:.6;cursor:not-allowed}@keyframes signinForm-module__S873kq__codeInputsShake{0%,to{transform:translate(0)}20%{transform:translate(-7px)}40%{transform:translate(7px)}60%{transform:translate(-4px)}80%{transform:translate(4px)}}.signinForm-module__S873kq__codeInputs{grid-template-columns:repeat(6,minmax(0,1fr));gap:.5rem;width:100%;margin-block:.5rem;display:grid}.signinForm-module__S873kq__codeInputsShake{animation:.45s signinForm-module__S873kq__codeInputsShake}.signinForm-module__S873kq__codeInputsError .signinForm-module__S873kq__codeInput{color:var(--danger-fg);background-color:color-mix(in srgb, var(--danger-fg) 10%, var(--bg-default))}.signinForm-module__S873kq__codeInputMasked{-webkit-text-security:disc;text-security:disc}.signinForm-module__S873kq__codeInput{box-sizing:border-box;aspect-ratio:1;font-variant-numeric:tabular-nums;text-align:center;width:100%;min-width:0;height:auto;min-height:0;color:var(--fg-default);background-color:var(--bg-default);appearance:none;border:none;border-radius:8px;padding:0;font-family:inherit;font-size:1.06rem;font-weight:600}.signinForm-module__S873kq__codeInput:disabled{background-color:var(--bg-subtle);opacity:.6;cursor:not-allowed}.signinForm-module__S873kq__codeActionsRow{grid-template-columns:1fr 1fr;align-items:stretch;gap:.5rem;width:100%;display:grid}.signinForm-module__S873kq__codeSubmitButton{box-sizing:border-box;width:100%;min-width:0;min-height:2.63rem;color:var(--success-fg);background:color-mix(in srgb, var(--success-fg) 10%, var(--bg-canvas));cursor:pointer;appearance:none;border:none;border-radius:8px;justify-content:center;align-items:center;margin:0;padding-block:0;padding-inline:1rem;font-family:inherit;font-size:.94rem;font-weight:600;line-height:1.25;transition:background-color .2s;display:flex}.signinForm-module__S873kq__codeSubmitButton:hover:not(:disabled){background:color-mix(in srgb, var(--success-fg) 18%, color-mix(in srgb, var(--success-fg) 10%, var(--bg-canvas)))}.signinForm-module__S873kq__codeSubmitButton:disabled{opacity:.6;cursor:not-allowed}.signinForm-module__S873kq__codeBackButton{box-sizing:border-box;width:100%;min-width:0;min-height:2.63rem;color:var(--fg-default);background:var(--bg-subtle);cursor:pointer;appearance:none;border:none;border-radius:8px;justify-content:center;align-items:center;margin:0;padding-block:0;padding-inline:1rem;font-family:inherit;font-size:.94rem;font-weight:600;line-height:1.25;transition:background-color .2s,color .2s;display:flex}.signinForm-module__S873kq__codeBackButton:hover:not(:disabled){background:color-mix(in srgb, var(--fg-muted) 12%, var(--bg-subtle))}.signinForm-module__S873kq__codeBackButton:disabled{opacity:.6;cursor:not-allowed}.signinForm-module__S873kq__divider{text-align:center;margin-block:.5rem;position:relative}.signinForm-module__S873kq__divider:before{content:"";border:none;border-top:1px dashed var(--border-muted);opacity:.85;height:0;position:absolute;top:50%;left:0;right:0}.signinForm-module__S873kq__dividerText{color:var(--fg-muted);background-color:var(--bg-canvas);padding-block:0;padding-inline:.75rem;font-size:.75rem;display:inline-block;position:relative}.signinForm-module__S873kq__discordButton{box-sizing:border-box;width:100%;color:var(--fg-default);background-color:var(--bg-default);cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;min-height:2.63rem;margin:0;padding-block:.5rem;padding-inline:1rem;font-family:inherit;font-size:.94rem;font-weight:600;line-height:1.25rem;transition:background-color .2s;display:flex}.signinForm-module__S873kq__discordButton:hover:not(:disabled){background:color-mix(in srgb, var(--fg-muted) 12%, var(--bg-default))}.signinForm-module__S873kq__discordButton:disabled{opacity:.6;cursor:not-allowed}.signinForm-module__S873kq__discordIcon{width:1.25rem;height:1.25rem}.signinForm-module__S873kq__steamButton{box-sizing:border-box;width:100%;color:var(--fg-default);background-color:var(--bg-default);cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;min-height:2.63rem;margin:0;padding-block:.5rem;padding-inline:1rem;font-family:inherit;font-size:.94rem;font-weight:600;line-height:1.25rem;transition:background-color .2s,color .2s;display:flex}.signinForm-module__S873kq__steamButton:hover:not(:disabled),.signinForm-module__S873kq__steamButton:active:not(:disabled){background:color-mix(in srgb, var(--fg-muted) 12%, var(--bg-default))}.signinForm-module__S873kq__steamButton:disabled{opacity:.6;cursor:not-allowed}.signinForm-module__S873kq__steamIcon{flex-shrink:0;width:1.625rem;height:1.625rem}.signinForm-module__S873kq__oauthSvgImg{object-fit:contain;flex-shrink:0;width:1.25rem;height:1.25rem}.signinForm-module__S873kq__steamButton .signinForm-module__S873kq__oauthSvgImg{width:1.625rem;height:1.625rem}.signinForm-module__S873kq__googleOAuthButton{box-sizing:border-box;width:100%;color:var(--fg-default);background:var(--bg-default);cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;min-height:2.63rem;margin:0;padding-block:.5rem;padding-inline:1rem;font-family:inherit;font-size:.94rem;font-weight:600;line-height:1.25rem;transition:background-color .2s;display:flex}.signinForm-module__S873kq__googleOAuthButton:hover:not(:disabled){background:color-mix(in srgb, var(--fg-muted) 12%, var(--bg-default))}.signinForm-module__S873kq__googleOAuthButton:disabled{opacity:.6;cursor:not-allowed}.signinForm-module__S873kq__githubOAuthButton{box-sizing:border-box;width:100%;color:var(--fg-default);background-color:var(--bg-default);cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;min-height:2.63rem;margin:0;padding-block:.5rem;padding-inline:1rem;font-family:inherit;font-size:.94rem;font-weight:600;line-height:1.25rem;transition:background-color .2s;display:flex}.signinForm-module__S873kq__githubOAuthButton:hover:not(:disabled){background:color-mix(in srgb, var(--fg-muted) 12%, var(--bg-default))}.signinForm-module__S873kq__githubOAuthButton:disabled{opacity:.6;cursor:not-allowed}.signinForm-module__S873kq__telegramOAuthButton{box-sizing:border-box;width:100%;color:var(--fg-default);background-color:var(--bg-default);cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;min-height:2.63rem;margin:0;padding-block:.5rem;padding-inline:1rem;font-family:inherit;font-size:.94rem;font-weight:600;line-height:1.25rem;transition:background-color .2s;display:flex}.signinForm-module__S873kq__telegramOAuthButton:hover:not(:disabled){background:color-mix(in srgb, var(--fg-muted) 12%, var(--bg-default))}.signinForm-module__S873kq__telegramOAuthButton:disabled{opacity:.6;cursor:not-allowed}.signinForm-module__S873kq__hint{color:var(--fg-muted);margin-top:.5rem;font-size:.75rem;line-height:1.4}.signinForm-module__S873kq__hintFormLead{color:var(--fg-muted);margin-block:0 .5rem;font-size:.88rem;line-height:1.4}.signinForm-module__S873kq__hintFormLeadEmail{color:var(--fg-default);text-underline-offset:.12em;text-decoration-skip-ink:auto;font-weight:500;text-decoration:underline}:root[data-theme=dark] .signinForm-module__S873kq__hintFormLeadEmail{color:#fff}
﻿.PurchaseContentOrder-module__cIOq0q__purchase{background-color:var(--bg-canvas);flex-direction:column;flex:auto;align-self:stretch;width:100%;min-height:0;display:flex}.PurchaseContentOrder-module__cIOq0q__purchaseLoadingLayout{min-height:0}.PurchaseContentOrder-module__cIOq0q__purchaseEmpty{flex-direction:column;display:flex}.PurchaseContentOrder-module__cIOq0q__purchaseEmpty .PurchaseContentOrder-module__cIOq0q__container{flex:auto;justify-content:center;align-items:center;min-height:0;display:flex}.PurchaseContentOrder-module__cIOq0q__container{box-sizing:border-box;flex-direction:column;flex:auto;width:100%;min-width:0;min-height:0;display:flex}.PurchaseContentOrder-module__cIOq0q__orderDetailNotFound{text-align:center;flex-direction:column;flex:auto;justify-content:center;align-items:center;gap:1.25rem;width:100%;min-height:0;padding:2rem;display:flex}.PurchaseContentOrder-module__cIOq0q__orderDetailNotFoundIcon{width:4rem;height:4rem;color:var(--fg-muted);flex-shrink:0}.PurchaseContentOrder-module__cIOq0q__orderDetailNotFoundText{color:var(--fg-muted);margin:0;font-size:1.13rem}.PurchaseContentOrder-module__cIOq0q__purchaseHeaderPriceChip{gap:.35rem;font-family:Unbounded,Unbounded Fallback,sans-serif;font-size:1rem}.PurchaseContentOrder-module__cIOq0q__purchaseHeaderPriceIcon{width:.88rem;height:.88rem;color:var(--accent-fg);flex-shrink:0}.PurchaseContentOrder-module__cIOq0q__purchaseHeaderActions{flex-shrink:0;align-items:center;display:flex}.PurchaseContentOrder-module__cIOq0q__content{grid-template-columns:1fr 480px;align-items:stretch;gap:2rem;display:grid}.PurchaseContentOrder-module__cIOq0q__main{flex-direction:column;min-width:0;display:flex}.PurchaseContentOrder-module__cIOq0q__tabs{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.PurchaseContentOrder-module__cIOq0q__tab{color:var(--fg-muted);background:var(--bg-subtle);cursor:pointer;appearance:none;border:none;border-radius:8px;align-items:stretch;gap:2px;padding:2px;font-family:inherit;font-size:.94rem;font-weight:600;line-height:1.25;transition:background-color .2s,color .2s;display:inline-flex;overflow:hidden}.PurchaseContentOrder-module__cIOq0q__tabLabel{align-items:center;padding-block:.63rem;padding-inline:1.13rem;display:inline-flex}.PurchaseContentOrder-module__cIOq0q__tab:hover,.PurchaseContentOrder-module__cIOq0q__tab.PurchaseContentOrder-module__cIOq0q__active{background:var(--accent-subtle-bg);color:var(--accent-fg)}.PurchaseContentOrder-module__cIOq0q__tabBadge{box-sizing:border-box;font-variant-numeric:tabular-nums;min-width:2.25rem;color:var(--fg-default);background:var(--bg-canvas);text-align:center;border-radius:0 8px 8px 0;justify-content:center;align-self:stretch;align-items:center;padding-block:0;padding-inline:.63rem;font-size:.81rem;font-weight:600;line-height:1;display:inline-flex}.PurchaseContentOrder-module__cIOq0q__tabContent{background-color:var(--bg-default);border-radius:8px}.PurchaseContentOrder-module__cIOq0q__info{flex-direction:column;gap:1.5rem;padding:1.5rem;display:flex}.PurchaseContentOrder-module__cIOq0q__section{min-width:0}.PurchaseContentOrder-module__cIOq0q__sectionTitle{color:var(--fg-default);letter-spacing:-.3px;margin-block:0 1rem;font-size:1.13rem;font-weight:600}.PurchaseContentOrder-module__cIOq0q__downloadHeader{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.PurchaseContentOrder-module__cIOq0q__downloadHeaderLeading{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.PurchaseContentOrder-module__cIOq0q__sectionHeaderCount{box-sizing:border-box;font-variant-numeric:tabular-nums;min-width:2.19rem;height:2.19rem;min-height:2.19rem;color:var(--fg-default);background-color:var(--bg-canvas);border-radius:8px;justify-content:center;align-items:center;padding-block:0;padding-inline:.63rem;font-size:.94rem;font-weight:600;line-height:1;display:inline-flex}.PurchaseContentOrder-module__cIOq0q__downloadSectionTitle{letter-spacing:.05em;color:var(--fg-default);flex-shrink:0;margin:0;font-family:Unbounded,Unbounded Fallback,sans-serif;font-weight:600;line-height:1.15}.PurchaseContentOrder-module__cIOq0q__downloadHeaderRule{border:none;border-top:1px dashed var(--border-default);flex:auto;align-self:center;min-width:.75rem;height:0}.PurchaseContentOrder-module__cIOq0q__downloadButton{box-sizing:border-box;height:2.5rem;min-height:2.5rem;color:var(--fg-default);background:var(--bg-canvas);cursor:pointer;appearance:none;border:none;border-radius:8px;flex-shrink:0;align-items:center;gap:.56rem;margin:0;padding-block:0;padding-inline:1.13rem;font-family:inherit;font-size:.94rem;font-weight:600;line-height:1.25;text-decoration:none;transition:background-color .2s,color .2s;display:inline-flex}.PurchaseContentOrder-module__cIOq0q__downloadButton:hover{background:var(--accent-subtle-bg);color:var(--accent-fg)}.PurchaseContentOrder-module__cIOq0q__downloadButton:disabled{opacity:.65;cursor:not-allowed}.PurchaseContentOrder-module__cIOq0q__downloadButton:disabled:hover{background:var(--bg-canvas);color:var(--fg-default)}.PurchaseContentOrder-module__cIOq0q__downloadAllError{color:var(--fg-muted);margin-block:-.5rem 1rem;font-size:.81rem}.PurchaseContentOrder-module__cIOq0q__downloadButtonIcon{width:1.13rem;height:1.13rem}.PurchaseContentOrder-module__cIOq0q__filesEmpty{color:var(--fg-muted);margin:0;font-size:.88rem}.PurchaseContentOrder-module__cIOq0q__discordDeliveryStack{flex-direction:column;gap:.75rem;display:flex}.PurchaseContentOrder-module__cIOq0q__discordDeliveryMeta{color:var(--fg-muted);margin:0;font-size:.9rem;line-height:1.45}.PurchaseContentOrder-module__cIOq0q__discordDeliveryGuildName{color:var(--fg-default);font-weight:500}.PurchaseContentOrder-module__cIOq0q__discordGuildNameLink{color:var(--accent-fg);font-weight:500;text-decoration:none}.PurchaseContentOrder-module__cIOq0q__discordGuildNameLink:hover{text-underline-offset:.12em;opacity:.92;text-decoration:underline}.PurchaseContentOrder-module__cIOq0q__discordDeliveryMetaMuted,.PurchaseContentOrder-module__cIOq0q__discordDeliveryMetaLoading{color:var(--fg-muted)}.PurchaseContentOrder-module__cIOq0q__discordDeliveryActions{flex-flow:wrap;align-items:center;gap:.65rem 1rem;min-width:0;display:flex}.PurchaseContentOrder-module__cIOq0q__discordDeliveryHint{color:var(--fg-muted);flex:14rem;min-width:min(100%,12rem);margin:0;font-size:.82rem;line-height:1.4}.PurchaseContentOrder-module__cIOq0q__discordDeliveryHintCooldown{color:var(--danger-fg,#dc2626);font-weight:500}.PurchaseContentOrder-module__cIOq0q__discordDeliveryRolesRow{flex-flow:wrap;align-items:center;gap:.45rem .65rem;min-width:0;display:flex}.PurchaseContentOrder-module__cIOq0q__discordDeliveryRolesIntro{color:var(--fg-muted);flex-shrink:0;font-size:.9rem;line-height:1.45}.PurchaseContentOrder-module__cIOq0q__discordDeliveryRolesChips{flex-wrap:wrap;flex:12rem;align-items:center;gap:.5rem .75rem;min-width:0;display:flex}.PurchaseContentOrder-module__cIOq0q__discordRoleChip{align-items:center;gap:.4rem;min-width:0;max-width:100%;display:inline-flex}.PurchaseContentOrder-module__cIOq0q__discordRoleSwatch{background-color:var(--discord-role-color,#99aab5);border-radius:50%;flex-shrink:0;width:.55rem;height:.55rem}.PurchaseContentOrder-module__cIOq0q__discordRoleName{color:var(--discord-role-color,var(--fg-muted));word-break:break-word;font-size:.9rem;line-height:1.35}.PurchaseContentOrder-module__cIOq0q__files{flex-direction:column;gap:.75rem;display:flex}.PurchaseContentOrder-module__cIOq0q__fileRow{background-color:var(--bg-canvas);color:var(--fg-default);border-radius:8px;align-items:center;gap:.75rem;padding:1rem;transition:background-color .15s,color .15s;display:flex}.PurchaseContentOrder-module__cIOq0q__fileRowKeyCopy{cursor:pointer}.PurchaseContentOrder-module__cIOq0q__fileRowKeyCopy:hover{background-color:var(--accent-soft-bg);color:var(--accent-fg)}.PurchaseContentOrder-module__cIOq0q__fileRowKeyCopy:hover .PurchaseContentOrder-module__cIOq0q__fileIcon{color:var(--accent-fg)}.PurchaseContentOrder-module__cIOq0q__fileRowKeyCopy:hover .PurchaseContentOrder-module__cIOq0q__fileCopyButton:not(:disabled):not(.PurchaseContentOrder-module__cIOq0q__fileCopyButtonCopied){color:var(--accent-fg);background:var(--accent-soft-bg)}a.PurchaseContentOrder-module__cIOq0q__fileRow{box-sizing:border-box;width:100%;color:inherit;cursor:pointer;text-decoration:none}.PurchaseContentOrder-module__cIOq0q__fileRowChevron{flex-shrink:0}.PurchaseContentOrder-module__cIOq0q__fileRow:hover{background-color:var(--bg-hover);color:var(--fg-default)}.PurchaseContentOrder-module__cIOq0q__fileRow:hover .PurchaseContentOrder-module__cIOq0q__fileName,.PurchaseContentOrder-module__cIOq0q__fileRow:hover .PurchaseContentOrder-module__cIOq0q__fileDownload{color:var(--fg-default)}.PurchaseContentOrder-module__cIOq0q__fileRow:hover .PurchaseContentOrder-module__cIOq0q__fileSize{color:var(--fg-muted)}.PurchaseContentOrder-module__cIOq0q__fileRow:hover .PurchaseContentOrder-module__cIOq0q__fileIcon{color:var(--fg-default)}.PurchaseContentOrder-module__cIOq0q__fileLink{min-width:0;color:inherit;cursor:pointer;flex:auto;align-items:center;gap:1rem;text-decoration:none;display:flex}.PurchaseContentOrder-module__cIOq0q__fileChevronLink{color:inherit;cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.PurchaseContentOrder-module__cIOq0q__fileDeleteButton{box-sizing:border-box;width:2.25rem;height:2.25rem;font:inherit;color:var(--fg-muted);background:var(--bg-subtle);cursor:pointer;appearance:none;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;margin:0;padding:0;line-height:1;transition:background-color .2s,color .2s;display:inline-flex;overflow:hidden}.PurchaseContentOrder-module__cIOq0q__fileDeleteButton:hover{color:var(--danger-fg);background:color-mix(in srgb, var(--danger-fg) 18%, var(--bg-canvas))}.PurchaseContentOrder-module__cIOq0q__fileDeleteButton:disabled{opacity:.55;cursor:not-allowed}.PurchaseContentOrder-module__cIOq0q__fileDeleteIcon{width:1.125rem;height:1.125rem}.PurchaseContentOrder-module__cIOq0q__fileCopyButton{box-sizing:border-box;width:2.25rem;height:2.25rem;font:inherit;color:var(--fg-muted);background:var(--bg-subtle);cursor:pointer;appearance:none;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;margin:0;padding:0;line-height:1;transition:background-color .2s,color .2s;display:inline-flex;overflow:hidden}.PurchaseContentOrder-module__cIOq0q__fileCopyButton:hover{color:var(--accent-fg);background:var(--accent-soft-bg)}.PurchaseContentOrder-module__cIOq0q__fileCopyButtonCopied{color:var(--success-fg);background:var(--order-status-completed-bg)}.PurchaseContentOrder-module__cIOq0q__fileCopyIcon{width:1.125rem;height:1.125rem}.PurchaseContentOrder-module__cIOq0q__fileIcon{width:2rem;height:2rem;color:var(--accent-fg);flex-shrink:0}.PurchaseContentOrder-module__cIOq0q__fileInfo{flex-flow:wrap;flex:1;align-items:baseline;gap:.35rem;min-width:0;display:flex}.PurchaseContentOrder-module__cIOq0q__fileName{color:var(--fg-default);font-size:.94rem;font-weight:500}.PurchaseContentOrder-module__cIOq0q__fileNameUrl{overflow-wrap:anywhere}.PurchaseContentOrder-module__cIOq0q__keyRecordCode{letter-spacing:.05em;color:inherit;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;font-family:Unbounded,Unbounded Fallback,sans-serif;font-size:1rem;font-weight:600;line-height:1.15}.PurchaseContentOrder-module__cIOq0q__keyRecordMasked{-webkit-user-select:none;user-select:none}.PurchaseContentOrder-module__cIOq0q__keyRecordRevealed{-webkit-user-select:text;user-select:text}.PurchaseContentOrder-module__cIOq0q__fileSize{color:var(--fg-muted);font-size:.81rem}.PurchaseContentOrder-module__cIOq0q__fileDownload{width:1.25rem;height:1.25rem;color:var(--fg-muted)}.PurchaseContentOrder-module__cIOq0q__instructions{background:var(--bg-canvas);border-radius:8px;padding:1.5rem}.PurchaseContentOrder-module__cIOq0q__instructionsTab input[type=search]{color:var(--fg-default);background-color:#0000}.PurchaseContentOrder-module__cIOq0q__instructionsTab input[type=search]::placeholder{color:var(--fg-muted)}:is(.PurchaseContentOrder-module__cIOq0q__instructionsTab input[type=search]:autofill,.PurchaseContentOrder-module__cIOq0q__instructionsTab input[type=search]:autofill:hover,.PurchaseContentOrder-module__cIOq0q__instructionsTab input[type=search]:autofill:focus){-webkit-text-fill-color:var(--fg-default);box-shadow:0 0 0 1000px var(--bg-canvas) inset;transition:background-color 5000s}.PurchaseContentOrder-module__cIOq0q__instructionsText{color:var(--fg-default);white-space:pre-wrap;word-wrap:break-word;margin:0;font-family:SF Mono,Monaco,Consolas,monospace;font-size:.88rem;line-height:1.6}.PurchaseContentOrder-module__cIOq0q__instructionsTab{padding:1.5rem}.PurchaseContentOrder-module__cIOq0q__updates{flex-direction:column;gap:1.5rem;padding:1.5rem;display:flex}.PurchaseContentOrder-module__cIOq0q__update{margin:0;padding:0}.PurchaseContentOrder-module__cIOq0q__update .PurchaseContentOrder-module__cIOq0q__downloadHeader{margin-bottom:.75rem}.PurchaseContentOrder-module__cIOq0q__updateDateLine{font-style:normal}.PurchaseContentOrder-module__cIOq0q__updateCard{background:var(--bg-canvas);border-radius:8px;flex-direction:column;gap:.5rem;padding-block:1rem;padding-inline:1.25rem;display:flex}.PurchaseContentOrder-module__cIOq0q__updateTitle{color:var(--accent-fg);letter-spacing:-.2px;margin:0;font-size:1rem;font-weight:600}.PurchaseContentOrder-module__cIOq0q__updateBody{color:var(--fg-default);margin:0;font-size:.94rem;line-height:1.6}.PurchaseContentOrder-module__cIOq0q__waitingInfo{text-align:center;flex-direction:column;align-items:center;padding-block:3rem;padding-inline:2rem;display:flex}.PurchaseContentOrder-module__cIOq0q__waitingIcon{width:4rem;height:4rem;color:var(--fg-muted);opacity:.5;margin-bottom:1.5rem}.PurchaseContentOrder-module__cIOq0q__waitingTitle{color:var(--fg-default);margin-block:0 .75rem;font-size:1.25rem;font-weight:600}.PurchaseContentOrder-module__cIOq0q__waitingText{color:var(--fg-muted);max-width:500px;margin:0;font-size:.94rem;line-height:1.6}.PurchaseContentOrder-module__cIOq0q__refundedNotice{text-align:center;background-color:var(--danger-subtle);border-radius:8px;flex-direction:column;align-items:center;padding-block:2.5rem;padding-inline:2rem;display:flex}.PurchaseContentOrder-module__cIOq0q__refundedNoticeIcon{width:3.5rem;height:3.5rem;color:var(--danger-fg);flex-shrink:0;margin-bottom:1.15rem}.PurchaseContentOrder-module__cIOq0q__refundedNoticeTitle{color:var(--danger-fg);margin-block:0 .65rem;font-size:1.15rem;font-weight:600}.PurchaseContentOrder-module__cIOq0q__refundedNoticeText{color:var(--danger-fg);max-width:520px;margin:0;font-size:.94rem;line-height:1.55}.PurchaseContentOrder-module__cIOq0q__details{flex-wrap:wrap;align-items:stretch;gap:.65rem;width:100%;padding-top:.45rem;display:flex}.PurchaseContentOrder-module__cIOq0q__detailRow{box-sizing:border-box;min-width:min(100%,12rem);max-width:100%;background:var(--bg-canvas);border:none;border-radius:8px;flex:12rem;min-inline-size:0;margin:0;padding:.75rem 1rem;position:relative}.PurchaseContentOrder-module__cIOq0q__detailLabel{box-sizing:border-box;letter-spacing:.06em;text-align:center;color:var(--fg-muted);background:var(--bg-canvas);white-space:nowrap;text-overflow:ellipsis;border-radius:0 999px 0 0;margin:0;padding:.5rem 1.5rem 0 1rem;font-size:.65rem;font-weight:600;line-height:1.2;position:absolute;top:.1rem;left:0;overflow:hidden;transform:translateY(-50%)}.PurchaseContentOrder-module__cIOq0q__detailValue{width:100%;color:var(--fg-default);text-align:start;overflow-wrap:anywhere;word-break:break-word;margin:0;padding:0;font-size:.94rem;font-weight:600;line-height:1.35}.PurchaseContentOrder-module__cIOq0q__rubleInlineIcon{width:.9em;height:.9em;color:inherit;flex-shrink:0}.PurchaseContentOrder-module__cIOq0q__reviews{flex-direction:column;gap:1.5rem;padding:1.5rem;display:flex}.PurchaseContentOrder-module__cIOq0q__reviewsTop{flex-direction:column;gap:.35rem;display:flex}.PurchaseContentOrder-module__cIOq0q__reviewsTop .PurchaseContentOrder-module__cIOq0q__downloadHeader{margin-bottom:0}.PurchaseContentOrder-module__cIOq0q__reviewsEmpty{color:var(--fg-muted);margin:0;font-size:.88rem}.PurchaseContentOrder-module__cIOq0q__reviewsTop .PurchaseContentOrder-module__cIOq0q__reviewsEmpty{padding-top:1rem}.PurchaseContentOrder-module__cIOq0q__review{margin:0;padding:0}.PurchaseContentOrder-module__cIOq0q__review .PurchaseContentOrder-module__cIOq0q__downloadHeader{margin-bottom:.75rem}.PurchaseContentOrder-module__cIOq0q__review .PurchaseContentOrder-module__cIOq0q__updateCard{gap:.75rem}.PurchaseContentOrder-module__cIOq0q__reviewHeader{justify-content:space-between;align-items:center;margin:0;display:flex}.PurchaseContentOrder-module__cIOq0q__reviewAuthor{min-width:0;color:var(--accent-fg);font-size:.94rem;font-weight:600}.PurchaseContentOrder-module__cIOq0q__reviewRating{gap:.25rem;display:flex}.PurchaseContentOrder-module__cIOq0q__star{width:1rem;height:1rem;color:var(--border-default)}.PurchaseContentOrder-module__cIOq0q__star.PurchaseContentOrder-module__cIOq0q__filled{color:var(--attention-fg);fill:var(--attention-fg)}.PurchaseContentOrder-module__cIOq0q__reviewText{color:var(--fg-default);margin:0;font-size:.94rem;line-height:1.6}.PurchaseContentOrder-module__cIOq0q__reviewModalResourceLine{color:var(--fg-default);flex-flow:wrap;align-items:center;gap:.5rem .62rem;margin-block:0 1.5rem;padding-left:.5rem;font-size:.88rem;font-weight:600;line-height:1.45;display:flex}.PurchaseContentOrder-module__cIOq0q__reviewModalResourceLine a{color:var(--accent-fg);text-underline-offset:.15em;text-decoration:underline}.PurchaseContentOrder-module__cIOq0q__reviewModalResourceLine a:hover{color:var(--accent-emphasis)}@media (max-width:1200px){.PurchaseContentOrder-module__cIOq0q__content{grid-template-columns:1fr}}@media (max-width:768px){.PurchaseContentOrder-module__cIOq0q__meta{flex-direction:column;align-items:flex-start}}.PurchaseContentOrder-module__cIOq0q__orderResponseList{flex-direction:column;gap:.75rem;width:100%;min-width:0;display:flex}.PurchaseContentOrder-module__cIOq0q__orderResponseListPaginationShell{box-sizing:border-box;flex-shrink:0;padding:.65rem 0 0}.PurchaseContentOrder-module__cIOq0q__orderResponseListPaginationShell>nav{box-sizing:border-box;width:100%;margin-top:0;padding-inline:0}.PurchaseContentOrder-module__cIOq0q__orderResponseListPaginationShell.PurchaseContentOrder-module__cIOq0q__orderResponsesPaginationScope .PurchaseContentOrder-module__cIOq0q__orderResponsesPaginationNav button{background-color:var(--bg-canvas);color:var(--fg-default)}.PurchaseContentOrder-module__cIOq0q__orderResponseListPaginationShell.PurchaseContentOrder-module__cIOq0q__orderResponsesPaginationScope .PurchaseContentOrder-module__cIOq0q__orderResponsesPaginationNav button:not([aria-current=page]):hover:not(:disabled){background:var(--bg-header-chip);color:var(--fg-default)}.PurchaseContentOrder-module__cIOq0q__orderResponseListPaginationShell.PurchaseContentOrder-module__cIOq0q__orderResponsesPaginationScope .PurchaseContentOrder-module__cIOq0q__orderResponsesPaginationNav button[aria-current=page]{background:color-mix(in srgb, var(--fg-default) 12%, var(--bg-canvas));color:var(--fg-default);font-weight:600}.PurchaseContentOrder-module__cIOq0q__orderResponseListPaginationShell.PurchaseContentOrder-module__cIOq0q__orderResponsesPaginationScope .PurchaseContentOrder-module__cIOq0q__orderResponsesPaginationNav button[aria-current=page]:hover{background:color-mix(in srgb, var(--fg-default) 16%, var(--bg-canvas));color:var(--fg-default)}.PurchaseContentOrder-module__cIOq0q__orderResponseListPaginationShell.PurchaseContentOrder-module__cIOq0q__orderResponsesPaginationScope .PurchaseContentOrder-module__cIOq0q__orderResponsesPaginationNav button:disabled{background-color:var(--bg-canvas)}.PurchaseContentOrder-module__cIOq0q__orderResponseListPaginationShell.PurchaseContentOrder-module__cIOq0q__orderResponsesPaginationScope .PurchaseContentOrder-module__cIOq0q__orderResponsesPaginationNav button:disabled:hover{background-color:var(--bg-canvas)}.PurchaseContentOrder-module__cIOq0q__orderResponseCard{box-sizing:border-box;background:var(--bg-canvas);cursor:default;border-radius:8px;grid-template-columns:4px minmax(0,1fr);align-items:stretch;gap:.65rem .85rem;padding:.75rem .75rem .75rem 0;display:grid}.PurchaseContentOrder-module__cIOq0q__orderResponseRail{background:var(--bg-hover);border-radius:2px;align-self:stretch;width:4px;min-height:2.75rem}.PurchaseContentOrder-module__cIOq0q__orderResponseBody{flex-wrap:wrap;align-items:center;gap:.75rem 1rem;min-width:0;display:flex}.PurchaseContentOrder-module__cIOq0q__orderResponsePrimary{flex-direction:column;flex:12rem;gap:.25rem;min-width:0;padding-inline-end:1.25rem;display:flex}.PurchaseContentOrder-module__cIOq0q__orderResponseAside{flex-flow:wrap;flex:none;justify-content:flex-end;align-self:center;align-items:center;gap:.45rem;min-width:0;max-width:100%;margin-left:auto;display:flex}.PurchaseContentOrder-module__cIOq0q__orderResponseAsideTools{flex-wrap:nowrap;flex-shrink:0;justify-content:flex-end;align-items:center;gap:.45rem;display:inline-flex}.PurchaseContentOrder-module__cIOq0q__orderResponseIconToolbar{flex-wrap:nowrap;flex-shrink:0;align-items:center;gap:.38rem;display:inline-flex}.PurchaseContentOrder-module__cIOq0q__orderResponseIdentityRow{box-sizing:border-box;flex-wrap:wrap;align-items:center;gap:.2rem .45rem;min-width:0;padding-left:0;display:inline-flex}.PurchaseContentOrder-module__cIOq0q__orderResponseIdentityRow .PurchaseContentOrder-module__cIOq0q__orderResponseAuthorName{color:var(--fg-default);font-weight:700;line-height:1.25}.PurchaseContentOrder-module__cIOq0q__orderResponseIdentityRow .PurchaseContentOrder-module__cIOq0q__orderResponseRoleBadge{box-sizing:border-box;justify-content:center;align-items:center;min-height:1.625rem;padding-block:.31rem;padding-inline:.56rem;line-height:1;display:inline-flex}.PurchaseContentOrder-module__cIOq0q__orderResponseIdentityRow .PurchaseContentOrder-module__cIOq0q__orderResponseRoleBadgeLabel{font-size:.81rem;font-weight:600;line-height:1}.PurchaseContentOrder-module__cIOq0q__orderResponseIdentityRow .PurchaseContentOrder-module__cIOq0q__responderAuthorNameRating{box-sizing:border-box;min-height:1.625rem}.PurchaseContentOrder-module__cIOq0q__orderResponseDeadline{color:var(--fg-muted);margin:0;font-size:.81rem;font-weight:500;line-height:1.35}.PurchaseContentOrder-module__cIOq0q__orderResponseMessagePrefix{margin-inline-end:.35rem;font-weight:600}.PurchaseContentOrder-module__cIOq0q__orderResponseMessage{min-width:0;color:var(--fg-muted);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.81rem;font-weight:500;line-height:1.45;display:-webkit-box;overflow:hidden}.PurchaseContentOrder-module__cIOq0q__orderResponseDateBadge{box-sizing:border-box;letter-spacing:.22px;background:var(--bg-canvas);height:2.25rem;min-height:2.25rem;padding-block:0;padding-inline:.75rem;line-height:1.2}.PurchaseContentOrder-module__cIOq0q__orderResponsePriceWrap{flex-shrink:0;margin-inline-start:0}.PurchaseContentOrder-module__cIOq0q__orderResponsePrice{white-space:nowrap;flex-shrink:0;align-items:center;gap:.2rem;padding-inline:.45rem;line-height:1.2;display:inline-flex}@media (max-width:560px){.PurchaseContentOrder-module__cIOq0q__orderResponseAside{flex-basis:100%;justify-content:flex-end;max-width:100%;margin-left:0}}.PurchaseContentOrder-module__cIOq0q__responderAuthorNameRating{min-width:0}.PurchaseContentOrder-module__cIOq0q__responderBudgetFallback{color:var(--fg-muted);font-weight:500}.PurchaseContentOrder-module__cIOq0q__responderStarIcon{width:.9rem;height:.9rem;color:var(--fg-muted)}.PurchaseContentOrder-module__cIOq0q__responderStarFilled{color:var(--attention-fg)}.PurchaseContentOrder-module__cIOq0q__reviewsOverallRow{background-color:var(--bg-subtle);border-radius:8px;align-items:center;gap:.45rem;margin-block:.5rem 1rem;padding-block:.45rem;padding-inline:.75rem;font-size:.88rem;display:inline-flex}.PurchaseContentOrder-module__cIOq0q__reviewsOverallStars{align-items:center;gap:1px;display:inline-flex}.PurchaseContentOrder-module__cIOq0q__reviewsOverallValue{color:var(--fg-default);font-variant-numeric:tabular-nums;font-weight:700}.PurchaseContentOrder-module__cIOq0q__reviewsOverallCount{color:var(--fg-muted);font-variant-numeric:tabular-nums}.PurchaseContentOrder-module__cIOq0q__reviewSource{color:var(--fg-muted);margin-block:0 .35rem;font-size:.78rem}.PurchaseContentOrder-module__cIOq0q__pageHeaderIconTooltipAnchor{vertical-align:middle;justify-content:center;align-items:center;display:inline-flex}.PurchaseContentOrder-module__cIOq0q__pageHeaderIconTooltipAnchor>button:disabled{pointer-events:none}.PurchaseContentOrder-module__cIOq0q__pageHeaderTableIconButton{box-sizing:border-box;width:2.5rem;min-width:2.5rem;height:2.5rem;min-height:2.5rem}.PurchaseContentOrder-module__cIOq0q__pageHeaderIconTooltipAnchor .PurchaseContentOrder-module__cIOq0q__pageHeaderTableIconButton{color:var(--fg-default)}.PurchaseContentOrder-module__cIOq0q__pageHeaderIconTooltipAnchor .PurchaseContentOrder-module__cIOq0q__pageHeaderTableIconButton:hover{color:var(--accent-fg)}.PurchaseContentOrder-module__cIOq0q__orderResponseAmountWrap{width:100%;min-width:0}.PurchaseContentOrder-module__cIOq0q__orderResponseAmountWrap>div{background:var(--bg-subtle)}.PurchaseContentOrder-module__cIOq0q__orderResponseAmountWrap>div>input[type=number]{background-color:var(--bg-subtle)}.PurchaseContentOrder-module__cIOq0q__orderResponseAmountWrap>div>button{background:color-mix(in srgb, var(--fg-default) 7%, var(--bg-subtle));color:var(--fg-default)}.PurchaseContentOrder-module__cIOq0q__orderResponseAmountWrap>div>button:hover{background:color-mix(in srgb, var(--accent-fg) 8%, var(--bg-subtle));color:var(--accent-fg)}.PurchaseContentOrder-module__cIOq0q__orderResponseAmountWrap>div>button:disabled{opacity:.55;cursor:not-allowed}.PurchaseContentOrder-module__cIOq0q__orderResponseAmountWrap>div>button:disabled:hover{background:color-mix(in srgb, var(--fg-default) 7%, var(--bg-subtle));color:var(--fg-default)}.PurchaseContentOrder-module__cIOq0q__orderDetailPageLoadingShell{box-sizing:border-box;flex-direction:column;align-items:stretch;width:100%;min-height:0;display:flex}.PurchaseContentOrder-module__cIOq0q__orderDetailPageLoading{box-sizing:border-box;flex-direction:column;flex:auto;justify-content:center;align-self:stretch;align-items:center;gap:0;width:100%;max-width:100%;min-height:0;padding:2rem;display:flex}.PurchaseContentOrder-module__cIOq0q__orderDetailPageLoadingSpinner{box-sizing:border-box;border:4px solid var(--border-default);border-top-color:var(--accent-fg);border-radius:50%;width:3.5rem;height:3.5rem;animation:.85s linear infinite PurchaseContentOrder-module__cIOq0q__orderDetailPageSpinnerRotate}@keyframes PurchaseContentOrder-module__cIOq0q__orderDetailPageSpinnerRotate{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.PurchaseContentOrder-module__cIOq0q__orderDetailPageLoadingSpinner{border-top-color:var(--border-default);opacity:.85;animation:none}}.PurchaseContentOrder-module__cIOq0q__visuallyHidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
.DatePickerModal-module__Zwq3Ya__trigger{box-sizing:border-box;width:100%;min-height:2.63rem;color:var(--fg-default);background-color:var(--bg-subtle);text-align:left;cursor:pointer;border-radius:8px;justify-content:space-between;align-items:center;padding-block:.75rem;padding-inline:.88rem;font-family:inherit;font-size:.88rem;line-height:1.5;transition:background-color .15s;display:flex}.DatePickerModal-module__Zwq3Ya__trigger:hover{background-color:color-mix(in srgb, var(--fg-default) 5%, var(--bg-subtle))}.DatePickerModal-module__Zwq3Ya__trigger:disabled{cursor:not-allowed;opacity:.55}.DatePickerModal-module__Zwq3Ya__trigger:disabled:hover{background-color:var(--bg-subtle)}.DatePickerModal-module__Zwq3Ya__triggerPlaceholder{color:var(--fg-muted)}.DatePickerModal-module__Zwq3Ya__triggerValue{color:var(--fg-default)}.DatePickerModal-module__Zwq3Ya__triggerIcon{width:1.25rem;height:1.25rem;color:var(--fg-muted);flex-shrink:0;margin-left:.5rem}.DatePickerModal-module__Zwq3Ya__calendarModal{min-width:min(100vw - 2rem,300px);max-width:calc(100vw - 2rem)}.DatePickerModal-module__Zwq3Ya__header{justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.DatePickerModal-module__Zwq3Ya__navButton{background:var(--bg-subtle);width:2rem;height:2rem;color:var(--fg-default);cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;transition:background .15s,color .15s;display:flex}.DatePickerModal-module__Zwq3Ya__navButton:hover:not(:disabled){background:color-mix(in srgb, var(--accent-fg) 8%, var(--bg-subtle));color:var(--accent-fg)}.DatePickerModal-module__Zwq3Ya__navButton:disabled{opacity:.45;cursor:not-allowed}.DatePickerModal-module__Zwq3Ya__navIcon{width:1.25rem;height:1.25rem}.DatePickerModal-module__Zwq3Ya__title{color:var(--fg-default);font-size:1rem;font-weight:600}.DatePickerModal-module__Zwq3Ya__weekdays{grid-template-columns:repeat(7,1fr);gap:2px;margin-bottom:.5rem;display:grid}.DatePickerModal-module__Zwq3Ya__weekday{text-align:center;color:var(--fg-muted);text-transform:uppercase;font-size:.7rem;font-weight:600}.DatePickerModal-module__Zwq3Ya__grid{grid-template-columns:repeat(7,1fr);gap:4px;display:grid}.DatePickerModal-module__Zwq3Ya__day{aspect-ratio:1;color:var(--fg-default);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;font-size:.88rem;font-weight:500;transition:background .15s,color .15s;display:flex}.DatePickerModal-module__Zwq3Ya__day:hover:not(:disabled):not(.DatePickerModal-module__Zwq3Ya__dayDisabled){background:color-mix(in srgb, var(--accent-fg) 8%, var(--bg-subtle));color:var(--accent-fg)}.DatePickerModal-module__Zwq3Ya__day.DatePickerModal-module__Zwq3Ya__daySelected,.DatePickerModal-module__Zwq3Ya__day.DatePickerModal-module__Zwq3Ya__daySelected:hover:not(:disabled):not(.DatePickerModal-module__Zwq3Ya__dayDisabled){background:var(--accent-fg);color:var(--bg-default)}.DatePickerModal-module__Zwq3Ya__day.DatePickerModal-module__Zwq3Ya__daySelected:hover:not(:disabled):not(.DatePickerModal-module__Zwq3Ya__dayDisabled){opacity:.9}.DatePickerModal-module__Zwq3Ya__dayMuted{color:var(--fg-muted)}.DatePickerModal-module__Zwq3Ya__dayOutside{cursor:default;pointer-events:none}.DatePickerModal-module__Zwq3Ya__dayDisabled,.DatePickerModal-module__Zwq3Ya__day:disabled{color:var(--fg-muted);opacity:.5;cursor:not-allowed}.DatePickerModal-module__Zwq3Ya__dayDisabled:hover,.DatePickerModal-module__Zwq3Ya__day:disabled:hover,.DatePickerModal-module__Zwq3Ya__dayOutside:hover{color:var(--fg-muted);background:0 0}
.DateRangePickerModal-module__WOcbAG__trigger{box-sizing:border-box;width:auto;max-width:min(22rem,100%);min-height:2.5rem;color:var(--fg-default);background-color:var(--bg-subtle);text-align:left;cursor:pointer;white-space:nowrap;border:none;border-radius:8px;justify-content:space-between;align-items:center;gap:.5rem;padding-block:.5rem;padding-inline:.88rem;font-family:inherit;font-size:.88rem;line-height:1.35;transition:background-color .15s;display:inline-flex}.DateRangePickerModal-module__WOcbAG__trigger:hover:not(:disabled){background-color:color-mix(in srgb, var(--fg-default) 5%, var(--bg-subtle))}.DateRangePickerModal-module__WOcbAG__trigger:disabled{cursor:not-allowed;opacity:.55}.DateRangePickerModal-module__WOcbAG__trigger:disabled:hover{background-color:var(--bg-subtle)}.DateRangePickerModal-module__WOcbAG__triggerValue{font-variant-numeric:tabular-nums;color:var(--fg-default)}.DateRangePickerModal-module__WOcbAG__triggerIcon{width:1.2rem;height:1.2rem;color:var(--fg-muted);flex-shrink:0}.DateRangePickerModal-module__WOcbAG__rangeModal{min-width:min(100vw - 2rem,38rem);max-width:calc(100vw - 2rem)}.DateRangePickerModal-module__WOcbAG__body{grid-template-rows:auto auto;grid-template-columns:minmax(0,1fr) 1.75rem minmax(0,1fr);align-items:stretch;gap:0 .65rem;margin-bottom:1rem;display:grid}.DateRangePickerModal-module__WOcbAG__calHeadLeft{box-sizing:border-box;grid-area:1/1;justify-self:center;width:100%;min-width:0;max-width:17.5rem}.DateRangePickerModal-module__WOcbAG__calHeadRight{box-sizing:border-box;grid-area:1/3;justify-self:center;width:100%;min-width:0;max-width:17.5rem}.DateRangePickerModal-module__WOcbAG__midHeadSpacer{grid-area:1/2;justify-self:center;width:1.75rem;min-width:1.75rem}.DateRangePickerModal-module__WOcbAG__calBodyLeft{box-sizing:border-box;grid-area:2/1;justify-self:center;width:100%;min-width:0;max-width:17.5rem}.DateRangePickerModal-module__WOcbAG__calBodyRight{box-sizing:border-box;grid-area:2/3;justify-self:center;width:100%;min-width:0;max-width:17.5rem}.DateRangePickerModal-module__WOcbAG__midArrow{flex-direction:column;grid-area:2/2;place-self:stretch center;align-items:center;width:1.75rem;min-width:1.75rem;min-height:0;padding:0;display:flex}.DateRangePickerModal-module__WOcbAG__midArrowLine{border:none;border-left:1px dashed var(--border-muted);opacity:.85;flex:1 1 0;align-self:center;width:0;min-height:.75rem;margin:0}.DateRangePickerModal-module__WOcbAG__stepArrowCircle{background:var(--bg-subtle);width:2rem;height:2rem;color:var(--fg-muted);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-block:.35rem;display:inline-flex}.DateRangePickerModal-module__WOcbAG__stepArrowCircle svg{width:1rem;height:1rem}.DateRangePickerModal-module__WOcbAG__colTitle{color:var(--fg-muted);text-align:center;margin:0 0 .35rem;padding:0;font-size:.72rem;font-weight:600;line-height:1.25}.DateRangePickerModal-module__WOcbAG__footer{grid-template-columns:1fr 1fr;align-items:stretch;gap:.5rem;margin-top:0;margin-bottom:0;padding-top:.25rem;display:grid}.DateRangePickerModal-module__WOcbAG__footerGridBtn{box-sizing:border-box;cursor:pointer;appearance:none;border:none;border-radius:8px;justify-content:center;align-items:center;width:100%;min-width:0;min-height:2.63rem;margin:0;padding-block:.63rem;padding-inline:1.13rem;font-family:inherit;font-size:.94rem;font-weight:600;line-height:1.25;display:flex}.DateRangePickerModal-module__WOcbAG__cancelBtn{color:var(--fg-default);background:var(--bg-subtle);transition:background-color .2s,opacity .2s}.DateRangePickerModal-module__WOcbAG__cancelBtn:hover:not(:disabled){background:color-mix(in srgb, var(--fg-default) 10%, var(--bg-subtle))}.DateRangePickerModal-module__WOcbAG__cancelBtn:disabled,.DateRangePickerModal-module__WOcbAG__cancelBtn:disabled:hover{cursor:not-allowed;opacity:.5;color:var(--fg-default);background:var(--bg-subtle)}.DateRangePickerModal-module__WOcbAG__donePrimary{color:var(--success-fg);background:color-mix(in srgb, var(--success-fg) 10%, var(--bg-canvas));transition:background-color .2s,color .2s}.DateRangePickerModal-module__WOcbAG__donePrimary:hover:not(:disabled){background:color-mix(in srgb, var(--success-fg) 18%, color-mix(in srgb, var(--success-fg) 10%, var(--bg-canvas)));color:var(--success-fg)}.DateRangePickerModal-module__WOcbAG__donePrimary:disabled,.DateRangePickerModal-module__WOcbAG__donePrimary:disabled:hover{cursor:not-allowed;opacity:.45;color:var(--success-fg);background:color-mix(in srgb, var(--success-fg) 10%, var(--bg-canvas))}.DateRangePickerModal-module__WOcbAG__dayInRange{background:var(--bg-subtle);color:var(--fg-default)}.DateRangePickerModal-module__WOcbAG__dayInRangePreview{background:var(--order-status-open-bg);color:var(--accent-fg)}.DateRangePickerModal-module__WOcbAG__daySelectedPreview,.DateRangePickerModal-module__WOcbAG__daySelectedPreview:hover:not(:disabled):not(.DateRangePickerModal-module__WOcbAG__dayDisabled){background:var(--accent-fg);color:var(--bg-default)}.DateRangePickerModal-module__WOcbAG__daySelectedPreview:hover:not(:disabled):not(.DateRangePickerModal-module__WOcbAG__dayDisabled){opacity:.9}.DateRangePickerModal-module__WOcbAG__dayInRangePreview.DateRangePickerModal-module__WOcbAG__dayDisabled,.DateRangePickerModal-module__WOcbAG__dayInRangePreview:disabled,.DateRangePickerModal-module__WOcbAG__daySelectedPreview.DateRangePickerModal-module__WOcbAG__dayDisabled,.DateRangePickerModal-module__WOcbAG__daySelectedPreview:disabled{color:var(--fg-muted);opacity:.5;background:0 0}@media (max-width:640px){.DateRangePickerModal-module__WOcbAG__rangeModal{width:min(100vw - 2rem,18.5rem);min-width:0;max-width:min(100vw - 2rem,18.5rem);padding-block:1.15rem;padding-inline:1rem}.DateRangePickerModal-module__WOcbAG__body{grid-template-columns:minmax(0,1fr);row-gap:0;margin-bottom:.75rem}.DateRangePickerModal-module__WOcbAG__calHeadLeft,.DateRangePickerModal-module__WOcbAG__calHeadRight,.DateRangePickerModal-module__WOcbAG__calBodyLeft,.DateRangePickerModal-module__WOcbAG__calBodyRight{grid-column:1;justify-self:center;width:100%;min-width:0;max-width:17.5rem}.DateRangePickerModal-module__WOcbAG__calHeadLeft{grid-row:1}.DateRangePickerModal-module__WOcbAG__calBodyLeft{grid-row:2;margin-bottom:.25rem}.DateRangePickerModal-module__WOcbAG__midHeadSpacer{display:none}.DateRangePickerModal-module__WOcbAG__midArrow{flex-direction:row;grid-area:3/1;place-self:center;align-items:center;width:100%;min-width:0;max-width:17.5rem;min-height:0;margin-block:.1rem;padding-block:.35rem}.DateRangePickerModal-module__WOcbAG__midArrowLine{border-left:none;border-top:1px dashed var(--border-muted);flex:1 1 0;align-self:auto;width:auto;min-width:.75rem;height:0;min-height:0}.DateRangePickerModal-module__WOcbAG__stepArrowCircle{width:1.75rem;height:1.75rem;margin-block:0;margin-inline:.35rem}.DateRangePickerModal-module__WOcbAG__stepArrowCircle svg{width:.9rem;height:.9rem;transform:rotate(90deg)}.DateRangePickerModal-module__WOcbAG__calHeadRight{grid-row:4;margin-top:.1rem}.DateRangePickerModal-module__WOcbAG__calBodyRight{grid-row:5}.DateRangePickerModal-module__WOcbAG__footerGridBtn{min-height:2.25rem;padding-block:.45rem;padding-inline:.75rem;font-size:.88rem}}
.Reviews-module__znp1RG__reviewsCount{box-sizing:border-box;font-variant-numeric:tabular-nums;min-width:2.5rem;height:2.5rem;min-height:2.5rem;color:var(--fg-default);background:var(--bg-subtle);border-radius:8px;justify-content:center;align-items:center;padding-block:0;padding-inline:.63rem;font-size:.94rem;font-weight:600;line-height:1;display:inline-flex}.Reviews-module__znp1RG__addReviewButton{box-sizing:border-box;height:2.5rem;min-height:2.5rem;color:var(--fg-default);background-color:var(--bg-subtle);cursor:pointer;appearance:none;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;gap:.56rem;margin:0;padding-block:0;padding-inline:1.13rem;font-family:inherit;font-size:.94rem;font-weight:600;line-height:1.25;transition:background-color .2s,color .2s;display:flex}.Reviews-module__znp1RG__addReviewButton:hover{background-color:color-mix(in srgb, var(--accent-fg) 12%, var(--bg-subtle));color:var(--accent-fg)}.Reviews-module__znp1RG__addReviewIcon{flex-shrink:0;width:1.13rem;height:1.13rem}.Reviews-module__znp1RG__reviewModalCloseSquare{box-sizing:border-box;width:2rem;min-width:2rem;height:2rem;min-height:2rem;color:var(--fg-default);background:var(--bg-subtle);cursor:pointer;appearance:none;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;margin:0;padding:0;font-family:inherit;font-size:.94rem;font-weight:600;transition:background-color .2s,color .2s;display:flex}.Reviews-module__znp1RG__reviewModalCloseSquare:hover:not(:disabled){color:var(--accent-fg);background:var(--accent-subtle-bg)}.Reviews-module__znp1RG__reviewModalCloseSquare:disabled{opacity:.5;cursor:not-allowed}.Reviews-module__znp1RG__reviewModalCloseIcon{flex-shrink:0;width:1rem;height:1rem}.Reviews-module__znp1RG__modalForm{flex-direction:column;gap:1.5rem;min-width:0;display:flex}.Reviews-module__znp1RG__reviewFieldGroup{flex-direction:column;gap:.5rem;min-width:0;margin:0;display:flex}.Reviews-module__znp1RG__reviewFormRow{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;column-gap:0;min-width:0;display:grid}.Reviews-module__znp1RG__reviewFormRow>.Reviews-module__znp1RG__reviewFieldGroup{width:100%;min-width:0}.Reviews-module__znp1RG__reviewFormRow>.Reviews-module__znp1RG__reviewFieldGroup:last-child{padding-left:1rem}@media (max-width:768px){.Reviews-module__znp1RG__reviewFormRow{grid-template-columns:1fr}.Reviews-module__znp1RG__reviewFormRow>.Reviews-module__znp1RG__reviewFieldGroup:last-child{padding-left:0}}.Reviews-module__znp1RG__reviewRatingFieldRow{flex-flow:wrap;align-items:center;gap:.62rem .88rem;margin:0;display:flex}.Reviews-module__znp1RG__reviewFieldLabel{color:var(--fg-muted);padding-left:8px;font-size:.78rem;font-weight:600;line-height:1.3;display:block}.Reviews-module__znp1RG__reviewRatingFieldRow .Reviews-module__znp1RG__reviewFieldLabel,.Reviews-module__znp1RG__reviewRatingFieldRow .Reviews-module__znp1RG__stars{flex-shrink:0}.Reviews-module__znp1RG__stars{align-items:center;gap:.19rem;line-height:0;display:inline-flex}.Reviews-module__znp1RG__starButton{cursor:pointer;color:inherit;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;margin:-.25rem;padding:.25rem;display:inline-flex}.Reviews-module__znp1RG__starButton:hover:not(:disabled) .Reviews-module__znp1RG__starIcon:not(.Reviews-module__znp1RG__starActive){color:color-mix(in srgb, var(--fg-default) 35%, transparent)}.Reviews-module__znp1RG__starButton:disabled{cursor:not-allowed;opacity:.45}.Reviews-module__znp1RG__starIcon{width:1.375rem;height:1.375rem;color:color-mix(in srgb, var(--fg-default) 22%, transparent);flex-shrink:0;transition:color .15s}.Reviews-module__znp1RG__starActive{color:var(--attention-fg)}.Reviews-module__znp1RG__modalTextarea{box-sizing:border-box;width:100%;min-height:7.5rem;color:var(--fg-default);background:var(--bg-subtle);resize:vertical;border:none;border-radius:8px;padding-block:.75rem;padding-inline:.88rem;font-family:inherit;font-size:.88rem;line-height:1.5}.Reviews-module__znp1RG__modalTextarea::placeholder{color:var(--fg-muted)}.Reviews-module__znp1RG__modalTextarea:disabled{cursor:not-allowed;opacity:.55}.Reviews-module__znp1RG__modalInput{box-sizing:border-box;width:100%;min-height:2.63rem;color:var(--fg-default);background:var(--bg-subtle);border:none;border-radius:8px;padding-block:.75rem;padding-inline:.88rem;font-family:inherit;font-size:.88rem;line-height:1.5}.Reviews-module__znp1RG__modalInput::placeholder{color:var(--fg-muted)}.Reviews-module__znp1RG__modalInput:disabled{cursor:not-allowed;opacity:.55}.Reviews-module__znp1RG__reviewModalActionRow{grid-template-columns:1fr 1fr;align-items:stretch;gap:.5rem;margin-top:0;margin-bottom:0;display:grid}.Reviews-module__znp1RG__reviewModalActionRow>:only-child{grid-column:1/-1}.Reviews-module__znp1RG__reviewModalActionRowBtnStretch{width:100%}.Reviews-module__znp1RG__reviewModalApplyButton{box-sizing:border-box;width:100%;min-width:0;min-height:2.63rem;color:var(--success-fg);background:color-mix(in srgb, var(--success-fg) 10%, var(--bg-canvas));cursor:pointer;appearance:none;border:none;border-radius:8px;justify-content:center;align-items:center;margin-top:0;padding-block:0;padding-inline:1rem;font-family:inherit;font-size:.94rem;font-weight:600;line-height:1.25;transition:background-color .2s,color .2s;display:flex}.Reviews-module__znp1RG__reviewModalApplyButton:hover:not(:disabled){background:color-mix(in srgb, var(--success-fg) 18%, color-mix(in srgb, var(--success-fg) 10%, var(--bg-canvas)));color:var(--success-fg)}.Reviews-module__znp1RG__reviewModalApplyButton:disabled,.Reviews-module__znp1RG__reviewModalApplyButton:disabled:hover{cursor:not-allowed;opacity:.45;color:var(--success-fg);background:color-mix(in srgb, var(--success-fg) 10%, var(--bg-canvas))}.Reviews-module__znp1RG__reviewModalCancelButton{box-sizing:border-box;width:100%;min-width:0;min-height:2.63rem;color:var(--fg-default);background:var(--bg-subtle);cursor:pointer;appearance:none;border:none;border-radius:8px;justify-content:center;align-items:center;margin-top:0;padding-block:.63rem;padding-inline:1.13rem;font-family:inherit;font-size:.94rem;font-weight:600;line-height:1.25;transition:background-color .2s,opacity .2s;display:flex}.Reviews-module__znp1RG__reviewModalCancelButton:hover:not(:disabled){background:color-mix(in srgb, var(--fg-default) 10%, var(--bg-subtle))}.Reviews-module__znp1RG__reviewModalCancelButton:disabled,.Reviews-module__znp1RG__reviewModalCancelButton:disabled:hover{cursor:not-allowed;opacity:.5;color:var(--fg-default);background:var(--bg-subtle)}.Reviews-module__znp1RG__submitError{color:var(--danger-fg,#dc2626);margin:0;font-size:.81rem;font-weight:500;line-height:1.4}.Reviews-module__znp1RG__reviewsList{padding-top:1.25rem}.Reviews-module__znp1RG__reviewItems{grid-template-columns:repeat(auto-fill,minmax(min(100%,22rem),1fr));align-items:stretch;gap:1.25rem 1.1rem;margin:0;padding:0;list-style:none;display:grid}.Reviews-module__znp1RG__review{flex-direction:column;gap:.38rem;min-width:0;height:100%;margin:0;padding:0;display:flex}.Reviews-module__znp1RG__reviewTop{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem 1rem;padding-inline:10px;display:flex}.Reviews-module__znp1RG__reviewMeta{flex-wrap:wrap;flex:auto;align-items:center;gap:.5rem .62rem;min-width:0;line-height:1.3;display:inline-flex}.Reviews-module__znp1RG__reviewAuthor{min-width:0;color:var(--fg-default);text-overflow:ellipsis;white-space:nowrap;font-size:.88rem;font-weight:600;overflow:hidden}.Reviews-module__znp1RG__reviewDatePill{font-variant-numeric:tabular-nums;letter-spacing:.02em;color:var(--fg-muted);background:var(--bg-subtle);border-radius:8px;flex-shrink:0;align-items:center;padding-block:.22rem;padding-inline:.5rem;font-size:.72rem;font-weight:600;line-height:1.2;display:inline-flex}.Reviews-module__znp1RG__reviewEditPill{color:var(--fg-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;padding:.14rem;line-height:0;transition:color .18s;display:inline-flex}.Reviews-module__znp1RG__reviewEditPillIcon{flex-shrink:0;width:.8rem;height:.8rem;display:block}.Reviews-module__znp1RG__reviewEditPill:hover{color:var(--accent-fg)}.Reviews-module__znp1RG__reviewActions{flex-shrink:0;align-items:center;display:inline-flex}.Reviews-module__znp1RG__reviewReplyHint{letter-spacing:.02em;width:fit-content;color:var(--fg-muted);background:var(--bg-subtle);cursor:pointer;-webkit-user-select:none;user-select:none;border:none;border-radius:8px;justify-content:center;align-self:flex-end;align-items:center;margin-top:.38rem;padding-block:.22rem;padding-inline:.5rem;font-size:.72rem;font-weight:600;line-height:1.2;transition:color .2s,background-color .2s;display:inline-flex}.Reviews-module__znp1RG__reviewReplyHint:hover{color:var(--accent-fg);background:var(--accent-subtle-bg)}.Reviews-module__znp1RG__reviewReplyAuthorReveal{box-sizing:border-box;flex-direction:column;flex:0 auto;align-self:flex-end;align-items:stretch;width:auto;min-width:0;max-width:75%;display:flex}.Reviews-module__znp1RG__reviewReplyAuthorReveal[data-open=true]{width:75%}.Reviews-module__znp1RG__reviewReplyAuthorReveal .Reviews-module__znp1RG__reviewAuthorReply{align-self:stretch;width:100%;max-width:100%;margin-top:.38rem}.Reviews-module__znp1RG__reviewReplyAuthorReveal .Reviews-module__znp1RG__reviewReplyHintReveal{align-self:flex-end}.Reviews-module__znp1RG__reviewReplyHintReveal{flex-shrink:0;margin-top:.38rem;transition:color .2s,background-color .2s}.Reviews-module__znp1RG__reviewDeletePill{color:var(--fg-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;padding:.14rem;line-height:0;transition:color .18s,opacity .18s;display:inline-flex}.Reviews-module__znp1RG__reviewDeletePill:hover{color:var(--danger-fg);opacity:.75}.Reviews-module__znp1RG__reviewDeleteModal.Reviews-module__znp1RG__reviewDeleteModal{box-sizing:border-box;background:var(--bg-canvas);width:min(392px,100vw - 2rem);min-width:min(392px,100vw - 2rem);max-width:min(392px,100vw - 2rem);min-height:199px;padding-block:1.5rem;padding-inline:1.35rem}.Reviews-module__znp1RG__reviewDeleteInner{box-sizing:border-box;background:var(--bg-canvas);min-width:0}.Reviews-module__znp1RG__reviewDeleteHeader{flex-wrap:nowrap;flex-shrink:0;align-items:center;gap:0;min-height:2.75rem;margin-bottom:2rem;display:flex}.Reviews-module__znp1RG__reviewDeleteHeaderLeft{flex-shrink:0;min-width:0}.Reviews-module__znp1RG__reviewDeleteTitle{letter-spacing:.05em;color:var(--fg-default);margin:0;font-family:Unbounded,Unbounded Fallback,sans-serif;font-size:1.25rem;font-weight:600;line-height:1.15}.Reviews-module__znp1RG__reviewDeleteDivider{border:none;border-top:1px dashed var(--border-muted);opacity:.85;flex:1;align-self:center;min-width:.75rem;height:0;margin-inline:.75rem}.Reviews-module__znp1RG__reviewDeleteClose{box-sizing:border-box;width:2rem;min-width:2rem;height:2rem;min-height:2rem;color:var(--fg-default);background:var(--bg-subtle);cursor:pointer;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;margin:0;padding:0;transition:background-color .2s,color .2s;display:inline-flex}.Reviews-module__znp1RG__reviewDeleteClose:hover{background:var(--accent-subtle-bg);color:var(--accent-fg)}.Reviews-module__znp1RG__reviewDeleteClose:disabled{opacity:.5;cursor:not-allowed}.Reviews-module__znp1RG__reviewDeleteCloseIcon{width:1rem;height:1rem}.Reviews-module__znp1RG__reviewDeleteText{color:var(--fg-muted);margin-block:0 1.25rem;font-size:.88rem;line-height:1.45}.Reviews-module__znp1RG__reviewDeleteActions{flex-flow:row;justify-content:stretch;align-items:stretch;gap:.5rem;display:flex}.Reviews-module__znp1RG__reviewDeleteActions>button{flex:1 1 0;width:auto;min-width:0}.Reviews-module__znp1RG__reviewDeleteCancelButton{box-sizing:border-box;color:#fff;background:var(--accent-fg);cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;width:100%;min-height:2.63rem;padding-block:.63rem;padding-inline:1.13rem;font-family:inherit;font-size:.94rem;font-weight:600;transition:background-color .2s;display:flex}.Reviews-module__znp1RG__reviewDeleteCancelButton:hover:not(:disabled){background:var(--accent-emphasis)}.Reviews-module__znp1RG__reviewDeleteCancelButton:disabled{opacity:.5;cursor:not-allowed}.Reviews-module__znp1RG__reviewDeleteDangerButton{box-sizing:border-box;color:#fff;background:var(--danger-fg);cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;width:100%;min-height:2.63rem;padding-block:.63rem;padding-inline:1.13rem;font-family:inherit;font-size:.94rem;font-weight:600;transition:background-color .2s;display:flex}.Reviews-module__znp1RG__reviewDeleteDangerButton:hover:not(:disabled){background:color-mix(in srgb, var(--danger-fg) 85%, black)}.Reviews-module__znp1RG__reviewDeleteDangerButton:disabled{opacity:.5;cursor:not-allowed}.Reviews-module__znp1RG__reviewRating{flex-shrink:0;align-items:center;gap:.12rem;line-height:0;display:inline-flex}.Reviews-module__znp1RG__reviewStarIcon{width:.9375rem;height:.9375rem;color:color-mix(in srgb, var(--fg-default) 22%, transparent);flex-shrink:0}.Reviews-module__znp1RG__reviewStarFilled{color:var(--attention-fg);opacity:.95}.Reviews-module__znp1RG__reviewTextPill{box-sizing:border-box;width:100%;max-width:none;color:color-mix(in srgb, var(--fg-default) 88%, var(--fg-muted));background:var(--bg-subtle);word-wrap:break-word;white-space:pre-wrap;word-break:break-word;overflow-wrap:anywhere;-webkit-tap-highlight-color:#fff0;-webkit-font-variant-ligatures:contextual;font-variant-ligatures:contextual;border-radius:8px;flex:auto;margin:0;padding-block:.62rem;padding-inline:.75rem;font-size:.88rem;font-weight:500;line-height:1.55}.Reviews-module__znp1RG__reviewBody{flex-direction:column;flex:auto;gap:0;display:flex}.Reviews-module__znp1RG__reviewReplyThread{box-sizing:border-box;flex-direction:column;gap:.28rem;min-height:.9rem;margin-left:0;padding-left:0;display:flex;position:relative}.Reviews-module__znp1RG__reviewReplyActionRow{align-items:stretch;min-width:0;min-height:1rem;margin-left:8px;display:flex}.Reviews-module__znp1RG__reviewReplyActionLine{box-sizing:border-box;border-bottom:1px dashed var(--border-muted);border-left:1px dashed var(--border-muted);opacity:.85;border-bottom-left-radius:8px;flex:auto;align-self:stretch;min-width:0;height:1rem;display:block}.Reviews-module__znp1RG__reviewReplyInlineRow{box-sizing:border-box;align-items:flex-end;width:100%;min-width:0;display:flex}.Reviews-module__znp1RG__reviewReplyActionLineBeforeReply{flex:auto;min-width:0;height:1rem;min-height:10px;margin-left:8px}.Reviews-module__znp1RG__reviewAuthorReply{box-sizing:border-box;opacity:.95;flex-direction:column;align-self:flex-end;gap:.3rem;width:75%;min-width:0;max-width:75%;display:flex}.Reviews-module__znp1RG__reviewAuthorReplyInlineOffset{margin-top:.38rem}.Reviews-module__znp1RG__reviewAuthorReplyMeta{flex-wrap:wrap;align-items:center;gap:.38rem .5rem;min-width:0;line-height:1.25;display:inline-flex}.Reviews-module__znp1RG__reviewAuthorReplyLabel{background:var(--bg-subtle);letter-spacing:.02em;width:fit-content;color:var(--fg-muted);border-radius:8px;align-items:center;margin:0;padding-block:.22rem;padding-inline:.5rem;font-size:.72rem;font-weight:600;line-height:1.2;display:inline-flex}.Reviews-module__znp1RG__reviewAuthorReplyText{box-sizing:border-box;background:var(--bg-subtle);width:100%;color:color-mix(in srgb, var(--fg-default) 85%, var(--fg-muted));word-wrap:break-word;white-space:pre-wrap;word-break:break-word;overflow-wrap:anywhere;-webkit-tap-highlight-color:#fff0;-webkit-font-variant-ligatures:contextual;font-variant-ligatures:contextual;border-radius:8px;margin:0;padding-block:.5rem;padding-inline:.62rem;font-size:.8rem;font-weight:500;line-height:1.5}.Reviews-module__znp1RG__reviewDatePill.Reviews-module__znp1RG__reviewDatePillOnCanvas,.Reviews-module__znp1RG__reviewTextPill.Reviews-module__znp1RG__reviewTextPillOnCanvas,.Reviews-module__znp1RG__reviewAuthorReplyLabel.Reviews-module__znp1RG__reviewAuthorReplyLabelOnCanvas,.Reviews-module__znp1RG__reviewAuthorReplyText.Reviews-module__znp1RG__reviewAuthorReplyTextOnCanvas,.Reviews-module__znp1RG__reviewReplyHint.Reviews-module__znp1RG__reviewReplyHintOnCanvas{background:var(--bg-canvas)}.Reviews-module__znp1RG__reviewReplyHint.Reviews-module__znp1RG__reviewReplyHintOnCanvas:hover,.Reviews-module__znp1RG__reviewReplyHint.Reviews-module__znp1RG__reviewReplyHintOnCanvas:focus-visible{color:var(--fg-default);background-color:var(--bg-hover)}.Reviews-module__znp1RG__reviewReplyActionLine.Reviews-module__znp1RG__reviewReplyActionLineOnCanvas{border-color:var(--border-dashed);opacity:1}.Reviews-module__znp1RG__loading,.Reviews-module__znp1RG__empty{color:var(--fg-muted);margin:0;padding-block:.5rem 0;font-size:.88rem;font-weight:500;line-height:1.5}
.PurchasesListStackRow-module__TmWrnq__stackRow{isolation:isolate;box-sizing:border-box;color:inherit;border-bottom:1px dashed var(--border-dashed);grid-template-columns:4px minmax(0,1fr);align-items:stretch;gap:.65rem .85rem;padding:.75rem .75rem .75rem 0;text-decoration:none;transition:background-color .18s;display:grid;position:relative}.PurchasesListStackRow-module__TmWrnq__stackRow:before{content:"";inset-block:0;opacity:.25;pointer-events:none;z-index:-1;background:linear-gradient(90deg, color-mix(in srgb, var(--fg-default) 20%, transparent), transparent);border-radius:0;width:50vh;position:absolute;left:0}.PurchasesListStackRow-module__TmWrnq__stackRow:has(.PurchasesListStackRow-module__TmWrnq__stackRail[data-rail-tone=success]):before{background:linear-gradient(90deg, color-mix(in srgb, var(--success-fg) 20%, transparent), transparent)}.PurchasesListStackRow-module__TmWrnq__stackRow:has(.PurchasesListStackRow-module__TmWrnq__stackRail[data-rail-tone=attention]):before{background:linear-gradient(90deg, color-mix(in srgb, var(--attention-fg) 20%, transparent), transparent)}.PurchasesListStackRow-module__TmWrnq__stackRow:has(.PurchasesListStackRow-module__TmWrnq__stackRail[data-rail-tone=info]):before{background:linear-gradient(90deg, color-mix(in srgb, var(--accent-fg) 20%, transparent), transparent)}.PurchasesListStackRow-module__TmWrnq__stackRow:has(.PurchasesListStackRow-module__TmWrnq__stackRail[data-rail-tone=danger]):before{background:linear-gradient(90deg, color-mix(in srgb, var(--danger-fg) 20%, transparent), transparent)}.PurchasesListStackRow-module__TmWrnq__stackRow:has(.PurchasesListStackRow-module__TmWrnq__stackRail[data-rail-tone=neutral]):before{background:linear-gradient(90deg, color-mix(in srgb, var(--fg-default) 20%, transparent), transparent)}.PurchasesListStackRow-module__TmWrnq__stackRow.PurchasesListStackRow-module__TmWrnq__stackRowSkeleton:before{content:none}.PurchasesListStackRow-module__TmWrnq__stackRow.PurchasesListStackRow-module__TmWrnq__stackRowSkeletonPlain{grid-template-columns:minmax(0,1fr);column-gap:0}.PurchasesListStackRow-module__TmWrnq__stackRow.PurchasesListStackRow-module__TmWrnq__stackRowSkeletonFlush,.PurchasesListStackRow-module__TmWrnq__stackRow.PurchasesListStackRow-module__TmWrnq__stackRowSkeletonFlush .PurchasesListStackRow-module__TmWrnq__stackMain{padding-inline:0}.PurchasesListStackRow-module__TmWrnq__stackRow.PurchasesListStackRow-module__TmWrnq__stackRowSkeletonInset{padding-inline:.75rem}.PurchasesListStackRow-module__TmWrnq__stackRow:last-child{border-bottom:none}.PurchasesListStackRow-module__TmWrnq__stackRow:hover{background:color-mix(in srgb, var(--fg-default) 9%, var(--bg-canvas))}.PurchasesListStackRow-module__TmWrnq__stackRow:hover .PurchasesListStackRow-module__TmWrnq__stackRail{filter:brightness(.94)}.PurchasesListStackRow-module__TmWrnq__stackRail{z-index:0;background:var(--bg-hover);flex-shrink:0;align-self:stretch;width:4px;min-height:2.75rem;position:relative}.PurchasesListStackRow-module__TmWrnq__stackRail[data-rail-tone=success]{background:var(--success-fg)}.PurchasesListStackRow-module__TmWrnq__stackRail[data-rail-tone=attention]{background:var(--attention-fg)}.PurchasesListStackRow-module__TmWrnq__stackRail[data-rail-tone=info]{background:var(--accent-fg)}.PurchasesListStackRow-module__TmWrnq__stackRail[data-rail-tone=danger]{background:var(--danger-fg)}.PurchasesListStackRow-module__TmWrnq__stackMain{z-index:0;flex-flow:wrap;flex:auto;gap:.75rem 1rem;min-width:0;display:flex;position:relative}.PurchasesListStackRow-module__TmWrnq__stackCenter{flex-direction:column;flex:12rem;gap:.25rem;min-width:0;display:flex}.PurchasesListStackRow-module__TmWrnq__stackCenter .PurchasesListStackRow-module__TmWrnq__stackLead{min-width:0}.PurchasesListStackRow-module__TmWrnq__stackLeadText{flex-direction:column;flex:1;gap:.2rem;min-width:0;display:flex}.PurchasesListStackRow-module__TmWrnq__stackLead .PurchasesListStackRow-module__TmWrnq__stackLeadAvatar{box-sizing:border-box;background:0 0;flex-shrink:0;width:2.375rem;min-width:2.375rem;max-width:2.375rem;height:2.375rem;min-height:2.375rem;max-height:2.375rem;padding:0}.PurchasesListStackRow-module__TmWrnq__stackLead .PurchasesListStackRow-module__TmWrnq__stackLeadAvatar img{object-fit:contain}.PurchasesListStackRow-module__TmWrnq__stackTitle{letter-spacing:-.02em;min-width:0;color:var(--fg-default);text-overflow:ellipsis;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;flex:0 auto;margin:0;font-size:.94rem;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.PurchasesListStackRow-module__TmWrnq__stackKind{min-width:0;color:var(--fg-muted);flex:0 auto;font-size:.81rem;font-weight:500;line-height:1.25}.PurchasesListStackRow-module__TmWrnq__stackThumb{box-sizing:border-box;background:var(--bg-canvas);border-radius:8px;flex-shrink:0;width:4.25rem;height:4.25rem;position:relative;overflow:hidden}.PurchasesListStackRow-module__TmWrnq__stackThumb>*{box-sizing:border-box;width:100%;min-width:0;height:100%}.PurchasesListStackRow-module__TmWrnq__stackDesc{color:var(--fg-muted);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:.15rem 0 0;padding-left:0;font-size:.81rem;font-weight:500;line-height:1.45;display:-webkit-box;overflow:hidden}.PurchasesListStackRow-module__TmWrnq__stackRight{flex-direction:column;flex:none;justify-content:flex-start;align-self:center;align-items:flex-end;min-width:0;max-width:100%;margin-left:auto;display:flex}.PurchasesListStackRow-module__TmWrnq__stackMeta{flex-wrap:wrap;justify-content:flex-end;align-items:center;width:auto;max-width:100%}.PurchasesListStackRow-module__TmWrnq__stackStatusBadge{letter-spacing:.22px;height:2.25rem;min-height:2.25rem;padding-block:0;padding-inline:.75rem;font-size:.8125rem;line-height:1.2}.PurchasesListStackRow-module__TmWrnq__stackMeta .PurchasesListStackRow-module__TmWrnq__stackDateBadge{letter-spacing:.22px;background:var(--bg-canvas);height:2.25rem;min-height:2.25rem;padding-block:0;padding-inline:.75rem;line-height:1.2}.PurchasesListStackRow-module__TmWrnq__stackPrice{white-space:nowrap;flex-shrink:0;align-items:center;gap:.2rem;padding-inline:.45rem;line-height:1.2;display:inline-flex}.PurchasesListStackRow-module__TmWrnq__stackChevron{width:1.25rem;height:1.25rem;color:color-mix(in srgb, var(--fg-muted) 85%, var(--fg-default));flex-shrink:0}@media (max-width:560px){.PurchasesListStackRow-module__TmWrnq__stackRow{grid-template-columns:4px minmax(0,1fr);gap:.5rem .6rem;padding:.65rem .65rem .65rem 0}.PurchasesListStackRow-module__TmWrnq__stackRail{width:4px}.PurchasesListStackRow-module__TmWrnq__stackThumb{width:3.5rem;height:3.5rem}.PurchasesListStackRow-module__TmWrnq__stackMain{gap:.55rem .65rem}.PurchasesListStackRow-module__TmWrnq__stackRight{flex-basis:100%;align-items:flex-end;max-width:100%;margin-left:0}.PurchasesListStackRow-module__TmWrnq__stackMeta{justify-content:flex-end;align-items:center;width:100%}}
.DiscordGuildPicker-module__nQzUjq__guildMenu .DiscordGuildPicker-module__nQzUjq__guildMeta{color:var(--fg-muted)}.DiscordGuildPicker-module__nQzUjq__triggerField{position:relative}.DiscordGuildPicker-module__nQzUjq__triggerGuildIcon{z-index:1;pointer-events:none;display:flex;position:absolute;top:50%;left:.88rem;transform:translateY(-50%)}.DiscordGuildPicker-module__nQzUjq__triggerField input.DiscordGuildPicker-module__nQzUjq__comboInputWithGuildIcon{padding-inline-start:2.63rem}.DiscordGuildPicker-module__nQzUjq__triggerGuildAvatar{object-fit:cover;border-radius:4px;flex-shrink:0;width:1.25rem;height:1.25rem}.DiscordGuildPicker-module__nQzUjq__triggerGuildAvatarFallback{box-sizing:border-box;width:1.25rem;height:1.25rem;color:var(--fg-muted);background:color-mix(in srgb, var(--fg-muted) 18%, var(--bg-subtle));border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;font-size:.62rem;font-weight:700;line-height:1;display:flex}.DiscordGuildPicker-module__nQzUjq__guildOptionRow{text-align:left;align-items:center;gap:.62rem;width:100%;min-width:0;display:flex}.DiscordGuildPicker-module__nQzUjq__guildAvatar{object-fit:cover;background:var(--bg-subtle);border-radius:8px;flex-shrink:0;width:2.25rem;height:2.25rem}.DiscordGuildPicker-module__nQzUjq__guildAvatarFallback{box-sizing:border-box;width:2.25rem;height:2.25rem;color:var(--fg-muted);background:color-mix(in srgb, var(--fg-muted) 18%, var(--bg-subtle));border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;line-height:1;display:flex}.DiscordGuildPicker-module__nQzUjq__guildTextStack{flex-direction:column;flex:1;align-items:flex-start;gap:.12rem;min-width:0;display:flex}.DiscordGuildPicker-module__nQzUjq__guildName{font-weight:600;line-height:1.25}.DiscordGuildPicker-module__nQzUjq__guildMeta{color:var(--fg-muted);font-size:.8rem;font-weight:500;line-height:1.2}
﻿.SellerUserPicker-module__CMjdEG__pickerRoot{min-width:0}.SellerUserPicker-module__CMjdEG__pickerRoot .SellerUserPicker-module__CMjdEG__triggerWithInput{cursor:text;min-height:var(--filter-control-h);border-radius:8px;align-items:stretch;gap:0;padding:0;transition:background-color .2s,color .2s;overflow:hidden}.SellerUserPicker-module__CMjdEG__triggerField{flex:1;align-items:stretch;min-width:0;display:flex;position:relative}.SellerUserPicker-module__CMjdEG__triggerUserIcon{z-index:1;pointer-events:none;display:flex;position:absolute;top:50%;left:.88rem;transform:translateY(-50%)}.SellerUserPicker-module__CMjdEG__pickerRoot .SellerUserPicker-module__CMjdEG__comboInput.SellerUserPicker-module__CMjdEG__comboInputWithUserIcon{padding-inline-start:3.01rem}.SellerUserPicker-module__CMjdEG__pickerRoot .SellerUserPicker-module__CMjdEG__comboInput{min-width:0;min-height:var(--filter-control-h);cursor:text;color:var(--fg-default);background-color:var(--bg-default);border-radius:8px 0 0 8px;flex:1;margin:0;padding-block:0;padding-inline:.88rem 0;font-size:.94rem;font-weight:400;line-height:1.25}.SellerUserPicker-module__CMjdEG__pickerRoot[data-surface-canvas] .SellerUserPicker-module__CMjdEG__comboInput{background-color:var(--bg-canvas)}.SellerUserPicker-module__CMjdEG__pickerRoot .SellerUserPicker-module__CMjdEG__comboInput::placeholder{color:var(--fg-muted)}.SellerUserPicker-module__CMjdEG__chevronBtn{box-sizing:border-box;width:var(--filter-control-w);min-width:var(--filter-control-w);min-height:var(--filter-control-h);cursor:pointer;color:inherit;background:0 0;border:none;border-radius:0 8px 8px 0;flex-shrink:0;justify-content:center;align-self:stretch;align-items:center;margin:0;padding-block:0;padding-inline:0;display:flex}.SellerUserPicker-module__CMjdEG__pickerRow{align-items:stretch;gap:.375rem;display:flex}.SellerUserPicker-module__CMjdEG__pickerRow .SellerUserPicker-module__CMjdEG__triggerWithInput{flex:1;width:auto}.SellerUserPicker-module__CMjdEG__pickerRow .SellerUserPicker-module__CMjdEG__chevronBtn{border-radius:0 8px 8px 0}.SellerUserPicker-module__CMjdEG__refreshBtn{box-sizing:border-box;width:var(--filter-control-w);min-width:var(--filter-control-w);background:var(--bg-default);cursor:pointer;color:var(--fg-muted);border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:background-color .2s,color .2s;display:flex}.SellerUserPicker-module__CMjdEG__refreshBtn:hover,.SellerUserPicker-module__CMjdEG__refreshBtn:focus-visible{background-color:var(--bg-hover);color:var(--fg-default)}.SellerUserPicker-module__CMjdEG__refreshBtn:disabled{cursor:not-allowed;opacity:.5}.SellerUserPicker-module__CMjdEG__refreshBtnIcon{flex-shrink:0;width:1rem;height:1rem}@keyframes SellerUserPicker-module__CMjdEG__pickerRefreshSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.SellerUserPicker-module__CMjdEG__refreshBtnSpinning{animation:.75s linear infinite SellerUserPicker-module__CMjdEG__pickerRefreshSpin}.SellerUserPicker-module__CMjdEG__menuHint{color:var(--fg-muted);padding-block:.75rem;padding-inline:1rem;font-size:.88rem;font-weight:500}.SellerUserPicker-module__CMjdEG__sellerPickerMenu .SellerUserPicker-module__CMjdEG__menuHint{padding-block:.5rem;padding-inline:.75rem;font-size:.81rem}.SellerUserPicker-module__CMjdEG__sellerPickerMenu .SellerUserPicker-module__CMjdEG__sellerPickerOption{gap:.5rem;padding-block:.75rem;padding-inline:1rem}.SellerUserPicker-module__CMjdEG__sellerPickerMenu .SellerUserPicker-module__CMjdEG__optionStack{gap:.12rem}.SellerUserPicker-module__CMjdEG__sellerPickerMenu .SellerUserPicker-module__CMjdEG__optionMainRow,.SellerUserPicker-module__CMjdEG__sellerPickerMenu .SellerUserPicker-module__CMjdEG__optionMainLead{gap:.5rem}.SellerUserPicker-module__CMjdEG__optionMultiline{align-items:center}.SellerUserPicker-module__CMjdEG__optionStack{text-align:left;flex-direction:column;justify-content:center;align-items:stretch;gap:.14rem;width:100%;min-width:0;display:flex}.SellerUserPicker-module__CMjdEG__optionMainRow{justify-content:space-between;align-items:center;gap:.5rem;width:100%;min-width:0;display:flex}.SellerUserPicker-module__CMjdEG__optionMainLead{flex:auto;align-items:center;gap:.5rem;min-width:0;display:flex}.SellerUserPicker-module__CMjdEG__optionMainLead .SellerUserPicker-module__CMjdEG__optionMainName{flex:0 auto}.SellerUserPicker-module__CMjdEG__optionMainPriceEnd{flex-shrink:0;align-self:center;align-items:center;margin-left:auto;display:flex}.SellerUserPicker-module__CMjdEG__optionMainName{text-overflow:ellipsis;white-space:nowrap;text-align:left;flex:1;min-width:0;font-size:.88rem;font-weight:600;line-height:1.25;overflow:hidden}.SellerUserPicker-module__CMjdEG__optionMain{font-weight:600;line-height:1.25}.SellerUserPicker-module__CMjdEG__optionSub{color:var(--fg-muted);font-size:.8rem;font-weight:500;line-height:1.2}.SellerUserPicker-module__CMjdEG__pickerResourceThumb{background:var(--bg-subtle);border-radius:8px;flex-shrink:0;width:2.25rem;height:2.25rem;position:relative;overflow:hidden}.SellerUserPicker-module__CMjdEG__pickerResourceThumbImg{object-fit:cover;width:100%;height:100%;display:block}.SellerUserPicker-module__CMjdEG__pickerResourceThumbEmpty{border-radius:inherit;width:100%;height:100%}.SellerUserPicker-module__CMjdEG__pickerResourceThumbBrokenIcon{width:1.125rem;height:1.125rem}
.CreateOrderContent-module__aaDqna__create{min-height:calc(100vh - var(--navbar-height) - 200px);background-color:var(--bg-canvas);box-sizing:border-box;width:100%}.CreateOrderContent-module__aaDqna__container{box-sizing:border-box;width:100%}.CreateOrderContent-module__aaDqna__createOrderHeaderBackIcon{color:var(--fg-default)}.CreateOrderContent-module__aaDqna__createOrderHeaderBackIcon:hover{color:var(--accent-fg)}.CreateOrderContent-module__aaDqna__content{grid-template-columns:1fr 400px;gap:2rem;display:grid}.CreateOrderContent-module__aaDqna__infoSection{flex-direction:column;gap:1.5rem;display:flex}.CreateOrderContent-module__aaDqna__infoCard{background-color:var(--bg-default);border-radius:8px;gap:1.25rem;padding:1.5rem;transition:background-color .2s;display:flex}.CreateOrderContent-module__aaDqna__infoCard:hover{background-color:var(--bg-subtle)}.CreateOrderContent-module__aaDqna__infoIcon{background:var(--accent-overlay);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:3rem;height:3rem;display:flex}.CreateOrderContent-module__aaDqna__icon{width:1.5rem;height:1.5rem;color:var(--accent-fg)}.CreateOrderContent-module__aaDqna__infoContent{flex:1}.CreateOrderContent-module__aaDqna__infoTitle{color:var(--fg-default);letter-spacing:-.3px;margin-block:0 .5rem;font-size:1.13rem;font-weight:600}.CreateOrderContent-module__aaDqna__infoText{color:var(--fg-muted);margin:0;font-size:.94rem;line-height:1.6}.CreateOrderContent-module__aaDqna__form{background-color:var(--bg-default);height:fit-content;top:var(--navbar-sticky-offset);border-radius:8px;padding:2rem;position:sticky}.CreateOrderContent-module__aaDqna__formTitle{color:var(--fg-default);letter-spacing:-.5px;margin-block:0 1.5rem;font-size:1.5rem;font-weight:600}.CreateOrderContent-module__aaDqna__formGroup{flex-direction:column;gap:.5rem;width:100%;min-width:0;margin-bottom:1.5rem;display:flex}.CreateOrderContent-module__aaDqna__detailsBlock{margin-bottom:1.5rem}.CreateOrderContent-module__aaDqna__detailsBlock .CreateOrderContent-module__aaDqna__formGroup:last-child,.CreateOrderContent-module__aaDqna__detailsBlock .CreateOrderContent-module__aaDqna__formRow .CreateOrderContent-module__aaDqna__formGroup{margin-bottom:0}.CreateOrderContent-module__aaDqna__form .CreateOrderContent-module__aaDqna__formDropdownTrigger{background-color:var(--bg-canvas)}.CreateOrderContent-module__aaDqna__form .CreateOrderContent-module__aaDqna__formDropdownTrigger:hover{background-color:color-mix(in srgb, var(--fg-default) 6%, var(--bg-canvas))}.CreateOrderContent-module__aaDqna__create .CreateOrderContent-module__aaDqna__form .CreateOrderContent-module__aaDqna__formInputTall{box-sizing:border-box;border-radius:8px;min-height:2.63rem;padding-block:.75rem;padding-inline:.88rem;font-size:.88rem;font-weight:400;line-height:1.5}.CreateOrderContent-module__aaDqna__create .CreateOrderContent-module__aaDqna__form .CreateOrderContent-module__aaDqna__formDateTrigger{box-sizing:border-box;background-color:var(--bg-canvas);border-radius:8px;width:100%;min-height:2.63rem;padding-block:.75rem;padding-inline:.88rem;font-size:.88rem;font-weight:400;line-height:1.5}.CreateOrderContent-module__aaDqna__create .CreateOrderContent-module__aaDqna__form .CreateOrderContent-module__aaDqna__formDateTrigger:hover{background-color:color-mix(in srgb, var(--fg-default) 6%, var(--bg-canvas))}.CreateOrderContent-module__aaDqna__amountStepperWrap{width:100%}.CreateOrderContent-module__aaDqna__create .CreateOrderContent-module__aaDqna__form .CreateOrderContent-module__aaDqna__amountStepperWrap>div{background:var(--bg-canvas)}.CreateOrderContent-module__aaDqna__create .CreateOrderContent-module__aaDqna__form .CreateOrderContent-module__aaDqna__amountStepperWrap>div>input[type=number]{background-color:var(--bg-canvas)}.CreateOrderContent-module__aaDqna__create .CreateOrderContent-module__aaDqna__form .CreateOrderContent-module__aaDqna__amountStepperWrap>div>button{background:var(--bg-canvas-hover);color:var(--fg-default)}.CreateOrderContent-module__aaDqna__create .CreateOrderContent-module__aaDqna__form .CreateOrderContent-module__aaDqna__amountStepperWrap>div>button:hover{color:var(--accent-fg);background:var(--accent-subtle-bg)}.CreateOrderContent-module__aaDqna__submitError{color:var(--danger-fg,#dc2626);margin-block:0 .5rem;font-size:.88rem}.CreateOrderContent-module__aaDqna__createOrderSubmitButton{box-sizing:border-box;color:#fff;background-color:var(--accent-emphasis);cursor:pointer;appearance:none;border:none;border-radius:8px;width:100%;margin-top:0;padding-block:.88rem;padding-inline:1.5rem;font-family:inherit;font-size:.94rem;font-weight:600;line-height:1.25;transition:background-color .2s;display:block}.CreateOrderContent-module__aaDqna__createOrderSubmitButton:hover:not(:disabled){background-color:var(--accent-fg)}.CreateOrderContent-module__aaDqna__createOrderSubmitButton:disabled{opacity:.5;cursor:not-allowed}.CreateOrderContent-module__aaDqna__label{color:var(--fg-muted);margin-block:0 .1rem;padding-left:8px;font-size:.78rem;font-weight:600;line-height:1.3;display:block}.CreateOrderContent-module__aaDqna__formRow{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;column-gap:0;display:grid}.CreateOrderContent-module__aaDqna__formRow>.CreateOrderContent-module__aaDqna__formGroup{width:100%;min-width:0}.CreateOrderContent-module__aaDqna__formRow>.CreateOrderContent-module__aaDqna__formGroup:last-child{padding-left:1rem}@media (max-width:1024px){.CreateOrderContent-module__aaDqna__content{grid-template-columns:1fr}.CreateOrderContent-module__aaDqna__form{position:static}.CreateOrderContent-module__aaDqna__infoSection{order:2}.CreateOrderContent-module__aaDqna__form{order:1}}@media (max-width:768px){.CreateOrderContent-module__aaDqna__formRow{grid-template-columns:1fr}}.CreateOrderContent-module__aaDqna__embeddedCreateOrderFormFields .CreateOrderContent-module__aaDqna__formDateTrigger{box-sizing:border-box;background:var(--bg-subtle);width:100%;min-height:2.63rem;color:var(--fg-default);cursor:pointer;text-align:left;border:none;border-radius:8px;padding-block:.5rem;padding-inline:.88rem;font-family:inherit;font-size:.94rem;font-weight:400;line-height:1.25;transition:background-color .15s}.CreateOrderContent-module__aaDqna__embeddedCreateOrderFormFields .CreateOrderContent-module__aaDqna__formDateTrigger:hover{background:color-mix(in srgb, var(--fg-default) 6%, var(--bg-subtle))}.CreateOrderContent-module__aaDqna__embeddedCreateOrderFormFields .CreateOrderContent-module__aaDqna__amountStepperWrap>div{background:var(--bg-subtle)}.CreateOrderContent-module__aaDqna__embeddedCreateOrderFormFields .CreateOrderContent-module__aaDqna__amountStepperWrap>div>input[type=number]{background-color:var(--bg-subtle)}.CreateOrderContent-module__aaDqna__embeddedCreateOrderFormFields .CreateOrderContent-module__aaDqna__amountStepperWrap>div>button{background:color-mix(in srgb, var(--fg-default) 7%, var(--bg-subtle));color:var(--fg-default)}.CreateOrderContent-module__aaDqna__embeddedCreateOrderFormFields .CreateOrderContent-module__aaDqna__amountStepperWrap>div>button:hover{background:color-mix(in srgb, var(--accent-fg) 8%, var(--bg-subtle));color:var(--accent-fg)}
.ImageLightbox-module__ap45XG__lightbox{z-index:9999;background:#000000f2;justify-content:center;align-items:center;padding:1rem;animation:.2s ImageLightbox-module__ap45XG__lightboxFadeIn;display:flex;position:fixed;inset:0}@keyframes ImageLightbox-module__ap45XG__lightboxFadeIn{0%{opacity:0}to{opacity:1}}.ImageLightbox-module__ap45XG__lightboxClose{z-index:10001;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;transition:background-color .2s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.ImageLightbox-module__ap45XG__lightboxClose:hover{background:#fff3}.ImageLightbox-module__ap45XG__lightboxCloseIcon{color:#fff;width:1.5rem;height:1.5rem}.ImageLightbox-module__ap45XG__lightboxBottomDock{z-index:10001;flex-direction:column;align-items:center;gap:.75rem;max-width:calc(100vw - 2rem);display:flex;position:absolute;bottom:2rem;left:50%;translate:-50%}.ImageLightbox-module__ap45XG__lightboxZoomToolbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0009;border-radius:999px;align-items:center;gap:.5rem;padding:.5rem .75rem;display:flex}.ImageLightbox-module__ap45XG__lightboxZoomButton{cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;transition:background-color .2s;display:flex}.ImageLightbox-module__ap45XG__lightboxZoomButton:hover:not(:disabled){background:#fff3}.ImageLightbox-module__ap45XG__lightboxZoomButton:disabled{opacity:.35;cursor:not-allowed}.ImageLightbox-module__ap45XG__lightboxZoomIcon{color:#fff;width:1.25rem;height:1.25rem}.ImageLightbox-module__ap45XG__lightboxZoomLevel{color:#fff;font-variant-numeric:tabular-nums;cursor:pointer;background:#ffffff1a;border:none;border-radius:999px;justify-content:center;align-items:center;min-width:4.5rem;height:2.5rem;padding:0 .75rem;font-size:.9375rem;font-weight:600;transition:background-color .2s;display:flex}.ImageLightbox-module__ap45XG__lightboxZoomLevel:hover:not(:disabled){background:#fff3}.ImageLightbox-module__ap45XG__lightboxZoomLevel:disabled{opacity:.85;cursor:default}.ImageLightbox-module__ap45XG__lightboxZoomLevelActive{background:#ffffff29}.ImageLightbox-module__ap45XG__lightboxNav{z-index:10001;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;transition:background-color .2s;display:flex;position:absolute;top:50%;translate:0 -50%}.ImageLightbox-module__ap45XG__lightboxNav:hover{background:#fff3}.ImageLightbox-module__ap45XG__lightboxNavPrev{left:1.5rem}.ImageLightbox-module__ap45XG__lightboxNavNext{right:1.5rem}.ImageLightbox-module__ap45XG__lightboxNavIcon{color:#fff;width:1.75rem;height:1.75rem}.ImageLightbox-module__ap45XG__lightboxContent{touch-action:none;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;padding:0 1.5rem;display:flex;position:absolute;inset:4.5rem 0 7rem;overflow:hidden}.ImageLightbox-module__ap45XG__lightboxContentPannable{cursor:grab}.ImageLightbox-module__ap45XG__lightboxContentDragging{cursor:grabbing}.ImageLightbox-module__ap45XG__lightboxImageStage{will-change:transform}.ImageLightbox-module__ap45XG__lightboxImage{object-fit:contain;pointer-events:none;border-radius:8px;width:auto;max-width:none;height:auto;transition:width .15s,max-height .15s;display:block}.ImageLightbox-module__ap45XG__lightboxThumbnails{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);scrollbar-width:thin;scrollbar-color:#ffffff4d transparent;background:#0009;border-radius:8px;gap:.5rem;max-width:100%;padding:.75rem;display:flex;overflow-x:auto}.ImageLightbox-module__ap45XG__lightboxThumbnails::-webkit-scrollbar{height:4px}.ImageLightbox-module__ap45XG__lightboxThumbnails::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:8px}.ImageLightbox-module__ap45XG__lightboxThumbnail{cursor:pointer;opacity:.5;border:2px solid #0000;border-radius:8px;flex-shrink:0;width:4rem;height:4rem;transition:opacity .2s,border-color .2s;position:relative;overflow:hidden}.ImageLightbox-module__ap45XG__lightboxThumbnail:hover{opacity:.8}.ImageLightbox-module__ap45XG__lightboxThumbnailActive{opacity:1;border-color:var(--accent-fg)}.ImageLightbox-module__ap45XG__lightboxThumbnailImg{object-fit:cover;width:100%;height:100%;display:block}@media (max-width:768px){.ImageLightbox-module__ap45XG__lightboxClose{width:2.25rem;height:2.25rem;top:1rem;right:1rem}.ImageLightbox-module__ap45XG__lightboxBottomDock{bottom:1rem}.ImageLightbox-module__ap45XG__lightboxZoomButton,.ImageLightbox-module__ap45XG__lightboxZoomLevel{height:2.25rem}.ImageLightbox-module__ap45XG__lightboxZoomButton{width:2.25rem}.ImageLightbox-module__ap45XG__lightboxZoomLevel{min-width:4rem;font-size:.875rem}.ImageLightbox-module__ap45XG__lightboxNav{width:2.5rem;height:2.5rem}.ImageLightbox-module__ap45XG__lightboxNavPrev{left:1rem}.ImageLightbox-module__ap45XG__lightboxNavNext{right:1rem}.ImageLightbox-module__ap45XG__lightboxContent{padding:0 1rem;top:3.5rem;bottom:6rem}.ImageLightbox-module__ap45XG__lightboxThumbnails{padding:.5rem}.ImageLightbox-module__ap45XG__lightboxThumbnail{width:3rem;height:3rem}}
.Input-module__rdnxQa__input{width:100%;color:var(--fg-default);background-color:var(--bg-canvas);border:none;border-radius:8px;padding-block:.5rem;padding-inline:.75rem;font-size:.88rem;line-height:1.25rem;transition:background-color .2s,opacity .2s}.Input-module__rdnxQa__inputDarkDefault{background-color:var(--bg-default)}.Input-module__rdnxQa__inputDarkCanvas{background-color:var(--bg-canvas)}.Input-module__rdnxQa__input:disabled{background-color:var(--bg-subtle);cursor:not-allowed;opacity:.6}.Input-module__rdnxQa__input::placeholder{color:var(--fg-muted)}
.TimeScrollStepper-module__OgJalW__root{justify-content:center;align-items:center;gap:.35rem;width:100%;display:flex}.TimeScrollStepper-module__OgJalW__rootLarge{gap:.55rem}.TimeScrollStepper-module__OgJalW__rootDisabled{opacity:.55;pointer-events:none}.TimeScrollStepper-module__OgJalW__unitColumn{flex-direction:column;align-items:center;gap:.2rem;display:flex}.TimeScrollStepper-module__OgJalW__rootLarge .TimeScrollStepper-module__OgJalW__unitColumn{gap:.35rem}.TimeScrollStepper-module__OgJalW__stepBtn{background:var(--bg-subtle);width:2.35rem;height:1.65rem;color:var(--fg-muted);cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;padding:0;transition:background-color .15s,color .15s;display:inline-flex}.TimeScrollStepper-module__OgJalW__rootLarge .TimeScrollStepper-module__OgJalW__stepBtn{width:3.25rem;height:2.15rem}.TimeScrollStepper-module__OgJalW__stepBtn:hover:not(:disabled){background:color-mix(in srgb, var(--fg-default) 5%, var(--bg-subtle));color:var(--fg-default)}.TimeScrollStepper-module__OgJalW__stepBtn:disabled{cursor:not-allowed;opacity:.45}.TimeScrollStepper-module__OgJalW__stepBtnIcon{width:1rem;height:1rem}.TimeScrollStepper-module__OgJalW__rootLarge .TimeScrollStepper-module__OgJalW__stepBtnIcon{width:1.15rem;height:1.15rem}.TimeScrollStepper-module__OgJalW__unitInput{box-sizing:border-box;font-variant-numeric:tabular-nums;text-align:center;width:2.75rem;min-height:2.35rem;color:var(--fg-default);background:var(--bg-default);touch-action:none;border:none;border-radius:8px;padding:0;font-family:inherit;font-size:1.13rem;font-weight:600;line-height:1.2;display:block}.TimeScrollStepper-module__OgJalW__rootLarge .TimeScrollStepper-module__OgJalW__unitInput{width:4.25rem;min-height:3.35rem;font-size:1.5rem}.TimeScrollStepper-module__OgJalW__unitInput:disabled{opacity:.55;cursor:not-allowed}.TimeScrollStepper-module__OgJalW__colon{color:var(--fg-muted);align-self:center;margin-top:.15rem;font-size:1.13rem;font-weight:600}.TimeScrollStepper-module__OgJalW__rootLarge .TimeScrollStepper-module__OgJalW__colon{margin-top:.2rem;font-size:1.5rem}
.DateTimePickerModal-module__dIA8Wa__singleModal{min-width:min(100vw - 2rem,20rem);max-width:calc(100vw - 2rem)}.DateTimePickerModal-module__dIA8Wa__singleModalFooter{margin-top:1.5rem;padding-top:0}.DateTimePickerModal-module__dIA8Wa__timeStepHeader{justify-content:center;margin-bottom:1rem}.DateTimePickerModal-module__dIA8Wa__timeStepBody{justify-content:center;align-items:center;padding-block:.5rem .25rem;display:flex}
.Toggle-module__ntMQ3a__row{cursor:pointer;align-self:flex-start;align-items:center;gap:.75rem;max-width:100%;padding-block:.5rem;display:inline-flex}.Toggle-module__ntMQ3a__label{min-width:0;color:var(--fg-default);font-size:.88rem}.Toggle-module__ntMQ3a__wrap{flex-shrink:0;position:relative}.Toggle-module__ntMQ3a__input{opacity:0;width:0;height:0;position:absolute}.Toggle-module__ntMQ3a__slider{background:var(--border-default);border-radius:1rem;width:2.75rem;height:1.38rem;transition:background .25s;display:block;position:relative}.Toggle-module__ntMQ3a__slider:before{content:"";background:var(--bg-canvas);border-radius:50%;width:1rem;height:1rem;margin-top:-.5rem;transition:translate .25s cubic-bezier(.4,0,.2,1);position:absolute;top:50%;left:.19rem}.Toggle-module__ntMQ3a__input:hover+.Toggle-module__ntMQ3a__slider{background:var(--fg-muted)}.Toggle-module__ntMQ3a__input:checked+.Toggle-module__ntMQ3a__slider{background:var(--accent-fg)}.Toggle-module__ntMQ3a__input:checked:hover+.Toggle-module__ntMQ3a__slider{background:var(--accent-emphasis)}.Toggle-module__ntMQ3a__input:checked+.Toggle-module__ntMQ3a__slider:before{translate:1.38rem}
.Popover-module__Nt1uSa__popoverTrigger{cursor:pointer}.Popover-module__Nt1uSa__popoverContentRoot button{font:inherit}:is(.Popover-module__Nt1uSa__popoverTippyChrome.tippy-box[data-theme~=stellar] .tippy-content,.Popover-module__Nt1uSa__popoverTippyChrome.tippy-box[data-theme~=stellar-panel] .tippy-content,.Popover-module__Nt1uSa__popoverTippyChrome.tippy-box[data-theme~=stellar-guild-clear-hover] .tippy-content){padding:0}.Popover-module__Nt1uSa__popoverPanelRow{box-sizing:border-box;flex-direction:row;align-items:center;gap:2px;padding-block:2px;padding-inline:2px;display:flex}.Popover-module__Nt1uSa__popoverIconButton{box-sizing:border-box;width:2.125rem;height:2.125rem;color:inherit;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:0;line-height:0;display:inline-flex}.Popover-module__Nt1uSa__popoverIconButton:hover{background:color-mix(in srgb, var(--fg-default) 10%, var(--bg-default))}.Popover-module__Nt1uSa__popoverIconButtonDanger:hover{background:color-mix(in srgb, var(--danger-fg,#dc2626) 18%, var(--bg-default));color:var(--danger-fg,#dc2626)}.Popover-module__Nt1uSa__popoverIconSvg{flex-shrink:0;width:1.0625rem;height:1.0625rem}.Popover-module__Nt1uSa__popoverTextButton{box-sizing:border-box;min-width:2.125rem;height:2.125rem;color:inherit;cursor:pointer;letter-spacing:.02em;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding-inline:.45rem;font-size:.75rem;font-weight:600;line-height:1;display:inline-flex}.Popover-module__Nt1uSa__popoverTextButton:hover{background:color-mix(in srgb, var(--fg-default) 10%, var(--bg-default))}.Popover-module__Nt1uSa__popoverPanelButton{box-sizing:border-box;text-align:start;cursor:pointer;inline-size:100%;color:inherit;background:0 0;border:none;border-radius:6px;padding-block:.4rem;padding-inline:.55rem;display:block}.Popover-module__Nt1uSa__popoverPanelButton:hover{background:color-mix(in srgb, var(--fg-default) 10%, var(--bg-default))}.Popover-module__Nt1uSa__popoverPanelButtonDanger:hover{background:color-mix(in srgb, var(--danger-fg,#dc2626) 18%, var(--bg-default));color:var(--danger-fg,#dc2626)}
.AdminStatsCharts-module__3LOxkG__chartsBlock{margin-top:1.25rem}.AdminStatsCharts-module__3LOxkG__chartsGrid{flex-flow:column;align-items:stretch;gap:.65rem;width:100%;display:flex}.AdminStatsCharts-module__3LOxkG__chartCard{box-sizing:border-box;background:var(--bg-subtle);border-radius:8px;width:100%;min-width:0;max-width:100%;padding-block:.85rem .65rem;padding-inline:1rem}.AdminStatsCharts-module__3LOxkG__chartCardHead{justify-content:space-between;align-items:center;gap:1rem;min-width:0;margin-block:0 .55rem;display:flex}.AdminStatsCharts-module__3LOxkG__chartTitle{letter-spacing:.01em;text-transform:uppercase;min-width:0;color:var(--fg-default);flex:auto;margin:0;font-size:.95rem;font-weight:600;line-height:1.25}.AdminStatsCharts-module__3LOxkG__chartPeriodTotalWrap{text-align:right;flex-direction:column;flex-shrink:0;align-items:flex-end;gap:.1rem;display:flex}.AdminStatsCharts-module__3LOxkG__chartPeriodTotalLabel{letter-spacing:.03em;text-transform:uppercase;color:var(--fg-muted);font-size:.62rem;font-weight:600;line-height:1.2}.AdminStatsCharts-module__3LOxkG__chartPeriodTotal{color:var(--fg-default);font-variant-numeric:tabular-nums;font-size:.82rem;font-weight:600;line-height:1.2}.AdminStatsCharts-module__3LOxkG__chartPeriodTotalRow{flex-wrap:nowrap;align-items:baseline;gap:.35rem;display:inline-flex}.AdminStatsCharts-module__3LOxkG__chartPeriodTotalUnit{color:var(--fg-muted);font-size:.72rem;font-weight:600;line-height:1.2}.AdminStatsCharts-module__3LOxkG__chartCardBody{grid-template-columns:minmax(0,1fr) minmax(180px,240px);align-items:stretch;gap:.75rem 1rem;min-width:0;display:grid}@media (max-width:720px){.AdminStatsCharts-module__3LOxkG__chartCardBody{grid-template-columns:1fr}}.AdminStatsCharts-module__3LOxkG__chartWrap{width:100%;min-width:0;height:220px;position:relative}.AdminStatsCharts-module__3LOxkG__chartEmptyOverlay{z-index:1;pointer-events:none;text-align:center;color:var(--fg-muted);justify-content:center;align-items:center;margin:0;padding-inline:1rem;font-size:.78rem;line-height:1.35;display:flex;position:absolute;inset:0}.AdminStatsCharts-module__3LOxkG__chartTooltip{background:var(--bg-default);border-radius:8px;flex-direction:column;gap:.15rem;min-width:5.5rem;padding:.45rem .6rem;display:flex}.AdminStatsCharts-module__3LOxkG__chartTooltipDate{color:var(--fg-muted);font-size:.68rem;line-height:1.25}.AdminStatsCharts-module__3LOxkG__chartTooltipValue{color:var(--fg-default);font-variant-numeric:tabular-nums;font-size:.88rem;font-weight:600;line-height:1.2}.AdminStatsCharts-module__3LOxkG__chartWrap .recharts-tooltip-wrapper{z-index:2;outline:none}:is(.AdminStatsCharts-module__3LOxkG__chartWrap .recharts-cartesian-grid-horizontal line,.AdminStatsCharts-module__3LOxkG__chartWrap .recharts-tooltip-cursor line){shape-rendering:crispedges;vector-effect:non-scaling-stroke;stroke:var(--border-dashed)!important;stroke-width:1px!important;stroke-dasharray:3 3!important}.AdminStatsCharts-module__3LOxkG__chartCardSkeletonSlot{box-sizing:border-box;background:0 0;width:100%;min-width:0;max-width:100%;margin:0;padding:0}.AdminStatsCharts-module__3LOxkG__chartCardFullSkeleton{box-sizing:border-box;width:100%;min-height:15rem;display:block}.AdminStatsCharts-module__3LOxkG__chartSide{border-left:1px dashed var(--border-dashed);min-width:0;max-width:100%;margin:0;padding:0}@media (max-width:720px){.AdminStatsCharts-module__3LOxkG__chartSide{border-left:none;border-top:1px dashed var(--border-dashed);padding-top:.75rem;padding-left:0}}.AdminStatsCharts-module__3LOxkG__chartSideTitle{letter-spacing:.03em;text-transform:uppercase;color:var(--fg-muted);border-bottom:1px dashed var(--border-dashed);margin-block:0 .4rem;padding-block:0 .4rem;padding-inline:.65rem 0;font-size:.65rem;font-weight:600}.AdminStatsCharts-module__3LOxkG__chartSideList{margin:0;padding:0;list-style:none}.AdminStatsCharts-module__3LOxkG__chartSideItem{border-top:1px dashed var(--border-dashed);flex-direction:column;gap:.12rem;padding-block:.4rem;padding-inline:.65rem 0;display:flex}.AdminStatsCharts-module__3LOxkG__chartSideItem:first-child{border-top:none;padding-top:0}.AdminStatsCharts-module__3LOxkG__chartSideItemTop{flex-direction:row;align-items:center;gap:.5rem;width:100%;min-width:0;display:flex}.AdminStatsCharts-module__3LOxkG__chartSideItemTop .AdminStatsCharts-module__3LOxkG__chartSideAmount{flex-shrink:0}.AdminStatsCharts-module__3LOxkG__chartSideItemTop .AdminStatsCharts-module__3LOxkG__chartSideItemPrimary{white-space:nowrap;-webkit-line-clamp:unset;flex:auto;-webkit-box-orient:unset;text-overflow:ellipsis;min-width:0;display:block;overflow:hidden}.AdminStatsCharts-module__3LOxkG__chartSideItemTop>.AdminStatsCharts-module__3LOxkG__chartSideItemMeta{white-space:nowrap;text-overflow:ellipsis;flex:auto;min-width:0;display:block;overflow:hidden}.AdminStatsCharts-module__3LOxkG__chartSideAmount{align-items:center;gap:.35rem;min-width:0;display:inline-flex}.AdminStatsCharts-module__3LOxkG__chartSideLightningIcon{width:.78rem;height:.78rem;color:var(--accent-fg);flex-shrink:0}.AdminStatsCharts-module__3LOxkG__chartSideItemAmount{color:var(--fg-default);font-variant-numeric:tabular-nums;font-size:.8rem;font-weight:600;line-height:1.25}.AdminStatsCharts-module__3LOxkG__chartSideItemPrimary{color:var(--fg-default);text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.8rem;font-weight:600;line-height:1.25;display:-webkit-box;overflow:hidden}.AdminStatsCharts-module__3LOxkG__chartSideItemMeta{color:var(--fg-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.72rem;line-height:1.3;overflow:hidden}.AdminStatsCharts-module__3LOxkG__chartSideEmpty{color:var(--fg-muted);margin:0;padding-inline:.65rem 0;font-size:.78rem;line-height:1.35}.AdminStatsCharts-module__3LOxkG__chartError{color:var(--fg-muted);margin:0;padding:1rem;font-size:.88rem}.AdminStatsCharts-module__3LOxkG__chartLoadingWrap{box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:12rem;padding-block:2rem;padding-inline:1rem;display:flex}.AdminStatsCharts-module__3LOxkG__chartLoadingSpinner{box-sizing:border-box;border:4px solid var(--border-default);border-top-color:var(--accent-fg);border-radius:50%;width:3.5rem;height:3.5rem;animation:.85s linear infinite AdminStatsCharts-module__3LOxkG__chartLoadingSpinnerRotate}@keyframes AdminStatsCharts-module__3LOxkG__chartLoadingSpinnerRotate{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.AdminStatsCharts-module__3LOxkG__chartLoadingSpinner{border-top-color:var(--border-default);opacity:.85;animation:none}}.AdminStatsCharts-module__3LOxkG__chartVisuallyHidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
.DiscordRolesMultiSelect-module__9bU6pq__rolesRoot{width:100%;min-width:0}.DiscordRolesMultiSelect-module__9bU6pq__rolesRoot .DiscordRolesMultiSelect-module__9bU6pq__rolesMenuShell{max-height:var(--dropdown-menu-max-height)}.DiscordRolesMultiSelect-module__9bU6pq__rolesRoot .DiscordRolesMultiSelect-module__9bU6pq__triggerShell{cursor:text}.DiscordRolesMultiSelect-module__9bU6pq__rolesSearchInput{cursor:text;text-overflow:ellipsis;white-space:nowrap;font-weight:500;overflow:hidden}.DiscordRolesMultiSelect-module__9bU6pq__rolesSearchInput:disabled{cursor:not-allowed;color:var(--fg-muted);opacity:.85}.DiscordRolesMultiSelect-module__9bU6pq__roleMenu{padding-block:.15rem}.DiscordRolesMultiSelect-module__9bU6pq__roleClearOption{box-sizing:border-box;text-align:left;width:100%;color:var(--fg-muted);cursor:pointer;background:0 0;border:none;margin:0;padding-block:.5rem .4rem;padding-inline:.65rem;font-family:inherit;font-size:.81rem;font-weight:600;line-height:1.35;display:block}.DiscordRolesMultiSelect-module__9bU6pq__rolesMenuShell .DiscordRolesMultiSelect-module__9bU6pq__roleClearOption:hover{background-color:var(--accent-subtle-bg);color:var(--accent-fg)}.DiscordRolesMultiSelect-module__9bU6pq__roleRow:disabled{cursor:not-allowed;opacity:.55}.DiscordRolesMultiSelect-module__9bU6pq__roleColorSwatch{background:linear-gradient(145deg, color-mix(in srgb, var(--fg-muted) 28%, var(--bg-subtle)) 0%, color-mix(in srgb, var(--fg-muted) 12%, var(--bg-default)) 100%);border-radius:8px;flex-shrink:0;width:.75rem;min-width:12px;height:.75rem;min-height:12px}.DiscordRolesMultiSelect-module__9bU6pq__roleText{flex-direction:column;flex:1;gap:.08rem;min-width:0;display:flex}.DiscordRolesMultiSelect-module__9bU6pq__roleName{font-weight:600}.DiscordRolesMultiSelect-module__9bU6pq__roleMeta{color:var(--fg-muted);font-size:.78rem;font-weight:500}.DiscordRolesMultiSelect-module__9bU6pq__menuHint{color:var(--fg-muted);padding-block:.55rem;padding-inline:.75rem;font-size:.82rem;font-weight:500}
.DiscordDownloadUrlCombo-module__ulvoGG__root .DiscordDownloadUrlCombo-module__ulvoGG__channelsMenu{max-height:var(--dropdown-menu-max-height)}.DiscordDownloadUrlCombo-module__ulvoGG__comboInputHit{min-height:var(--filter-control-h);box-sizing:border-box;align-self:stretch}
.SellerRefundModal-module__Sn9xsW__amountStrong{color:var(--fg-default);font-weight:700}.SellerRefundModal-module__Sn9xsW__amountCurrencyIcon{vertical-align:-.1em;width:.85em;height:.85em;color:var(--accent-fg);flex-shrink:0;display:inline}.SellerRefundModal-module__Sn9xsW__codeInput{box-sizing:border-box;letter-spacing:.25em;text-align:center;background:var(--bg-subtle);width:100%;color:var(--fg-default);border:none;border-radius:8px;outline:none;margin-bottom:1rem;padding:.6rem .75rem;font-family:inherit;font-size:1.25rem;font-weight:600;display:block}.SellerRefundModal-module__Sn9xsW__codeInput:disabled{opacity:.5}
.BankPickerCombo-module__voCJYa__triggerField{position:relative}.BankPickerCombo-module__voCJYa__triggerLogo{z-index:1;pointer-events:none;display:flex;position:absolute;top:50%;left:.88rem;transform:translateY(-50%)}.BankPickerCombo-module__voCJYa__triggerField input.BankPickerCombo-module__voCJYa__comboInputWithLogo{padding-inline-start:2.63rem}.BankPickerCombo-module__voCJYa__bankLogoIcon{border-radius:4px}.BankPickerCombo-module__voCJYa__triggerDisabled{opacity:.55;pointer-events:none}
.ResourcesCatalogMultiFilterCombo-module__NKD_dW__triggerField{position:relative}.ResourcesCatalogMultiFilterCombo-module__NKD_dW__triggerOptionIcon{z-index:1;pointer-events:none;display:flex;position:absolute;top:50%;left:.88rem;transform:translateY(-50%)}.ResourcesCatalogMultiFilterCombo-module__NKD_dW__triggerField input.ResourcesCatalogMultiFilterCombo-module__NKD_dW__comboInputWithIcon{padding-inline-start:2.63rem}.ResourcesCatalogMultiFilterCombo-module__NKD_dW__triggerRasterIcon{object-fit:contain;flex-shrink:0;width:1.25rem;height:1.25rem}
.AppRouteLoadingFallback-module__I4ZL8q__page{flex-direction:column;flex:auto;align-self:stretch;width:100%;min-width:0;min-height:0;display:flex}.AppRouteLoadingFallback-module__I4ZL8q__inner{flex-direction:column;flex:auto;width:100%;min-height:0;display:flex}.AppRouteLoadingFallback-module__I4ZL8q__slot{flex-direction:column;flex:auto;justify-content:center;align-items:center;width:100%;min-height:0;display:flex}.AppRouteLoadingFallback-module__I4ZL8q__embedded{box-sizing:border-box;flex:auto;justify-content:center;align-items:center;width:100%;min-width:0;min-height:12rem;padding:2rem;display:flex}.AppRouteLoadingFallback-module__I4ZL8q__bare{box-sizing:border-box;justify-content:center;align-items:center;width:100%;min-height:100dvh;padding:2rem;display:flex}
.AuthorOtherResources-module__hJivwG__otherResources{margin-top:2.5rem;margin-bottom:4rem}.AuthorOtherResources-module__hJivwG__gridWrap{padding-top:1.25rem}
