@layer components{@keyframes accordion-module__Ccr9dW__slideDown{0%{height:0}to{height:var(--radix-accordion-content-height)}}@keyframes accordion-module__Ccr9dW__slideUp{0%{height:var(--radix-accordion-content-height)}to{height:0}}.accordion-module__Ccr9dW__accordion-root{width:100%}.accordion-module__Ccr9dW__accordion-item{border-bottom:1px solid var(--gray-4)}.accordion-module__Ccr9dW__accordion-trigger{width:100%;font-weight:var(--font-weight-medium);color:var(--gray-12);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:1rem;transition:background-color .2s;display:flex}.accordion-module__Ccr9dW__accordion-trigger:hover{background-color:var(--gray-3)}.accordion-module__Ccr9dW__accordion-trigger svg{transition:transform .3s cubic-bezier(.87,0,.13,1)}.accordion-module__Ccr9dW__accordion-trigger[data-state=open] svg{transform:rotate(180deg)}.accordion-module__Ccr9dW__accordion-content{color:var(--gray-11);background-color:var(--gray-1);overflow:hidden}.accordion-module__Ccr9dW__accordion-content[data-state=open]{animation:.3s cubic-bezier(.87,0,.13,1) accordion-module__Ccr9dW__slideDown}.accordion-module__Ccr9dW__accordion-content[data-state=closed]{animation:.3s cubic-bezier(.87,0,.13,1) accordion-module__Ccr9dW__slideUp}.accordion-module__Ccr9dW__accordion-content .accordion-module__Ccr9dW__accordion-content-text{padding:1rem}}
@layer components{.avatar-module__ovhxcq__user-profile-wrapper{align-items:center;gap:1rem;display:flex}.avatar-module__ovhxcq__user-info-name{font-weight:var(--font-weight-semi-bold)}.avatar-module__ovhxcq__user-info-handle,.avatar-module__ovhxcq__profile-bio{color:var(--gray-11);font-size:.9rem}.avatar-module__ovhxcq__avatar-root{vertical-align:middle;-webkit-user-select:none;user-select:none;background-color:var(--gray-4);border-radius:100%;justify-content:center;align-items:center;width:45px;height:45px;display:inline-flex;overflow:hidden}.avatar-module__ovhxcq__avatar-image{object-fit:cover;border-radius:inherit;width:100%;height:100%}.avatar-module__ovhxcq__avatar-fallback{background-color:var(--lime-3);width:100%;height:100%;color:var(--lime-11);justify-content:center;align-items:center;font-size:15px;font-weight:500;line-height:1;display:flex}.avatar-module__ovhxcq__separator{background-color:var(--gray-4)}.avatar-module__ovhxcq__separator[data-orientation=horizontal]{width:100%;height:1px;margin:15px 0}}
@layer components{.form-submit-module__8ArM6a__form-submit-area{justify-content:flex-end;width:100%;display:flex}.form-submit-module__8ArM6a__form-submit{text-align:center;background-color:var(--lime-9-primary);color:var(--lime-contrast);font-weight:var(--font-weight-medium);cursor:pointer;border:none;border-radius:6px;padding:.5rem 1rem;transition:all .2s}.form-submit-module__8ArM6a__form-submit:hover{filter:brightness(.95)}@media (max-width:767px){.form-submit-module__8ArM6a__form-submit-area{justify-content:center}}}
@layer components{.admin-select-multiple-module__fpvuwq__wrapper{flex-direction:column;gap:.35rem;display:flex}.admin-select-multiple-module__fpvuwq__label{color:var(--gray-11);font-size:.86rem;font-weight:var(--font-weight-semi-bold)}.admin-select-multiple-module__fpvuwq__container{border:1px solid var(--gray-6);background-color:var(--gray-1);cursor:text;border-radius:8px;flex-wrap:wrap;align-items:center;gap:.3rem;min-height:2.4rem;padding:.35rem .5rem;transition:border-color .15s;display:flex}.admin-select-multiple-module__fpvuwq__container:focus-within{border-color:var(--lime-9-primary);box-shadow:0 0 0 2px color-mix(in srgb, var(--lime-9-primary) 15%, transparent)}.admin-select-multiple-module__fpvuwq__tag{background-color:var(--gray-3);border:1px solid var(--gray-6);color:var(--gray-12);border-radius:4px;align-items:center;gap:.2rem;max-width:200px;padding:.1rem .25rem .1rem .45rem;font-family:monospace;font-size:.75rem;display:inline-flex}.admin-select-multiple-module__fpvuwq__tag-text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.admin-select-multiple-module__fpvuwq__tag-remove{color:var(--gray-10);cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;font-size:.8rem;line-height:1;display:inline-flex}.admin-select-multiple-module__fpvuwq__tag-remove:hover{color:var(--gray-12)}.admin-select-multiple-module__fpvuwq__input{min-width:120px;color:var(--gray-12);background:0 0;border:none;outline:none;flex:1;padding:.1rem 0;font-size:.86rem}.admin-select-multiple-module__fpvuwq__input::placeholder{color:var(--gray-9)}.admin-select-multiple-module__fpvuwq__clear-button{color:var(--gray-9);cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;margin-left:auto;padding:.1rem;font-size:.9rem;display:inline-flex}.admin-select-multiple-module__fpvuwq__clear-button:hover{color:var(--gray-12)}.admin-select-multiple-module__fpvuwq__hint{color:var(--gray-10);font-size:.78rem}}
@layer pages{.page-module__8jgXnW__form{flex-direction:column;gap:1.25rem;display:flex}.page-module__8jgXnW__form-actions{align-items:center;gap:.75rem;margin-top:.5rem;display:flex}.page-module__8jgXnW__cancel-btn{background-color:var(--gray-3);color:var(--gray-11);border:1px solid var(--gray-6);cursor:pointer;border-radius:8px;padding:.6rem 1.25rem;font-size:.9rem;transition:background-color .2s}.page-module__8jgXnW__cancel-btn:hover:not(:disabled){background-color:var(--gray-5);color:var(--gray-12)}.page-module__8jgXnW__cancel-btn:disabled{opacity:.5;cursor:not-allowed}.page-module__8jgXnW__error-text{color:var(--color-red);font-size:.9rem}.page-module__8jgXnW__form-block{margin:.75rem 0}.page-module__8jgXnW__form-block-title{margin-bottom:.35rem;font-weight:600}.page-module__8jgXnW__datetime-local-grid{grid-template-columns:1fr 1fr;gap:.75rem;margin-top:.75rem;display:grid}.page-module__8jgXnW__datetime-local-input{width:100%}.page-module__8jgXnW__form-hint{color:var(--gray-11);margin-bottom:.5rem;font-size:.85rem}}
.apply-payout-term-action-sheet-content-module__AcvQaq__payout-term-sheet{}.apply-payout-term-action-sheet-content-module__AcvQaq__payout-term-sheet-summary{}.apply-payout-term-action-sheet-content-module__AcvQaq__payout-term-sheet-summary-strong{}.apply-payout-term-action-sheet-content-module__AcvQaq__payout-term-sheet-ratio-compare{}.apply-payout-term-action-sheet-content-module__AcvQaq__payout-term-sheet-ratio-item{}.apply-payout-term-action-sheet-content-module__AcvQaq__payout-term-sheet-ratio-label{}.apply-payout-term-action-sheet-content-module__AcvQaq__payout-term-sheet-ratio-value{}.apply-payout-term-action-sheet-content-module__AcvQaq__payout-term-sheet-deleted-list{}.apply-payout-term-action-sheet-content-module__AcvQaq__form-actions{}.apply-payout-term-action-sheet-content-module__AcvQaq__cancel-btn{}
@layer pages{.sheet-content-daily-attendance-form-action-module__JBfw8W__form{flex-direction:column;gap:16px;display:flex}.sheet-content-daily-attendance-form-action-module__JBfw8W__form-actions{gap:8px;margin-top:16px;display:flex}}
@layer components{.select-module__pFYR-a__select-wrap{flex-direction:column;display:flex}.select-module__pFYR-a__select-trigger{background-color:var(--gray-1);min-height:35px;color:var(--gray-12);border:1px solid var(--gray-7);cursor:pointer;border-radius:8px;justify-content:space-between;align-items:center;gap:5px;padding:11px 12px;font-size:14px;line-height:1;display:inline-flex;position:relative}.select-module__pFYR-a__select-trigger:hover{background-color:var(--gray-2)}.select-module__pFYR-a__select-trigger span:has(svg){line-height:0}.select-module__pFYR-a__select-trigger .select-module__pFYR-a__select-value-sr{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.select-module__pFYR-a__select-trigger.select-module__pFYR-a__has-error{border-color:var(--color-red)}.select-module__pFYR-a__select-trigger[data-disabled]{cursor:not-allowed;opacity:.65;pointer-events:none}.select-module__pFYR-a__form-field-error{color:var(--color-red);margin-top:12px;font-size:12px}.select-module__pFYR-a__select-viewport{max-height:100%;padding:5px}.select-module__pFYR-a__select-content{background-color:var(--gray-4);z-index:var(--z-index-modal);min-width:var(--radix-select-trigger-width);max-height:var(--radix-select-content-available-height);box-shadow:0 10px 38px var(--gray-1);border-radius:8px;overflow:hidden}.select-module__pFYR-a__select-item{color:var(--gray-12);-webkit-user-select:none;user-select:none;cursor:pointer;border-radius:6px;align-items:flex-start;min-height:25px;padding:8px 35px 8px 25px;font-size:13px;line-height:1.35;display:flex;position:relative}.select-module__pFYR-a__select-item[data-highlighted]{background-color:var(--lime-9-primary);color:var(--lime-contrast);outline:none}.select-module__pFYR-a__select-item[data-highlighted] .select-module__pFYR-a__select-item-description{color:color-mix(in oklch, var(--lime-contrast) 85%, transparent)}.select-module__pFYR-a__select-item-body{flex-direction:column;gap:2px;min-width:0;display:flex}.select-module__pFYR-a__select-item-label{font-size:13px;font-weight:var(--font-weight-medium)}.select-module__pFYR-a__select-item-description{color:var(--gray-11);white-space:pre-line;font-size:12px;line-height:1.4}.select-module__pFYR-a__select-selected-description{color:var(--gray-11);white-space:pre-line;margin:8px 0 0;font-size:12px;line-height:1.45}.select-module__pFYR-a__select-item-indicator{justify-content:center;align-items:center;width:25px;display:inline-flex;position:absolute;left:0}}
@layer components{.modal-content-alias-delete-module__8AOI-a__wrap{flex-direction:column;gap:16px;padding:4px 0 8px;display:flex}.modal-content-alias-delete-module__8AOI-a__section{flex-direction:column;gap:12px;display:flex}.modal-content-alias-delete-module__8AOI-a__desc{color:var(--gray-11);margin:0;font-size:14px;line-height:1.7}.modal-content-alias-delete-module__8AOI-a__desc strong{color:var(--gray-12);font-weight:var(--font-weight-semi-bold)}.modal-content-alias-delete-module__8AOI-a__desc-secondary{color:var(--gray-10);margin:0;font-size:13px;line-height:1.65}.modal-content-alias-delete-module__8AOI-a__desc-secondary strong{color:var(--gray-11);font-weight:var(--font-weight-semi-bold)}.modal-content-alias-delete-module__8AOI-a__divider{background:var(--gray-6);height:1px;margin:4px 0}.modal-content-alias-delete-module__8AOI-a__merge-button,.modal-content-alias-delete-module__8AOI-a__force-delete-button{width:100%;min-height:44px;font-size:14px;font-weight:var(--font-weight-semi-bold);cursor:pointer;border-radius:8px}.modal-content-alias-delete-module__8AOI-a__merge-button{background:var(--accent-9);color:var(--accent-contrast);border:none}.modal-content-alias-delete-module__8AOI-a__force-delete-button{border:1px solid var(--amber-8);background:var(--amber-2);color:var(--amber-11)}}
@layer components{.mark-renderer-module__alCTVG__wrapper{word-wrap:break-word;white-space:pre-wrap}.mark-renderer-module__alCTVG__wrapper.mark-renderer-module__alCTVG__empty{align-items:center;min-height:48px;display:flex}.mark-renderer-module__alCTVG__wrapper .mark-renderer-module__alCTVG__placeholder{color:var(--gray-9);font-size:13px}@scope(.mark-renderer-module__alCTVG__markdown-body) to (.mark-renderer-module__alCTVG__raw-html){:scope p{margin:0 0 .75em}:scope p:last-child{margin-bottom:0}:scope h1,:scope h2,:scope h3,:scope h4,:scope h5,:scope h6{font-weight:var(--font-weight-semi-bold);color:var(--gray-12);margin:1em 0 .5em;line-height:1.3}:is(:scope h1,:scope h2,:scope h3,:scope h4,:scope h5,:scope h6):first-child{margin-top:0}:scope h1{font-size:1.35em}:scope h2{font-size:1.2em}:scope h3{font-size:1.1em}:scope ul{padding-left:1.5em;list-style-type:disc;list-style-position:outside}:scope ol{padding-left:1.5em;list-style-type:decimal;list-style-position:outside}:scope li{margin:.25em 0;display:list-item}:scope code{background-color:var(--gray-5);color:var(--gray-12);border-radius:4px;padding:.15em .4em;font-size:.9em}:scope pre{background-color:var(--gray-5);border-radius:8px;margin:.75em 0;padding:12px;overflow-x:auto}:scope pre code{background:0 0;padding:0;font-size:13px}:scope blockquote{border-left:3px solid var(--gray-7);color:var(--gray-11);margin:.75em 0;padding-left:1em}:scope a{color:var(--lime-9-primary);text-underline-offset:2px;text-decoration:underline}:scope a:hover{color:var(--lime-10)}:scope strong{font-weight:var(--font-weight-semi-bold)}:scope hr{border:none;border-top:1px solid var(--gray-6);margin:1em 0}:scope table{border-collapse:collapse;width:100%;margin:.75em 0;font-size:13px}:scope th,:scope td{border:1px solid var(--gray-6);text-align:left;padding:6px 10px}:scope th{background-color:var(--gray-4);font-weight:var(--font-weight-medium);color:var(--gray-12)}:scope tr:nth-child(2n){background-color:var(--gray-3)}}.mark-renderer-module__alCTVG__wrapper.mark-renderer-module__alCTVG__content-themed h1,.mark-renderer-module__alCTVG__wrapper.mark-renderer-module__alCTVG__content-themed h2,.mark-renderer-module__alCTVG__wrapper.mark-renderer-module__alCTVG__content-themed h3,.mark-renderer-module__alCTVG__wrapper.mark-renderer-module__alCTVG__content-themed h4,.mark-renderer-module__alCTVG__wrapper.mark-renderer-module__alCTVG__content-themed h5,.mark-renderer-module__alCTVG__wrapper.mark-renderer-module__alCTVG__content-themed h6,.mark-renderer-module__alCTVG__wrapper.mark-renderer-module__alCTVG__content-themed th{color:var(--mark-font-color)}.mark-renderer-module__alCTVG__wrapper.mark-renderer-module__alCTVG__content-themed code{background-color:color-mix(in srgb, var(--mark-font-color) 14%, transparent);color:var(--mark-font-color)}.mark-renderer-module__alCTVG__wrapper.mark-renderer-module__alCTVG__content-themed pre{background-color:color-mix(in srgb, var(--mark-font-color) 10%, transparent)}.mark-renderer-module__alCTVG__wrapper.mark-renderer-module__alCTVG__content-themed pre code{color:var(--mark-font-color);background:0 0;padding:0}.mark-renderer-module__alCTVG__wrapper.mark-renderer-module__alCTVG__content-themed blockquote{border-left-color:color-mix(in srgb, var(--mark-font-color) 35%, transparent);color:color-mix(in srgb, var(--mark-font-color) 78%, transparent)}.mark-renderer-module__alCTVG__wrapper.mark-renderer-module__alCTVG__content-themed a{color:var(--mark-font-color);text-underline-offset:2px;text-decoration:underline}.mark-renderer-module__alCTVG__wrapper.mark-renderer-module__alCTVG__content-themed a:hover{color:color-mix(in srgb, var(--mark-font-color) 82%, white)}.mark-renderer-module__alCTVG__wrapper.mark-renderer-module__alCTVG__content-themed hr{border-top-color:color-mix(in srgb, var(--mark-font-color) 28%, transparent)}.mark-renderer-module__alCTVG__wrapper.mark-renderer-module__alCTVG__content-themed th,.mark-renderer-module__alCTVG__wrapper.mark-renderer-module__alCTVG__content-themed td{border-color:color-mix(in srgb, var(--mark-font-color) 28%, transparent)}.mark-renderer-module__alCTVG__wrapper.mark-renderer-module__alCTVG__content-themed th{background-color:color-mix(in srgb, var(--mark-font-color) 12%, transparent)}.mark-renderer-module__alCTVG__wrapper.mark-renderer-module__alCTVG__content-themed td{color:var(--mark-font-color)}.mark-renderer-module__alCTVG__wrapper.mark-renderer-module__alCTVG__content-themed tr:nth-child(2n){background-color:color-mix(in srgb, var(--mark-font-color) 7%, transparent)}.mark-renderer-module__alCTVG__wrapper.mark-renderer-module__alCTVG__content-themed .mark-renderer-module__alCTVG__restricted-image{border-color:color-mix(in srgb, var(--mark-font-color) 35%, transparent);background-color:color-mix(in srgb, var(--mark-font-color) 8%, transparent);color:color-mix(in srgb, var(--mark-font-color) 65%, transparent)}.mark-renderer-module__alCTVG__wrapper .mark-renderer-module__alCTVG__raw-html{white-space:initial}.mark-renderer-module__alCTVG__wrapper .mark-renderer-module__alCTVG__raw-html *{box-sizing:border-box}.mark-renderer-module__alCTVG__wrapper .mark-renderer-module__alCTVG__raw-html blockquote{border-left:3px solid var(--gray-7);color:var(--gray-11);margin:.75em 0;padding-left:1em}.mark-renderer-module__alCTVG__wrapper .mark-renderer-module__alCTVG__restricted-image{box-sizing:border-box;aspect-ratio:16/9;border:1px dashed var(--gray-7);background-color:var(--gray-3);height:120px;color:var(--gray-10);border-radius:8px;justify-content:center;align-items:center;margin:.75em 0;padding:12px;display:flex}.mark-renderer-module__alCTVG__wrapper .mark-renderer-module__alCTVG__restricted-image-label{text-align:center;font-size:13px}}
@layer components{.reroll-candidate-nav-module__hITXMW__wrap{align-items:center;gap:2px;margin-right:2px;display:inline-flex}.reroll-candidate-nav-module__hITXMW__nav-btn{background:var(--gray-4);width:28px;height:28px;color:var(--gray-11);cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;padding:0;transition:background-color .15s,color .15s;display:inline-flex}.reroll-candidate-nav-module__hITXMW__nav-btn:hover:not(:disabled){background:var(--gray-6);color:var(--gray-12)}.reroll-candidate-nav-module__hITXMW__nav-btn:disabled{opacity:.4;cursor:not-allowed}.reroll-candidate-nav-module__hITXMW__index-label{text-align:center;min-width:28px;font-size:12px;font-weight:var(--font-weight-medium);color:var(--gray-11)}}
@layer pages{.page-module__lAHlgG__chat-grid-inner{--grid-padding:0}@keyframes page-module__lAHlgG__pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes page-module__lAHlgG__blink{0%,to{opacity:1}50%{opacity:0}}.page-module__lAHlgG__chat-grid{z-index:0;flex:1;position:relative}.page-module__lAHlgG__chat-grid-inner{padding:0}.page-module__lAHlgG__chat-container{flex-direction:column;display:flex}.page-module__lAHlgG__messages-container{flex-direction:column;flex:1;gap:16px;display:flex}.page-module__lAHlgG__sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.page-module__lAHlgG__older-messages-loading{top:var(--header-safe-height);z-index:var(--z-index-sticky-contents);-webkit-mask-image:linear-gradient(to bottom, var(--gray-1) 0%, var(--gray-1) 64%, transparent 100%);mask-image:linear-gradient(to bottom, var(--gray-1) 0%, var(--gray-1) 64%, transparent 100%);-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);pointer-events:none;justify-content:center;align-items:center;padding:.5rem 1rem 2rem;display:flex;position:sticky}.page-module__lAHlgG__older-messages-loading-inner{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.35rem;display:flex}.page-module__lAHlgG__older-messages-loading-spinner{border-width:3px;width:24px;height:24px}.page-module__lAHlgG__older-messages-loading-label{font-size:.75rem;font-weight:var(--font-weight-medium);color:var(--gray-11);line-height:1.3}.page-module__lAHlgG__messages-end-anchor{width:100%;height:1px;scroll-margin-bottom:calc(120px + env(safe-area-inset-bottom,0px));pointer-events:none;flex-shrink:0}.page-module__lAHlgG__output-reason-inline-wrap{box-sizing:border-box;width:100%;max-width:100%;margin-top:.5rem;padding-left:.25rem}.page-module__lAHlgG__loading-state{height:100%;color:var(--gray-11);justify-content:center;align-items:center;display:flex}.page-module__lAHlgG__loader{width:40px;height:40px}.page-module__lAHlgG__streaming-message{background:var(--gray-3);border:1px solid var(--gray-6);border-radius:12px;margin-top:8px;padding:16px;animation:2s cubic-bezier(.4,0,.6,1) infinite page-module__lAHlgG__pulse}.page-module__lAHlgG__typing-cursor{background:var(--lime-9-primary);width:2px;height:1em;margin-left:2px;animation:1s step-end infinite page-module__lAHlgG__blink;display:inline-block}.page-module__lAHlgG__edit-message-area{background-color:var(--gray-3);border:1px solid var(--lime-9-primary);box-shadow:0 4px 12px color-mix(in srgb, var(--gray-12) 10%, transparent);border-radius:18px;flex-direction:column;gap:12px;margin-left:48px;padding:16px;display:flex}.page-module__lAHlgG__edit-textarea{width:100%;min-height:120px;color:var(--gray-12);resize:vertical;background:0 0;border:none;outline:none;font-family:inherit;font-size:15px;line-height:1.6}.page-module__lAHlgG__edit-actions{justify-content:flex-end;gap:8px;display:flex}.page-module__lAHlgG__edit-save{font-size:14px;font-weight:var(--font-weight-medium);cursor:pointer;border:none;border-radius:8px;padding:8px 16px;transition:all .2s}.page-module__lAHlgG__edit-cancel{background-color:var(--gray-5);color:var(--gray-11)}.page-module__lAHlgG__edit-cancel:hover:not(:disabled){background-color:var(--gray-6);color:var(--gray-12)}.page-module__lAHlgG__edit-save{background-color:var(--lime-9-primary);color:var(--lime-contrast)}.page-module__lAHlgG__edit-save:hover:not(:disabled){filter:brightness(1.05)}.page-module__lAHlgG__edit-save:disabled{opacity:.5;cursor:not-allowed}@container (max-width:856px){.page-module__lAHlgG__chat-grid-inner{--grid-padding:1rem;padding-bottom:0;padding-left:1rem;padding-right:1rem}}@media (max-width:767px){.page-module__lAHlgG__messages-container{gap:12px}.page-module__lAHlgG__edit-message-area{margin-left:0}}}
@layer components{.resource-selector-module__C9PC1W__container{flex-direction:column;gap:24px;width:100%;height:100%;display:flex}.resource-selector-module__C9PC1W__header{justify-content:space-between;align-items:center;display:flex}.resource-selector-module__C9PC1W__tabs{gap:8px;display:flex}.resource-selector-module__C9PC1W__scope-label{color:var(--gray-12);font-size:16px;font-weight:600}.resource-selector-module__C9PC1W__tab{cursor:pointer;background-color:var(--gray-6);height:36px;color:var(--gray-12);border-radius:50px;padding:0 14px;font-size:16px;transition:all .2s;display:block}.resource-selector-module__C9PC1W__tab.resource-selector-module__C9PC1W__active{background-color:var(--lime-9-primary);color:var(--lime-contrast)}.resource-selector-module__C9PC1W__search-btn{cursor:pointer;background-color:var(--gray-6);width:36px;height:36px;color:var(--gray-11-text);border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.resource-selector-module__C9PC1W__search-btn.resource-selector-module__C9PC1W__active{background-color:var(--lime-9-primary);color:var(--lime-contrast)}.resource-selector-module__C9PC1W__search-bar{background-color:var(--gray-4);border:1px solid var(--gray-6);border-radius:12px;align-items:center;gap:8px;height:40px;padding:0 14px;display:flex}.resource-selector-module__C9PC1W__search-form{flex:1;min-width:0}.resource-selector-module__C9PC1W__search-bar-icon{color:var(--gray-11);flex-shrink:0}.resource-selector-module__C9PC1W__search-input{min-width:0;color:var(--gray-12);background:0 0;border:none;outline:none;flex:1;font-size:14px}.resource-selector-module__C9PC1W__search-input::placeholder{color:var(--gray-10)}.resource-selector-module__C9PC1W__content-area{flex:1;min-height:300px}.resource-selector-module__C9PC1W__grid{grid-template-columns:repeat(4,1fr);gap:16px;padding-bottom:20px;display:grid}.resource-selector-module__C9PC1W__empty-state{color:var(--gray-9);flex-direction:column;justify-content:center;align-items:center;padding:40px 0;font-size:14px;display:flex}.resource-selector-module__C9PC1W__detail-view{flex-direction:column;gap:20px;height:100%;display:flex}.resource-selector-module__C9PC1W__detail-scroll-area{flex:1;padding-right:4px;overflow-y:auto}.resource-selector-module__C9PC1W__action-bar{width:100%;padding:16px 0 var(--app-safe-area-bottom,env(safe-area-inset-bottom,0px));z-index:10;justify-content:center;display:flex;position:sticky;bottom:0;left:0}.resource-selector-module__C9PC1W__action-bar:before{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);content:"";z-index:-1;width:100%;height:200%;position:absolute;top:0;left:0}.resource-selector-module__C9PC1W__select-btn{background-color:var(--lime-9-primary);width:100%;height:52px;color:var(--lime-contrast);cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;font-size:16px;font-weight:600;transition:all .2s;display:flex}.resource-selector-module__C9PC1W__select-btn:hover{background-color:var(--lime-10)}@media (max-width:767px){.resource-selector-module__C9PC1W__grid{grid-template-columns:repeat(2,1fr)}}}
@layer components{@keyframes chat-setup-ui-customization-module__NUnYTa__role-accordion-down{0%{height:0}to{height:var(--radix-accordion-content-height)}}@keyframes chat-setup-ui-customization-module__NUnYTa__role-accordion-up{0%{height:var(--radix-accordion-content-height)}to{height:0}}.chat-setup-ui-customization-module__NUnYTa__customization{flex-direction:column;gap:20px;display:flex}.chat-setup-ui-customization-module__NUnYTa__section{flex-direction:column;gap:12px;display:flex}.chat-setup-ui-customization-module__NUnYTa__section-title{font-size:18px;font-weight:var(--font-weight-medium);color:var(--gray-12)}.chat-setup-ui-customization-module__NUnYTa__section-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.chat-setup-ui-customization-module__NUnYTa__reset-btn{font-size:13px;font-weight:var(--font-weight-medium);color:var(--color-red);border:1px solid color-mix(in srgb, var(--color-red) 35%, var(--gray-7));background:color-mix(in srgb, var(--color-red) 8%, var(--gray-1));cursor:pointer;border-radius:8px;flex-shrink:0;padding:6px 10px;transition:background-color .15s,border-color .15s}.chat-setup-ui-customization-module__NUnYTa__reset-btn:hover:not(:disabled){background:color-mix(in srgb, var(--color-red) 14%, var(--gray-1));border-color:color-mix(in srgb, var(--color-red) 50%, var(--gray-7))}.chat-setup-ui-customization-module__NUnYTa__reset-btn:disabled{opacity:.5;cursor:not-allowed}.chat-setup-ui-customization-module__NUnYTa__section-desc{color:var(--gray-11);font-size:14px;line-height:1.6}.chat-setup-ui-customization-module__NUnYTa__preview-sticky-boundary{flex-direction:column;gap:20px;display:flex}.chat-setup-ui-customization-module__NUnYTa__preview-sticky{z-index:2;background:var(--gray-1);border:1px solid var(--gray-7);border-radius:12px;position:sticky;top:0;overflow:hidden}.chat-setup-ui-customization-module__NUnYTa__preview-head{justify-content:space-between;align-items:center;padding:10px 14px 6px;display:flex}.chat-setup-ui-customization-module__NUnYTa__preview-label{letter-spacing:.06em;text-transform:uppercase;color:var(--gray-10);font-size:11px;font-weight:600}.chat-setup-ui-customization-module__NUnYTa__preview-mode-badge{background:var(--lime-3);color:var(--lime-11);border-radius:999px;padding:3px 8px;font-size:10px;font-weight:600}.chat-setup-ui-customization-module__NUnYTa__preview-panel{flex-direction:column;gap:8px;max-height:min(22dvh,180px);padding:0 12px 12px;display:flex;overflow-y:auto}.chat-setup-ui-customization-module__NUnYTa__subsection-title{color:var(--gray-11);align-items:center;gap:8px;margin-bottom:8px;font-size:13px;font-weight:600;display:flex}.chat-setup-ui-customization-module__NUnYTa__subsection-title:before{content:"";background:var(--lime-9-primary);border-radius:2px;width:3px;height:14px}.chat-setup-ui-customization-module__NUnYTa__common-fields,.chat-setup-ui-customization-module__NUnYTa__role-list{flex-direction:column;gap:12px;display:flex}.chat-setup-ui-customization-module__NUnYTa__role-accordion{flex-direction:column;gap:10px;display:flex}.chat-setup-ui-customization-module__NUnYTa__role-accordion-item{background:var(--gray-1);border:1px solid var(--gray-7);border-radius:12px;overflow:visible}.chat-setup-ui-customization-module__NUnYTa__role-accordion-header{margin:0}.chat-setup-ui-customization-module__NUnYTa__role-accordion-trigger{width:100%;min-height:54px;color:var(--gray-12);cursor:pointer;text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;gap:12px;padding:14px;display:flex}.chat-setup-ui-customization-module__NUnYTa__role-accordion-trigger:hover{background:var(--gray-2)}.chat-setup-ui-customization-module__NUnYTa__role-accordion-icon{color:var(--gray-10);transition:transform .2s var(--easing-primary);flex-shrink:0}.chat-setup-ui-customization-module__NUnYTa__role-accordion-trigger[data-state=open] .chat-setup-ui-customization-module__NUnYTa__role-accordion-icon{transform:rotate(180deg)}.chat-setup-ui-customization-module__NUnYTa__role-accordion-content,.chat-setup-ui-customization-module__NUnYTa__role-accordion-content[data-state=open]{overflow:visible}.chat-setup-ui-customization-module__NUnYTa__role-accordion-content[data-state=closed]{animation:.18s ease-out chat-setup-ui-customization-module__NUnYTa__role-accordion-up;overflow:hidden}.chat-setup-ui-customization-module__NUnYTa__role-accordion-body{min-width:0;padding:0 14px 14px}.chat-setup-ui-customization-module__NUnYTa__role-card{background:var(--gray-1);border:1px solid var(--gray-7);border-radius:12px;padding:14px}.chat-setup-ui-customization-module__NUnYTa__role-header{justify-content:space-between;align-items:center;gap:8px;margin-bottom:10px;display:flex}.chat-setup-ui-customization-module__NUnYTa__role-name{align-items:center;gap:8px;font-size:14px;font-weight:600;display:flex}.chat-setup-ui-customization-module__NUnYTa__role-chip{letter-spacing:.04em;background:var(--gray-3);color:var(--gray-11);text-transform:uppercase;border-radius:4px;padding:2px 6px;font-size:10px;font-weight:600}.chat-setup-ui-customization-module__NUnYTa__detail-link{color:var(--gray-11);text-underline-offset:3px;cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0;font-size:12px;font-weight:500;text-decoration:underline}.chat-setup-ui-customization-module__NUnYTa__detail-link:hover{color:var(--gray-12)}.chat-setup-ui-customization-module__NUnYTa__role-fields{flex-wrap:wrap;gap:10px;display:flex}.role-fields .input-name{color:var(--gray-11);font-size:14px}.chat-setup-ui-customization-module__NUnYTa__field{flex-direction:column;gap:6px;min-width:0;display:flex}.chat-setup-ui-customization-module__NUnYTa__field-label{color:var(--gray-11);font-size:12px}.chat-setup-ui-customization-module__NUnYTa__number-input{border:1px solid var(--gray-6);background:var(--gray-2);font-variant-numeric:tabular-nums;text-align:center;width:100%;height:36px;color:var(--gray-12);border-radius:8px;padding:0 8px;font-size:13px}.chat-setup-ui-customization-module__NUnYTa__number-input:focus{border-color:var(--lime-8);outline:none}.chat-setup-ui-customization-module__NUnYTa__save-hint{color:var(--gray-11);align-items:center;gap:6px;font-size:12px;display:flex}.chat-setup-ui-customization-module__NUnYTa__save-dot{background:var(--lime-9-primary);border-radius:50%;width:6px;height:6px}.chat-setup-ui-customization-module__NUnYTa__slider-row{flex-direction:column;gap:8px;display:flex}.chat-setup-ui-customization-module__NUnYTa__slider-header{justify-content:space-between;align-items:center;display:flex}.chat-setup-ui-customization-module__NUnYTa__slider-label{color:var(--gray-12);font-size:13px}.chat-setup-ui-customization-module__NUnYTa__slider-value{color:var(--gray-11);font-size:12px}.chat-setup-ui-customization-module__NUnYTa__range-input{width:100%;accent-color:var(--lime-9-primary)}.chat-setup-ui-customization-module__NUnYTa__range-labels{color:var(--gray-10);justify-content:space-between;font-size:11px;display:flex}.chat-setup-ui-customization-module__NUnYTa__modal-body{flex-direction:column;gap:20px;display:flex}.chat-setup-ui-customization-module__NUnYTa__select-input{border:1px solid var(--gray-6);background:var(--gray-1);width:100%;height:42px;color:var(--gray-12);border-radius:10px;padding:0 14px;font-size:14px}.chat-setup-ui-customization-module__NUnYTa__text-input{border:1px solid var(--gray-6);background:var(--gray-1);width:100%;height:42px;color:var(--gray-12);border-radius:10px;padding:0 12px;font-size:14px}.chat-setup-ui-customization-module__NUnYTa__preview-wrap{background:var(--gray-1);border:1px solid var(--gray-7);border-radius:12px;padding:16px}.chat-setup-ui-customization-module__NUnYTa__radio-group{flex-wrap:wrap;gap:8px;display:flex}.chat-setup-ui-customization-module__NUnYTa__radio-opt{border:1px solid var(--gray-6);background:var(--gray-1);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;min-height:40px;padding:8px 16px;font-size:13px;font-weight:500;display:flex}.chat-setup-ui-customization-module__NUnYTa__radio-opt-active{border-color:var(--lime-8);background:var(--lime-3);color:var(--lime-11)}@media (max-width:767px){.chat-setup-ui-customization-module__NUnYTa__role-fields{grid-template-columns:1fr}}}
.admin-classify-tag-alias-locale-select-module__4UfFlq__input-area{}.admin-classify-tag-alias-locale-select-module__4UfFlq__input-name-area{}.admin-classify-tag-alias-locale-select-module__4UfFlq__input-name-wrapper{}.admin-classify-tag-alias-locale-select-module__4UfFlq__input-name{}@layer components{.admin-classify-tag-alias-locale-select-module__4UfFlq__wrap{min-width:0}.admin-classify-tag-alias-locale-select-module__4UfFlq__select{width:100%}}
@layer components{.admin-user-nickname-change-modal-module__TEKIqq__form{flex-direction:column;gap:0;display:flex}.admin-user-nickname-change-modal-module__TEKIqq__current-label{color:var(--color-text-secondary);margin:0 0 6px;font-size:14px}.admin-user-nickname-change-modal-module__TEKIqq__current-value{word-break:break-all;color:var(--color-text);background-color:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:8px;margin:0 0 20px;padding:12px 14px;font-size:14px}.admin-user-nickname-change-modal-module__TEKIqq__notice{color:var(--color-text-secondary);margin:0 0 16px;font-size:13px;line-height:1.5}.admin-user-nickname-change-modal-module__TEKIqq__hint-error,.admin-user-nickname-change-modal-module__TEKIqq__check-error{color:var(--color-red);margin:8px 0 0;font-size:13px}.admin-user-nickname-change-modal-module__TEKIqq__duplicate-msg{color:var(--color-text-secondary);margin:8px 0 0;font-size:13px;line-height:1.5}.admin-user-nickname-change-modal-module__TEKIqq__duplicate-msg__nick{color:var(--lime-9-primary);font-weight:600}.admin-user-nickname-change-modal-module__TEKIqq__duplicate-msg__emphasis{color:var(--color-red);font-weight:600}.admin-user-nickname-change-modal-module__TEKIqq__duplicate-msg__link{color:var(--lime-9-primary);margin-top:4px;font-weight:500;text-decoration:underline;display:inline-block}.admin-user-nickname-change-modal-module__TEKIqq__duplicate-msg__link:hover{color:var(--lime-10)}.admin-user-nickname-change-modal-module__TEKIqq__actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;margin-top:20px;display:flex}.admin-user-nickname-change-modal-module__TEKIqq__submit-wrap{width:auto;display:inline-block}}
.chat-setup-ui-customization-detail-module__mojvUW__modal-body{}.chat-setup-ui-customization-detail-module__mojvUW__preview-head{}.chat-setup-ui-customization-detail-module__mojvUW__preview-label{}.chat-setup-ui-customization-detail-module__mojvUW__preview-mode-badge{}.chat-setup-ui-customization-detail-module__mojvUW__field{}.chat-setup-ui-customization-detail-module__mojvUW__field-label{}.chat-setup-ui-customization-detail-module__mojvUW__radio-group{}.chat-setup-ui-customization-detail-module__mojvUW__radio-opt{}.chat-setup-ui-customization-detail-module__mojvUW__radio-opt-active{}.chat-setup-ui-customization-detail-module__mojvUW__preview-sticky{}.chat-setup-ui-customization-detail-module__mojvUW__preview-panel{}@layer components{.chat-setup-ui-customization-detail-module__mojvUW__preview-sticky{z-index:4;margin-bottom:4px;position:sticky;top:0}.chat-setup-ui-customization-detail-module__mojvUW__preview-panel{max-height:min(20dvh,160px);padding:12px 14px 14px}.chat-setup-ui-customization-detail-module__mojvUW__form-fields{flex-direction:column;gap:20px;display:flex}.chat-setup-ui-customization-detail-module__mojvUW__shadow-header,.chat-setup-ui-customization-detail-module__mojvUW__shadow-enable{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.chat-setup-ui-customization-detail-module__mojvUW__shadow-enable-options{flex-shrink:0;gap:8px;display:flex}.chat-setup-ui-customization-detail-module__mojvUW__shadow-grid-disabled{opacity:.45;pointer-events:none}.chat-setup-ui-customization-detail-module__mojvUW__shadow-preview{background:var(--gray-3);font-size:12px;font-family:var(--font-mono,ui-monospace, monospace);color:var(--gray-11);text-overflow:ellipsis;white-space:nowrap;border-radius:8px;align-items:center;max-width:60%;padding:6px 12px;display:inline-flex;overflow:hidden}.chat-setup-ui-customization-detail-module__mojvUW__shadow-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.chat-setup-ui-customization-detail-module__mojvUW__shadow-field{flex-direction:column;gap:6px;display:flex}.chat-setup-ui-customization-detail-module__mojvUW__shadow-label{color:var(--gray-11);justify-content:space-between;font-size:12px;display:flex}.chat-setup-ui-customization-detail-module__mojvUW__shadow-label span:last-child{font-variant-numeric:tabular-nums}.chat-setup-ui-customization-detail-module__mojvUW__shadow-slider{width:100%;accent-color:var(--lime-9-primary);height:4px}.chat-setup-ui-customization-detail-module__mojvUW__letter-spacing-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;display:flex}.chat-setup-ui-customization-detail-module__mojvUW__letter-spacing-value{font-variant-numeric:tabular-nums;color:var(--gray-11);font-size:12px}.chat-setup-ui-customization-detail-module__mojvUW__letter-spacing-slider{width:100%;accent-color:var(--lime-9-primary);height:4px}.chat-setup-ui-customization-detail-module__mojvUW__letter-spacing-labels{color:var(--gray-10);justify-content:space-between;margin-top:6px;font-size:11px;display:flex}@media (max-width:767px){.chat-setup-ui-customization-detail-module__mojvUW__shadow-grid{grid-template-columns:1fr}}}
.tab-content-piece-backdrop-basic-module__ZYnnpa__form-sections{}.tab-content-piece-backdrop-basic-module__ZYnnpa__form-section{}.tab-content-piece-backdrop-basic-module__ZYnnpa__readonly-fieldset{}.tab-content-piece-backdrop-basic-module__ZYnnpa__image-section{}.tab-content-piece-backdrop-basic-module__ZYnnpa__image-label{}.tab-content-piece-backdrop-basic-module__ZYnnpa__image-upload-container{}.tab-content-piece-backdrop-basic-module__ZYnnpa__image-help-text{}.tab-content-piece-backdrop-basic-module__ZYnnpa__image-row{}.tab-content-piece-backdrop-basic-module__ZYnnpa__image-action-area{}.tab-content-piece-backdrop-basic-module__ZYnnpa__image-sub-help{}.tab-content-piece-backdrop-basic-module__ZYnnpa__image-placeholder{}.tab-content-piece-backdrop-basic-module__ZYnnpa__image-upload-button{}.tab-content-piece-backdrop-basic-module__ZYnnpa__placeholder-icon{}.tab-content-piece-backdrop-basic-module__ZYnnpa__form-field-label{}.tab-content-piece-backdrop-basic-module__ZYnnpa__form-field-description{}.tab-content-piece-backdrop-basic-module__ZYnnpa__required-mark{}.tab-content-piece-backdrop-basic-module__ZYnnpa__hidden-input{}.tab-content-piece-backdrop-basic-module__ZYnnpa__resource-section{}.tab-content-piece-backdrop-basic-module__ZYnnpa__resource-header{}.tab-content-piece-backdrop-basic-module__ZYnnpa__resource-list-wrapper{}.tab-content-piece-backdrop-basic-module__ZYnnpa__mark-renderer-area{}.tab-content-piece-backdrop-basic-module__ZYnnpa__mark-renderer-preview{}@layer components{.tab-content-piece-backdrop-basic-module__ZYnnpa__thumbnail-image-fit{border-radius:inherit;width:100%;height:100%;min-height:0}.tab-content-piece-backdrop-basic-module__ZYnnpa__link-text{margin-left:3px;text-decoration:underline}.tab-content-piece-backdrop-basic-module__ZYnnpa__link-text:hover{color:var(--gray-12)}.tab-content-piece-backdrop-basic-module__ZYnnpa__form-field-error{color:var(--color-red);margin-top:4px;font-size:12px}.tab-content-piece-backdrop-basic-module__ZYnnpa__image-section:has(.tab-content-piece-backdrop-basic-module__ZYnnpa__form-field-error) .tab-content-piece-backdrop-basic-module__ZYnnpa__image-placeholder{box-shadow:0 0 0 1px inset var(--color-red)}}
@layer components{.admin-detail-page-layout-module__bWO8-q__page{flex-direction:column;gap:1rem;display:flex}.admin-detail-page-layout-module__bWO8-q__page-header{flex-direction:column;gap:.35rem;display:flex}.admin-detail-page-layout-module__bWO8-q__page-header-main{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.admin-detail-page-layout-module__bWO8-q__page-header-actions{flex-shrink:0;align-items:center;gap:.5rem;display:inline-flex}.admin-detail-page-layout-module__bWO8-q__page-title{color:var(--gray-12);font-size:1.35rem;font-weight:var(--font-weight-bold)}.admin-detail-page-layout-module__bWO8-q__header-grid{padding-bottom:0}.admin-detail-page-layout-module__bWO8-q__detail-grid{padding-top:0}}
@layer components{.admin-classify-tag-alias-edit-row-module__wcPRfa__alias-row{border-bottom:1px solid var(--gray-4);justify-content:space-between;align-items:flex-start;gap:.5rem;padding:.35rem 0;font-size:.9rem;display:flex}.admin-classify-tag-alias-edit-row-module__wcPRfa__alias-edit{flex-direction:column;flex:1;gap:.35rem;min-width:0;display:flex}.admin-classify-tag-alias-edit-row-module__wcPRfa__alias-edit-fields{flex-wrap:wrap;align-items:center;gap:.35rem;display:flex}.admin-classify-tag-alias-edit-row-module__wcPRfa__alias-form-input{flex:8rem;min-width:5rem}.admin-classify-tag-alias-edit-row-module__wcPRfa__alias-field{border:1px solid var(--gray-6);background:var(--gray-1);min-width:5rem;color:var(--gray-12);border-radius:6px;padding:.35rem .5rem;font-size:.85rem}.admin-classify-tag-alias-edit-row-module__wcPRfa__alias-field-narrow{max-width:4.5rem}.admin-classify-tag-alias-edit-row-module__wcPRfa__alias-field-wide{flex:1;min-width:8rem}.admin-classify-tag-alias-edit-row-module__wcPRfa__alias-meta{color:var(--gray-10);font-size:.75rem}.admin-classify-tag-alias-edit-row-module__wcPRfa__alias-actions{flex-direction:row;flex-shrink:0;align-items:center;gap:.35rem;display:flex}.admin-classify-tag-alias-edit-row-module__wcPRfa__locale-select{flex:0 10rem;min-width:8rem}.admin-classify-tag-alias-edit-row-module__wcPRfa__promote-btn{border:1px solid var(--gray-6);cursor:pointer;border-radius:8px;padding:.45rem .85rem;font-size:.85rem;transition:background-color .2s}.admin-classify-tag-alias-edit-row-module__wcPRfa__promote-btn:disabled{opacity:.5;cursor:not-allowed}.admin-classify-tag-alias-edit-row-module__wcPRfa__promote-btn{background-color:var(--lime-9-primary);color:var(--gray-1);border-color:var(--lime-9-primary)}.admin-classify-tag-alias-edit-row-module__wcPRfa__promote-btn:hover:not(:disabled){background-color:color-mix(in srgb, var(--lime-9-primary) 88%, var(--gray-12))}.admin-classify-tag-alias-edit-row-module__wcPRfa__save-btn{background-color:var(--gray-3);color:var(--gray-11)}.admin-classify-tag-alias-edit-row-module__wcPRfa__save-btn:hover:not(:disabled){background-color:var(--gray-5);color:var(--gray-12)}.admin-classify-tag-alias-edit-row-module__wcPRfa__delete-btn{background-color:var(--gray-1);color:var(--color-red);border-color:color-mix(in srgb, var(--color-red) 35%, var(--gray-6))}.admin-classify-tag-alias-edit-row-module__wcPRfa__delete-btn:hover:not(:disabled){background-color:color-mix(in srgb, var(--color-red) 8%, var(--gray-2))}.admin-classify-tag-alias-edit-row-module__wcPRfa__table-row{border-bottom:1px solid var(--gray-4)}.admin-classify-tag-alias-edit-row-module__wcPRfa__table-cell-id{width:6rem;color:var(--gray-11);vertical-align:middle;font-size:.85rem}.admin-classify-tag-alias-edit-row-module__wcPRfa__table-cell-alias{vertical-align:middle;min-width:10rem}.admin-classify-tag-alias-edit-row-module__wcPRfa__table-cell-action{vertical-align:middle;white-space:nowrap;width:5.5rem}.admin-classify-tag-alias-edit-row-module__wcPRfa__table-alias-form-input{width:100%;min-width:0}.admin-classify-tag-alias-edit-row-module__wcPRfa__grid-cell{min-height:auto}.admin-classify-tag-alias-edit-row-module__wcPRfa__grid-cell-edit{border:1px solid var(--gray-6);background:var(--gray-1);border-radius:8px;flex-direction:column;gap:.35rem;padding:.35rem;display:flex}.admin-classify-tag-alias-edit-row-module__wcPRfa__grid-cell-input-row{align-items:flex-end;gap:.35rem;display:flex}.admin-classify-tag-alias-edit-row-module__wcPRfa__grid-cell-input{flex:1;min-width:0}.admin-classify-tag-alias-edit-row-module__wcPRfa__grid-cell-tag-id{color:var(--gray-10);font-variant-numeric:tabular-nums;flex-shrink:0;padding-bottom:.7rem;font-size:.72rem}.admin-classify-tag-alias-edit-row-module__wcPRfa__grid-cell-actions{flex-wrap:wrap;justify-content:stretch;gap:.25rem;display:flex}.admin-classify-tag-alias-edit-row-module__wcPRfa__grid-cell-actions .admin-classify-tag-alias-edit-row-module__wcPRfa__promote-btn{flex:auto;min-width:0;padding:.35rem .5rem;font-size:.78rem}.admin-classify-tag-alias-edit-row-module__wcPRfa__cancel-btn{border:1px solid var(--gray-6);background:var(--gray-1);color:var(--gray-11);cursor:pointer;border-radius:6px;padding:.35rem .6rem;font-size:.78rem}.admin-classify-tag-alias-edit-row-module__wcPRfa__cancel-btn:hover:not(:disabled){background:var(--gray-3)}.admin-classify-tag-alias-edit-row-module__wcPRfa__cancel-btn:disabled{opacity:.5;cursor:not-allowed}}
@layer components{.admin-detail-module__Oo9vcW__page{flex-direction:column;gap:1rem;display:flex}.admin-detail-module__Oo9vcW__state-box{border:1px solid var(--gray-6);background-color:var(--gray-2);color:var(--gray-11);border-radius:12px;padding:1rem}.admin-detail-module__Oo9vcW__card{border:1px solid var(--gray-6);background-color:var(--gray-2);border-radius:12px;padding:1rem}.admin-detail-module__Oo9vcW__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;display:grid}.admin-detail-module__Oo9vcW__item{border:1px solid var(--gray-5);background-color:var(--gray-1);border-radius:10px;padding:.7rem}.admin-detail-module__Oo9vcW__item dt{color:var(--gray-10);margin-bottom:.25rem;font-size:.8rem}.admin-detail-module__Oo9vcW__item dd{color:var(--gray-12);word-break:break-word;font-size:.9rem;line-height:1.4}.admin-detail-module__Oo9vcW__item--full{grid-column:1/-1}.admin-detail-module__Oo9vcW__link{color:var(--lime-9-primary);text-decoration:none}.admin-detail-module__Oo9vcW__link:hover{text-decoration:underline}@media (max-width:767px){.admin-detail-module__Oo9vcW__grid{grid-template-columns:1fr}}}
.tab-content-piece-plot-image-module__MjATPG__form-section{}.tab-content-piece-plot-image-module__MjATPG__readonly-fieldset{}.tab-content-piece-plot-image-module__MjATPG__form-field-label{}.tab-content-piece-plot-image-module__MjATPG__form-field-description{}@layer components{.tab-content-piece-plot-image-module__MjATPG__still-root{flex-direction:column;display:flex;position:relative}.tab-content-piece-plot-image-module__MjATPG__moment-list{flex-direction:column;gap:16px;margin:0;padding:0;list-style:none;display:flex}.tab-content-piece-plot-image-module__MjATPG__moment-list-item{margin:0}.tab-content-piece-plot-image-module__MjATPG__moment-list-item-dragging{opacity:.85}.tab-content-piece-plot-image-module__MjATPG__add-moment-btn{border:1px dashed var(--lime-9-primary);background:var(--lime-1);width:fit-content;min-height:40px;font-size:14px;font-weight:var(--font-weight-medium);color:var(--lime-11);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:0 16px;display:inline-flex}.tab-content-piece-plot-image-module__MjATPG__add-moment-btn:hover:not(:disabled){background:var(--lime-2)}.tab-content-piece-plot-image-module__MjATPG__add-moment-btn:disabled{opacity:.5;cursor:not-allowed}.tab-content-piece-plot-image-module__MjATPG__readonly-fieldset{border:none;min-width:0;margin:0;padding:0}}
@layer components{.tag-list-module__YeW7xG__tag-list-wrapper{align-items:flex-start;gap:12px;width:100%;display:flex;position:relative}.tag-list-module__YeW7xG__select-wrapper{z-index:2;flex-shrink:0;align-items:center;height:38px;display:flex}.tag-list-module__YeW7xG__actions-wrapper{z-index:2;flex-shrink:0;align-items:center;gap:8px;height:38px;display:flex}.tag-list-module__YeW7xG__actions-slot{flex-shrink:0;align-items:center;display:flex}.tag-list-module__YeW7xG__expand-toggle{aspect-ratio:1;justify-content:center;align-items:center;height:38px;display:flex}.tag-list-module__YeW7xG__expand-toggle .tag-list-module__YeW7xG__expand-toggle-btn{aspect-ratio:1;background-color:var(--gray-3);cursor:pointer;border:1px solid var(--gray-6);border-radius:8px;justify-content:center;align-items:center;height:38px;transition:all .2s;display:flex}.tag-list-module__YeW7xG__expand-toggle .tag-list-module__YeW7xG__expand-toggle-btn:after{content:"";background-color:var(--gray-11);width:3px;height:3px;box-shadow:5px 0 0 var(--gray-11), -5px 0 0 var(--gray-11);border-radius:50%;transition:all .2s;display:block}.tag-list-module__YeW7xG__expand-toggle .tag-list-module__YeW7xG__expand-toggle-btn:hover{background-color:var(--gray-4)}.tag-list-module__YeW7xG__expand-toggle.tag-list-module__YeW7xG__active .tag-list-module__YeW7xG__expand-toggle-btn:after{border:2px solid var(--gray-11);width:8px;height:8px;box-shadow:none;background-color:#0000;border-bottom:0;border-right:0;border-radius:0;margin-top:4px;transform:rotate(45deg)}.tag-list-module__YeW7xG__tag-list{flex:1;align-items:center;gap:8px;min-width:0;display:flex;overflow-x:auto}.tag-list-module__YeW7xG__tag-list::-webkit-scrollbar{display:none}.tag-list-module__YeW7xG__tag-list{-webkit-user-select:none;user-select:none}.tag-list-module__YeW7xG__tag-list.tag-list-module__YeW7xG__dragging .tag-list-module__YeW7xG__tag-item{pointer-events:none}.tag-list-module__YeW7xG__tag-list.tag-list-module__YeW7xG__expanded{flex-wrap:wrap;align-content:flex-start;height:auto;overflow-x:visible}.tag-list-module__YeW7xG__tag-list{transition:-webkit-mask-image .2s,mask-image .2s;-webkit-mask-image:linear-gradient(90deg,#000 100% 100%);mask-image:linear-gradient(90deg,#000 100% 100%)}.tag-list-module__YeW7xG__tag-list.tag-list-module__YeW7xG__fade-right{-webkit-mask-image:linear-gradient(90deg,#000 95%,#0000);mask-image:linear-gradient(90deg,#000 95%,#0000)}.tag-list-module__YeW7xG__tag-list.tag-list-module__YeW7xG__fade-left{-webkit-mask-image:linear-gradient(90deg,#0000,#000 5%);mask-image:linear-gradient(90deg,#0000,#000 5%)}.tag-list-module__YeW7xG__tag-list.tag-list-module__YeW7xG__fade-both{-webkit-mask-image:linear-gradient(90deg,#0000,#000 5% 95%,#0000);mask-image:linear-gradient(90deg,#0000,#000 5% 95%,#0000)}.tag-list-module__YeW7xG__tag-list .tag-list-module__YeW7xG__tag-item{white-space:nowrap;flex-shrink:0;align-items:center;height:38px;display:flex;position:relative}.tag-list-module__YeW7xG__tag-list .tag-list-module__YeW7xG__tag-item .tag-list-module__YeW7xG__tag-item-body{height:100%;color:var(--gray-11);background-color:var(--gray-5);cursor:pointer;transition:padding-right .18s var(--easing-primary), background-color .18s, color .18s;border:1px solid #0000;border-radius:9999px;align-items:center;gap:4px;padding:0 14px;font-family:inherit;font-size:14px;line-height:1.4;display:inline-flex}.tag-list-module__YeW7xG__tag-list .tag-list-module__YeW7xG__tag-item .tag-list-module__YeW7xG__tag-item-body:focus-visible{outline:2px solid var(--gray-a8);outline-offset:2px}.tag-list-module__YeW7xG__tag-list .tag-list-module__YeW7xG__tag-item:hover .tag-list-module__YeW7xG__tag-item-body{background-color:var(--gray-7);color:var(--gray-contrast)}.tag-list-module__YeW7xG__tag-list .tag-list-module__YeW7xG__tag-item .tag-list-module__YeW7xG__exclude-btn{opacity:0;pointer-events:none;width:20px;height:20px;transition:opacity .18s var(--easing-primary), transform .18s var(--easing-primary), background-color .18s;background-color:var(--gray-7);color:var(--gray-contrast);cursor:pointer;border:0;border-radius:50%;justify-content:center;align-items:center;padding:0;display:inline-flex;position:absolute;top:50%;right:6px;transform:translateY(-50%)translate(6px)}.tag-list-module__YeW7xG__tag-list .tag-list-module__YeW7xG__tag-item .tag-list-module__YeW7xG__exclude-btn svg{width:14px;height:14px;display:block}.tag-list-module__YeW7xG__tag-list .tag-list-module__YeW7xG__tag-item .tag-list-module__YeW7xG__exclude-btn:hover{background-color:var(--color-red);color:var(--color-white)}.tag-list-module__YeW7xG__tag-list .tag-list-module__YeW7xG__tag-item .tag-list-module__YeW7xG__exclude-btn:focus-visible{outline:2px solid var(--gray-a8);outline-offset:2px}.tag-list-module__YeW7xG__tag-list .tag-list-module__YeW7xG__tag-item:not(.tag-list-module__YeW7xG__included):not(.tag-list-module__YeW7xG__excluded):not(.tag-list-module__YeW7xG__active):not(.tag-list-module__YeW7xG__all):hover .tag-list-module__YeW7xG__tag-item-body{padding-right:32px}.tag-list-module__YeW7xG__tag-list .tag-list-module__YeW7xG__tag-item:not(.tag-list-module__YeW7xG__included):not(.tag-list-module__YeW7xG__excluded):not(.tag-list-module__YeW7xG__active):not(.tag-list-module__YeW7xG__all):hover .tag-list-module__YeW7xG__exclude-btn{opacity:1;pointer-events:auto;transform:translateY(-50%)translate(0)}.tag-list-module__YeW7xG__tag-list .tag-list-module__YeW7xG__tag-item .tag-list-module__YeW7xG__no-prefix{font-weight:var(--font-weight-extra-bold);letter-spacing:.04em}.tag-list-module__YeW7xG__tag-list .tag-list-module__YeW7xG__tag-item .tag-list-module__YeW7xG__remove-icon{opacity:.85;justify-content:center;align-items:center;margin-left:2px;display:inline-flex}.tag-list-module__YeW7xG__tag-list .tag-list-module__YeW7xG__tag-item .tag-list-module__YeW7xG__remove-icon svg{width:14px;height:14px;display:block}.tag-list-module__YeW7xG__tag-list .tag-list-module__YeW7xG__tag-item.tag-list-module__YeW7xG__active .tag-list-module__YeW7xG__tag-item-body,.tag-list-module__YeW7xG__tag-list .tag-list-module__YeW7xG__tag-item.tag-list-module__YeW7xG__included .tag-list-module__YeW7xG__tag-item-body{background-color:var(--lime-9-primary);color:var(--lime-contrast);border-color:var(--lime-9-primary);font-weight:var(--font-weight-medium)}.tag-list-module__YeW7xG__tag-list .tag-list-module__YeW7xG__tag-item.tag-list-module__YeW7xG__excluded .tag-list-module__YeW7xG__tag-item-body{background-color:var(--color-red);color:var(--color-white);border-color:var(--color-red);font-weight:var(--font-weight-medium)}@media (max-width:767px){.tag-list-module__YeW7xG__tag-list-wrapper.tag-list-module__YeW7xG__is-expanded .tag-list-module__YeW7xG__actions-slot{z-index:3;position:absolute;bottom:0;right:0}.tag-list-module__YeW7xG__tag-list-wrapper.tag-list-module__YeW7xG__is-expanded .tag-list-module__YeW7xG__actions-slot button{height:auto;min-height:0;font-size:.75rem;line-height:1.35;font-weight:var(--font-weight-medium);color:var(--gray-10);white-space:nowrap;text-underline-offset:3px;text-decoration:underline;-webkit-text-decoration-color:var(--gray-8);text-decoration-color:var(--gray-8);cursor:pointer;background:0 0;border:none;border-radius:0;padding:2px 0;transition:color .15s}.tag-list-module__YeW7xG__tag-list-wrapper.tag-list-module__YeW7xG__is-expanded .tag-list-module__YeW7xG__actions-slot button:hover{color:var(--gray-12);-webkit-text-decoration-color:var(--gray-11);text-decoration-color:var(--gray-11);background:0 0;border:none}}}
@layer components{.modal-module__6N3BYW__wrapper{--modal-safe-area-top:var(--app-safe-area-top,env(safe-area-inset-top,0px));--modal-safe-area-bottom:var(--app-safe-area-bottom,env(safe-area-inset-bottom,0px));--modal-available-height:calc(100dvh - var(--modal-safe-area-top) - var(--modal-safe-area-bottom) - 32px)}.modal-module__6N3BYW__wrapper{visibility:hidden;opacity:0;min-width:772px;min-height:200px;max-height:min(80vh, var(--modal-available-height));background-color:var(--gray-2);z-index:var(--z-index-modal);border:1px solid var(--gray-a4);transition:var(--easing-primary) .5s opacity, var(--easing-primary) .5s transform, var(--easing-primary) .1s visibility;border-radius:16px;flex-direction:column;align-items:center;display:flex;position:fixed;top:50%;left:50%;transform:translate(-50%,calc(10px - 50%))}.modal-module__6N3BYW__wrapper.modal-module__6N3BYW__active{visibility:visible;opacity:1;transform:translate(-50%,-50%)}.modal-module__6N3BYW__wrapper.modal-module__6N3BYW__changing{opacity:0;transition:none}.modal-module__6N3BYW__header{border-top-left-radius:inherit;border-top-right-radius:inherit;border-bottom:1px solid var(--gray-a4);flex-shrink:0;justify-content:space-between;align-items:center;width:100%;min-height:60px;padding:0 16px;display:flex}.modal-module__6N3BYW__inner{flex:auto;width:100%;min-height:0;padding:40px;position:relative;overflow-y:auto}.modal-module__6N3BYW__inner .modal-module__6N3BYW__image{width:100%}.modal-module__6N3BYW__close-btn{cursor:pointer;width:32px;height:32px}.modal-module__6N3BYW__image{width:85px;height:85px;margin:0 auto 12px}.modal-module__6N3BYW__btn-group{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;margin-top:24px;display:flex}.modal-module__6N3BYW__btn{text-align:center;vertical-align:middle;background-color:var(--lime-9-primary);min-width:100px;color:var(--lime-contrast);cursor:pointer;border:none;border-radius:8px;flex-grow:1;flex-basis:auto;padding:12px 24px;font-size:16px;font-weight:600;transition:all .2s}.modal-module__6N3BYW__btn:hover{filter:brightness(.95)}.modal-module__6N3BYW__outline{background-color:var(--gray-3);color:var(--gray-12);border:1px solid var(--gray-4)}.modal-module__6N3BYW__outline:hover{background-color:var(--gray-4)}.modal-module__6N3BYW__fixed{width:180px}.modal-module__6N3BYW__foot-btn-wrapper{padding-top:30px}.modal-module__6N3BYW__foot-btn{position:absolute;bottom:18px;right:18px}.modal-module__6N3BYW__subject{font-size:18px;font-weight:var(--font-weight-medium);text-align:center;color:var(--gray-12);word-break:keep-all}.modal-module__6N3BYW__subject-area{justify-content:center;align-items:center;gap:6px;display:flex}.modal-module__6N3BYW__back-btn{cursor:pointer;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.modal-module__6N3BYW__back-btn svg{width:24px;height:24px}.modal-module__6N3BYW__title{font-size:24px;line-height:1.3;font-weight:var(--font-weight-semi-bold);text-align:center;color:var(--gray-12);word-break:keep-all;margin-bottom:16px}.modal-module__6N3BYW__sub{text-align:center;color:var(--gray-11);white-space:pre-wrap;word-break:keep-all;font-size:16px;font-weight:400;line-height:1.5}@media only screen and (max-width:767px){.modal-module__6N3BYW__wrapper{min-width:initial;min-height:initial;width:calc(100% - 32px);max-height:var(--modal-available-height);border-radius:10px}.modal-module__6N3BYW__inner{flex-direction:column;height:100%;padding:30px 16px 16px;display:flex}.modal-module__6N3BYW__close-btn{width:32px;height:32px;left:initial;z-index:var(--z-index-modal);right:8px}.modal-module__6N3BYW__contents{width:100%}}}
@layer components{.logo-module__E5fF0G__logo-wrapper{align-items:center;gap:10px;display:inline-flex;position:relative}.logo-module__E5fF0G__logo-wrapper.logo-module__E5fF0G__beta .logo-module__E5fF0G__beta-badge{display:inline-flex}.logo-module__E5fF0G__logo path{fill:var(--lime-9-primary)}.logo-module__E5fF0G__logo-dev-text{fill:var(--gray-12);stroke:var(--gray-8);stroke-width:1.5px;paint-order:stroke fill;stroke-linejoin:round;stroke-linecap:round;vector-effect:non-scaling-stroke;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.logo-module__E5fF0G__beta-badge{font-size:.8rem;font-weight:var(--font-weight-medium);color:var(--gray-11);white-space:nowrap;cursor:help;border:1px solid var(--gray-11);border-radius:50px;align-items:center;gap:.25rem;padding:.4rem .6rem;display:none}.logo-module__E5fF0G__beta-badge .logo-module__E5fF0G__beta-badge-icon{flex-shrink:0;font-size:.9em}.logo-module__E5fF0G__beta-badge svg{width:auto!important;height:auto!important}.logo-module__E5fF0G__beta-tooltip-content{max-width:220px;font-weight:var(--font-weight-regular);line-height:1.5;display:block}.logo-module__E5fF0G__beta-tooltip-content strong{font-weight:var(--font-weight-semi-bold)}}
@layer components{.notification-empty-module__pSjwxG__notification-empty{color:var(--gray-10);flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:32px 16px;display:flex}.notification-empty-module__pSjwxG__notification-empty-icon{width:32px;height:32px}.notification-empty-module__pSjwxG__notification-empty-message{color:var(--gray-11);margin:0;font-size:.875rem}}
@layer components{.notification-item-module__rwj2Dq__notification-item{border-radius:8px;align-items:stretch;width:100%;transition:background-color .15s;display:flex;position:relative}.notification-item-module__rwj2Dq__notification-item:hover{background-color:var(--gray-4)}.notification-item-module__rwj2Dq__is-unread{background-color:var(--color-accent-2,var(--gray-3))}.notification-item-module__rwj2Dq__is-read{background-color:#0000}.notification-item-module__rwj2Dq__notification-item-body{cursor:pointer;text-align:left;color:inherit;font:inherit;background:0 0;border:none;flex:1;align-items:flex-start;gap:10px;width:100%;padding:10px 36px 10px 12px;display:flex}.notification-item-module__rwj2Dq__notification-item-icon{background-color:var(--gray-5);width:28px;height:28px;color:var(--gray-12);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;display:inline-flex}.notification-item-module__rwj2Dq__notification-item-text{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.notification-item-module__rwj2Dq__notification-item-title{font-size:.875rem;font-weight:var(--font-weight-bold,600);color:var(--gray-12);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.notification-item-module__rwj2Dq__notification-item-message{color:var(--gray-11);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:.8125rem;line-height:1.4;display:-webkit-box;overflow:hidden}.notification-item-module__rwj2Dq__notification-item-time{color:var(--gray-10);margin-top:2px;font-size:.75rem}.notification-item-module__rwj2Dq__notification-item-hide{width:24px;height:24px;color:var(--gray-10);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;transition:background-color .15s,color .15s;display:inline-flex;position:absolute;top:6px;right:6px}.notification-item-module__rwj2Dq__notification-item-hide:hover{background-color:var(--gray-6);color:var(--gray-12)}.notification-item-module__rwj2Dq__notification-item-hide svg{width:16px;height:16px}}
@layer components{.notification-module__66Ct4W__notification-badge{background-color:var(--color-red);color:#fff;min-width:16px;height:16px;font-size:.625rem;font-weight:var(--font-weight-bold,600);border:2px solid var(--color-bg);box-sizing:content-box;border-radius:999px;justify-content:center;align-items:center;padding:0 4px;line-height:1;display:inline-flex;position:absolute;top:-4px;right:-4px}.notification-module__66Ct4W__notification-content{background-color:var(--color-bg);border:1px solid var(--gray-6);z-index:1000;border-radius:12px;flex-direction:column;width:340px;max-width:calc(100vw - 24px);display:flex;overflow:hidden;box-shadow:0 12px 32px #0000002e}.notification-module__66Ct4W__notification-header{border-bottom:1px solid var(--gray-5);justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.notification-module__66Ct4W__notification-title{font-size:.95rem;font-weight:var(--font-weight-bold,600);color:var(--gray-12)}.notification-module__66Ct4W__notification-read-all{color:var(--gray-11);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px 8px;font-size:.8125rem}.notification-module__66Ct4W__notification-read-all:hover:not(:disabled){background-color:var(--gray-4);color:var(--gray-12)}.notification-module__66Ct4W__notification-read-all:disabled{color:var(--gray-9);cursor:not-allowed}.notification-module__66Ct4W__notification-body{min-height:120px;max-height:60vh;padding:6px;overflow-y:auto}.notification-module__66Ct4W__notification-status{color:var(--gray-11);flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:24px 16px;font-size:.875rem;display:flex}.notification-module__66Ct4W__notification-retry{border:1px solid var(--gray-7);color:var(--gray-12);cursor:pointer;background:0 0;border-radius:6px;padding:4px 10px;font-size:.8125rem}.notification-module__66Ct4W__notification-retry:hover{background-color:var(--gray-4)}.notification-module__66Ct4W__notification-list{flex-direction:column;gap:2px;margin:0;padding:0;list-style:none;display:flex}.notification-module__66Ct4W__notification-list-item{list-style:none}.notification-module__66Ct4W__notification-footer{border-top:1px solid var(--gray-5);display:flex}.notification-module__66Ct4W__notification-detail{color:var(--gray-12);font-size:.875rem;font-weight:var(--font-weight-medium,500);cursor:pointer;background:0 0;border:none;flex:1;padding:12px}.notification-module__66Ct4W__notification-detail:hover{background-color:var(--gray-4)}}
@layer components{.modal-toast-module__XUtIRa__wrapper{opacity:0;min-width:300px;max-width:calc(100vw - 84px);min-height:70px;box-shadow:#00000029;z-index:var(--z-index-modal-toast);transition-timing-function:var(--easing-primary);-webkit-user-drag:none;border-radius:14px;transition-property:opacity,transform;transition-duration:.5s;display:flex;position:fixed}.modal-toast-module__XUtIRa__wrapper.modal-toast-module__XUtIRa__tc{top:164px;left:50%;transform:translate(-50%,-20px)}.modal-toast-module__XUtIRa__wrapper.modal-toast-module__XUtIRa__tc.modal-toast-module__XUtIRa__active{transform:translate(-50%)}.modal-toast-module__XUtIRa__wrapper.modal-toast-module__XUtIRa__tr{top:42px;right:42px;transform:translate(20px)}.modal-toast-module__XUtIRa__wrapper.modal-toast-module__XUtIRa__tr.modal-toast-module__XUtIRa__active{transform:translate(0)}.modal-toast-module__XUtIRa__wrapper.modal-toast-module__XUtIRa__active{opacity:.96}.modal-toast-module__XUtIRa__wrapper.modal-toast-module__XUtIRa__active:hover{opacity:1}.modal-toast-module__XUtIRa__wrapper.modal-toast-module__XUtIRa__success{background-color:#1ab394}.modal-toast-module__XUtIRa__wrapper.modal-toast-module__XUtIRa__success .modal-toast-module__XUtIRa__description-box{background-color:#127d67}.modal-toast-module__XUtIRa__wrapper.modal-toast-module__XUtIRa__warning{background-color:#f89406}.modal-toast-module__XUtIRa__wrapper.modal-toast-module__XUtIRa__warning .modal-toast-module__XUtIRa__description-box{background-color:#b66b04}.modal-toast-module__XUtIRa__wrapper.modal-toast-module__XUtIRa__error{background-color:#ed5565}.modal-toast-module__XUtIRa__wrapper.modal-toast-module__XUtIRa__error .modal-toast-module__XUtIRa__description-box{background-color:#b63e4a}.modal-toast-module__XUtIRa__wrapper.modal-toast-module__XUtIRa__info{background-color:#2f96b4}.modal-toast-module__XUtIRa__wrapper.modal-toast-module__XUtIRa__info .modal-toast-module__XUtIRa__description-box{background-color:#216a80}.modal-toast-module__XUtIRa__wrapper.modal-toast-module__XUtIRa__loading{background-color:#2f96b4}.modal-toast-module__XUtIRa__wrapper.modal-toast-module__XUtIRa__loading .modal-toast-module__XUtIRa__description-box{background-color:#216a80}.modal-toast-module__XUtIRa__inner{align-items:center;width:100%;padding:30px 68px;display:flex;position:relative}.modal-toast-module__XUtIRa__img{width:29px;height:29px;margin-right:18px}.modal-toast-module__XUtIRa__text{font-size:24px;line-height:30px;font-weight:var(--font-weight-semi-bold)}.modal-toast-module__XUtIRa__body{flex-direction:column;flex:0 auto;align-items:stretch;gap:8px;width:fit-content;min-width:0;max-width:100%;display:flex}.modal-toast-module__XUtIRa__description{opacity:.9;flex:auto;width:auto;min-width:0;max-width:100%;margin:0;font-size:8px;line-height:18px;display:block}.modal-toast-module__XUtIRa__description-box{z-index:1;text-align:left;background-color:#00000029;border-radius:8px;padding:2px 6px;position:absolute;top:calc(100% + 4px);right:0;overflow:hidden}.modal-toast-module__XUtIRa__description-box:has(.modal-toast-module__XUtIRa__description-expanded){width:94%}.modal-toast-module__XUtIRa__description-collapsed{white-space:nowrap;text-overflow:ellipsis;padding-left:10px;font-size:10px;display:block;overflow:hidden}.modal-toast-module__XUtIRa__description-expanded{white-space:pre-wrap;word-break:break-word;overflow-wrap:anywhere;-webkit-user-select:text;user-select:text;scrollbar-width:thin;scrollbar-color:var(--gray-12) transparent;min-height:88px;max-height:220px;padding:8px 4px 8px 8px;font-size:15px;overflow-y:auto}.modal-toast-module__XUtIRa__description-expanded::-webkit-scrollbar{width:8px}.modal-toast-module__XUtIRa__description-expanded::-webkit-scrollbar-thumb{background-color:var(--gray-12);background-clip:content-box;border:2px solid #0000;border-radius:999px}.modal-toast-module__XUtIRa__description-expanded::-webkit-scrollbar-thumb:hover{background-color:var(--gray-8)}.modal-toast-module__XUtIRa__description-row{justify-content:space-between;align-items:flex-start;gap:4px;width:100%;min-width:0;display:flex}.modal-toast-module__XUtIRa__description-actions{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:4px;display:flex}.modal-toast-module__XUtIRa__description-copy{width:24px;height:24px;color:inherit;cursor:pointer;background-color:#ffffff3d;border:0;border-radius:50%;justify-content:center;align-items:center;padding:0;display:inline-flex}.modal-toast-module__XUtIRa__description-copy:hover{background-color:#ffffff57}.modal-toast-module__XUtIRa__description-copy-icon{width:13px;height:13px}.modal-toast-module__XUtIRa__description-collapsed-trigger{width:100%;min-width:0;max-width:100%;color:inherit;cursor:pointer;text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;gap:10px;padding:0;display:flex}.modal-toast-module__XUtIRa__description-toggle{width:24px;height:24px;color:inherit;cursor:pointer;background-color:#ffffff3d;border:0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.modal-toast-module__XUtIRa__description-toggle:hover{background-color:#ffffff57}.modal-toast-module__XUtIRa__expand-icon{opacity:.95;transition:transform .2s var(--easing-primary);flex-shrink:0;width:12px;height:12px}.modal-toast-module__XUtIRa__expand-icon.modal-toast-module__XUtIRa__expanded{transform:rotate(180deg)}.modal-toast-module__XUtIRa__progress-track{border-radius:inherit;pointer-events:none;align-items:flex-end;width:100%;height:100%;display:flex;position:absolute;bottom:0;left:0;overflow:hidden}.modal-toast-module__XUtIRa__progress-bar{background-color:#fff6;width:100%;height:4px;display:block}.modal-toast-module__XUtIRa__xmark{cursor:pointer;opacity:.84;width:20px;height:20px;position:absolute;top:7px;right:8px}.modal-toast-module__XUtIRa__xmark:hover{opacity:1}@media only screen and (max-width:767px){.modal-toast-module__XUtIRa__wrapper{min-width:calc(100% - 16px)}.modal-toast-module__XUtIRa__wrapper.modal-toast-module__XUtIRa__tc,.modal-toast-module__XUtIRa__wrapper.modal-toast-module__XUtIRa__tr{top:32px;left:50%;bottom:initial;right:initial;transform:translate(-50%,-20px)}:is(.modal-toast-module__XUtIRa__wrapper.modal-toast-module__XUtIRa__tc,.modal-toast-module__XUtIRa__wrapper.modal-toast-module__XUtIRa__tr).modal-toast-module__XUtIRa__active{transform:translate(-50%)}.modal-toast-module__XUtIRa__inner{text-align:center;flex-direction:column;justify-content:center;padding:14px 28px 12px}.modal-toast-module__XUtIRa__img{width:25px;height:25px;margin-bottom:8px;margin-right:0}.modal-toast-module__XUtIRa__progress-track{height:3px}.modal-toast-module__XUtIRa__text{white-space:initial;font-size:17px;line-height:23px}}}
@layer components{.test-nav-module__DqkYmq__navbar{--nav-shadow-rest:color-mix(in srgb, var(--color-black) 10%, transparent);--nav-shadow-create:color-mix(in srgb, var(--lime-9-primary) 30%, transparent);--nav-shadow-mobile-top:color-mix(in srgb, var(--color-black) 5%, transparent);--nav-safe-area-top:var(--app-safe-area-top,env(safe-area-inset-top,0px));--nav-safe-area-bottom:var(--app-safe-area-bottom,env(safe-area-inset-bottom,0px));--nav-safe-area-left:var(--app-safe-area-left,env(safe-area-inset-left,0px))}.test-nav-module__DqkYmq__navbar{background-color:var(--gray-4);border-right:1px solid var(--gray-6);width:260px;height:100dvh;padding:calc(1rem + var(--nav-safe-area-top)) .75rem calc(1rem + var(--nav-safe-area-bottom)) calc(.75rem + var(--nav-safe-area-left));z-index:var(--z-index-header);flex-direction:column;flex-shrink:0;display:flex;position:sticky;top:0}.test-nav-module__DqkYmq__navbar .test-nav-module__DqkYmq__action-buttons{flex-direction:column;gap:.5rem;margin-bottom:1rem;display:flex}.test-nav-module__DqkYmq__navbar .test-nav-module__DqkYmq__action-button{color:var(--gray-12);font-weight:var(--font-weight-semi-bold);transition:all .2s var(--easing-primary);cursor:pointer;background-color:var(--gray-5);border:1px solid var(--gray-7);border-radius:8px;align-items:center;gap:.75rem;padding:1rem;display:flex}.test-nav-module__DqkYmq__navbar .test-nav-module__DqkYmq__action-button:hover{background-color:var(--gray-6);box-shadow:0 2px 8px var(--nav-shadow-rest);transform:translateY(-1px)}.test-nav-module__DqkYmq__navbar .test-nav-module__DqkYmq__action-button.test-nav-module__DqkYmq__active{background-color:var(--gray-6)}.test-nav-module__DqkYmq__navbar .test-nav-module__DqkYmq__action-button.test-nav-module__DqkYmq__create-button{background-color:var(--lime-9-primary);color:var(--lime-contrast);border-color:var(--lime-9-primary)}.test-nav-module__DqkYmq__navbar .test-nav-module__DqkYmq__action-button.test-nav-module__DqkYmq__create-button:hover{background-color:var(--lime-10);border-color:var(--lime-10);box-shadow:0 4px 12px var(--nav-shadow-create)}.test-nav-module__DqkYmq__navbar .test-nav-module__DqkYmq__action-button.test-nav-module__DqkYmq__create-button.test-nav-module__DqkYmq__active{background-color:var(--lime-10)}.test-nav-module__DqkYmq__navbar .test-nav-module__DqkYmq__action-button .test-nav-module__DqkYmq__icon{justify-content:center;align-items:center;font-size:1.25rem;line-height:0;display:flex}.test-nav-module__DqkYmq__navbar .test-nav-module__DqkYmq__nav-group{flex-direction:column;gap:.25rem;display:flex}.test-nav-module__DqkYmq__navbar .test-nav-module__DqkYmq__divider{background-color:var(--gray-6);height:1px;margin:.75rem 1rem}.test-nav-module__DqkYmq__navbar .test-nav-module__DqkYmq__nav-item{color:var(--gray-11);font-weight:var(--font-weight-medium);transition:all .2s var(--easing-primary);cursor:pointer;border-radius:8px;align-items:center;gap:.75rem;padding:1rem;display:flex}.test-nav-module__DqkYmq__navbar .test-nav-module__DqkYmq__nav-item:hover{background-color:var(--gray-3);color:var(--gray-12)}.test-nav-module__DqkYmq__navbar .test-nav-module__DqkYmq__nav-item.test-nav-module__DqkYmq__active{background-color:var(--lime-a3);color:var(--lime-9-primary);border-left:4px solid var(--lime-9-primary)}.test-nav-module__DqkYmq__navbar .test-nav-module__DqkYmq__nav-item .test-nav-module__DqkYmq__icon{justify-content:center;align-items:center;font-size:1.25rem;line-height:0;display:flex}@media (max-width:991px){.test-nav-module__DqkYmq__navbar{top:initial;width:100%;height:calc(var(--mobile-nav-height,60px) + env(safe-area-inset-bottom,0px));background-color:var(--gray-2);border-top:1px solid var(--gray-5);box-shadow:0 -2px 10px var(--nav-shadow-mobile-top);z-index:var(--z-index-header);flex-direction:row;order:2;padding:0;position:sticky;bottom:0;left:0}.test-nav-module__DqkYmq__navbar.test-nav-module__DqkYmq__hidden,.test-nav-module__DqkYmq__navbar .test-nav-module__DqkYmq__action-buttons{display:none}.test-nav-module__DqkYmq__navbar .test-nav-module__DqkYmq__nav-group{flex-direction:row;flex:1;gap:0;height:100%}.test-nav-module__DqkYmq__navbar .test-nav-module__DqkYmq__nav-group.test-nav-module__DqkYmq__essential{display:flex}.test-nav-module__DqkYmq__navbar .test-nav-module__DqkYmq__nav-group.test-nav-module__DqkYmq__additional{display:none}.test-nav-module__DqkYmq__navbar .test-nav-module__DqkYmq__divider{display:none}.test-nav-module__DqkYmq__navbar .test-nav-module__DqkYmq__nav-item{height:100%;padding:0;padding-bottom:env(safe-area-inset-bottom,0px);border-radius:0;flex-direction:column;flex:1;justify-content:center;gap:.25rem}.test-nav-module__DqkYmq__navbar .test-nav-module__DqkYmq__nav-item:hover{background-color:#0000}.test-nav-module__DqkYmq__navbar .test-nav-module__DqkYmq__nav-item.test-nav-module__DqkYmq__active{color:var(--lime-9-primary);background-color:#0000;border-left:none}.test-nav-module__DqkYmq__navbar .test-nav-module__DqkYmq__nav-item.test-nav-module__DqkYmq__active .test-nav-module__DqkYmq__icon{color:var(--lime-9-primary)}.test-nav-module__DqkYmq__navbar .test-nav-module__DqkYmq__nav-item .test-nav-module__DqkYmq__icon{font-size:1.4rem}.test-nav-module__DqkYmq__navbar .test-nav-module__DqkYmq__nav-item .test-nav-module__DqkYmq__name{font-size:.7rem;font-weight:var(--font-weight-medium)}.test-nav-module__DqkYmq__navbar.test-nav-module__DqkYmq__drawer{top:initial;bottom:initial;left:initial;width:100%;max-width:100%;height:auto;min-height:0;box-shadow:none;z-index:auto;flex-direction:column;order:initial;background-color:#0000;border:none;border-radius:0;padding:0;position:relative}.test-nav-module__DqkYmq__navbar.test-nav-module__DqkYmq__drawer.test-nav-module__DqkYmq__hidden{display:flex}.test-nav-module__DqkYmq__navbar.test-nav-module__DqkYmq__drawer .test-nav-module__DqkYmq__action-buttons{flex-flow:row;align-items:stretch;gap:.5rem;margin-bottom:.65rem;display:flex}.test-nav-module__DqkYmq__navbar.test-nav-module__DqkYmq__drawer .test-nav-module__DqkYmq__nav-group{flex:initial;flex-direction:column;gap:0;height:auto}.test-nav-module__DqkYmq__navbar.test-nav-module__DqkYmq__drawer .test-nav-module__DqkYmq__nav-group.test-nav-module__DqkYmq__essential,.test-nav-module__DqkYmq__navbar.test-nav-module__DqkYmq__drawer .test-nav-module__DqkYmq__nav-group.test-nav-module__DqkYmq__additional{display:flex}.test-nav-module__DqkYmq__navbar.test-nav-module__DqkYmq__drawer .test-nav-module__DqkYmq__divider{background-color:var(--gray-6);opacity:1;border:none;height:1px;margin:.65rem 0;display:block}.test-nav-module__DqkYmq__navbar.test-nav-module__DqkYmq__drawer .test-nav-module__DqkYmq__nav-item{flex:initial;height:auto;min-height:0;color:var(--gray-12);font-weight:var(--font-weight-medium);background-color:#0000;border:none;border-radius:0;flex-direction:row;justify-content:flex-start;align-items:center;gap:.75rem;padding:.8rem .15rem}.test-nav-module__DqkYmq__navbar.test-nav-module__DqkYmq__drawer .test-nav-module__DqkYmq__nav-item:hover{color:var(--gray-12);background-color:#0000}.test-nav-module__DqkYmq__navbar.test-nav-module__DqkYmq__drawer .test-nav-module__DqkYmq__nav-item.test-nav-module__DqkYmq__active{color:var(--lime-9-primary);background-color:#0000;border:none}.test-nav-module__DqkYmq__navbar.test-nav-module__DqkYmq__drawer .test-nav-module__DqkYmq__nav-item.test-nav-module__DqkYmq__active .test-nav-module__DqkYmq__icon{color:var(--lime-9-primary)}.test-nav-module__DqkYmq__navbar.test-nav-module__DqkYmq__drawer .test-nav-module__DqkYmq__nav-item.test-nav-module__DqkYmq__active .test-nav-module__DqkYmq__name{color:var(--lime-9-primary);font-weight:var(--font-weight-semi-bold)}.test-nav-module__DqkYmq__navbar.test-nav-module__DqkYmq__drawer .test-nav-module__DqkYmq__nav-item .test-nav-module__DqkYmq__icon{color:var(--gray-11);flex-shrink:0;font-size:1.3rem}.test-nav-module__DqkYmq__navbar.test-nav-module__DqkYmq__drawer .test-nav-module__DqkYmq__nav-item .test-nav-module__DqkYmq__name{font-size:.92rem;font-weight:inherit;letter-spacing:-.02em;color:inherit}.test-nav-module__DqkYmq__navbar.test-nav-module__DqkYmq__drawer .test-nav-module__DqkYmq__action-button{min-width:0;min-height:0;color:var(--gray-12);background-color:var(--gray-3);border:1px solid var(--gray-6);box-shadow:0 1px 0 color-mix(in srgb, var(--gray-12) 4%, transparent);font-weight:var(--font-weight-medium);transition:background-color .2s var(--easing-primary), border-color .2s var(--easing-primary);border-radius:10px;flex-direction:row;flex:1 1 0;justify-content:center;align-items:center;gap:.4rem;padding:.7rem .45rem;display:flex}.test-nav-module__DqkYmq__navbar.test-nav-module__DqkYmq__drawer .test-nav-module__DqkYmq__action-button .test-nav-module__DqkYmq__name{font-size:.88rem;font-weight:inherit;letter-spacing:-.02em;color:inherit;white-space:nowrap}.test-nav-module__DqkYmq__navbar.test-nav-module__DqkYmq__drawer .test-nav-module__DqkYmq__action-button .test-nav-module__DqkYmq__icon{color:var(--gray-11);flex-shrink:0;font-size:1.2rem}.test-nav-module__DqkYmq__navbar.test-nav-module__DqkYmq__drawer .test-nav-module__DqkYmq__action-button:hover{background-color:var(--gray-4);border-color:var(--gray-7);color:var(--gray-12);transform:none}.test-nav-module__DqkYmq__navbar.test-nav-module__DqkYmq__drawer .test-nav-module__DqkYmq__action-button:hover .test-nav-module__DqkYmq__icon{color:var(--gray-12)}.test-nav-module__DqkYmq__navbar.test-nav-module__DqkYmq__drawer .test-nav-module__DqkYmq__action-button.test-nav-module__DqkYmq__create-button{background-color:var(--lime-9-primary);border-color:var(--lime-9-primary)}.test-nav-module__DqkYmq__navbar.test-nav-module__DqkYmq__drawer .test-nav-module__DqkYmq__action-button.test-nav-module__DqkYmq__create-button.test-nav-module__DqkYmq__active{background-color:var(--lime-10)}.test-nav-module__DqkYmq__navbar.test-nav-module__DqkYmq__drawer .test-nav-module__DqkYmq__action-button.test-nav-module__DqkYmq__create-button .test-nav-module__DqkYmq__icon{color:var(--lime-contrast)}.test-nav-module__DqkYmq__navbar.test-nav-module__DqkYmq__drawer .test-nav-module__DqkYmq__action-button.test-nav-module__DqkYmq__create-button .test-nav-module__DqkYmq__name{color:var(--lime-contrast);font-weight:var(--font-weight-semi-bold)}}}
@layer components{.sheet-module__lpFEZW__wrapper{--sheet-safe-area-top:var(--app-safe-area-top,env(safe-area-inset-top,0px));--sheet-safe-area-bottom:var(--app-safe-area-bottom,env(safe-area-inset-bottom,0px))}.sheet-module__lpFEZW__wrapper{z-index:var(--z-index-sheet);transition:transform var(--easing-ease-out-expo) .4s;display:flex;position:fixed}.sheet-module__lpFEZW__wrapper.sheet-module__lpFEZW__right,.sheet-module__lpFEZW__wrapper.sheet-module__lpFEZW__left{min-width:600px;max-width:24%;height:100%;top:0}:is(.sheet-module__lpFEZW__wrapper.sheet-module__lpFEZW__right,.sheet-module__lpFEZW__wrapper.sheet-module__lpFEZW__left) .sheet-module__lpFEZW__inner{width:100%;height:100%}.sheet-module__lpFEZW__wrapper.sheet-module__lpFEZW__top,.sheet-module__lpFEZW__wrapper.sheet-module__lpFEZW__bottom{flex-direction:column;width:100%;height:26%;left:0}:is(.sheet-module__lpFEZW__wrapper.sheet-module__lpFEZW__top,.sheet-module__lpFEZW__wrapper.sheet-module__lpFEZW__bottom) .sheet-module__lpFEZW__inner{width:100%;height:100%}.sheet-module__lpFEZW__wrapper.sheet-module__lpFEZW__right{padding:16px 16px 16px 0;right:0;transform:translate(100%)}.sheet-module__lpFEZW__wrapper.sheet-module__lpFEZW__right.sheet-module__lpFEZW__active{transform:translate(0)}.sheet-module__lpFEZW__wrapper.sheet-module__lpFEZW__left{padding:16px 0 16px 16px;left:0;transform:translate(-100%)}.sheet-module__lpFEZW__wrapper.sheet-module__lpFEZW__left.sheet-module__lpFEZW__active{transform:translate(0)}.sheet-module__lpFEZW__wrapper.sheet-module__lpFEZW__top{padding:16px 16px 0;top:0;transform:translateY(-100%)}.sheet-module__lpFEZW__wrapper.sheet-module__lpFEZW__top.sheet-module__lpFEZW__active{transform:translateY(0)}.sheet-module__lpFEZW__wrapper.sheet-module__lpFEZW__bottom{padding:0 16px 16px;bottom:0;transform:translateY(100%)}.sheet-module__lpFEZW__wrapper.sheet-module__lpFEZW__bottom.sheet-module__lpFEZW__active{transform:translateY(0)}.sheet-module__lpFEZW__inner{background-color:var(--gray-5);border:1px solid var(--gray-a4);box-shadow:0 0 30px var(--color-bg);-webkit-backdrop-filter:blur(80px);backdrop-filter:blur(80px);border-radius:14px;flex-direction:column;flex-grow:1;min-height:0;padding-top:24px;display:flex;overflow:hidden}.sheet-module__lpFEZW__inner section{padding:0 20px}.sheet-module__lpFEZW__inner section.sheet-module__lpFEZW__contents-area{padding-left:20px;padding-right:20px;overflow-y:auto}.sheet-module__lpFEZW__inner section.sheet-module__lpFEZW__contents-area:after{content:"";height:20px;display:block}.sheet-module__lpFEZW__title-area{flex-shrink:0;align-items:center;display:flex}.sheet-module__lpFEZW__text{flex-grow:1}.sheet-module__lpFEZW__title{color:var(--gray-12);font-size:20px;line-height:20px;font-weight:var(--font-weight-extra-bold)}.sheet-module__lpFEZW__sub{color:var(--gray-a9);margin-top:7px;font-size:14px;line-height:14px}.sheet-module__lpFEZW__sub span{color:var(--color-star)}.sheet-module__lpFEZW__sheet-close-icon{width:30px;height:30px;color:var(--gray-12);opacity:.64;cursor:pointer;-webkit-user-select:none;user-select:none;flex-shrink:0;margin-left:8px}.sheet-module__lpFEZW__sheet-close-icon:hover{opacity:.84}.sheet-module__lpFEZW__contents-area{flex-grow:1;min-height:0;margin-top:24px}@media (max-width:767px){.sheet-module__lpFEZW__wrapper.sheet-module__lpFEZW__right,.sheet-module__lpFEZW__wrapper.sheet-module__lpFEZW__left,.sheet-module__lpFEZW__wrapper.sheet-module__lpFEZW__top,.sheet-module__lpFEZW__wrapper.sheet-module__lpFEZW__bottom{width:100%;min-width:auto;max-width:none;height:100dvh;padding:0}:is(.sheet-module__lpFEZW__wrapper.sheet-module__lpFEZW__right,.sheet-module__lpFEZW__wrapper.sheet-module__lpFEZW__left,.sheet-module__lpFEZW__wrapper.sheet-module__lpFEZW__top,.sheet-module__lpFEZW__wrapper.sheet-module__lpFEZW__bottom) .sheet-module__lpFEZW__inner{padding-top:calc(24px + var(--sheet-safe-area-top));border-radius:0}.sheet-module__lpFEZW__inner section.sheet-module__lpFEZW__contents-area:after{height:calc(20px + var(--sheet-safe-area-bottom))}}}
@layer components{@keyframes test-header-module__SqL-Oa__electric-sign{0%,40%,44%,48%,52%,to{fill:#0000}42%,46%,50%{fill:var(--lime-9-primary)}}@keyframes test-header-module__SqL-Oa__drawer-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes test-header-module__SqL-Oa__drawer-panel-in{0%{transform:translate(100%)}to{transform:translate(0)}}.test-header-module__SqL-Oa__actions-desktop{align-items:stretch;gap:8px;display:flex}.test-header-module__SqL-Oa__actions-mobile{display:none}.test-header-module__SqL-Oa__header .test-header-module__SqL-Oa__actions .test-header-module__SqL-Oa__action-btn.test-header-module__SqL-Oa__coin-btn{--coin-icon-color:var(--color-star)}.test-header-module__SqL-Oa__hamburger-btn{width:40px;height:40px;color:var(--gray-12);cursor:pointer;transition:background-color .2s var(--easing-primary);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:1.5rem;display:flex}.test-header-module__SqL-Oa__hamburger-btn:hover{background-color:var(--gray-3)}.test-header-module__SqL-Oa__drawer-backdrop{z-index:var(--z-index-header);cursor:pointer;background-color:color-mix(in srgb, var(--gray-1) 45%, transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:test-header-module__SqL-Oa__drawer-backdrop-in .2s var(--easing-primary) forwards;border:none;margin:0;padding:0;position:fixed;inset:0}.test-header-module__SqL-Oa__drawer-panel{z-index:var(--z-index-header-over);background-color:var(--color-bg);border-left:1px solid var(--gray-6);width:min(100%,320px);max-width:100%;height:100dvh;animation:test-header-module__SqL-Oa__drawer-panel-in .22s var(--easing-primary) forwards;flex-direction:column;display:flex;position:fixed;top:0;right:0}.test-header-module__SqL-Oa__drawer-header{padding:calc(1rem + var(--app-safe-area-top,env(safe-area-inset-top,0px))) calc(1rem + var(--app-safe-area-right,env(safe-area-inset-right,0px))) .75rem 1rem;border-bottom:1px solid var(--gray-6);flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.test-header-module__SqL-Oa__drawer-title{font-size:1.1rem;font-weight:var(--font-weight-semi-bold);color:var(--gray-12)}.test-header-module__SqL-Oa__drawer-close{width:40px;height:40px;color:var(--gray-12);cursor:pointer;transition:background-color .2s var(--easing-primary);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:1.5rem;display:flex}.test-header-module__SqL-Oa__drawer-close:hover{background-color:var(--gray-3)}.test-header-module__SqL-Oa__drawer-body{padding:1rem calc(1rem + var(--app-safe-area-right,env(safe-area-inset-right,0px))) calc(1rem + var(--app-safe-area-bottom,env(safe-area-inset-bottom,0px))) 1rem;-webkit-overflow-scrolling:touch;flex:1;overflow-y:auto}.test-header-module__SqL-Oa__drawer-user-summary{width:100%;min-width:0;color:inherit;cursor:pointer;background:0 0;border:none;flex-direction:column;gap:.2rem;margin-bottom:.75rem;padding:0;text-decoration:none;display:flex}.test-header-module__SqL-Oa__drawer-user-name{font-size:1rem;font-weight:var(--font-weight-semi-bold);color:var(--gray-12)}.test-header-module__SqL-Oa__drawer-user-email{font-size:.85rem;font-weight:var(--font-weight-medium);color:var(--gray-10);word-break:break-all}.test-header-module__SqL-Oa__drawer-login{width:100%;min-height:44px;font-size:.85rem;font-weight:var(--font-weight-medium);color:var(--lime-contrast);cursor:pointer;background-color:var(--lime-9-primary);border:1px solid var(--lime-9-primary);transition:all .2s var(--easing-primary);border-radius:8px;justify-content:center;align-items:center;gap:.35rem;margin-bottom:.5rem;padding:0 1rem;text-decoration:none;display:flex}.test-header-module__SqL-Oa__drawer-login:hover{background-color:var(--lime-10);border-color:var(--lime-10)}.test-header-module__SqL-Oa__drawer-login svg{font-size:1.1rem}.test-header-module__SqL-Oa__drawer-right-btn{justify-content:flex-start;align-items:center;margin-bottom:1rem;display:flex}.test-header-module__SqL-Oa__header{--header-safe-area-top:env(safe-area-inset-top,0px)}.test-header-module__SqL-Oa__header{height:calc(var(--header-height,70px) + var(--header-safe-area-top));padding:var(--header-safe-area-top) 1.5rem 0;background-color:var(--color-bg);border-bottom:1px solid color-mix(in srgb, var(--lime-9-primary) 34%, transparent);z-index:var(--z-index-header);justify-content:space-between;align-items:center;display:flex;position:sticky;top:0}.test-header-module__SqL-Oa__header .test-header-module__SqL-Oa__bug-report-fab{font-size:.8rem;font-weight:var(--font-weight-medium);color:var(--gray-1);background-color:var(--color-red);box-shadow:0 4px 14px color-mix(in srgb, var(--color-red) 40%, transparent);cursor:pointer;border:none;border-radius:999px;align-items:center;gap:.4rem;padding:.9rem 1rem;text-decoration:none;display:flex;position:absolute;top:calc(100% + 20px);right:20px}.test-header-module__SqL-Oa__header .test-header-module__SqL-Oa__bug-report-fab svg{font-size:1.1rem}.test-header-module__SqL-Oa__header .test-header-module__SqL-Oa__breadcrumb{width:0;font-size:1.1rem;font-weight:var(--font-weight-medium);color:var(--gray-12);white-space:nowrap;text-overflow:ellipsis;flex-grow:1;overflow:hidden}.test-header-module__SqL-Oa__header .test-header-module__SqL-Oa__logo{font-size:1.25rem;font-weight:var(--font-weight-extra-bold);color:var(--lime-9-primary);align-items:center;gap:.5rem;display:flex}.test-header-module__SqL-Oa__header .test-header-module__SqL-Oa__logo .test-header-module__SqL-Oa__logo-icon{width:130px;height:40px}.test-header-module__SqL-Oa__header .test-header-module__SqL-Oa__actions{align-items:center;gap:16px;display:flex}.test-header-module__SqL-Oa__header .test-header-module__SqL-Oa__actions .test-header-module__SqL-Oa__actions-toolbar{align-items:stretch;gap:8px;display:flex}.test-header-module__SqL-Oa__header .test-header-module__SqL-Oa__actions .test-header-module__SqL-Oa__safe-mode-name{align-items:center;gap:4px;line-height:1;display:flex}.test-header-module__SqL-Oa__header .test-header-module__SqL-Oa__actions .test-header-module__SqL-Oa__safe-mode-toggle{cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;align-items:center;gap:8px;margin:0;display:flex}.test-header-module__SqL-Oa__header .test-header-module__SqL-Oa__actions .test-header-module__SqL-Oa__safe-mode-label{font-size:.95rem;font-weight:var(--font-weight-medium);color:var(--gray-12);letter-spacing:-.02em}.test-header-module__SqL-Oa__header .test-header-module__SqL-Oa__actions .test-header-module__SqL-Oa__safe-mode-shield{flex-shrink:0;width:1.4rem;height:1.4rem}.test-header-module__SqL-Oa__header .test-header-module__SqL-Oa__actions .test-header-module__SqL-Oa__is-safe{color:var(--color-green)}.test-header-module__SqL-Oa__header .test-header-module__SqL-Oa__actions .test-header-module__SqL-Oa__is-unsafe{color:var(--color-red)}.test-header-module__SqL-Oa__header .test-header-module__SqL-Oa__actions .test-header-module__SqL-Oa__safe-mode-switch-root{-webkit-tap-highlight-color:transparent;cursor:pointer;border:none;border-radius:9999px;flex-shrink:0;width:42px;height:25px;position:relative}.test-header-module__SqL-Oa__header .test-header-module__SqL-Oa__actions .test-header-module__SqL-Oa__safe-mode-switch-root[data-state=unchecked]{background-color:var(--color-red);box-shadow:0 2px 10px color-mix(in srgb, var(--color-red) 35%, transparent)}.test-header-module__SqL-Oa__header .test-header-module__SqL-Oa__actions .test-header-module__SqL-Oa__safe-mode-switch-root[data-state=checked]{background-color:var(--color-green);box-shadow:0 2px 10px color-mix(in srgb, var(--color-green) 35%, transparent)}.test-header-module__SqL-Oa__header .test-header-module__SqL-Oa__actions .test-header-module__SqL-Oa__safe-mode-switch-root[disabled]{cursor:not-allowed;opacity:.5}.test-header-module__SqL-Oa__header .test-header-module__SqL-Oa__actions .test-header-module__SqL-Oa__safe-mode-switch-thumb{background-color:var(--color-white);width:21px;height:21px;box-shadow:0 2px 2px var(--gray-a4);will-change:transform;border-radius:9999px;transition:transform .1s;display:block;transform:translate(2px)}.test-header-module__SqL-Oa__header .test-header-module__SqL-Oa__actions .test-header-module__SqL-Oa__safe-mode-switch-thumb[data-state=checked]{background-color:var(--color-white);transform:translate(19px)}.test-header-module__SqL-Oa__header .test-header-module__SqL-Oa__actions .test-header-module__SqL-Oa__action-btn{min-width:90px;height:40px;font-size:.85rem;font-weight:var(--font-weight-medium);border:1px solid var(--gray-6);color:var(--gray-11);cursor:pointer;transition:all .2s var(--easing-primary);background:0 0;border-radius:999px;justify-content:center;align-items:center;gap:.35rem;padding:0 1rem;display:flex}.test-header-module__SqL-Oa__header .test-header-module__SqL-Oa__actions .test-header-module__SqL-Oa__action-btn:hover{background-color:var(--gray-3);border-color:var(--gray-8);color:var(--gray-12)}.test-header-module__SqL-Oa__header .test-header-module__SqL-Oa__actions .test-header-module__SqL-Oa__action-btn.test-header-module__SqL-Oa__charge-btn{background-color:var(--lime-2);border-color:var(--lime-7);color:var(--lime-11);min-width:100px}.test-header-module__SqL-Oa__header .test-header-module__SqL-Oa__actions .test-header-module__SqL-Oa__action-btn.test-header-module__SqL-Oa__charge-btn:hover{background-color:var(--lime-3);border-color:var(--lime-8)}.test-header-module__SqL-Oa__header .test-header-module__SqL-Oa__actions .test-header-module__SqL-Oa__action-btn.test-header-module__SqL-Oa__charge-btn svg{color:var(--lime-9-primary);stroke:var(--lime-9-primary);stroke-width:1px}.test-header-module__SqL-Oa__header .test-header-module__SqL-Oa__actions .test-header-module__SqL-Oa__action-btn.test-header-module__SqL-Oa__charge-btn svg path{animation:5s infinite test-header-module__SqL-Oa__electric-sign}.test-header-module__SqL-Oa__header .test-header-module__SqL-Oa__actions .test-header-module__SqL-Oa__action-btn.test-header-module__SqL-Oa__coin-btn{min-width:80px}.test-header-module__SqL-Oa__header .test-header-module__SqL-Oa__actions .test-header-module__SqL-Oa__action-btn.test-header-module__SqL-Oa__coin-btn svg{color:var(--coin-icon-color)}.test-header-module__SqL-Oa__header .test-header-module__SqL-Oa__actions .test-header-module__SqL-Oa__action-btn svg{font-size:1.1rem}.test-header-module__SqL-Oa__header .test-header-module__SqL-Oa__actions .test-header-module__SqL-Oa__login-link{text-decoration:none}.test-header-module__SqL-Oa__header .test-header-module__SqL-Oa__actions .test-header-module__SqL-Oa__login-btn{background-color:var(--lime-9-primary);border-color:var(--lime-9-primary);color:var(--lime-contrast);border-radius:8px}.test-header-module__SqL-Oa__header .test-header-module__SqL-Oa__actions .test-header-module__SqL-Oa__search-bar-icon{color:var(--gray-12);transition:color .2s var(--easing-primary);flex-shrink:0;font-size:1.4rem}.test-header-module__SqL-Oa__header .test-header-module__SqL-Oa__actions .test-header-module__SqL-Oa__search-bar-placeholder{min-width:0;font-size:.875rem;font-weight:var(--font-weight-medium);color:var(--gray-11);white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.test-header-module__SqL-Oa__header .test-header-module__SqL-Oa__actions .test-header-module__SqL-Oa__search-bar-trigger{width:280px;height:40px;font:inherit;color:var(--gray-11);text-align:left;background-color:var(--gray-5);border:1px solid var(--gray-7);cursor:pointer;transition:background-color .2s var(--easing-primary), border-color .2s var(--easing-primary), color .2s var(--easing-primary);border-radius:8px;align-items:center;gap:8px;padding:0 14px 0 10px;display:inline-flex}.test-header-module__SqL-Oa__header .test-header-module__SqL-Oa__actions .test-header-module__SqL-Oa__search-bar-trigger:hover{background-color:var(--gray-4);border-color:var(--gray-8);color:var(--gray-12)}.test-header-module__SqL-Oa__header .test-header-module__SqL-Oa__actions .test-header-module__SqL-Oa__search-bar-trigger:hover .test-header-module__SqL-Oa__search-bar-icon{color:var(--gray-12)}.test-header-module__SqL-Oa__header .test-header-module__SqL-Oa__theme-toggle{cursor:pointer;color:var(--color-text-main);background:0 0;border:none;border-radius:.5rem;justify-content:center;align-items:center;padding:.5rem;font-size:1.25rem;transition:background-color .2s;display:flex}.test-header-module__SqL-Oa__header .test-header-module__SqL-Oa__theme-toggle:hover{background-color:var(--color-bg-hover)}@media (max-width:991px){#header.test-header-module__SqL-Oa__header .test-header-module__SqL-Oa__actions .icon-btn{color:var(--gray-12);background-color:#0000;border:none}#header.test-header-module__SqL-Oa__header .test-header-module__SqL-Oa__actions .icon-btn:hover{color:var(--gray-12);background-color:#0000;border:none}#header.test-header-module__SqL-Oa__header .test-header-module__SqL-Oa__actions .icon-btn .badge{width:8px;height:8px;box-shadow:none;border-width:1.5px;top:4px;right:4px}#header.test-header-module__SqL-Oa__header .test-header-module__SqL-Oa__actions .test-header-module__SqL-Oa__hamburger-btn:hover{background-color:#0000}.test-header-module__SqL-Oa__actions-desktop{display:none}.test-header-module__SqL-Oa__actions-mobile{align-items:center;display:flex}#header.test-header-module__SqL-Oa__header{height:calc(60px + var(--header-safe-area-top));padding:var(--header-safe-area-top) 1rem 0}#header.test-header-module__SqL-Oa__header .test-header-module__SqL-Oa__logo .test-header-module__SqL-Oa__logo-icon{width:100px;height:40px}#header.test-header-module__SqL-Oa__header .test-header-module__SqL-Oa__actions{gap:4px}#header.test-header-module__SqL-Oa__header .test-header-module__SqL-Oa__actions .test-header-module__SqL-Oa__search-bar-trigger{display:none}#header.test-header-module__SqL-Oa__header .test-header-module__SqL-Oa__actions .test-header-module__SqL-Oa__actions-toolbar{gap:5px}#header.test-header-module__SqL-Oa__header .test-header-module__SqL-Oa__actions .test-header-module__SqL-Oa__safe-mode-label{font-size:.72rem;font-weight:var(--font-weight-medium);line-height:1.15}#header.test-header-module__SqL-Oa__header .test-header-module__SqL-Oa__actions .test-header-module__SqL-Oa__safe-mode-shield{width:1.05rem;height:1.05rem}#header.test-header-module__SqL-Oa__header .test-header-module__SqL-Oa__actions .test-header-module__SqL-Oa__safe-mode-switch-root{border-radius:9999px;width:30px;min-width:30px;height:18px}#header.test-header-module__SqL-Oa__header .test-header-module__SqL-Oa__actions .test-header-module__SqL-Oa__safe-mode-switch-thumb{width:14px;height:14px;transform:translate(2px)}#header.test-header-module__SqL-Oa__header .test-header-module__SqL-Oa__actions .test-header-module__SqL-Oa__safe-mode-switch-thumb[data-state=checked]{transform:translate(14px)}#header.test-header-module__SqL-Oa__header .test-header-module__SqL-Oa__actions .test-header-module__SqL-Oa__action-btn{min-width:40px;padding:0}#header.test-header-module__SqL-Oa__header .test-header-module__SqL-Oa__actions .test-header-module__SqL-Oa__action-btn.test-header-module__SqL-Oa__coin-btn{display:none}#header.test-header-module__SqL-Oa__header .test-header-module__SqL-Oa__actions .test-header-module__SqL-Oa__action-btn.test-header-module__SqL-Oa__login-btn{min-width:auto;padding:0 1rem}#header.test-header-module__SqL-Oa__header .test-header-module__SqL-Oa__actions .test-header-module__SqL-Oa__profile-btn{display:none}.test-header-module__SqL-Oa__drawer-login{background-color:var(--lime-3);border-color:var(--lime-8);color:var(--lime-11)}.test-header-module__SqL-Oa__drawer-login:hover{background-color:var(--lime-3);border-color:var(--lime-8)}.test-header-module__SqL-Oa__header .test-header-module__SqL-Oa__actions .test-header-module__SqL-Oa__safe-mode-label{letter-spacing:-.04em;font-size:.65rem}.test-header-module__SqL-Oa__header .test-header-module__SqL-Oa__actions .test-header-module__SqL-Oa__safe-mode-shield{width:1rem;height:1rem}.test-header-module__SqL-Oa__header .test-header-module__SqL-Oa__actions .test-header-module__SqL-Oa__safe-mode-switch-root{width:26px;min-width:26px;height:16px}.test-header-module__SqL-Oa__header .test-header-module__SqL-Oa__actions .test-header-module__SqL-Oa__safe-mode-switch-thumb{width:12px;height:12px;transform:translate(2px)}.test-header-module__SqL-Oa__header .test-header-module__SqL-Oa__actions .test-header-module__SqL-Oa__safe-mode-switch-thumb[data-state=checked]{transform:translate(12px)}}@media (max-width:1472px){.test-header-module__SqL-Oa__header .test-header-module__SqL-Oa__bug-report-fab{top:var(--header-safe-area-top);left:50%;right:initial;font-size:.65rem;font-weight:var(--font-weight-medium);color:var(--gray-1);background-color:var(--color-red);box-shadow:0 2px 8px color-mix(in srgb, var(--color-red) 35%, transparent);cursor:pointer;border:none;border-radius:0 0 10px 10px;align-items:center;gap:.25rem;padding:.25rem .5rem;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex;position:absolute;transform:translate(-50%)}.test-header-module__SqL-Oa__header .test-header-module__SqL-Oa__bug-report-fab svg{font-size:.75rem}}:is(.test-header-module__SqL-Oa__header .test-header-module__SqL-Oa__back-btn,.test-header-module__SqL-Oa__header .test-header-module__SqL-Oa__right-btn:has(svg)){width:40px;height:40px;color:var(--gray-12);cursor:pointer;transition:background-color .2s var(--easing-primary);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:1.5rem;display:flex}:is(.test-header-module__SqL-Oa__header .test-header-module__SqL-Oa__back-btn,.test-header-module__SqL-Oa__header .test-header-module__SqL-Oa__right-btn:has(svg)):hover{background-color:var(--gray-3)}:is(.test-header-module__SqL-Oa__header .test-header-module__SqL-Oa__back-btn,.test-header-module__SqL-Oa__header .test-header-module__SqL-Oa__right-btn:has(svg)) svg{width:24px;height:24px}.test-header-module__SqL-Oa__header .test-header-module__SqL-Oa__left-area{flex-grow:1;align-items:center;display:flex}.test-header-module__SqL-Oa__header .test-header-module__SqL-Oa__left-area .test-header-module__SqL-Oa__back-btn svg{width:28px;height:28px}}
@layer components{@keyframes chat-messenger-module__YZNfdW__unread-wave{0%{box-shadow:0 0 0 0 color-mix(in srgb, var(--color-red) 50%, transparent)}50%{box-shadow:0 0 0 12px #0000}}.chat-messenger-module__YZNfdW__chat-messenger-area{--chat-messenger-safe-area-bottom:var(--app-safe-area-bottom,env(safe-area-inset-bottom,0px));right:35px;bottom:calc(33px + var(--chat-messenger-safe-area-bottom));z-index:var(--z-index-sheet-dim);transition:transform var(--easing-primary) .5s;position:fixed}.chat-messenger-module__YZNfdW__chat-messenger-area.chat-messenger-module__YZNfdW__unread:before{content:"";aspect-ratio:1;background-color:var(--color-red);z-index:1;border-radius:50%;width:18px;animation-name:chat-messenger-module__YZNfdW__unread-wave;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite;position:absolute;bottom:0;right:-4px}.chat-messenger-module__YZNfdW__chat-messenger-btn{background-color:var(--gray-6);border:1px solid var(--gray-6);width:164px;height:65px;box-shadow:0 12px 30px color-mix(in srgb, var(--gray-1) 16%, transparent);cursor:pointer;transition-timing-function:var(--easing-primary);opacity:0;box-sizing:border-box;pointer-events:none;border-radius:50px;align-items:center;padding:5px 22px 5px 5px;transition-property:width,transform,opacity,background-color;transition-duration:.3s;display:flex;overflow:hidden;transform:scale(.7)}.chat-messenger-module__YZNfdW__chat-messenger-btn.chat-messenger-module__YZNfdW__ready{opacity:1;pointer-events:auto;transform:scale(1)}.chat-messenger-module__YZNfdW__chat-messenger-btn.chat-messenger-module__YZNfdW__active{background-color:var(--lime-9-primary);border-color:#0000;width:115px}.chat-messenger-module__YZNfdW__chat-messenger-btn.chat-messenger-module__YZNfdW__active .chat-messenger-module__YZNfdW__chat-messenger-text{color:var(--gray-6);margin-left:0}.chat-messenger-module__YZNfdW__chat-messenger-icon-wrapper{background-color:var(--lime-9-primary);border-radius:50%;justify-content:center;align-items:center;width:55px;height:55px;display:flex}.chat-messenger-module__YZNfdW__chat-messenger-icon{width:34px;height:34px;color:var(--lime-4)}.chat-messenger-module__YZNfdW__chat-messenger-text{white-space:nowrap;font-size:18px;line-height:18px;font-weight:var(--font-weight-extra-bold);color:var(--lime-9-primary);margin-left:12px}.chat-messenger-module__YZNfdW__chat-messenger-widget{color-scheme:normal;flex-direction:column;display:flex;z-index:9999!important;border-radius:16px!important;bottom:106px!important;overflow:hidden!important}.chat-messenger-module__YZNfdW__chat-messenger-widget #chatwoot_live_chat_widget{flex:1}.chat-messenger-module__YZNfdW__chat-messenger-widget #chatwoot_live_chat_widget[style*="visibility: hidden"]{display:none}.chat-messenger-module__YZNfdW__chat-messenger-widget.has-unread-view #chatwoot_live_chat_widget{opacity:0;pointer-events:none}@media only screen and (max-width:991px){.chat-messenger-module__YZNfdW__chat-messenger-area{right:13px;bottom:calc(var(--mobile-nav-height,var(--header-height)) + 13px + var(--chat-messenger-safe-area-bottom));z-index:var(--z-index-sheet-dim)}.chat-messenger-module__YZNfdW__chat-messenger-area.chat-messenger-module__YZNfdW__unread:before{width:14px}.chat-messenger-module__YZNfdW__chat-messenger-btn{background-color:var(--lime-9-primary);border:1px solid var(--lime-9-primary);border-radius:18px;width:42px;height:42px;padding:0}.chat-messenger-module__YZNfdW__chat-messenger-btn.chat-messenger-module__YZNfdW__active{background-color:var(--lime-9-primary);border-color:#0000;width:42px}.chat-messenger-module__YZNfdW__chat-messenger-text{display:none}.chat-messenger-module__YZNfdW__chat-messenger-icon{width:28px;height:28px}}@media (max-width:767px){.chat-messenger-module__YZNfdW__chat-messenger-widget{border-radius:0!important}}}
@layer components{.admin-nav-module__ScX12W__admin-nav{--admin-nav-safe-area-top:var(--app-safe-area-top,env(safe-area-inset-top,0px))}.admin-nav-module__ScX12W__admin-nav{border-right:1px solid var(--gray-6);background-color:var(--gray-3);width:56px;height:100dvh;transition:width .2s var(--easing-primary);flex-shrink:0;display:flex;position:sticky;top:0}.admin-nav-module__ScX12W__admin-nav:hover{width:320px}.admin-nav-module__ScX12W__admin-nav-title{clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.admin-nav-module__ScX12W__first-depth-nav{border-right:1px solid var(--gray-6);width:56px;padding:calc(.75rem + var(--admin-nav-safe-area-top)) .5rem .75rem;transition:width .2s var(--easing-primary);flex-direction:column;flex-shrink:0;gap:.5rem;display:flex}.admin-nav-module__ScX12W__admin-nav:hover .admin-nav-module__ScX12W__first-depth-nav{width:150px;padding:calc(.75rem + var(--admin-nav-safe-area-top)) .5rem .75rem}.admin-nav-module__ScX12W__first-depth-item{color:var(--gray-11);font-weight:var(--font-weight-medium);transition:all .2s var(--easing-primary);box-sizing:border-box;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;min-height:44px;padding:.75rem .5rem;display:flex;position:relative}.admin-nav-module__ScX12W__admin-nav:hover .admin-nav-module__ScX12W__first-depth-item{justify-content:flex-start;padding:.75rem}.admin-nav-module__ScX12W__first-depth-item:hover{color:var(--gray-12);background-color:var(--gray-4)}.admin-nav-module__ScX12W__first-depth-item.admin-nav-module__ScX12W__active{color:var(--lime-9-primary);background-color:var(--lime-a3)}.admin-nav-module__ScX12W__first-depth-item.admin-nav-module__ScX12W__first-depth-item-disabled{color:var(--gray-8);cursor:default;pointer-events:none}.admin-nav-module__ScX12W__first-depth-item.admin-nav-module__ScX12W__first-depth-item-disabled:hover{color:var(--gray-8);background-color:#0000}.admin-nav-module__ScX12W__first-depth-item .admin-nav-module__ScX12W__icon{flex-shrink:0;justify-content:center;align-items:center;font-size:1.25rem;line-height:0;display:flex}.admin-nav-module__ScX12W__first-depth-item .admin-nav-module__ScX12W__name{opacity:0;white-space:nowrap;width:0;transition:width .2s var(--easing-primary), opacity .2s var(--easing-primary);position:absolute;overflow:hidden}.admin-nav-module__ScX12W__admin-nav:hover :is(.admin-nav-module__ScX12W__first-depth-item .admin-nav-module__ScX12W__name){opacity:1;width:auto;position:static}.admin-nav-module__ScX12W__second-depth-nav{opacity:0;width:0;min-width:0;transition:opacity .2s var(--easing-primary);flex-direction:column;flex:1;gap:.35rem;min-height:0;padding:0;display:flex;overflow:hidden}.admin-nav-module__ScX12W__admin-nav:hover .admin-nav-module__ScX12W__second-depth-nav{left:150px;top:var(--second-depth-top,0);width:170px;max-height:calc(100dvh - var(--second-depth-top,0) - var(--admin-nav-safe-area-top) - 1rem);opacity:1;min-height:0;padding:.5rem .75rem 1rem .25rem;position:absolute;overflow:hidden auto}.admin-nav-module__ScX12W__second-depth-title{color:var(--gray-11);font-size:.8rem;font-weight:var(--font-weight-semi-bold);padding:.5rem}.admin-nav-module__ScX12W__second-depth-item{color:var(--gray-11);transition:all .2s var(--easing-primary);border-radius:8px;padding:.6rem .75rem;font-size:.95rem}.admin-nav-module__ScX12W__second-depth-item:hover{color:var(--gray-12);background-color:var(--gray-4)}.admin-nav-module__ScX12W__second-depth-item.admin-nav-module__ScX12W__active{color:var(--lime-9-primary);background-color:var(--lime-a3)}.admin-nav-module__ScX12W__second-depth-empty{color:var(--gray-10);padding:.6rem .75rem;font-size:.9rem}@media (max-width:767px){.admin-nav-module__ScX12W__admin-nav{border-right:none;border-bottom:1px solid var(--gray-6);width:100%;height:auto;padding-top:var(--admin-nav-safe-area-top);flex-direction:column;position:static}.admin-nav-module__ScX12W__admin-nav:hover{width:100%}.admin-nav-module__ScX12W__first-depth-nav{border-right:none;border-bottom:1px solid var(--gray-6);flex-direction:row;width:100%;padding:.75rem .5rem;overflow-x:auto}.admin-nav-module__ScX12W__admin-nav:hover .admin-nav-module__ScX12W__first-depth-nav{width:100%;padding:.75rem .5rem}.admin-nav-module__ScX12W__first-depth-item{flex-shrink:0;justify-content:flex-start;min-width:max-content;padding:.75rem 1rem}.admin-nav-module__ScX12W__admin-nav:hover .admin-nav-module__ScX12W__first-depth-item{justify-content:flex-start;padding:.75rem 1rem}.admin-nav-module__ScX12W__first-depth-item .admin-nav-module__ScX12W__name{opacity:1;width:auto;position:static;overflow:visible}.admin-nav-module__ScX12W__admin-nav:hover :is(.admin-nav-module__ScX12W__first-depth-item .admin-nav-module__ScX12W__name){opacity:1;width:auto}.admin-nav-module__ScX12W__second-depth-nav{opacity:1;flex-flow:wrap;align-items:center;width:100%;min-width:0;max-height:none;padding:1rem .75rem;position:static;top:auto;left:auto;overflow:visible}.admin-nav-module__ScX12W__admin-nav:hover .admin-nav-module__ScX12W__second-depth-nav{width:100%;max-height:none;padding:1rem .75rem;position:static;top:auto;left:auto}}}
@layer components{.footer-module__o_vn2a__footer{z-index:1;border-top:1px solid var(--gray-3);background-color:var(--color-bg);width:100%;padding:1.5rem 0 1.25rem;position:relative}.footer-module__o_vn2a__footer.footer-module__o_vn2a__hidden{display:none}.footer-module__o_vn2a__footer .footer-module__o_vn2a__footer-inner{color:var(--gray-9);flex-direction:column;gap:1rem;font-size:.875rem;display:flex}.footer-module__o_vn2a__footer .footer-module__o_vn2a__footer-top{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:.75rem;width:100%;display:flex}.footer-module__o_vn2a__footer .footer-module__o_vn2a__links{gap:1.5rem;display:flex}.footer-module__o_vn2a__footer .footer-module__o_vn2a__links .footer-module__o_vn2a__link-item{cursor:pointer;transition:color .2s}.footer-module__o_vn2a__footer .footer-module__o_vn2a__links .footer-module__o_vn2a__link-item:hover{color:var(--lime-9-primary)}.footer-module__o_vn2a__footer .footer-module__o_vn2a__company-meta{border-top:1px solid var(--gray-4);width:100%;color:var(--gray-10);padding-top:.875rem;font-size:.75rem;line-height:1.55}.footer-module__o_vn2a__footer .footer-module__o_vn2a__company-line{flex-wrap:wrap;align-items:baseline;gap:.35rem .5rem;margin:0 0 .35rem;display:flex}.footer-module__o_vn2a__footer .footer-module__o_vn2a__company-item{white-space:nowrap}.footer-module__o_vn2a__footer .footer-module__o_vn2a__company-sep{color:var(--gray-8);-webkit-user-select:none;user-select:none;flex-shrink:0;font-weight:300}.footer-module__o_vn2a__footer .footer-module__o_vn2a__company-address{word-break:keep-all;overflow-wrap:anywhere;max-width:52rem;margin:0}@media (max-width:767px){.footer-module__o_vn2a__footer .footer-module__o_vn2a__footer-top{flex-direction:column;align-items:flex-start}.footer-module__o_vn2a__footer .footer-module__o_vn2a__company-meta{padding-top:.75rem}.footer-module__o_vn2a__footer .footer-module__o_vn2a__company-line{flex-direction:column;align-items:flex-start;gap:.25rem}.footer-module__o_vn2a__footer .footer-module__o_vn2a__company-sep{display:none}.footer-module__o_vn2a__footer .footer-module__o_vn2a__company-item{white-space:normal}}}
.edit-action-sheet-content-module__JBVMDa__form{}.edit-action-sheet-content-module__JBVMDa__form-block-title{}.edit-action-sheet-content-module__JBVMDa__form-block{}.edit-action-sheet-content-module__JBVMDa__alias-list{}.edit-action-sheet-content-module__JBVMDa__form-actions{}.edit-action-sheet-content-module__JBVMDa__cancel-btn{}
@layer pages{.filter-sheet-content-module__iiUFUa__content{gap:1rem;display:grid}.filter-sheet-content-module__iiUFUa__definition{color:var(--gray-11);border-bottom:1px solid var(--gray-6);padding-bottom:1rem;font-size:.84rem;line-height:1.55}}
