.devices-list-module__S-Kwha__section{flex-direction:column;gap:1rem;max-width:40rem;display:flex}.devices-list-module__S-Kwha__sectionHeader{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.devices-list-module__S-Kwha__heading{font-size:var(--text-lg);font-weight:600}.devices-list-module__S-Kwha__description{font-size:var(--text-sm);color:hsl(from var(--color-foreground)h s l/.6);margin-top:.25rem}.devices-list-module__S-Kwha__list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.devices-list-module__S-Kwha__row{border:1px solid hsl(from var(--color-foreground)h s l/.12);border-radius:.5rem;align-items:center;gap:1rem;padding:.75rem 1rem;display:flex}.devices-list-module__S-Kwha__row[data-current]{border-color:hsl(from var(--color-primary)h s l/.4);background:hsl(from var(--color-primary)h s l/.04)}.devices-list-module__S-Kwha__iconCell{background:hsl(from var(--color-foreground)h s l/.06);width:2rem;height:2rem;color:hsl(from var(--color-foreground)h s l/.7);border-radius:.375rem;flex-shrink:0;justify-content:center;align-items:center;display:flex}.devices-list-module__S-Kwha__details{flex-direction:column;flex:1;gap:.25rem;min-width:0;display:flex}.devices-list-module__S-Kwha__rowActions{flex-shrink:0;align-items:center;margin-left:auto;display:flex}.devices-list-module__S-Kwha__deviceLine{align-items:center;gap:.5rem;display:flex}.devices-list-module__S-Kwha__device{font-size:var(--text-sm);font-weight:600}.devices-list-module__S-Kwha__currentBadge{font-size:var(--text-xs);background:hsl(from var(--color-primary)h s l/.15);color:var(--color-primary);border-radius:9999px;padding:.125rem .5rem;font-weight:500}.devices-list-module__S-Kwha__metaLine{font-size:var(--text-xs);color:hsl(from var(--color-foreground)h s l/.6);flex-wrap:wrap;align-items:center;gap:.375rem;display:flex}.devices-list-module__S-Kwha__empty{font-size:var(--text-sm);color:hsl(from var(--color-foreground)h s l/.6)}.devices-list-module__S-Kwha__errorState{border:1px solid hsl(from var(--color-error)h s l/.3);background:hsl(from var(--color-error)h s l/.06);font-size:var(--text-sm);color:var(--color-error);border-radius:.5rem;align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex}
@layer components{.toast-module__B7u9yq__viewport{z-index:9999;pointer-events:none;flex-direction:column;gap:.5rem;max-height:100vh;padding:1rem;display:flex;position:fixed;overflow:hidden}.toast-module__B7u9yq__viewport[data-position=top-left]{align-items:flex-start;top:0;left:0}.toast-module__B7u9yq__viewport[data-position=top-center]{align-items:center;top:0;left:50%;transform:translate(-50%)}.toast-module__B7u9yq__viewport[data-position=top-right]{align-items:flex-end;top:0;right:0}.toast-module__B7u9yq__viewport[data-position=bottom-left]{flex-direction:column-reverse;align-items:flex-start;bottom:0;left:0}.toast-module__B7u9yq__viewport[data-position=bottom-center]{flex-direction:column-reverse;align-items:center;bottom:0;left:50%;transform:translate(-50%)}.toast-module__B7u9yq__viewport[data-position=bottom-right]{flex-direction:column-reverse;align-items:flex-end;bottom:0;right:0}.toast-module__B7u9yq__root{pointer-events:auto;background:#1c1c22;border-radius:.5rem;min-width:20rem;max-width:28rem;transition:opacity .2s,transform .2s;overflow:hidden;box-shadow:0 4px 12px #0000004d}.toast-module__B7u9yq__root[data-starting-style],.toast-module__B7u9yq__root[data-ending-style]{opacity:0;transform:translateY(.5rem)}.toast-module__B7u9yq__root[data-swipe-direction=right][data-ending-style]{transform:translate(100%)}.toast-module__B7u9yq__root[data-swipe-direction=left][data-ending-style]{transform:translate(-100%)}.toast-module__B7u9yq__root[data-type=success]{border-left:3px solid var(--color-success)}.toast-module__B7u9yq__root[data-type=success] .toast-module__B7u9yq__icon{color:var(--color-success)}.toast-module__B7u9yq__root[data-type=error]{border-left:3px solid var(--color-danger)}.toast-module__B7u9yq__root[data-type=error] .toast-module__B7u9yq__icon{color:var(--color-danger)}.toast-module__B7u9yq__root[data-type=warning]{border-left:3px solid var(--color-warning)}.toast-module__B7u9yq__root[data-type=warning] .toast-module__B7u9yq__icon{color:var(--color-warning)}.toast-module__B7u9yq__root[data-type=info]{border-left:3px solid var(--color-primary)}.toast-module__B7u9yq__root[data-type=info] .toast-module__B7u9yq__icon{color:var(--color-primary)}.toast-module__B7u9yq__content{align-items:flex-start;gap:.75rem;padding:.875rem 1rem;display:flex}.toast-module__B7u9yq__icon{flex-shrink:0;justify-content:center;align-items:center;margin-top:.0625rem;display:flex}.toast-module__B7u9yq__body{flex:1;min-width:0}.toast-module__B7u9yq__title{font-size:var(--text-sm);color:#fff;margin:0;font-weight:500}.toast-module__B7u9yq__description{color:var(--color-text-muted);margin:.25rem 0 0;font-size:.8125rem}.toast-module__B7u9yq__actions{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.toast-module__B7u9yq__action{color:var(--color-primary);cursor:pointer;background:0 0;border:none;border-radius:.25rem;padding:.25rem .5rem;font-size:.8125rem;font-weight:500;transition:background .15s}.toast-module__B7u9yq__action:hover{background:hsl(from var(--color-primary)h s l/.15)}.toast-module__B7u9yq__close{width:1.5rem;height:1.5rem;color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;border-radius:.25rem;justify-content:center;align-items:center;transition:background .15s,color .15s;display:flex}.toast-module__B7u9yq__close:hover{color:#fff;background:#2e2e38}}
.teams-module__biJ-zW__orgLink{font-weight:var(--font-weight-bold);text-decoration:underline}.teams-module__biJ-zW__container{padding:2rem}.teams-module__biJ-zW__sectionHeading{font-size:var(--text-xl);margin-bottom:1.25rem;font-weight:600}.teams-module__biJ-zW__formWrapper{max-width:21.5rem}.teams-module__biJ-zW__form{flex-direction:column;gap:.75rem;display:flex}.teams-module__biJ-zW__nameField [data-component=field-control]{margin-top:.5rem}.teams-module__biJ-zW__coverImageField{margin-top:2rem}.teams-module__biJ-zW__coverImageField [data-component=field-control]{margin-top:.5rem}.teams-module__biJ-zW__saveButton{margin-top:1.5rem}.teams-module__biJ-zW__noPermission{font-size:var(--text-sm);color:var(--color-text-muted)}
.gallery-media-drag-preview-module__tQv7Aa__wrapper{display:inline-block;position:relative}.gallery-media-drag-preview-module__tQv7Aa__preview{aspect-ratio:16/9;width:8rem;position:relative}.gallery-media-drag-preview-module__tQv7Aa__fan{width:9.75rem;height:5.5rem;position:relative}.gallery-media-drag-preview-module__tQv7Aa__fanCard{aspect-ratio:16/9;border-radius:.375rem;width:8rem;position:absolute;box-shadow:0 .5rem 1.5rem #0006}.gallery-media-drag-preview-module__tQv7Aa__fanCardMedia{background:hsl(from var(--color-ui)h s 18%);border-radius:.375rem;position:absolute;inset:0;overflow:hidden}.gallery-media-drag-preview-module__tQv7Aa__fanBack2{top:0;left:1.5rem;transform:rotate(7deg)}.gallery-media-drag-preview-module__tQv7Aa__fanBack1{top:.375rem;left:.75rem;transform:rotate(3deg)}.gallery-media-drag-preview-module__tQv7Aa__fanTop{top:.875rem;left:0;transform:rotate(-2deg);box-shadow:0 .5rem 1.5rem #0000008c}.gallery-media-drag-preview-module__tQv7Aa__tile{border-radius:.375rem;position:absolute;inset:0;overflow:hidden;box-shadow:0 .5rem 1.5rem #00000080}.gallery-media-drag-preview-module__tQv7Aa__thumbnail{object-fit:cover;object-position:left;width:100%;height:100%;display:block}.gallery-media-drag-preview-module__tQv7Aa__placeholder{background:#ffffff0f;justify-content:center;align-items:center;width:100%;height:100%;padding:.5rem;display:flex}.gallery-media-drag-preview-module__tQv7Aa__prompt{font-size:var(--text-xs);color:#ffffff80;line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical;line-height:1.3;display:-webkit-box;overflow:hidden}.gallery-media-drag-preview-module__tQv7Aa__badge{background:hsl(from var(--color-primary)h s l);min-width:1.25rem;height:1.25rem;color:hsl(from var(--color-primary)h s 10%);font-size:var(--text-xxs);pointer-events:none;border-radius:.625rem;justify-content:center;align-items:center;padding:0 .25rem;font-weight:600;display:flex;position:absolute;top:-.375rem;right:-.375rem}
@layer components{.autocomplete-module__uPyKnW__root{flex-direction:column;width:20rem;display:inline-flex;position:relative}.autocomplete-module__uPyKnW__inputWrapper{transition:background var(--transition-base),border-color var(--transition-base);border:1px solid #0000;align-items:center;display:flex;position:relative}.autocomplete-module__uPyKnW__root[data-color-scheme=default] .autocomplete-module__uPyKnW__inputWrapper{background:hsl(from var(--color-ui)h s 15%)}.autocomplete-module__uPyKnW__root[data-color-scheme=dark] .autocomplete-module__uPyKnW__inputWrapper{background:hsl(from var(--color-ui)h s 4%)}.autocomplete-module__uPyKnW__root:focus-within .autocomplete-module__uPyKnW__inputWrapper{border-color:var(--color-primary)}.autocomplete-module__uPyKnW__root[data-disabled] .autocomplete-module__uPyKnW__inputWrapper{opacity:.5;cursor:not-allowed}.autocomplete-module__uPyKnW__root[data-invalid] .autocomplete-module__uPyKnW__inputWrapper{border-color:var(--color-danger)}.autocomplete-module__uPyKnW__input{min-width:0;height:100%;color:var(--color-text);font-family:inherit;font-size:inherit;line-height:inherit;background:0 0;border:none;outline:none;flex:1;padding:0}.autocomplete-module__uPyKnW__input::placeholder{color:var(--color-text-muted)}.autocomplete-module__uPyKnW__input:disabled{cursor:not-allowed}.autocomplete-module__uPyKnW__root[data-size=xs] .autocomplete-module__uPyKnW__inputWrapper{height:var(--size-xs);font-size:var(--text-xs);border-radius:var(--radius-xs);padding:0 .5rem}.autocomplete-module__uPyKnW__root[data-size=sm] .autocomplete-module__uPyKnW__inputWrapper{height:var(--size-sm);font-size:var(--text-xs);border-radius:var(--radius-sm);padding:0 .625rem}.autocomplete-module__uPyKnW__root[data-size=md] .autocomplete-module__uPyKnW__inputWrapper{height:var(--size-md);font-size:var(--text-sm);border-radius:var(--radius-md);padding:0 .75rem}.autocomplete-module__uPyKnW__root[data-size=lg] .autocomplete-module__uPyKnW__inputWrapper{height:var(--size-lg);font-size:var(--text-sm);border-radius:var(--radius-lg);padding:0 .875rem}.autocomplete-module__uPyKnW__root[data-size=xl] .autocomplete-module__uPyKnW__inputWrapper{height:var(--size-xl);font-size:var(--text-md);border-radius:var(--radius-xl);padding:0 1rem}.autocomplete-module__uPyKnW__dropdown{z-index:var(--z-dropdown,1100);border-radius:.5rem;max-height:20rem;overflow:hidden auto;box-shadow:0 4px 12px #0000004d}.autocomplete-module__uPyKnW__dropdown[data-color-scheme=default]{background:hsl(from var(--color-ui)h s 12%)}.autocomplete-module__uPyKnW__dropdown[data-color-scheme=dark]{background:hsl(from var(--color-ui)h s 4%)}.autocomplete-module__uPyKnW__option{cursor:pointer;transition:background var(--transition-fast);align-items:center;gap:.75rem;padding:.625rem .75rem;display:flex}.autocomplete-module__uPyKnW__option:hover,.autocomplete-module__uPyKnW__option.autocomplete-module__uPyKnW__highlighted{background:hsl(from var(--color-ui)h s 18%)}.autocomplete-module__uPyKnW__dropdown[data-color-scheme=dark] .autocomplete-module__uPyKnW__option:hover,.autocomplete-module__uPyKnW__dropdown[data-color-scheme=dark] .autocomplete-module__uPyKnW__option.autocomplete-module__uPyKnW__highlighted{background:hsl(from var(--color-ui)h s 10%)}.autocomplete-module__uPyKnW__dropdown[data-size=xs] .autocomplete-module__uPyKnW__option{font-size:var(--text-xs);gap:.5rem;padding:.375rem .5rem}.autocomplete-module__uPyKnW__dropdown[data-size=sm] .autocomplete-module__uPyKnW__option{font-size:var(--text-xs);gap:.625rem;padding:.5rem .625rem}.autocomplete-module__uPyKnW__dropdown[data-size=md] .autocomplete-module__uPyKnW__option{font-size:var(--text-sm);gap:.75rem;padding:.625rem .75rem}.autocomplete-module__uPyKnW__dropdown[data-size=lg] .autocomplete-module__uPyKnW__option{font-size:var(--text-sm);gap:.875rem;padding:.75rem .875rem}.autocomplete-module__uPyKnW__dropdown[data-size=xl] .autocomplete-module__uPyKnW__option{font-size:var(--text-md);gap:1rem;padding:.875rem 1rem}.autocomplete-module__uPyKnW__optionThumbnail{border-radius:var(--radius-sm);background:hsl(from var(--color-ui)h s 20%);color:hsl(from var(--color-ui)h s 60%);flex-shrink:0;justify-content:center;align-items:center;display:flex;overflow:hidden}.autocomplete-module__uPyKnW__optionThumbnailImage{object-fit:cover;width:100%;height:100%}.autocomplete-module__uPyKnW__optionThumbnailText{text-transform:uppercase;color:var(--color-text);font-weight:500}.autocomplete-module__uPyKnW__optionThumbnailIcon{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.autocomplete-module__uPyKnW__dropdown[data-size=xs] .autocomplete-module__uPyKnW__optionThumbnail{width:1.5rem;height:1.5rem}.autocomplete-module__uPyKnW__dropdown[data-size=xs] .autocomplete-module__uPyKnW__optionThumbnailText{font-size:var(--text-xxs)}.autocomplete-module__uPyKnW__dropdown[data-size=sm] .autocomplete-module__uPyKnW__optionThumbnail{width:2rem;height:2rem}.autocomplete-module__uPyKnW__dropdown[data-size=sm] .autocomplete-module__uPyKnW__optionThumbnailText{font-size:.625rem}.autocomplete-module__uPyKnW__dropdown[data-size=md] .autocomplete-module__uPyKnW__optionThumbnail{width:2.5rem;height:2.5rem}.autocomplete-module__uPyKnW__dropdown[data-size=md] .autocomplete-module__uPyKnW__optionThumbnailText{font-size:var(--text-xs)}.autocomplete-module__uPyKnW__dropdown[data-size=lg] .autocomplete-module__uPyKnW__optionThumbnail{width:3rem;height:3rem}.autocomplete-module__uPyKnW__dropdown[data-size=lg] .autocomplete-module__uPyKnW__optionThumbnailText{font-size:var(--text-sm)}.autocomplete-module__uPyKnW__dropdown[data-size=xl] .autocomplete-module__uPyKnW__optionThumbnail{width:3.5rem;height:3.5rem}.autocomplete-module__uPyKnW__dropdown[data-size=xl] .autocomplete-module__uPyKnW__optionThumbnailText{font-size:var(--text-md)}.autocomplete-module__uPyKnW__optionContent{flex-direction:column;flex:1;gap:.125rem;min-width:0;display:flex}.autocomplete-module__uPyKnW__optionLabel{color:var(--color-text);text-overflow:ellipsis;white-space:nowrap;font-weight:500;overflow:hidden}.autocomplete-module__uPyKnW__optionDescription{color:var(--color-text-muted);font-size:var(--text-xs);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.autocomplete-module__uPyKnW__actionButton{color:var(--color-text-muted);cursor:pointer;transition:color var(--transition-base);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:flex}.autocomplete-module__uPyKnW__actionButton:hover{color:var(--color-text)}.autocomplete-module__uPyKnW__dropdown[data-size=xs] .autocomplete-module__uPyKnW__actionButton{width:1rem;height:1rem}.autocomplete-module__uPyKnW__dropdown[data-size=sm] .autocomplete-module__uPyKnW__actionButton{width:1.125rem;height:1.125rem}.autocomplete-module__uPyKnW__dropdown[data-size=md] .autocomplete-module__uPyKnW__actionButton{width:1.25rem;height:1.25rem}.autocomplete-module__uPyKnW__dropdown[data-size=lg] .autocomplete-module__uPyKnW__actionButton{width:1.375rem;height:1.375rem}.autocomplete-module__uPyKnW__dropdown[data-size=xl] .autocomplete-module__uPyKnW__actionButton{width:1.5rem;height:1.5rem}.autocomplete-module__uPyKnW__loading,.autocomplete-module__uPyKnW__noResults{color:var(--color-text-muted);text-align:center;font-size:var(--text-sm);padding:.75rem}}
.create-cast-modal-module__j0GtwW__formLayout{flex-direction:column;gap:1.5rem;display:flex}.create-cast-modal-module__j0GtwW__divider{background:hsl(from var(--color-bg)h s 15%);border:none;height:1px}.create-cast-modal-module__j0GtwW__charactersSection{flex-direction:column;gap:.75rem;display:flex}.create-cast-modal-module__j0GtwW__sectionHeader{flex-direction:column;gap:.25rem;display:flex}.create-cast-modal-module__j0GtwW__sectionLabel{font-size:var(--text-sm);color:var(--color-text);font-weight:600}.create-cast-modal-module__j0GtwW__sectionDescription{font-size:var(--text-xs);color:var(--color-text-muted);margin:0;line-height:1.4}.create-cast-modal-module__j0GtwW__modeToggle{align-items:center;gap:1.5rem;display:flex}.create-cast-modal-module__j0GtwW__inputRow{align-items:center;gap:.5rem;display:flex}.create-cast-modal-module__j0GtwW__scriptRow{align-items:center;gap:.75rem;display:flex}.create-cast-modal-module__j0GtwW__scriptFileName{font-size:var(--text-xs);color:var(--color-text-muted);align-items:center;gap:.25rem;display:inline-flex}.create-cast-modal-module__j0GtwW__characterErrorText{font-size:var(--text-xs);color:var(--color-danger);margin:0}.create-cast-modal-module__j0GtwW__pillsList{flex-wrap:wrap;gap:.5rem;display:flex}.create-cast-modal-module__j0GtwW__pill{border-radius:var(--radius-full);background:hsl(from var(--color-ui)h s 13%);height:1.5rem;color:var(--color-text);align-items:center;gap:.25rem;padding:0 .375rem 0 .625rem;font-size:.6875rem;font-weight:400;line-height:normal;display:inline-flex}.create-cast-modal-module__j0GtwW__shareSection{align-items:flex-end;gap:1.5rem;display:flex}.create-cast-modal-module__j0GtwW__shareSelectCol{flex-direction:column;flex:1;gap:.5rem;min-width:0;display:flex}.create-cast-modal-module__j0GtwW__privateGroup{height:var(--size-lg);align-items:center;gap:.5rem;display:flex}.create-cast-modal-module__j0GtwW__privateNotice{font-size:var(--text-xs);color:var(--color-danger);visibility:hidden;margin:-1rem 0 0}.create-cast-modal-module__j0GtwW__privateNoticeVisible{visibility:visible}.create-cast-modal-module__j0GtwW__modalFooter{gap:1rem;display:flex}
.transfer-ownership-modal-module__vMwDxq__description{color:hsl(var(--color-text-secondary));font-size:var(--text-sm);margin:0 0 1.5rem;line-height:1.5}.transfer-ownership-modal-module__vMwDxq__form{flex-direction:column;gap:1rem;display:flex}.transfer-ownership-modal-module__vMwDxq__footer{justify-content:flex-start;gap:.75rem;width:100%;display:flex}.transfer-ownership-modal-module__vMwDxq__selectedUser{background-color:hsl(var(--color-bg-secondary));border:1px solid hsl(var(--color-border-primary));border-radius:.5rem;padding:1rem}.transfer-ownership-modal-module__vMwDxq__selectedUserInfo{flex-direction:column;gap:.25rem;display:flex}.transfer-ownership-modal-module__vMwDxq__selectedUserName{color:hsl(var(--color-text-primary));font-weight:500}
.sidebar-tabs-module__PofZaG__sidebarTabs{align-items:flex-end;gap:2px;height:100%;display:flex}.sidebar-tabs-module__PofZaG__tab{background:var(--sidebar-tab-bg,hsl(from var(--color-ui)h s 14%));height:1.75rem;color:var(--color-text);font-size:var(--text-xs);cursor:pointer;transition:background var(--transition-base);border:none;border-radius:.25rem .25rem 0 0;justify-content:center;align-items:center;gap:.375rem;padding:0 .5rem;font-weight:700;display:inline-flex}.sidebar-tabs-module__PofZaG__tabBadge{background:var(--color-orange);color:#fff;min-width:.9375rem;height:.9375rem;font-size:var(--text-xxs);border-radius:.25rem;justify-content:center;align-items:center;padding:0 .25rem;font-weight:700;line-height:1;display:inline-flex}.sidebar-tabs-module__PofZaG__tab:hover{background:hsl(from var(--color-ui)h s 12%)}.sidebar-tabs-module__PofZaG__tab.sidebar-tabs-module__PofZaG__active{background:var(--sidebar-tab-active-bg,hsl(from var(--color-ui)h s 10%));height:calc(1.75rem + 2px)}.sidebar-tabs-module__PofZaG__tab.sidebar-tabs-module__PofZaG__iconTab{justify-content:center;align-items:center;padding:0 .5rem;display:flex}.sidebar-tabs-module__PofZaG__tab.sidebar-tabs-module__PofZaG__springTarget,.sidebar-tabs-module__PofZaG__tab.sidebar-tabs-module__PofZaG__springTarget:hover{background:hsl(from var(--color-primary)h s l/.08);outline:1px dashed var(--color-primary);outline-offset:-1px}
.filmstrip-card-module__3Zefrq__card{--card-edge-pad-top:.5rem;--card-edge-pad:.375rem;--badge-height:1.25rem;--badge-radius:.25rem;--badge-font-size:var(--text-xs);width:100%;height:100%;position:relative;container:filmstrip-card/size}.filmstrip-card-module__3Zefrq__card:before{content:"";background:var(--color-primary);opacity:0;width:3px;transition:opacity var(--transition-base);pointer-events:none;z-index:2;position:absolute;top:0;bottom:0;left:0}.filmstrip-card-module__3Zefrq__card.filmstrip-card-module__3Zefrq__active:before{opacity:1}.filmstrip-card-module__3Zefrq__mediaContainer{position:absolute;inset:0;overflow:hidden}.filmstrip-card-module__3Zefrq__image{object-fit:cover;object-position:left;width:100%;height:100%;display:block;position:absolute;inset:0}.filmstrip-card-module__3Zefrq__letterboxed .filmstrip-card-module__3Zefrq__image{object-fit:contain;object-position:center}.filmstrip-card-module__3Zefrq__backdrop{object-fit:cover;object-position:center;opacity:.1;width:100%;height:100%;display:block;position:absolute;inset:0}.filmstrip-card-module__3Zefrq__imageHidden{visibility:hidden}.filmstrip-card-module__3Zefrq__imageHoverable{transition:filter var(--transition-base)}.filmstrip-card-module__3Zefrq__finalLayer{opacity:0;transition:opacity .2s}.filmstrip-card-module__3Zefrq__finalLoaded{opacity:1}.filmstrip-card-module__3Zefrq__card:hover .filmstrip-card-module__3Zefrq__imageHoverable{filter:brightness(1.15)}.filmstrip-card-module__3Zefrq__video{object-fit:cover;object-position:left;width:100%;height:100%;display:block;position:absolute;top:0;left:0}.filmstrip-card-module__3Zefrq__letterboxed .filmstrip-card-module__3Zefrq__video{object-fit:contain;object-position:center}.filmstrip-card-module__3Zefrq__videoHidden{visibility:hidden}.filmstrip-card-module__3Zefrq__promptOverlay{justify-content:center;align-items:center;padding:.5rem;display:flex;position:absolute;inset:0}.filmstrip-card-module__3Zefrq__promptText{font-size:var(--text-xs);color:#ffffff80;line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical;line-height:1.3;display:-webkit-box;overflow:hidden}.filmstrip-card-module__3Zefrq__playIcon{color:#fff;opacity:.8;pointer-events:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.filmstrip-card-module__3Zefrq__loading{background:#ffffff0f;justify-content:center;align-items:center;display:flex;overflow:hidden}.filmstrip-card-module__3Zefrq__progressBar{background:#8033cc;max-width:calc(100% - 1.5rem);height:2px;transition:width .3s;position:absolute;top:0;left:0}.filmstrip-card-module__3Zefrq__progressBar.filmstrip-card-module__3Zefrq__progressBarPeek{max-width:100%}.filmstrip-card-module__3Zefrq__progressBar.filmstrip-card-module__3Zefrq__indeterminate{background:linear-gradient(90deg,#0000,#8033cc,#0000);animation:1.5s ease-in-out infinite filmstrip-card-module__3Zefrq__indeterminate;width:100%!important}@keyframes filmstrip-card-module__3Zefrq__indeterminate{0%{transform:translate(-100%)}to{transform:translate(100%)}}.filmstrip-card-module__3Zefrq__toolbar{background:#000000d9;border-radius:0 0 0 .25rem;flex-direction:column;width:1.5rem;display:flex;position:absolute;top:0;right:0;overflow:hidden}.filmstrip-card-module__3Zefrq__toolbarButton{all:unset;cursor:pointer;width:1.5rem;height:1.5rem;color:inherit;transition:background var(--transition-base);justify-content:center;align-items:center;display:flex}.filmstrip-card-module__3Zefrq__toolbarButton:hover{background:hsl(from var(--color-ui)h s 15%)}.filmstrip-card-module__3Zefrq__inBatch,.filmstrip-card-module__3Zefrq__inBatch:hover{background:var(--color-review-batch);color:#fff}.filmstrip-card-module__3Zefrq__discarded{color:#e83030}.filmstrip-card-module__3Zefrq__errorDot{background:var(--color-danger);border-radius:9999px;width:.375rem;height:.375rem}.filmstrip-card-module__3Zefrq__dragHandle{font:inherit;border-radius:0 0 var(--badge-radius)var(--badge-radius);width:3rem;height:1.5rem;color:inherit;cursor:grab;opacity:0;transition:opacity var(--transition-base);z-index:1;background:#000000e6;border:0;justify-content:center;align-items:center;padding:0;display:flex;position:absolute;top:0;left:50%;transform:translate(-50%)}.filmstrip-card-module__3Zefrq__card:hover .filmstrip-card-module__3Zefrq__dragHandle{opacity:1}.filmstrip-card-module__3Zefrq__card.filmstrip-card-module__3Zefrq__dragging{opacity:.35}.filmstrip-card-module__3Zefrq__checkbox{all:unset;top:var(--card-edge-pad-top);left:var(--card-edge-pad);border-radius:var(--radius-xs);background:hsl(from var(--color-ui)h s 4%);cursor:pointer;color:#fff;justify-content:center;align-items:center;width:1.25rem;height:1.25rem;display:flex;position:absolute}.filmstrip-card-module__3Zefrq__checkboxChecked{background:var(--color-primary);border:1px solid var(--color-lines)}.filmstrip-card-module__3Zefrq__bottomRightToolbar{right:var(--card-edge-pad);bottom:var(--card-edge-pad);z-index:1;align-items:center;gap:.25rem;display:flex;position:absolute}.filmstrip-card-module__3Zefrq__starRatingTrigger{all:unset;cursor:pointer;align-items:center;display:flex}.filmstrip-card-module__3Zefrq__starRatingContent{height:var(--badge-height);border-radius:var(--badge-radius);background:#000000ab;align-items:center;gap:.1875rem;padding:0 .375rem;display:flex}.filmstrip-card-module__3Zefrq__starRatingValue{font-size:var(--badge-font-size);font-weight:var(--font-weight-bold);color:#fff;line-height:1}.filmstrip-card-module__3Zefrq__approvalsBadge{height:var(--badge-height);border-radius:var(--badge-radius);background:var(--color-review-approved);color:#fff;align-items:center;gap:.1875rem;padding:0 .375rem;display:inline-flex}.filmstrip-card-module__3Zefrq__approvalsCount{font-size:var(--badge-font-size);font-weight:var(--font-weight-bold);line-height:1}.filmstrip-card-module__3Zefrq__approvalsIcon{align-items:center;display:inline-flex}.filmstrip-card-module__3Zefrq__approvalsWord{font-size:var(--badge-font-size);line-height:1;display:none}.filmstrip-card-module__3Zefrq__starRatingPopover{width:auto;min-width:0;padding:.5rem}.filmstrip-card-module__3Zefrq__ratingsLoading{justify-content:center;align-items:center;padding:.5rem;display:flex}.filmstrip-card-module__3Zefrq__ratingsEmpty{font-size:var(--text-xs);color:var(--color-text-muted);padding:.25rem .5rem}.filmstrip-card-module__3Zefrq__ratingsList{flex-direction:column;gap:.25rem;display:flex}.filmstrip-card-module__3Zefrq__ratingsRow{justify-content:space-between;align-items:center;gap:.75rem;padding:.125rem 0;display:flex}.filmstrip-card-module__3Zefrq__ratingsName{font-size:var(--text-xs);color:var(--color-text);white-space:nowrap}.filmstrip-card-module__3Zefrq__commentBadge{left:var(--card-edge-pad);bottom:var(--card-edge-pad);height:var(--badge-height);border-radius:var(--badge-radius);background:var(--color-orange);color:#fff;pointer-events:none;z-index:1;align-items:center;gap:.1875rem;padding:0 .375rem;display:inline-flex;position:absolute}.filmstrip-card-module__3Zefrq__commentBadgeIcon{align-items:center;display:inline-flex}.filmstrip-card-module__3Zefrq__card[data-has-approvals] .filmstrip-card-module__3Zefrq__commentBadgeIcon{display:none}.filmstrip-card-module__3Zefrq__commentBadgeCount{font-size:var(--badge-font-size);font-weight:var(--font-weight-bold);line-height:1}@container filmstrip-card (min-aspect-ratio:16/9){.filmstrip-card-module__3Zefrq__card[data-has-approvals] .filmstrip-card-module__3Zefrq__commentBadgeIcon{display:inline-flex}.filmstrip-card-module__3Zefrq__approvalsIcon{display:none}.filmstrip-card-module__3Zefrq__approvalsWord{display:inline}}
.change-role-modal-module__vLdztW__subtitle{font-size:var(--text-sm);color:var(--color-text-secondary);margin-bottom:1rem;line-height:1.5}
.modify-batch-reopen-modal-module__r2AIsG__description{color:#fff;font-size:var(--text-xs);margin:0;font-weight:400;line-height:1.125rem}
.rename-character-modal-module__Ye8gNG__formLayout{flex-direction:column;gap:1.5rem;display:flex}.rename-character-modal-module__Ye8gNG__modalFooter{gap:1rem;display:flex}.rename-character-modal-module__Ye8gNG__charCount{color:var(--color-text-muted);font-size:var(--text-xs);text-align:right}
@layer components{.card-module__ZHy5KW__card{background:hsl(from var(--color-ui)h s 15%);filter:brightness();flex-direction:column;width:100%;height:100%;transition:filter .4s cubic-bezier(.05,.8,.2,1);display:flex;position:relative;overflow:hidden}.card-module__ZHy5KW__hasWidth{width:var(--card-width)}.card-module__ZHy5KW__cardLink{position:absolute;inset:0}:where(.card-module__ZHy5KW__card:has(.card-module__ZHy5KW__cardLink)) :where(a:not(.card-module__ZHy5KW__cardLink),button,[role=button],input,select,textarea,label){z-index:1;position:relative}.card-module__ZHy5KW__cardLink:focus-visible,.card-module__ZHy5KW__footerLink:focus-visible{outline:none}:is(.card-module__ZHy5KW__card:has(.card-module__ZHy5KW__cardLink:focus-visible),.card-module__ZHy5KW__card:has(.card-module__ZHy5KW__footerLink:focus-visible)){outline:auto}.card-module__ZHy5KW__variant-default{border:none}.card-module__ZHy5KW__variant-elevated{border:none;box-shadow:0 2px 8px #0000004d}.card-module__ZHy5KW__variant-ghost{border:1px solid var(--color-lines);background:0 0}.card-module__ZHy5KW__padding-none .card-module__ZHy5KW__cardContent,.card-module__ZHy5KW__padding-none .card-module__ZHy5KW__cardFooter{padding:0}.card-module__ZHy5KW__padding-sm .card-module__ZHy5KW__cardContent,.card-module__ZHy5KW__padding-sm .card-module__ZHy5KW__cardFooter{padding:.75rem}.card-module__ZHy5KW__padding-md .card-module__ZHy5KW__cardContent,.card-module__ZHy5KW__padding-md .card-module__ZHy5KW__cardFooter{padding:1rem}.card-module__ZHy5KW__padding-lg .card-module__ZHy5KW__cardContent,.card-module__ZHy5KW__padding-lg .card-module__ZHy5KW__cardFooter{padding:1.5rem}.card-module__ZHy5KW__padding-xl .card-module__ZHy5KW__cardContent,.card-module__ZHy5KW__padding-xl .card-module__ZHy5KW__cardFooter{padding:2rem}.card-module__ZHy5KW__radius-none{border-radius:0}.card-module__ZHy5KW__radius-sm{border-radius:.375rem}.card-module__ZHy5KW__radius-md{border-radius:.5rem}.card-module__ZHy5KW__radius-lg{border-radius:.75rem}.card-module__ZHy5KW__hoverEffect:hover{filter:brightness(1.2)}.card-module__ZHy5KW__interactive{cursor:pointer}.card-module__ZHy5KW__cardHeader{flex-shrink:0;position:relative}.card-module__ZHy5KW__cardHeader[data-has-image]{aspect-ratio:var(--header-aspect-ratio,16/9);background-image:var(--header-image);background-position:50%;background-size:cover}.card-module__ZHy5KW__cardHeader[data-has-placeholder]{aspect-ratio:var(--header-aspect-ratio,16/9);background:hsl(from var(--color-ui)h s 4%)}.card-module__ZHy5KW__headerPlaceholder{justify-content:center;align-items:center;display:flex;position:absolute;inset:0;overflow:hidden}.card-module__ZHy5KW__headerPlaceholderIcon{color:hsl(from var(--color-ui)h s 35%)}.card-module__ZHy5KW__headerFallbackImage{object-fit:cover;width:100%;height:100%;display:block}.card-module__ZHy5KW__headerContent{flex-direction:column;justify-content:flex-end;display:flex;position:absolute;inset:0}.card-module__ZHy5KW__menuWrapper{z-index:1;position:absolute;top:.5rem;right:.5rem}.card-module__ZHy5KW__menuTrigger{background:hsl(from var(--color-ui)h 10% 4%);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;padding:0;transition:background .15s;display:flex}.card-module__ZHy5KW__menuTrigger:hover{background:hsl(from var(--color-ui)h 10% 8%)}.card-module__ZHy5KW__cardContent{color:var(--color-text);flex:1}.card-module__ZHy5KW__cardFooter{flex-shrink:0}.card-module__ZHy5KW__cardFooterDefault{padding-top:0}.card-module__ZHy5KW__linkButton{width:100%;font-size:var(--text-sm);color:#fff;background:var(--link-button-color,hsl(from var(--color-ui)h 10% 6%));border-radius:.375rem;justify-content:center;align-items:center;gap:.5rem;padding:.625rem 1rem;font-weight:500;transition:background .15s ease-in-out;display:flex}.card-module__ZHy5KW__linkButton:hover{background:var(--link-button-color,hsl(from var(--color-ui)h 10% 10%))}.card-module__ZHy5KW__footerLink,.card-module__ZHy5KW__footerLink:visited{color:#fff;text-decoration:none}}
.nav-panel-module__atfU4W__panel{inset:unset;width:auto;height:auto;min-height:8rem;top:calc(var(--header-height) + var(--title-bar-height) - .5rem);background:hsl(from var(--color-ui)h s 4%);color:hsl(from var(--color-text)h s l/.6);font-size:var(--text-sm);opacity:0;transition:opacity var(--transition-base),transform var(--transition-base),display var(--transition-base)allow-discrete,overlay var(--transition-base)allow-discrete;border:none;border-radius:.5rem;margin:0;padding:0;position:fixed;left:1rem;right:1rem;transform:translateY(-.5rem);container-type:inline-size}.nav-panel-module__atfU4W__panel:popover-open{opacity:1;flex-direction:column;display:flex;transform:translateY(0)}@starting-style{.nav-panel-module__atfU4W__panel:popover-open{opacity:0;transform:translateY(-.5rem)}}.nav-panel-module__atfU4W__content{flex-direction:column;flex:1;display:flex}@container (min-width:35rem){.nav-panel-module__atfU4W__content{flex-direction:row}}.nav-panel-module__atfU4W__section{flex:1;min-width:0;padding:1rem}.nav-panel-module__atfU4W__divider{background:hsl(from var(--color-ui)h s 15%);border:none;height:1px;margin:0}@container (min-width:35rem){.nav-panel-module__atfU4W__divider{width:1px;height:auto}}.nav-panel-module__atfU4W__sectionTitle{font-size:var(--text-sm);color:var(--color-text);margin:0 0 .5rem;font-weight:600}.nav-panel-module__atfU4W__sectionNavigation{padding-bottom:0}@container (min-width:35rem){.nav-panel-module__atfU4W__sectionNavigation{flex-direction:column;display:flex}.nav-panel-module__atfU4W__navScroll{flex:1}}.nav-panel-module__atfU4W__navScroll{white-space:nowrap;margin:0 -1rem;padding:0 1rem;overflow-x:auto}.nav-panel-module__atfU4W__tree{flex-direction:column;padding-bottom:1rem;padding-left:1rem;display:flex}.nav-panel-module__atfU4W__treeNode{height:1.5rem;margin-left:calc(var(--depth)*1.25rem);align-items:center;display:flex;position:relative}.nav-panel-module__atfU4W__connector{border-left:1px solid hsl(from var(--color-ui)h s 25%);border-bottom:1px solid hsl(from var(--color-ui)h s 25%);pointer-events:none;border-bottom-left-radius:.375rem;width:.75rem;height:.8rem;position:absolute;top:0;left:-1rem}.nav-panel-module__atfU4W__treeLink{color:hsl(from var(--color-text)h s l/.6);transition:color var(--transition-base);text-decoration:none}.nav-panel-module__atfU4W__treeLink:hover,.nav-panel-module__atfU4W__treeLabel{color:var(--color-text)}.nav-panel-module__atfU4W__historyScroll{max-height:10rem;padding-right:.5rem;overflow-y:auto}.nav-panel-module__atfU4W__historyList{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.nav-panel-module__atfU4W__historyItem{display:flex}.nav-panel-module__atfU4W__historyLink{width:100%;color:hsl(from var(--color-text)h s l/.6);white-space:nowrap;text-overflow:ellipsis;transition:color var(--transition-base),background-color var(--transition-base);border-radius:.25rem;padding:.25rem .5rem;text-decoration:none;display:block;overflow:hidden}.nav-panel-module__atfU4W__historyLink:hover{color:var(--color-text);background:hsl(from var(--color-ui)h s 10%)}@media (min-width:768px){.nav-panel-module__atfU4W__panel{width:35rem;max-width:calc(100vw - 2rem);right:auto}}
.filmstrip-card-stack-module__ULr_Ca__stack{align-items:center;height:100%;display:flex}.filmstrip-card-stack-module__ULr_Ca__batchButton{background:hsl(from var(--color-ui)h s 0%);width:2rem;height:calc(100% - 2rem);color:inherit;cursor:pointer;z-index:1;border:none;border-radius:.5rem 0 0 .5rem;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:.25rem;display:flex}.filmstrip-card-stack-module__ULr_Ca__batchCount{font-size:var(--text-xs);color:#fff;line-height:1}.filmstrip-card-stack-module__ULr_Ca__cards{gap:.125rem;height:100%;display:flex}.filmstrip-card-stack-module__ULr_Ca__singleCard{padding-left:.5rem}.filmstrip-card-stack-module__ULr_Ca__cardWrapper{flex-shrink:0;height:100%;transition:width .4s cubic-bezier(.05,.8,.2,1);position:relative;overflow:hidden}.filmstrip-card-stack-module__ULr_Ca__cardWrapper.filmstrip-card-stack-module__ULr_Ca__hasCardShadow:after{content:"";z-index:2;pointer-events:none;background:linear-gradient(90deg,#0000,#000000a8);width:.5rem;height:100%;position:absolute;top:0;right:0}
.generations-log-module__rzHpea__filters{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.75rem;display:flex}.generations-log-module__rzHpea__toolbarGroup{align-items:center;gap:.75rem;display:flex}.generations-log-module__rzHpea__search{width:15rem}.generations-log-module__rzHpea__columnsTrigger{height:2rem;font-size:var(--text-xs);color:var(--color-text);background:hsl(from var(--color-ui)h s 4%);border:1px solid hsl(from var(--color-ui)h s 4%);border-radius:var(--radius-full);cursor:pointer;align-items:center;gap:.5rem;padding:0 .75rem;transition:background .15s;display:inline-flex}.generations-log-module__rzHpea__columnsTrigger:hover{background:hsl(from var(--color-ui)h s 8%)}.generations-log-module__rzHpea__columnList{flex-direction:column;gap:.625rem;padding:.25rem;display:flex}.generations-log-module__rzHpea__truncated{text-overflow:ellipsis;white-space:nowrap;max-width:16rem;display:block;overflow:hidden}.generations-log-module__rzHpea__status{white-space:nowrap}.generations-log-module__rzHpea__status[data-status=succeeded]{color:var(--color-success)}.generations-log-module__rzHpea__status[data-status=failed]{color:var(--color-danger)}.generations-log-module__rzHpea__status[data-status=started]{color:var(--color-warning)}.generations-log-module__rzHpea__status[data-status=cancelled]{color:var(--color-text-muted)}.generations-log-module__rzHpea__approvedBox{background:var(--color-success);color:#fff;vertical-align:middle;border-radius:.25rem;justify-content:center;align-items:center;width:1.25rem;height:1.25rem;display:inline-flex}
.rename-review-batch-modal-module__6p0QtW__formLayout{flex-direction:column;gap:.5rem;display:flex}.rename-review-batch-modal-module__6p0QtW__errorText{color:var(--color-danger);font-size:var(--text-xs);margin:0}.rename-review-batch-modal-module__6p0QtW__modalFooter{gap:1rem;display:flex}
.frames-recently-used-module__YB5Pua__root{width:100%;height:100%;font-size:var(--text-sm);color:var(--color-text-muted);flex-direction:column;display:flex}.frames-recently-used-module__YB5Pua__results{min-height:0;padding:var(--prompt-box-panel-padding);background:hsl(from var(--color-ui)h s 2%);scrollbar-gutter:stable;--scrollbar-thumb:hsl(from var(--color-ui)h s 20%);--scrollbar-thumb-hover:hsl(from var(--color-ui)h s 30%);--scrollbar-track:hsl(from var(--color-ui)h s 6%);flex:1;overflow-y:auto}.frames-recently-used-module__YB5Pua__grid{grid-template-columns:repeat(auto-fill,minmax(5rem,1fr));gap:.5rem;display:grid}.frames-recently-used-module__YB5Pua__tile{aspect-ratio:1;background:hsl(from var(--color-ui)h s 8%);cursor:pointer;outline-offset:-2px;border:none;border-radius:.375rem;outline:2px solid #0000;padding:0;font-family:inherit;transition:outline-color .12s;position:relative;overflow:hidden}.frames-recently-used-module__YB5Pua__tile[data-attached]{outline-color:hsl(from var(--color-primary)h s l)}.frames-recently-used-module__YB5Pua__thumb{object-fit:cover;width:100%;height:100%;display:block}.frames-recently-used-module__YB5Pua__badge{color:#fff;text-transform:uppercase;letter-spacing:.03em;background:#000000b3;border-radius:.25rem;padding:.125rem .375rem;font-size:.625rem;font-weight:600;line-height:1;position:absolute;top:.25rem;left:.25rem}.frames-recently-used-module__YB5Pua__emptyState{text-align:center;justify-content:center;align-items:center;padding:2rem;display:flex}.frames-recently-used-module__YB5Pua__statusRow{justify-content:center;padding:.75rem 0;display:flex}.frames-recently-used-module__YB5Pua__sentinel{height:1px}
.character-generations-grid-module__j5j3_W__wrapper{width:100%}.character-generations-grid-module__j5j3_W__visuallyHidden{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.character-generations-grid-module__j5j3_W__filtersEmpty{flex-direction:column;align-items:center;gap:1rem;padding:3rem 1rem;display:flex}.character-generations-grid-module__j5j3_W__filtersEmptyActions{align-items:center;gap:.75rem;display:flex}.character-generations-grid-module__j5j3_W__emptyState{margin-top:1.5rem}.character-generations-grid-module__j5j3_W__filtersEmptyText{color:hsl(from var(--color-text)h s l/60%);font-size:var(--text-sm);margin:0}.character-generations-grid-module__j5j3_W__toolbar{justify-content:flex-end;align-items:center;gap:.9375rem;display:flex}.character-generations-grid-module__j5j3_W__bulkToolbar{top:calc(var(--top-offset,6rem) + 2.25rem);z-index:2;box-sizing:border-box;margin-top:.75rem;background:hsl(from var(--color-ui)h s 4%);justify-content:center;align-items:center;gap:.5rem;width:calc(100% + 3rem);margin-inline:-1.5rem;padding:.5rem 1.5rem;display:flex;position:sticky}.character-generations-grid-module__j5j3_W__bulkSelectionCount{color:#fff;font-size:var(--text-xs);white-space:nowrap;line-height:1}.character-generations-grid-module__j5j3_W__deselectButton{--color-scheme-bg:hsl(from var(--color-ui)h s 12%);--color-scheme-bg-hover:hsl(from var(--color-ui)h s 18%)}.character-generations-grid-module__j5j3_W__approvedToggle div[data-component=checkbox-field]{align-items:center}.character-generations-grid-module__j5j3_W__approvedToggle span[data-component=checkbox]{margin-top:0}.character-generations-grid-module__j5j3_W__approvedToggle label{color:#fff;opacity:.8;line-height:normal}.character-generations-grid-module__j5j3_W__gridSizeToggle{background:hsl(from var(--color-ui)h s 4%);border-radius:1.5rem;width:4.5625rem;height:2rem;display:flex}.character-generations-grid-module__j5j3_W__gridSizeButton{min-width:0;color:hsl(from var(--color-ui)h s 60%);cursor:pointer;background:0 0;border:none;border-radius:1.5rem;flex:1;justify-content:center;align-items:center;padding:0;display:flex}.character-generations-grid-module__j5j3_W__gridSizeButton:hover{color:#fff}.character-generations-grid-module__j5j3_W__gridSizeButton[data-active]{background:hsl(from var(--color-ui)h s 20%);color:#fff}.character-generations-grid-module__j5j3_W__gridSizeButton[data-active]:first-child{border-radius:1.25rem 0 0 1.25rem}.character-generations-grid-module__j5j3_W__gridSizeButton[data-active]:last-child{border-radius:0 1.25rem 1.25rem 0}.character-generations-grid-module__j5j3_W__grid{justify-content:center;gap:1.75rem;width:100%;margin-top:1.5rem;display:grid}.character-generations-grid-module__j5j3_W__gridCols2{grid-template-columns:repeat(2,minmax(0,32.625rem))}.character-generations-grid-module__j5j3_W__gridCols4{grid-template-columns:repeat(4,minmax(0,1fr))}.character-generations-grid-module__j5j3_W__groupedRoot{margin-top:1.5rem;flex-direction:column;gap:1.375rem;width:calc(100% + 3rem);margin-inline:-1.5rem;display:flex}.character-generations-grid-module__j5j3_W__groupSection{background:hsl(from var(--color-ui)h s 4%);border-radius:.5rem;flex-direction:column;gap:1.375rem;min-width:0;padding:1.25rem 1.25rem .5rem;display:flex}.character-generations-grid-module__j5j3_W__groupTitle{font-size:var(--text-md);color:#fff;margin:0;font-weight:700}.character-generations-grid-module__j5j3_W__groupTrack{flex:1;width:100%;min-height:0;display:flex;position:relative}.character-generations-grid-module__j5j3_W__groupRow{scrollbar-width:thin;scrollbar-color:hsl(from var(--color-ui)h s 25%)transparent;flex:1;gap:1.25rem;width:100%;min-height:0;padding-bottom:.5rem;display:flex;overflow-x:auto}.character-generations-grid-module__j5j3_W__groupRow::-webkit-scrollbar{height:.375rem}.character-generations-grid-module__j5j3_W__groupRow::-webkit-scrollbar-track{background:0 0}.character-generations-grid-module__j5j3_W__groupRow::-webkit-scrollbar-thumb{background:hsl(from var(--color-ui)h s 25%);border-radius:.1875rem}.character-generations-grid-module__j5j3_W__groupScrollButton{z-index:1;background:hsl(from var(--color-ui)h s 4%/.85);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;padding:0;transition:background .15s;display:flex;position:absolute;top:calc(50% - 1rem)}.character-generations-grid-module__j5j3_W__groupScrollButton:hover{background:hsl(from var(--color-ui)h s 15%)}.character-generations-grid-module__j5j3_W__groupScrollPrev{left:0}.character-generations-grid-module__j5j3_W__groupScrollNext{right:0}.character-generations-grid-module__j5j3_W__groupRow>article{flex-shrink:0;width:18rem}.character-generations-grid-module__j5j3_W__groupRow .character-generations-grid-module__j5j3_W__imageArea{aspect-ratio:auto;height:auto}.character-generations-grid-module__j5j3_W__groupRow>article.character-generations-grid-module__j5j3_W__placeholderCard{border-radius:.25rem}.character-generations-grid-module__j5j3_W__groupRow .character-generations-grid-module__j5j3_W__imageAreaEmpty{aspect-ratio:16/9}.character-generations-grid-module__j5j3_W__groupRow .character-generations-grid-module__j5j3_W__media{object-fit:contain;height:auto}.character-generations-grid-module__j5j3_W__generatingBody{flex-direction:column;align-items:center;gap:.5rem;display:flex}.character-generations-grid-module__j5j3_W__generatingLabel{font-size:var(--text-xs);color:hsl(from var(--color-ui)h s 70%)}.character-generations-grid-module__j5j3_W__card{background:hsl(from var(--color-ui)h s 15%);isolation:isolate;border-radius:.25rem;flex-direction:column;display:flex;overflow:hidden}.character-generations-grid-module__j5j3_W__cardDraggable{cursor:grab}.character-generations-grid-module__j5j3_W__cardDraggable:active{cursor:grabbing}.character-generations-grid-module__j5j3_W__imageArea{aspect-ratio:16/9;background:hsl(from var(--color-ui)h s 4%);width:100%;position:relative}.character-generations-grid-module__j5j3_W__imageAreaEmpty{justify-content:center;align-items:center;display:flex}.character-generations-grid-module__j5j3_W__cardCheckbox{all:unset;z-index:3;border-radius:var(--radius-xs);background:hsl(from var(--color-ui)h s 12%);cursor:pointer;color:#fff;justify-content:center;align-items:center;width:1.25rem;height:1.25rem;display:flex;position:absolute;top:.5rem;left:.375rem}.character-generations-grid-module__j5j3_W__cardCheckboxChecked{background:var(--color-primary);border:1px solid var(--color-lines)}.character-generations-grid-module__j5j3_W__cardCheckboxBelowStatus{top:2rem}.character-generations-grid-module__j5j3_W__mediaButton{width:100%;height:100%;cursor:inherit;background:0 0;border:none;padding:0;transition:opacity .15s;display:block}.character-generations-grid-module__j5j3_W__mediaButton:hover{opacity:.9}.character-generations-grid-module__j5j3_W__mediaButton:focus-visible{outline-offset:-2px;outline:2px solid #fff}.character-generations-grid-module__j5j3_W__media{object-fit:cover;width:100%;height:100%;display:block}.character-generations-grid-module__j5j3_W__previewImage{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.character-generations-grid-module__j5j3_W__cardToolbar{border-top-right-radius:.25rem;border-bottom-left-radius:.25rem;flex-direction:column;width:1.5rem;display:flex;position:absolute;top:0;right:0;overflow:hidden}.character-generations-grid-module__j5j3_W__toolbarSlot{background:hsl(from var(--color-ui)h s 8%/.9);justify-content:center;align-items:center;width:1.5rem;height:1.5rem;display:flex}.character-generations-grid-module__j5j3_W__errorDot{border-radius:var(--radius-full);background:var(--color-danger);width:.375rem;height:.375rem}.character-generations-grid-module__j5j3_W__reviewBatchButton{background:hsl(from var(--color-ui)h s 8%/.9);color:#fff;cursor:pointer;width:1.5rem;height:1.5rem;transition:background var(--transition-base);border:none;justify-content:center;align-items:center;padding:0;display:flex}.character-generations-grid-module__j5j3_W__reviewBatchButton:hover{background:hsl(from var(--color-ui)h s 14%)}.character-generations-grid-module__j5j3_W__reviewBatchButton:disabled{opacity:.7;cursor:default}.character-generations-grid-module__j5j3_W__reviewBatchButtonAdded,.character-generations-grid-module__j5j3_W__reviewBatchButtonAdded:hover{background:var(--color-review-batch);color:#fff}.character-generations-grid-module__j5j3_W__kebabButton{background:hsl(from var(--color-ui)h s 8%/.9);color:#fff;cursor:pointer;border:none;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;padding:0;display:flex}.character-generations-grid-module__j5j3_W__kebabButton:hover{background:hsl(from var(--color-ui)h s 14%)}.character-generations-grid-module__j5j3_W__commentBadge{background:var(--color-orange);color:#fff;border-radius:.125rem;align-items:center;gap:.1875rem;height:1rem;padding:0 .375rem;font-size:.625rem;font-weight:500;display:inline-flex;position:absolute;bottom:.625rem;left:.625rem}.character-generations-grid-module__j5j3_W__cardMetadata{flex-direction:column;align-items:flex-end;gap:.375rem;max-width:calc(100% - 1.25rem);display:flex;position:absolute;bottom:.625rem;right:.625rem}.character-generations-grid-module__j5j3_W__starRow{line-height:0}.character-generations-grid-module__j5j3_W__modelChip{background:hsl(from var(--color-ui)h s 15%);color:#fff;max-width:100%;font-size:var(--text-xxs);text-overflow:ellipsis;white-space:nowrap;border-radius:.25rem;padding:.375rem .5rem;font-weight:400;line-height:1;overflow:hidden}.character-generations-grid-module__j5j3_W__inProgressBody,.character-generations-grid-module__j5j3_W__failedBody{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:.75rem;display:flex;position:absolute;inset:0}.character-generations-grid-module__j5j3_W__inProgressPrompt,.character-generations-grid-module__j5j3_W__failedMessage{font-size:var(--text-xs);color:hsl(from var(--color-ui)h s 60%);-webkit-line-clamp:4;-webkit-box-orient:vertical;line-height:1rem;display:-webkit-box;overflow:hidden}.character-generations-grid-module__j5j3_W__inProgressSpinner{z-index:1;pointer-events:none;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.character-generations-grid-module__j5j3_W__progressBar{max-width:calc(100% - 1.5rem);height:2px;transition:width var(--transition-base);z-index:2;background:#8033cc;position:absolute;top:0;left:0}.character-generations-grid-module__j5j3_W__progressBarIndeterminate{background:linear-gradient(90deg,#0000,#8033cc,#0000);width:100%;animation:1.5s ease-in-out infinite character-generations-grid-module__j5j3_W__characterCardIndeterminate}@keyframes character-generations-grid-module__j5j3_W__characterCardIndeterminate{0%{transform:translate(-100%)}to{transform:translate(100%)}}.character-generations-grid-module__j5j3_W__statusBadge{z-index:1;background:#000000e6;border-radius:0 0 .5rem;align-items:center;gap:.375rem;padding:.375rem .625rem;display:flex;position:absolute;top:0;left:0}.character-generations-grid-module__j5j3_W__statusDot{border-radius:var(--radius-full);flex-shrink:0;width:.5rem;height:.5rem}.character-generations-grid-module__j5j3_W__statusDot[data-status=pending],.character-generations-grid-module__j5j3_W__statusDot[data-status=processing]{background:#ff8000}.character-generations-grid-module__j5j3_W__statusDot[data-status=failed]{background:var(--color-danger)}.character-generations-grid-module__j5j3_W__statusText{font-size:var(--text-xs);font-weight:var(--font-weight-medium);color:#fff;line-height:1}.character-generations-grid-module__j5j3_W__footer{flex-direction:column;gap:.5rem;padding:.5rem .75rem .625rem;display:flex}.character-generations-grid-module__j5j3_W__footerText{flex-direction:column;gap:.125rem;min-width:0;display:flex}.character-generations-grid-module__j5j3_W__versionRow{align-items:center;gap:.375rem;display:flex}.character-generations-grid-module__j5j3_W__versionLabel{font-size:var(--text-xs);color:#fff;font-weight:700;line-height:1.0625rem}.character-generations-grid-module__j5j3_W__expressionLabel{font-size:var(--text-xs);color:#fff;white-space:nowrap;text-overflow:ellipsis;font-weight:700;line-height:1.0625rem;overflow:hidden}.character-generations-grid-module__j5j3_W__expressionNumber{color:hsl(from var(--color-ui)h s 60%)}.character-generations-grid-module__j5j3_W__approvedCheck{background:var(--color-review-approved);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:1.0625rem;height:1.0625rem;display:inline-flex}.character-generations-grid-module__j5j3_W__footerActions{justify-content:flex-end;align-items:center;gap:.375rem;display:flex}.character-generations-grid-module__j5j3_W__footerActions:empty{display:none}.character-generations-grid-module__j5j3_W__groupRowCompact>article{width:15rem}.character-generations-grid-module__j5j3_W__starTrigger{all:unset;cursor:pointer;border-radius:var(--radius-full);background:hsl(from var(--color-ui)h s 4%);height:2rem;color:var(--color-star);transition:background var(--transition-base);justify-content:center;align-items:center;gap:.125rem;padding:0 .5rem;display:flex}.character-generations-grid-module__j5j3_W__starTrigger:hover{background:hsl(from var(--color-ui)h s 15%)}.character-generations-grid-module__j5j3_W__starEmpty{color:hsl(from var(--color-ui)h s 25%)}.character-generations-grid-module__j5j3_W__starPopover{width:auto;min-width:0;padding:.5rem}.character-generations-grid-module__j5j3_W__starOptions{flex-direction:column;gap:.125rem;display:flex}.character-generations-grid-module__j5j3_W__starOption{color:var(--color-star);cursor:pointer;transition:background var(--transition-base);background:0 0;border:none;border-radius:.25rem;align-items:center;gap:.125rem;padding:.25rem .375rem;display:flex}.character-generations-grid-module__j5j3_W__starOption:hover{background:hsl(from var(--color-ui)h s 8%)}.character-generations-grid-module__j5j3_W__starOptionActive{background:hsl(from var(--color-ui)h s 25%)}.character-generations-grid-module__j5j3_W__starAnyLabel{font-size:var(--text-xs);color:var(--color-text-muted);text-align:center;width:100%;font-weight:600}.character-generations-grid-module__j5j3_W__gridSettling{visibility:hidden}.character-generations-grid-module__j5j3_W__loadMore{justify-content:center;padding:1rem 0;display:flex}
.title-bar-module__M-1qda__titleBar{background:hsl(from var(--color-ui)h s 20%);align-items:center;width:100%;height:3rem;display:flex}.title-bar-module__M-1qda__leftSection{border-right:2px solid hsl(from var(--color-ui)h s 4%);flex-shrink:0;justify-content:center;align-self:stretch;align-items:center;width:3rem;display:flex}.title-bar-module__M-1qda__rightSection{border-left:2px solid hsl(from var(--color-ui)h s 4%);flex-shrink:0;justify-content:center;align-self:stretch;align-items:center;width:3rem;display:flex}.title-bar-module__M-1qda__middle{flex:1;align-self:stretch;align-items:center;gap:.75rem;min-width:0;padding-left:1rem;display:flex}.title-bar-module__M-1qda__title{font-size:var(--text-sm);white-space:nowrap;text-overflow:ellipsis;margin:0;font-weight:700;overflow:hidden}.title-bar-module__M-1qda__tools{flex-shrink:0;align-self:stretch;align-items:center;margin-left:auto;display:flex}.title-bar-module__M-1qda__iconButton{width:2rem;height:2rem;color:var(--color-text);cursor:pointer;transition:background var(--transition-base);background:0 0;border:none;border-radius:.25rem;justify-content:center;align-items:center;padding:0;display:flex}.title-bar-module__M-1qda__iconButton:hover{background:hsl(from var(--color-ui)h s 12%)}@media (min-width:1250px){.title-bar-module__M-1qda__leftSection,.title-bar-module__M-1qda__rightSection{display:none}}
.shot-card-module__Fnf3AG__card [data-component=card-footer]>span{font-size:var(--text-xs)}.shot-card-module__Fnf3AG__cardInner{flex-direction:column;gap:.25rem;display:flex}.shot-card-module__Fnf3AG__cardName{font-weight:600;font-size:var(--text-sm)}.shot-card-module__Fnf3AG__cardDescription{font-size:var(--text-xs);color:var(--color-text-muted);line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}
.logs-page-shell-module__HcrLnW__container{border-top:2px solid hsl(from var(--color-ui)h s 4%);margin-top:1.5rem}.logs-page-shell-module__HcrLnW__tabBar{background:hsl(from var(--color-ui)h s 4%);border-bottom:none;padding:0 1rem}.logs-page-shell-module__HcrLnW__stateWrap{padding:2rem}.logs-page-shell-module__HcrLnW__tabPanel{padding:.25rem 2rem 2rem}
.remove-role-modal-module__N01v-q__modalFooter{gap:1rem;display:flex}.remove-role-modal-module__N01v-q__message{font-size:var(--text-sm);color:var(--color-text-secondary);margin:0;line-height:1.5}.remove-role-modal-module__N01v-q__bold{font-weight:700}
.review-comments-panel-module__prsE5G__panel{--comments-panel-bg:var(--sidebar-tab-active-bg,hsl(from var(--color-ui)h s 10%));--comment-name-size:.75rem;--comment-name-weight:700;--comment-name-color:white;--comment-content-size:.6875rem;height:100%}.review-comments-panel-module__prsE5G__panel [data-component=avatar]>:first-child{aspect-ratio:1;width:1.75rem;height:1.75rem}.review-comments-panel-module__prsE5G__panel [data-component=comments-panel]>:first-child{margin-top:1.1875rem}.review-comments-panel-module__prsE5G__panel [data-component=comment]>:first-child{align-items:flex-start}.review-comments-panel-module__prsE5G__panel [data-component=comment]{gap:.25rem}.review-comments-panel-module__prsE5G__emptyState{color:hsl(from var(--color-ui)h s 60%);font-size:var(--text-sm);text-align:center;margin:0;padding:1.5rem 1rem}
.usage-area-chart-module__XyK6yq__wrapper{justify-content:center;align-items:center;width:100%;height:15rem;display:flex}.usage-area-chart-module__XyK6yq__wrapper:focus,.usage-area-chart-module__XyK6yq__wrapper:focus-visible,.usage-area-chart-module__XyK6yq__wrapper :focus,.usage-area-chart-module__XyK6yq__wrapper :focus-visible,.usage-area-chart-module__XyK6yq__wrapper svg{border:none;outline:none}.usage-area-chart-module__XyK6yq__message{font-size:var(--text-sm);color:var(--color-text-muted);margin:0}.usage-area-chart-module__XyK6yq__withLegend{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:.25rem}.usage-area-chart-module__XyK6yq__chartArea{flex:1;min-height:0}.usage-area-chart-module__XyK6yq__legend{font-size:var(--text-sm);color:var(--color-text-muted);justify-content:flex-end;gap:1rem;display:flex}.usage-area-chart-module__XyK6yq__legendItem{align-items:center;gap:.375rem;display:inline-flex}.usage-area-chart-module__XyK6yq__legendSwatchCredits,.usage-area-chart-module__XyK6yq__legendSwatchGenerations{border-radius:9999px;width:.625rem;height:.625rem}.usage-area-chart-module__XyK6yq__legendSwatchCredits{background:var(--color-primary)}.usage-area-chart-module__XyK6yq__legendSwatchGenerations{background:var(--color-turquoise)}
.copy-from-character-modal-module__rD3_Zq__body{flex-direction:column;gap:.75rem;display:flex}.copy-from-character-modal-module__rD3_Zq__loading{justify-content:center;padding:1.5rem 0;display:flex}.copy-from-character-modal-module__rD3_Zq__emptyHint{font-size:var(--text-sm);color:hsl(from var(--color-ui)h s 65%);text-align:center;margin:0;padding:1rem 0}.copy-from-character-modal-module__rD3_Zq__promptList{flex-direction:column;gap:.375rem;max-height:20rem;margin:0;padding:0;list-style:none;display:flex;overflow-y:auto}.copy-from-character-modal-module__rD3_Zq__promptRow{border:1px solid hsl(from var(--color-ui)h s 20%);background:hsl(from var(--color-ui)h s 10%);cursor:pointer;text-align:left;border-radius:.5rem;align-items:flex-start;gap:.625rem;width:100%;padding:.625rem .75rem;transition:border-color .15s,background .15s;display:flex}.copy-from-character-modal-module__rD3_Zq__promptRow:hover{background:hsl(from var(--color-ui)h s 13%)}.copy-from-character-modal-module__rD3_Zq__promptRow[data-selected]{border-color:var(--color-review-approved)}.copy-from-character-modal-module__rD3_Zq__promptText{flex-direction:column;gap:.125rem;min-width:0;display:flex}.copy-from-character-modal-module__rD3_Zq__promptHeading{align-items:center;gap:.5rem;display:flex}.copy-from-character-modal-module__rD3_Zq__promptName{font-size:var(--text-sm);color:#fff;font-weight:600}.copy-from-character-modal-module__rD3_Zq__versionBadge{background:hsl(from var(--color-ui)h s 18%);color:hsl(from var(--color-ui)h s 70%);border-radius:999px;padding:.0625rem .375rem;font-size:.625rem;line-height:.875rem}.copy-from-character-modal-module__rD3_Zq__promptBody{font-size:var(--text-xs);color:hsl(from var(--color-ui)h s 65%);-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1rem;display:-webkit-box;overflow:hidden}.copy-from-character-modal-module__rD3_Zq__footer{justify-content:flex-end;gap:.75rem;padding-top:.25rem;display:flex}
.layout-module__8-EyRG__layout{--header-height:3rem;--title-bar-height:3rem;--top-offset:calc(var(--header-height) + var(--title-bar-height));--footer-size:8rem;--footer-height:var(--footer-size);--left-sidebar-width:0rem;--right-sidebar-width:0rem;padding:var(--top-offset)0 var(--footer-height)0;min-height:100%;transition:padding var(--transition-base);flex-direction:column;display:flex}.layout-module__8-EyRG__titleBarWrapper{top:var(--header-height);height:var(--title-bar-height);z-index:2;position:fixed;left:0;right:0}.layout-module__8-EyRG__content{min-height:calc(100vh - var(--top-offset) - var(--footer-height));transition:min-height var(--transition-base);flex-direction:column;flex:1;display:flex}.layout-module__8-EyRG__headerWrapper{height:var(--header-height);z-index:4;position:fixed;top:0;left:0;right:0}.layout-module__8-EyRG__footerWrapper{height:var(--footer-height);z-index:4;transition:height .15s;position:fixed;bottom:0;left:0;right:0;overflow:visible}.layout-module__8-EyRG__footerInner{height:var(--footer-size)}.layout-module__8-EyRG__sidebarLayer{z-index:3;pointer-events:none;position:fixed;inset:0}.layout-module__8-EyRG__sidebarLayerHidden{visibility:hidden}.layout-module__8-EyRG__sidebarWrapper{top:var(--header-height);pointer-events:auto;width:17.5rem;transition:transform .15s,width .15s,bottom .15s;position:fixed;bottom:0;overflow:visible}.layout-module__8-EyRG__layout[data-navigating] .layout-module__8-EyRG__sidebarWrapper{transition:none}[data-dragging-sidebar=true] .layout-module__8-EyRG__sidebarWrapper{transition:none}.layout-module__8-EyRG__layout[data-navigating] .layout-module__8-EyRG__titleBarWrapper{transition:none}[data-dragging-sidebar=true] .layout-module__8-EyRG__titleBarWrapper{transition:none}:is([data-dragging-sidebar=true] .layout-module__8-EyRG__layout,.layout-module__8-EyRG__layout[data-navigating]){transition:none}.layout-module__8-EyRG__sidebarWrapperLeft{left:0;transform:translate(-100%)}.layout-module__8-EyRG__sidebarWrapperRight{right:0;transform:translate(100%)}.layout-module__8-EyRG__dragHandle{top:var(--title-bar-height);z-index:1;cursor:ew-resize;width:.5rem;position:absolute;bottom:0;transform:translate(-50%)}.layout-module__8-EyRG__sidebarWrapperLeft .layout-module__8-EyRG__dragHandle{right:1px;transform:translate(50%)}.layout-module__8-EyRG__sidebarWrapperRight .layout-module__8-EyRG__dragHandle{left:1px;transform:translate(-50%)}.layout-module__8-EyRG__dragHandleTrack{cursor:ew-resize;width:100%;height:100%}.layout-module__8-EyRG__dragHandleLine{width:2px;transition:background var(--transition-base);pointer-events:none;background:0 0;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.layout-module__8-EyRG__dragHandleThumb{background:hsl(from var(--color-ui)h s 20%);width:2px;height:8rem;transition:background var(--transition-base);cursor:ew-resize;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-module__8-EyRG__dragHandle:hover .layout-module__8-EyRG__dragHandleLine{background:hsl(from var(--color-ui)h s 20%)}.layout-module__8-EyRG__dragHandle:hover .layout-module__8-EyRG__dragHandleThumb{background:hsl(from var(--color-ui)h s 40%)}.layout-module__8-EyRG__sidebarWrapperLeft.layout-module__8-EyRG__sidebarOpen,.layout-module__8-EyRG__sidebarWrapperRight.layout-module__8-EyRG__sidebarOpen{transform:translate(0)}.layout-module__8-EyRG__overlay{top:var(--header-height);pointer-events:auto;background:#0b090be6;display:none;position:fixed;bottom:0;left:0;right:0}.layout-module__8-EyRG__overlayVisible{display:block}@media (min-width:1250px){.layout-module__8-EyRG__layout{padding-left:var(--left-sidebar-padding);padding-right:var(--right-sidebar-padding)}.layout-module__8-EyRG__overlay{display:none}.layout-module__8-EyRG__sidebarWrapper{bottom:var(--footer-height);transform:none}.layout-module__8-EyRG__sidebarWrapperLeft{width:var(--left-sidebar-width);transform:none}.layout-module__8-EyRG__sidebarWrapperRight{width:var(--right-sidebar-width);transform:none}.layout-module__8-EyRG__titleBarWrapper{left:var(--left-sidebar-padding);right:var(--right-sidebar-padding);transition:left .15s,right .15s}}
.scene-card-module__1_AshG__card [data-component=card-footer]>span{font-size:var(--text-xs)}.scene-card-module__1_AshG__cardInner{flex-direction:column;gap:.25rem;display:flex}.scene-card-module__1_AshG__cardName{font-weight:600;font-size:var(--text-sm)}.scene-card-module__1_AshG__cardDescription{font-size:var(--text-xs);color:var(--color-text-muted);line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}
.scene-detail-module__kzVaRW__container{padding:2rem}
.filmstrip-filters-module__vkir1G__filters{flex-direction:column;gap:.25rem;width:100%;height:100%;padding:.5rem .75rem;display:flex}.filmstrip-filters-module__vkir1G__tooltipWrap{height:100%;display:inline-flex}.filmstrip-filters-module__vkir1G__mediaTypeFilter{background:hsl(from var(--color-ui)h s 2%);border-radius:.25rem;flex:1;display:flex}.filmstrip-filters-module__vkir1G__mediaTypeButton{color:inherit;cursor:pointer;transition:background var(--transition-base);background:0 0;border:none;border-radius:.25rem;flex:1;justify-content:center;align-items:center;display:flex}.filmstrip-filters-module__vkir1G__mediaTypeButton.filmstrip-filters-module__vkir1G__active{background:hsl(from var(--color-ui)h s 20%)}.filmstrip-filters-module__vkir1G__toggles{background:hsl(from var(--color-ui)h s 2%);border-radius:.25rem;flex:1;display:flex}.filmstrip-filters-module__vkir1G__togglesIcon{aspect-ratio:1;justify-content:center;align-items:center;height:100%;display:flex}.filmstrip-filters-module__vkir1G__togglesTools{flex:1;justify-content:flex-end;align-items:center;gap:.25rem;height:100%;padding:.25rem;display:flex}.filmstrip-filters-module__vkir1G__flagTrigger{all:unset;aspect-ratio:1;cursor:pointer;background:hsl(from var(--color-ui)h s 4%);height:100%;transition:background var(--transition-base);border-radius:.25rem;justify-content:center;align-items:center;display:flex}.filmstrip-filters-module__vkir1G__flagTrigger:hover{background:hsl(from var(--color-ui)h s 8%)}.filmstrip-filters-module__vkir1G__flagTrigger.filmstrip-filters-module__vkir1G__active{background:hsl(from var(--color-ui)h s 20%)}.filmstrip-filters-module__vkir1G__approvedToggle{all:unset;aspect-ratio:1;cursor:pointer;background:hsl(from var(--color-ui)h s 4%);color:#fff;height:100%;transition:background var(--transition-base);border-radius:.25rem;justify-content:center;align-items:center;display:flex}.filmstrip-filters-module__vkir1G__approvedToggle:hover{background:hsl(from var(--color-ui)h s 8%)}.filmstrip-filters-module__vkir1G__approvedToggle.filmstrip-filters-module__vkir1G__active,.filmstrip-filters-module__vkir1G__approvedToggle.filmstrip-filters-module__vkir1G__active:hover{background:var(--color-review-approved)}.filmstrip-filters-module__vkir1G__flagPopover{width:auto;min-width:0;padding:.5rem}.filmstrip-filters-module__vkir1G__flagOptions{flex-direction:column;gap:.125rem;display:flex}.filmstrip-filters-module__vkir1G__flagIconRow{gap:.125rem;display:flex}.filmstrip-filters-module__vkir1G__flagOptionWide{background:hsl(from var(--color-ui)h s 4%);height:1.75rem;color:inherit;cursor:pointer;transition:background var(--transition-base);border:none;border-radius:.25rem;justify-content:center;align-items:center;display:flex}.filmstrip-filters-module__vkir1G__flagOptionWide:hover{background:hsl(from var(--color-ui)h s 8%)}.filmstrip-filters-module__vkir1G__flagOptionWide.filmstrip-filters-module__vkir1G__active{background:hsl(from var(--color-ui)h s 25%)}.filmstrip-filters-module__vkir1G__flagOption{aspect-ratio:1;background:hsl(from var(--color-ui)h s 4%);width:1.75rem;height:1.75rem;color:inherit;cursor:pointer;transition:background var(--transition-base);border:none;border-radius:.25rem;justify-content:center;align-items:center;display:flex}.filmstrip-filters-module__vkir1G__flagOption:hover{background:hsl(from var(--color-ui)h s 8%)}.filmstrip-filters-module__vkir1G__flagAnyLabel{font-size:var(--text-xs);color:var(--color-text-muted);font-weight:600}.filmstrip-filters-module__vkir1G__flagOption.filmstrip-filters-module__vkir1G__active{background:hsl(from var(--color-ui)h s 25%)}.filmstrip-filters-module__vkir1G__starTrigger{all:unset;cursor:pointer;background:hsl(from var(--color-ui)h s 4%);height:100%;transition:background var(--transition-base);color:var(--color-star);border-radius:.25rem;justify-content:center;align-items:center;gap:.25rem;padding:0 .375rem;display:flex}.filmstrip-filters-module__vkir1G__starTriggerDefault{aspect-ratio:1;color:#fff;padding:0}.filmstrip-filters-module__vkir1G__starTriggerActive{padding:0 .375rem}.filmstrip-filters-module__vkir1G__starTrigger:hover{background:hsl(from var(--color-ui)h s 8%)}.filmstrip-filters-module__vkir1G__starTriggerActive,.filmstrip-filters-module__vkir1G__starTriggerActive:hover{background:hsl(from var(--color-ui)h s 20%)}.filmstrip-filters-module__vkir1G__starButtonContent{align-items:center;gap:.125rem;display:flex}.filmstrip-filters-module__vkir1G__starCount{color:#fff;font-size:var(--text-xs);font-weight:600;line-height:1}.filmstrip-filters-module__vkir1G__starEmpty{color:hsl(from var(--color-ui)h s 25%)}.filmstrip-filters-module__vkir1G__starPopover{width:auto;min-width:0;padding:.5rem}.filmstrip-filters-module__vkir1G__starOptions{flex-direction:column;gap:.125rem;display:flex}.filmstrip-filters-module__vkir1G__starOption{color:var(--color-star);cursor:pointer;transition:background var(--transition-base);background:0 0;border:none;border-radius:.25rem;align-items:center;gap:.125rem;padding:.25rem .375rem;display:flex}.filmstrip-filters-module__vkir1G__starOption:hover{background:hsl(from var(--color-ui)h s 8%)}.filmstrip-filters-module__vkir1G__starAnyLabel{font-size:var(--text-xs);color:var(--color-text-muted);text-align:center;width:100%;font-weight:600}.filmstrip-filters-module__vkir1G__starOption.filmstrip-filters-module__vkir1G__active{background:hsl(from var(--color-ui)h s 25%)}.filmstrip-filters-module__vkir1G__sortTrigger{all:unset;cursor:pointer;background:hsl(from var(--color-ui)h s 2%);width:100%;height:100%;transition:background var(--transition-base);border-radius:.25rem;flex:1;justify-content:center;align-items:center;display:flex}.filmstrip-filters-module__vkir1G__sortTrigger:hover{background:hsl(from var(--color-ui)h s 12%)}.filmstrip-filters-module__vkir1G__sortButtonContent{justify-content:space-between;align-items:center;width:100%;height:100%;padding:0 .5rem;display:flex}.filmstrip-filters-module__vkir1G__sortLabel{font-size:var(--text-sm);font-weight:500}.filmstrip-filters-module__vkir1G__sortPopover{width:auto;min-width:0;padding:.5rem}.filmstrip-filters-module__vkir1G__sortOptions{flex-direction:column;gap:.125rem;display:flex}.filmstrip-filters-module__vkir1G__sortOption{color:inherit;cursor:pointer;font-size:var(--text-xs);white-space:nowrap;transition:background var(--transition-base);background:0 0;border:none;border-radius:.25rem;align-items:center;padding:.25rem .5rem;font-weight:500;display:flex}.filmstrip-filters-module__vkir1G__sortOption:hover{background:hsl(from var(--color-ui)h s 8%)}.filmstrip-filters-module__vkir1G__sortOption.filmstrip-filters-module__vkir1G__active{background:hsl(from var(--color-ui)h s 25%)}
.admin-team-avatars-module__PZQ9Yq__container{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.admin-team-avatars-module__PZQ9Yq__invitedAvatar{opacity:.4}.admin-team-avatars-module__PZQ9Yq__avatarWrapper{cursor:pointer;transition:opacity .2s}.admin-team-avatars-module__PZQ9Yq__avatarWrapper:hover{opacity:.8}.admin-team-avatars-module__PZQ9Yq__menuHeader{flex-direction:column;gap:.25rem;padding:.75rem 1rem;display:flex}.admin-team-avatars-module__PZQ9Yq__menuHeaderName{font-weight:600;font-size:var(--text-sm)}.admin-team-avatars-module__PZQ9Yq__menuHeaderRole{font-size:var(--text-xs);color:var(--color-text-muted)}
.review-side-panel-module___RlIhW__panel{background:var(--sidebar-tab-active-bg,hsl(from var(--color-ui)h s 10%));flex-direction:column;width:100%;height:100%;display:flex;overflow-y:auto}.review-side-panel-module___RlIhW__header{justify-content:space-between;align-items:center;padding:1rem 1.25rem .75rem;display:flex}.review-side-panel-module___RlIhW__title{font-size:var(--text-md);color:var(--color-text);margin:0;font-weight:700}
@layer components{.calendar-module__M6KUVG__root{--calendar-cell-size:2.25rem;--calendar-accent:var(--color-primary);color:var(--color-text);font-size:var(--text-sm);position:relative}.calendar-module__M6KUVG__months{flex-flow:wrap;gap:1.5rem;display:flex}.calendar-module__M6KUVG__month{flex-direction:column;gap:.5rem;display:flex;position:relative}.calendar-module__M6KUVG__monthCaption{height:var(--calendar-cell-size);padding:0 var(--calendar-cell-size);justify-content:center;align-items:center;display:flex}.calendar-module__M6KUVG__captionLabel{font-size:var(--text-sm);text-transform:capitalize;font-weight:600}.calendar-module__M6KUVG__nav{height:var(--calendar-cell-size);pointer-events:none;z-index:1;justify-content:space-between;align-items:center;display:flex;position:absolute;top:0;left:0;right:0}.calendar-module__M6KUVG__navButton{width:var(--calendar-cell-size);height:var(--calendar-cell-size);border-radius:var(--radius-md);color:var(--color-text);cursor:pointer;pointer-events:auto;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:background .1s,border-color .1s,opacity .1s;display:inline-flex}.calendar-module__M6KUVG__navButton:hover:not(:disabled){background:hsl(from var(--color-ui)h s 15%)}.calendar-module__M6KUVG__navButton:disabled{opacity:.4;cursor:not-allowed}.calendar-module__M6KUVG__monthGrid{border-collapse:collapse}.calendar-module__M6KUVG__weekdays{display:flex}.calendar-module__M6KUVG__weekday{width:var(--calendar-cell-size);height:var(--calendar-cell-size);font-size:var(--text-xs);color:var(--color-text-muted);text-transform:capitalize;justify-content:center;align-items:center;font-weight:500;display:flex}.calendar-module__M6KUVG__week{display:flex}.calendar-module__M6KUVG__day{width:var(--calendar-cell-size);height:var(--calendar-cell-size);text-align:center;padding:0;position:relative}.calendar-module__M6KUVG__dayButton{border-radius:var(--radius-md);width:100%;height:100%;color:var(--color-text);font-size:var(--text-sm);cursor:pointer;z-index:1;background:0 0;border:none;justify-content:center;align-items:center;transition:background .1s,color .1s;display:inline-flex;position:relative}.calendar-module__M6KUVG__dayButton:hover{background:hsl(from var(--color-ui)h s 18%)}.calendar-module__M6KUVG__dayButton:focus-visible{outline:2px solid var(--calendar-accent);outline-offset:-2px}.calendar-module__M6KUVG__today:not(.calendar-module__M6KUVG__selected) .calendar-module__M6KUVG__dayButton{color:var(--calendar-accent);font-weight:700}.calendar-module__M6KUVG__outside .calendar-module__M6KUVG__dayButton{color:var(--color-text-inactive);opacity:.5}.calendar-module__M6KUVG__disabled .calendar-module__M6KUVG__dayButton{color:var(--color-text-inactive);opacity:.4;cursor:not-allowed}.calendar-module__M6KUVG__disabled .calendar-module__M6KUVG__dayButton:hover{background:0 0}.calendar-module__M6KUVG__hidden{visibility:hidden}.calendar-module__M6KUVG__selected .calendar-module__M6KUVG__dayButton{background:var(--calendar-accent);color:var(--color-text)}.calendar-module__M6KUVG__selected .calendar-module__M6KUVG__dayButton:hover{background:hsl(from var(--color-primary)h s 65%)}.calendar-module__M6KUVG__rangeMiddle{background:hsl(from var(--color-primary)h s 50%/.18)}.calendar-module__M6KUVG__rangeMiddle .calendar-module__M6KUVG__dayButton{color:var(--color-text);background:0 0;border-radius:0}.calendar-module__M6KUVG__rangeMiddle .calendar-module__M6KUVG__dayButton:hover{background:hsl(from var(--color-primary)h s 50%/.28)}.calendar-module__M6KUVG__rangeStart .calendar-module__M6KUVG__dayButton,.calendar-module__M6KUVG__rangeEnd .calendar-module__M6KUVG__dayButton{background:var(--calendar-accent);color:var(--color-text)}.calendar-module__M6KUVG__rangeStart .calendar-module__M6KUVG__dayButton:hover,.calendar-module__M6KUVG__rangeEnd .calendar-module__M6KUVG__dayButton:hover{background:hsl(from var(--color-primary)h s 65%)}.calendar-module__M6KUVG__rangeStart{background:hsl(from var(--color-primary)h s 50%/.18);border-top-left-radius:var(--radius-md);border-bottom-left-radius:var(--radius-md)}.calendar-module__M6KUVG__rangeEnd{background:hsl(from var(--color-primary)h s 50%/.18);border-top-right-radius:var(--radius-md);border-bottom-right-radius:var(--radius-md)}.calendar-module__M6KUVG__rangeStart.calendar-module__M6KUVG__rangeEnd{background:0 0}}
.character-labelled-builder-module__KWps4q__panel{background:0 0;border-radius:.75rem;flex-direction:column;width:100%;display:flex;overflow:hidden}.character-labelled-builder-module__KWps4q__header{border-bottom:1px solid hsl(from var(--color-ui)h s 12%);align-items:center;gap:.5rem;padding:0 .75rem;display:flex}.character-labelled-builder-module__KWps4q__stepTabs{flex:1;min-width:0}.character-labelled-builder-module__KWps4q__header div[data-component=tab-bar]{border-bottom:none}.character-labelled-builder-module__KWps4q__body{flex-direction:column;gap:.75rem;padding:1rem 1.5rem 1.25rem;display:flex}.character-labelled-builder-module__KWps4q__bodyDropActive{outline:2px dashed var(--color-primary);outline-offset:-2px;background:hsl(from var(--color-primary)h s l/.08);border-radius:.5rem}.character-labelled-builder-module__KWps4q__stepHint,.character-labelled-builder-module__KWps4q__emptyHint{font-size:var(--text-sm);color:hsl(from var(--color-ui)h s 70%);margin:0;line-height:1.25rem}.character-labelled-builder-module__KWps4q__emptyReference{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;min-height:7rem;padding:1.5rem 1rem;display:flex}.character-labelled-builder-module__KWps4q__presetsHint{text-align:center}.character-labelled-builder-module__KWps4q__stepHint strong{color:#fff;font-weight:700}.character-labelled-builder-module__KWps4q__backgroundTextarea,.character-labelled-builder-module__KWps4q__backgroundTextarea:focus{background:0 0;border-color:#0000}.character-labelled-builder-module__KWps4q__referenceUpload{margin-bottom:.75rem}.character-labelled-builder-module__KWps4q__referenceGrid{grid-template-columns:repeat(auto-fill,minmax(13.0625rem,1fr));gap:.5rem;max-height:16rem;display:grid;overflow-y:auto}.character-labelled-builder-module__KWps4q__referenceTile{aspect-ratio:184/103;background:hsl(from var(--color-ui)h s 3%);cursor:pointer;border:2px solid #0000;border-radius:.5rem;padding:0;position:relative;overflow:hidden}.character-labelled-builder-module__KWps4q__referenceTile img{object-fit:cover;width:100%;height:100%;display:block}.character-labelled-builder-module__KWps4q__referenceTile:hover{border-color:hsl(from var(--color-ui)h s 35%)}.character-labelled-builder-module__KWps4q__referenceTileSelected,.character-labelled-builder-module__KWps4q__referenceTileSelected:hover{border-color:var(--color-secondary)}.character-labelled-builder-module__KWps4q__referenceCardLabel{color:hsl(from var(--color-ui)h s 80%);-webkit-line-clamp:1;text-overflow:ellipsis;-webkit-box-orient:vertical;margin:0 0 1.3125rem;font-size:.6875rem;line-height:1rem;display:-webkit-box;overflow:hidden}.character-labelled-builder-module__KWps4q__referenceRow{align-items:center;gap:1rem;display:flex}.character-labelled-builder-module__KWps4q__referenceCard{background:hsl(from var(--color-ui)h s 8%);border-radius:.5rem;flex-direction:column;flex-shrink:0;width:13.0625rem;height:9.8125rem;display:flex;overflow:hidden}.character-labelled-builder-module__KWps4q__referenceCardImage{object-fit:cover;border-radius:.5rem .5rem 0 0;flex-shrink:0;width:100%;height:7.3125rem;display:block}.character-labelled-builder-module__KWps4q__changeImageButton{background:hsl(from var(--color-ui)h s 15%);color:#fff;cursor:pointer;border:none;border-radius:.1875rem;align-self:flex-end;width:5.0625rem;height:1.5rem;margin:auto .5rem .5rem auto;padding:0;font-size:.625rem;font-weight:400;transition:background .15s}.character-labelled-builder-module__KWps4q__changeImageButton:hover{background:hsl(from var(--color-ui)h s 20%)}.character-labelled-builder-module__KWps4q__chipGrid{flex-wrap:wrap;justify-content:center;gap:.5rem .625rem;display:flex}.character-labelled-builder-module__KWps4q__chip{border:1px solid hsl(from var(--color-ui)h s 25%);color:#fff;height:1.75rem;font-size:var(--text-xs);cursor:pointer;background:0 0;border-radius:1.875rem;justify-content:center;align-items:center;gap:.375rem;padding:0 .75rem;transition:background .15s,border-color .15s;display:inline-flex}.character-labelled-builder-module__KWps4q__chip:hover{border-color:hsl(from var(--color-ui)h s 45%)}.character-labelled-builder-module__KWps4q__chipSelected,.character-labelled-builder-module__KWps4q__chipSelected:hover{background:#363382;border-color:#363382}.character-labelled-builder-module__KWps4q__rows{flex-direction:column;gap:.3125rem;max-height:18rem;padding-right:.5rem;display:flex;overflow-y:auto}.character-labelled-builder-module__KWps4q__row{align-items:center;gap:.625rem;display:flex}.character-labelled-builder-module__KWps4q__rowName{background:hsl(from var(--color-ui)h s 8%);border-radius:.25rem;flex-shrink:0;width:8.875rem;height:3.1875rem;transition:height .15s}.character-labelled-builder-module__KWps4q__rowFocused .character-labelled-builder-module__KWps4q__rowName{height:min(6.5rem,16dvh)}.character-labelled-builder-module__KWps4q__rowName input{color:#fff;height:100%;font-size:var(--text-xs);line-height:1.125rem}.character-labelled-builder-module__KWps4q__rowPrompt{resize:none;background:hsl(from var(--color-ui)h s 8%);color:#fff;min-width:0;font-size:var(--text-xs);border-radius:.25rem;flex:1;line-height:1.125rem;transition:height .15s}.character-labelled-builder-module__KWps4q__rowPrompt:focus{border-color:#0000}.character-labelled-builder-module__KWps4q__footer{justify-content:flex-end;align-items:center;gap:.75rem;padding-top:.25rem;display:flex}.character-labelled-builder-module__KWps4q__presetsFooter,.character-labelled-builder-module__KWps4q__rowsFooter{justify-content:center}.character-labelled-builder-module__KWps4q__rowsFooter>button{height:1.625rem}.character-labelled-builder-module__KWps4q__rowsFooterAdd{min-width:6.3125rem}.character-labelled-builder-module__KWps4q__promptLoading{justify-content:center;padding:1.5rem 0;display:flex}.character-labelled-builder-module__KWps4q__manualForm{grid-template-columns:minmax(8.875rem,.3fr) minmax(0,1fr);align-items:center;gap:.625rem;display:grid}.character-labelled-builder-module__KWps4q__manualName,.character-labelled-builder-module__KWps4q__manualPrompt{background:hsl(from var(--color-ui)h s 8%);border-radius:.25rem;width:100%;height:3.1875rem}.character-labelled-builder-module__KWps4q__manualPrompt{resize:none}.character-labelled-builder-module__KWps4q__chip:disabled{cursor:default;opacity:.72}.character-labelled-builder-module__KWps4q__chipSelected:disabled{opacity:1}
.filmstrip-skeleton-card-module__5QVz2a__card{aspect-ratio:16/9;height:100%;padding:1rem .5rem}.filmstrip-skeleton-card-module__5QVz2a__inner{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.filmstrip-skeleton-card-module__5QVz2a__border{pointer-events:none;width:100%;height:100%;position:absolute;inset:0;overflow:visible}.filmstrip-skeleton-card-module__5QVz2a__icon{width:1.5rem;height:1.5rem;color:hsl(from var(--color-ui)h s 20%);justify-content:center;align-items:center;display:flex}
.subdomain-modal-module__b8Cdrq__footer{gap:1rem;display:flex}.subdomain-modal-module__b8Cdrq__form{flex-direction:column;gap:1.5rem;display:flex}.subdomain-modal-module__b8Cdrq__columns{gap:2rem;display:flex}.subdomain-modal-module__b8Cdrq__slugColumn,.subdomain-modal-module__b8Cdrq__uploadColumn{flex:1}.subdomain-modal-module__b8Cdrq__slugInputWrapper{align-items:center;display:flex;position:relative}.subdomain-modal-module__b8Cdrq__available{font-size:var(--text-xs);color:#21c45d;pointer-events:none;background:#21c45d26;border-radius:.25rem;align-items:center;gap:.25rem;padding:.25rem .5rem;font-weight:600;display:flex;position:absolute;right:.35rem}.subdomain-modal-module__b8Cdrq__taken{font-size:var(--text-xs);color:#dc2828;pointer-events:none;background:#dc282826;border-radius:.25rem;align-items:center;gap:.25rem;padding:.25rem .5rem;font-weight:600;display:flex;position:absolute;right:.35rem}.subdomain-modal-module__b8Cdrq__current{font-size:var(--text-xs);color:#3c83f6;pointer-events:none;background:#3c83f626;border-radius:.25rem;align-items:center;gap:.25rem;padding:.25rem .5rem;font-weight:600;display:flex;position:absolute;right:.35rem}.subdomain-modal-module__b8Cdrq__checking{font-size:var(--text-xs);color:var(--color-text-muted);pointer-events:none;position:absolute;right:.35rem}.subdomain-modal-module__b8Cdrq__preview{font-size:var(--text-xs);color:var(--color-text-muted)}
.admin-team-panel-module__aEXGiG__section{margin-bottom:2rem}.admin-team-panel-module__aEXGiG__sectionHeading{margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.admin-team-panel-module__aEXGiG__sectionDescription{color:var(--color-text-muted);max-width:40rem;margin-bottom:1rem;font-size:.875rem}.admin-team-panel-module__aEXGiG__avatarRow{align-items:center;gap:1rem;display:flex}.admin-team-panel-module__aEXGiG__membershipNotice{margin-bottom:2rem;font-size:.875rem}
.review-details-panel-module__tSTAJW__body{--gallery-info-value-weight:400;padding:1.25rem}.review-details-panel-module__tSTAJW__emptyState{color:hsl(from var(--color-ui)h s 60%);font-size:var(--text-sm);text-align:center;margin:0;padding:1.5rem 1rem}
@layer components{.date-range-picker-module__EXd79q__trigger{height:var(--drp-height,var(--size-md));min-width:var(--drp-min-width,16rem);padding:0 var(--drp-padding-h,var(--control-padding-h-md));font-size:var(--drp-font-size,var(--text-sm));font-family:var(--font-sans);color:var(--color-scheme-text);background:var(--color-scheme-bg);border-radius:var(--drp-radius,var(--radius-md));cursor:pointer;text-align:left;white-space:nowrap;border:none;align-items:center;gap:.5rem;transition:background .1s;display:inline-flex}.date-range-picker-module__EXd79q__trigger:hover:not(:disabled),.date-range-picker-module__EXd79q__trigger[data-popup-open]{background:var(--color-scheme-bg-hover)}.date-range-picker-module__EXd79q__trigger:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.date-range-picker-module__EXd79q__trigger:disabled{opacity:.5;cursor:not-allowed}.date-range-picker-module__EXd79q__placeholder .date-range-picker-module__EXd79q__label{color:var(--color-text-muted)}.date-range-picker-module__EXd79q__iconSlot{width:var(--drp-icon-size,1.125rem);height:var(--drp-icon-size,1.125rem);color:var(--color-text-muted);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.date-range-picker-module__EXd79q__label{display:inline-block}.date-range-picker-module__EXd79q__trigger[data-size=xxs]{--drp-height:var(--size-xxs);--drp-padding-h:var(--control-padding-h-xxs);--drp-font-size:var(--text-xs);--drp-icon-size:.875rem}.date-range-picker-module__EXd79q__trigger[data-size=xs]{--drp-height:var(--size-xs);--drp-padding-h:var(--control-padding-h-xs);--drp-font-size:var(--text-xs);--drp-icon-size:.875rem}.date-range-picker-module__EXd79q__trigger[data-size=sm]{--drp-height:var(--size-sm);--drp-padding-h:var(--control-padding-h-sm);--drp-font-size:var(--text-sm);--drp-icon-size:1rem}.date-range-picker-module__EXd79q__trigger[data-size=md]{--drp-height:var(--size-md);--drp-padding-h:var(--control-padding-h-md);--drp-font-size:var(--text-sm);--drp-icon-size:1.125rem}.date-range-picker-module__EXd79q__trigger[data-size=lg]{--drp-height:var(--size-lg);--drp-padding-h:var(--control-padding-h-lg);--drp-font-size:var(--text-md);--drp-icon-size:1.25rem}.date-range-picker-module__EXd79q__trigger[data-size=xl]{--drp-height:var(--size-xl);--drp-padding-h:var(--control-padding-h-xl);--drp-font-size:var(--text-md);--drp-icon-size:1.25rem}.date-range-picker-module__EXd79q__trigger[data-size=xxl]{--drp-height:var(--size-xxl);--drp-padding-h:var(--control-padding-h-xxl);--drp-font-size:var(--text-lg);--drp-icon-size:1.375rem}.date-range-picker-module__EXd79q__trigger[data-radius=auto][data-size=xxs]{--drp-radius:var(--radius-xxs)}.date-range-picker-module__EXd79q__trigger[data-radius=auto][data-size=xs]{--drp-radius:var(--radius-xs)}.date-range-picker-module__EXd79q__trigger[data-radius=auto][data-size=sm]{--drp-radius:var(--radius-sm)}.date-range-picker-module__EXd79q__trigger[data-radius=auto][data-size=md]{--drp-radius:var(--radius-md)}.date-range-picker-module__EXd79q__trigger[data-radius=auto][data-size=lg]{--drp-radius:var(--radius-lg)}.date-range-picker-module__EXd79q__trigger[data-radius=auto][data-size=xl]{--drp-radius:var(--radius-xl)}.date-range-picker-module__EXd79q__trigger[data-radius=auto][data-size=xxl]{--drp-radius:var(--radius-xxl)}.date-range-picker-module__EXd79q__trigger[data-radius=none]{--drp-radius:0}.date-range-picker-module__EXd79q__trigger[data-radius=full]{--drp-radius:var(--radius-full)}.date-range-picker-module__EXd79q__trigger[data-radius=xxs]{--drp-radius:var(--radius-xxs)}.date-range-picker-module__EXd79q__trigger[data-radius=xs]{--drp-radius:var(--radius-xs)}.date-range-picker-module__EXd79q__trigger[data-radius=sm]{--drp-radius:var(--radius-sm)}.date-range-picker-module__EXd79q__trigger[data-radius=md]{--drp-radius:var(--radius-md)}.date-range-picker-module__EXd79q__trigger[data-radius=lg]{--drp-radius:var(--radius-lg)}.date-range-picker-module__EXd79q__trigger[data-radius=xl]{--drp-radius:var(--radius-xl)}.date-range-picker-module__EXd79q__trigger[data-radius=xxl]{--drp-radius:var(--radius-xxl)}.date-range-picker-module__EXd79q__popup{width:fit-content;min-width:auto}}
@layer components{.menu-module__Cnbj-W__positioner{z-index:var(--z-popover,1100)}.menu-module__Cnbj-W__popup{border-radius:.5rem;outline:none;min-width:10rem;max-height:20rem;padding:.25rem;overflow-y:auto;box-shadow:0 4px 16px #0006}.menu-module__Cnbj-W__popup[data-starting-style],.menu-module__Cnbj-W__popup[data-ending-style]{opacity:0;transform:scale(.95)}.menu-module__Cnbj-W__popup[data-size=xs]{--item-padding:.375rem .5rem;--item-font-size:.6875rem;--icon-size:.75rem;min-width:8rem}.menu-module__Cnbj-W__popup[data-size=sm]{--item-padding:.4375rem .625rem;--item-font-size:var(--text-xs);--icon-size:.875rem;min-width:9rem}.menu-module__Cnbj-W__popup[data-size=md]{--item-padding:.5rem .75rem;--item-font-size:.8125rem;--icon-size:1rem;min-width:10rem}.menu-module__Cnbj-W__popup[data-size=lg]{--item-padding:.625rem .875rem;--item-font-size:var(--text-sm);--icon-size:1.125rem;min-width:12rem}.menu-module__Cnbj-W__popup[data-color-scheme=default]{--menu-bg-hover:hsl(from var(--color-ui)h s 15%);background:hsl(from var(--color-ui)h s 10%);color:var(--color-text)}.menu-module__Cnbj-W__popup[data-color-scheme=dark]{--menu-bg-hover:hsl(from var(--color-ui)h s 8%);background:hsl(from var(--color-ui)h s 4%);color:var(--color-text)}.menu-module__Cnbj-W__item{padding:var(--item-padding,.5rem .75rem);font-size:var(--item-font-size,.8125rem);cursor:pointer;color:inherit;border-radius:.25rem;outline:none;align-items:center;gap:.5rem;transition:background .1s;display:flex}.menu-module__Cnbj-W__item:hover,.menu-module__Cnbj-W__item[data-highlighted]{background:var(--menu-bg-hover)}.menu-module__Cnbj-W__item[data-disabled]{opacity:.5;cursor:not-allowed}.menu-module__Cnbj-W__radioItem{padding-left:2rem;position:relative}.menu-module__Cnbj-W__itemIndicator{width:1rem;color:var(--color-primary);justify-content:center;align-items:center;display:flex;position:absolute;left:.5rem}.menu-module__Cnbj-W__itemText{flex:1}.menu-module__Cnbj-W__iconLeft,.menu-module__Cnbj-W__iconRight{width:var(--icon-size,1rem);height:var(--icon-size,1rem);color:var(--color-text-muted);flex-shrink:0;justify-content:center;align-items:center;display:flex}.menu-module__Cnbj-W__separator{background:var(--color-lines);height:1px;margin:.25rem 0}.menu-module__Cnbj-W__groupLabel{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;padding:.5rem .75rem .25rem;font-size:.6875rem;font-weight:600}.menu-module__Cnbj-W__submenuTrigger{justify-content:space-between}.menu-module__Cnbj-W__submenuArrow{width:var(--icon-size,1rem);height:var(--icon-size,1rem);color:var(--color-text-muted);flex-shrink:0;justify-content:center;align-items:center;margin-left:auto;display:flex}}
.scope-filter-toolbar-module__6_p0GG__toolbar{align-items:center;gap:.75rem;display:flex}
@layer components{.switch-module__ENAkpa__root{cursor:pointer;border-radius:9999px;flex-shrink:0;align-items:center;transition:background .15s;display:inline-flex;position:relative}.switch-module__ENAkpa__root[data-size=sm]{width:1.75rem;height:1rem}.switch-module__ENAkpa__root[data-size=md]{width:2.25rem;height:1.25rem}.switch-module__ENAkpa__root[data-size=lg]{width:2.75rem;height:1.5rem}.switch-module__ENAkpa__root:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.switch-module__ENAkpa__root[data-disabled]{opacity:.5;cursor:not-allowed}.switch-module__ENAkpa__root[data-readonly]{cursor:default}.switch-module__ENAkpa__root[data-color-scheme=default]{background:hsl(from var(--color-ui)h s 25%)}.switch-module__ENAkpa__root[data-color-scheme=default][data-checked]{background:hsl(from var(--color-ui)h s 40%)}.switch-module__ENAkpa__root[data-color-scheme=primary]{background:hsl(from var(--color-ui)h s 25%)}.switch-module__ENAkpa__root[data-color-scheme=primary][data-checked]{background:var(--color-primary)}.switch-module__ENAkpa__root[data-color-scheme=secondary]{background:hsl(from var(--color-ui)h s 25%)}.switch-module__ENAkpa__root[data-color-scheme=secondary][data-checked]{background:var(--color-secondary)}.switch-module__ENAkpa__root[data-invalid]{outline:1px solid var(--color-danger);outline-offset:1px}.switch-module__ENAkpa__thumb{background:#fff;border-radius:9999px;transition:transform .15s;display:block}.switch-module__ENAkpa__root[data-size=sm] .switch-module__ENAkpa__thumb{width:.75rem;height:.75rem;margin:.125rem}.switch-module__ENAkpa__root[data-size=md] .switch-module__ENAkpa__thumb{width:1rem;height:1rem;margin:.125rem}.switch-module__ENAkpa__root[data-size=lg] .switch-module__ENAkpa__thumb{width:1.25rem;height:1.25rem;margin:.125rem}.switch-module__ENAkpa__root[data-size=sm][data-checked] .switch-module__ENAkpa__thumb{transform:translate(.75rem)}.switch-module__ENAkpa__root[data-size=md][data-checked] .switch-module__ENAkpa__thumb{transform:translate(1rem)}.switch-module__ENAkpa__root[data-size=lg][data-checked] .switch-module__ENAkpa__thumb{transform:translate(1.25rem)}.switch-module__ENAkpa__field{font-size:var(--text-sm);align-items:flex-start;gap:.5rem;line-height:1.25rem;display:inline-flex}.switch-module__ENAkpa__field[data-disabled]{opacity:.5;cursor:not-allowed}.switch-module__ENAkpa__content{flex-direction:column;gap:.125rem;display:flex}.switch-module__ENAkpa__label{color:inherit;cursor:pointer;-webkit-user-select:none;user-select:none}.switch-module__ENAkpa__field[data-disabled] .switch-module__ENAkpa__label{cursor:not-allowed}.switch-module__ENAkpa__required{color:var(--color-danger);margin-left:.125rem}.switch-module__ENAkpa__description{color:var(--color-text-muted);font-size:.8125rem}}
.character-prompt-panel-module__aHDH1a__content{flex-direction:column;display:flex}.character-prompt-panel-module__aHDH1a__nav{flex-shrink:0;align-items:flex-end;display:flex}.character-prompt-panel-module__aHDH1a__body{min-height:0;padding:.75rem 1rem 1rem}.character-prompt-panel-module__aHDH1a__body .character-prompt-panel-module__aHDH1a__promptTextarea{font-size:var(--text-sm);line-height:var(--line-height-normal);color:var(--color-text);resize:none;background:0 0;border:none;padding:0}.character-prompt-panel-module__aHDH1a__empty{font-size:var(--text-sm);line-height:var(--line-height-normal);color:hsl(from var(--color-ui)h s 60%);margin:0}.character-prompt-panel-module__aHDH1a__missingPrompt{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;min-height:7rem;padding:1.5rem 1rem;display:flex}.character-prompt-panel-module__aHDH1a__referenceContent{align-items:center;gap:1rem;display:flex}.character-prompt-panel-module__aHDH1a__referenceGrid{flex-wrap:wrap;gap:.5rem;display:flex}.character-prompt-panel-module__aHDH1a__referenceCard{aspect-ratio:1;border-radius:var(--radius-sm);background:hsl(from var(--color-ui)h s 8%);width:5rem;position:relative;overflow:hidden}.character-prompt-panel-module__aHDH1a__referenceCard img{object-fit:cover;width:100%;height:100%}.character-prompt-panel-module__aHDH1a__referenceRemove{color:#fff;background:hsl(from var(--color-ui)h s 4%/85%);cursor:pointer;border:0;border-radius:999px;place-items:center;width:1.25rem;height:1.25rem;padding:0;display:grid;position:absolute;top:.25rem;right:.25rem}
.create-team-module__9Ym20q__container{padding:2rem}.create-team-module__9Ym20q__description{color:hsl(var(--color-text-secondary));font-size:var(--text-sm);margin:0;padding:2rem 2rem 0;line-height:1.5}.create-team-module__9Ym20q__formWrapper{max-width:37.5rem}.create-team-module__9Ym20q__form{flex-direction:column;gap:.7rem;display:flex}.create-team-module__9Ym20q__teamSubmit{margin-top:1rem}.create-team-module__9Ym20q__pickerGrid{flex-direction:column;gap:1rem;max-width:37.5rem;padding:2rem 2rem 0;display:flex}.create-team-module__9Ym20q__pickerEmpty{color:hsl(var(--color-text-secondary));font-size:var(--text-sm);margin:0;padding:2rem}
.cross-domain-banner-module__KXnMbW__banner{background:hsl(from var(--color-accent)h s l/.08);border:1px solid hsl(from var(--color-accent)h s l/.25);color:var(--color-text);font-size:var(--text-sm);border-radius:.5rem;flex-direction:column;align-items:flex-start;gap:.25rem;margin-bottom:1.5rem;padding:.75rem 2rem;display:flex}.cross-domain-banner-module__KXnMbW__text{flex:1}.cross-domain-banner-module__KXnMbW__text strong{font-weight:600}.cross-domain-banner-module__KXnMbW__openAt{white-space:nowrap}.cross-domain-banner-module__KXnMbW__link{color:var(--color-text);white-space:nowrap;align-items:center;gap:.25rem;font-weight:500;text-decoration:underline;display:inline-flex}.cross-domain-banner-module__KXnMbW__link:hover{color:var(--color-accent)}
.create-api-key-modal-module__cNiAcG__form{gap:1rem;display:flex;position:relative}.create-api-key-modal-module__cNiAcG__providerField,.create-api-key-modal-module__cNiAcG__keyField{flex:1}.create-api-key-modal-module__cNiAcG__footer{gap:1rem;display:flex}
.manage-budget-modal-module__tRiQba__content{flex-direction:column;gap:1.5rem;display:flex}.manage-budget-modal-module__tRiQba__modalFooter{gap:.75rem;display:flex}.manage-budget-modal-module__tRiQba__currentUsage{border:1px solid var(--color-lines);border-radius:var(--radius-md);flex-direction:column;gap:.75rem;padding:1rem;display:flex}.manage-budget-modal-module__tRiQba__usageText{color:var(--color-text-muted);font-size:var(--text-sm);margin:0}.manage-budget-modal-module__tRiQba__limitActions{gap:.75rem;display:flex}
.review-batch-card-module__A3yxVW__card{background:hsl(from var(--color-ui)h s 6%);cursor:pointer;text-align:left;border:none;border-radius:.375rem;flex-direction:column;flex-shrink:0;width:14.5rem;height:10.125rem;padding:0;transition:background .15s;display:flex;overflow:hidden}.review-batch-card-module__A3yxVW__card:hover,.review-batch-card-module__A3yxVW__card[data-selected]{background:hsl(from var(--color-ui)h s 25%)}.review-batch-card-module__A3yxVW__thumbs{gap:3px;display:grid}.review-batch-card-module__A3yxVW__thumb{background:hsl(from var(--color-ui)h s 15%);border-radius:3px;overflow:hidden}.review-batch-card-module__A3yxVW__thumb img{object-fit:cover;width:100%;height:100%;display:block}.review-batch-card-module__A3yxVW__meta{flex-direction:column;flex:1;gap:.625rem;min-height:0;padding:.5rem .5rem .6875rem;display:flex}.review-batch-card-module__A3yxVW__titleRow{justify-content:space-between;align-items:center;gap:.5rem;margin-top:auto;display:flex}.review-batch-card-module__A3yxVW__name{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;font-weight:500;line-height:normal;overflow:hidden}.review-batch-card-module__A3yxVW__count{background:hsl(from var(--color-ui)h s 12%);color:#fff;border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;width:1.625rem;height:1.125rem;font-size:.625rem;font-weight:500;line-height:normal;display:inline-flex}.review-batch-card-module__A3yxVW__count[data-with-icon]{gap:.25rem;width:auto;padding:0 .375rem}.review-batch-card-module__A3yxVW__requester{align-items:center;gap:.5rem;display:flex}.review-batch-card-module__A3yxVW__ownerFooter{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.review-batch-card-module__A3yxVW__approvedBadge{border-radius:var(--radius-xs);background:var(--color-success);color:#fff;flex-shrink:0;justify-content:center;align-items:center;gap:.25rem;width:5.0625rem;height:1.1875rem;font-size:.625rem;font-weight:500;line-height:normal;display:inline-flex}.review-batch-card-module__A3yxVW__approversHover{flex-direction:column;gap:.375rem;min-width:9rem;display:flex}.review-batch-card-module__A3yxVW__approversHoverTitle{text-transform:uppercase;letter-spacing:.03em;color:#fff9;font-size:.625rem;font-weight:600}.review-batch-card-module__A3yxVW__approverRow{align-items:center;gap:.5rem;display:flex}.review-batch-card-module__A3yxVW__approverName{font-size:var(--text-sm);color:#fff}.review-batch-card-module__A3yxVW__requesterAvatar>:first-child{aspect-ratio:1;width:1.3125rem;height:1.3125rem}.review-batch-card-module__A3yxVW__requesterName{color:#fff;font-size:.6875rem;font-weight:400;line-height:normal}.review-batch-card-module__A3yxVW__requesterTime{color:hsl(from var(--color-ui)h s 60%);font-size:.6875rem;font-weight:400;line-height:normal}
.woven-video-player-module__TFIk6W__root{--media-control-background:transparent;--media-control-hover-background:transparent;--media-control-padding:.3rem .4rem;--media-control-height:1.125rem;--media-button-icon-height:1.125rem;--media-font-size:.75rem;background:#000;width:100%;height:100%;display:block;overflow:hidden}.woven-video-player-module__TFIk6W__root:fullscreen{width:100vw;height:100vh}.woven-video-player-module__TFIk6W__video{object-fit:contain;width:100%;height:100%}.woven-video-player-module__TFIk6W__controlsBar,.woven-video-player-module__TFIk6W__timelineBar{box-sizing:border-box;color:#fff;width:100%;transition:opacity .18s}.woven-video-player-module__TFIk6W__controlsBar{background:linear-gradient(#0000,#0000009e);min-height:2rem;padding:0 1.5rem 0 .5rem}.woven-video-player-module__TFIk6W__timelineBar{background:#0000009e;height:1rem;min-height:1rem;padding:0 .5rem}.woven-video-player-module__TFIk6W__timeRange{--media-control-padding:0;--media-range-padding:0;--media-range-padding-left:0;--media-range-padding-right:0;--media-range-bar-color:var(--color-blue);--media-range-track-background:#ffffff59;--media-time-range-buffered-color:#ffffff80;--media-range-track-height:3px;--media-range-track-border-radius:999px;--media-range-thumb-width:10px;--media-range-thumb-height:10px;--media-preview-box-margin:0 0 .375rem;flex:1;width:100%;height:1rem}.woven-video-player-module__TFIk6W__timeRange::part(track){clip-path:inset(0 round 999px);border-radius:999px}.woven-video-player-module__TFIk6W__timeRange::part(progress){border-radius:999px}.woven-video-player-module__TFIk6W__seekTooltip{color:#fff;font-size:var(--text-xs);font-variant-numeric:tabular-nums;white-space:nowrap;background:#0b090b;border-radius:.375rem;padding:.25rem .5rem;line-height:1.25;display:block;position:relative}.woven-video-player-module__TFIk6W__seekTooltip:after{content:"";border-top:.3rem solid #0b090b;border-left:.3rem solid #0000;border-right:.3rem solid #0000;width:0;height:0;position:absolute;top:100%;left:50%;transform:translate(-50%)}.woven-video-player-module__TFIk6W__timeSeparator{color:#ffffffa6;font-variant-numeric:tabular-nums;align-self:center}.woven-video-player-module__TFIk6W__spacer{flex:1}.woven-video-player-module__TFIk6W__volumeRange{--media-range-track-height:2px;--media-range-track-border-radius:999px;--media-range-thumb-width:8px;--media-range-thumb-height:8px;width:4rem}.woven-video-player-module__TFIk6W__loadingIndicator{color:#fff}@media (hover:hover){.woven-video-player-module__TFIk6W__root:not([mediapaused]):not(:hover) .woven-video-player-module__TFIk6W__controlsBar,.woven-video-player-module__TFIk6W__root:not([mediapaused]):not(:hover) .woven-video-player-module__TFIk6W__timelineBar{opacity:0;pointer-events:none}}@media not (min-width:40rem){.woven-video-player-module__TFIk6W__volumeRange{display:none}}
@layer components{.grid-module__9_Z-Qq__root{grid-template-columns:repeat(auto-fill,minmax(min(var(--grid-min,12rem),100%),1fr));display:grid}.grid-module__9_Z-Qq__gap-none{gap:0}.grid-module__9_Z-Qq__gap-xs{gap:.25rem}.grid-module__9_Z-Qq__gap-sm{gap:.5rem}.grid-module__9_Z-Qq__gap-md{gap:1rem}.grid-module__9_Z-Qq__gap-lg{gap:1.5rem}.grid-module__9_Z-Qq__gap-xl{gap:2rem}.grid-module__9_Z-Qq__gap-xxl{gap:3rem}}
@layer components{.table-module__CKhcCa__table{border-collapse:collapse;width:100%;color:var(--color-text)}.table-module__CKhcCa__table :is(th,td){font-size:var(--text-sm);text-align:left;vertical-align:middle;padding:.5rem .75rem}.table-module__CKhcCa__table thead{background:hsl(from var(--color-ui)h s 6%)}.table-module__CKhcCa__table thead th{font-weight:500}.table-module__CKhcCa__table tbody tr:nth-child(odd){background:hsl(from var(--color-ui)h s 12%)}.table-module__CKhcCa__table[data-variant=lines] tbody tr:nth-child(odd){background:0 0}.table-module__CKhcCa__table[data-variant=lines] tbody tr+tr{border-top:1px solid var(--color-lines)}.table-module__CKhcCa__table[data-interactive] tbody tr{cursor:pointer;transition:background .15s}.table-module__CKhcCa__table[data-interactive] tbody tr:hover{background:hsl(from var(--color-ui)h s 15%)}.table-module__CKhcCa__table :is(th,td)[data-align=center]{text-align:center}.table-module__CKhcCa__table :is(th,td)[data-align=right]{text-align:right}.table-module__CKhcCa__table[data-size=xs] :is(th,td){font-size:var(--text-xxs);padding:.25rem .5rem}.table-module__CKhcCa__table[data-size=sm] :is(th,td){font-size:var(--text-xs);padding:.375rem .625rem}.table-module__CKhcCa__table[data-size=lg] :is(th,td){font-size:var(--text-sm);padding:.625rem 1rem}.table-module__CKhcCa__table[data-size=xl] :is(th,td){font-size:var(--text-md);padding:.75rem 1rem}}
.character-sheet-builder-module__RCpBIa__panel{background:#0b090b;border-radius:.75rem;flex-direction:column;flex-shrink:0;width:93.75rem;max-width:100%;display:flex;overflow:hidden}.character-sheet-builder-module__RCpBIa__header{border-bottom:1px solid hsl(from var(--color-ui)h s 12%);align-items:center;gap:.5rem;padding:0 .75rem;display:flex}.character-sheet-builder-module__RCpBIa__stepTabs{flex:1;min-width:0}.character-sheet-builder-module__RCpBIa__stepTabs button{color:#fff;font-size:var(--text-xs);font-weight:700;line-height:normal}.character-sheet-builder-module__RCpBIa__stepTabs button svg{color:hsl(from var(--color-ui)h s 70%)}.character-sheet-builder-module__RCpBIa__header div[data-component=tab-bar]{border-bottom:none}.character-sheet-builder-module__RCpBIa__body{flex-direction:column;gap:.75rem;min-height:0;padding:1rem 1.5rem 1.25rem;display:flex}.character-sheet-builder-module__RCpBIa__stepHint,.character-sheet-builder-module__RCpBIa__emptyHint{font-size:var(--text-sm);color:hsl(from var(--color-ui)h s 70%);margin:0;line-height:1.25rem}.character-sheet-builder-module__RCpBIa__stepHint strong{color:#fff;font-weight:700}.character-sheet-builder-module__RCpBIa__emptyCallout{flex-direction:column;align-items:flex-start;gap:.75rem;display:flex}.character-sheet-builder-module__RCpBIa__emptyActions{flex-wrap:wrap;gap:.5rem;display:flex}.character-sheet-builder-module__RCpBIa__templateRow{gap:1rem;padding-bottom:.25rem;display:flex;overflow-x:auto}.character-sheet-builder-module__RCpBIa__templateCard{background:hsl(from var(--color-ui)h s 3%);cursor:pointer;text-align:left;border:2px solid #0000;border-radius:.5rem;flex-direction:column;flex-shrink:0;width:18.25rem;padding:0;display:flex;overflow:hidden}.character-sheet-builder-module__RCpBIa__templateCard:hover{border-color:hsl(from var(--color-ui)h s 35%)}.character-sheet-builder-module__RCpBIa__templateCardSelected,.character-sheet-builder-module__RCpBIa__templateCardSelected:hover{border-color:var(--color-secondary)}.character-sheet-builder-module__RCpBIa__templatePreview{aspect-ratio:16/9;background:hsl(from var(--color-ui)h s 8%)}.character-sheet-builder-module__RCpBIa__templatePreview img{object-fit:cover;width:100%;height:100%;display:block}.character-sheet-builder-module__RCpBIa__templateNameBar{background:hsl(from var(--color-ui)h s 10%);justify-content:space-between;align-items:center;gap:.5rem;padding:.5rem;display:flex}.character-sheet-builder-module__RCpBIa__templateName{font-size:var(--text-sm);color:#fff;font-weight:700}.character-sheet-builder-module__RCpBIa__templateCheck{background:hsl(from var(--color-ui)h s 2%);color:#fff;border-radius:.25rem;justify-content:center;align-items:center;width:1.25rem;height:1.25rem;display:flex}.character-sheet-builder-module__RCpBIa__templateCheckSelected{background:#26ab52}.character-sheet-builder-module__RCpBIa__filterRow{align-items:center;gap:.75rem;display:flex}.character-sheet-builder-module__RCpBIa__filterSelect{flex-shrink:0}.character-sheet-builder-module__RCpBIa__filterSelect[data-placeholder]>span:first-of-type{color:#fff}.character-sheet-builder-module__RCpBIa__imagesHint{-webkit-line-clamp:1;text-overflow:ellipsis;color:hsl(from var(--color-ui)h s 70%);font-size:var(--text-xs);-webkit-box-orient:vertical;margin:0;font-weight:400;line-height:1.125rem;display:-webkit-box;overflow:hidden}.character-sheet-builder-module__RCpBIa__carousel{position:relative}.character-sheet-builder-module__RCpBIa__carouselTrack{gap:1rem;padding-bottom:.25rem;display:flex;overflow-x:auto}.character-sheet-builder-module__RCpBIa__imageCard{text-align:left;background:0 0;border:none;flex-direction:column;flex-shrink:0;width:10.375rem;height:8.0625rem;padding:0;display:flex}button.character-sheet-builder-module__RCpBIa__imageCard{cursor:pointer}.character-sheet-builder-module__RCpBIa__imageCardThumb{aspect-ratio:83/46;background:hsl(from var(--color-ui)h s 8%);border-radius:.25rem;width:100%;height:5.75rem;display:block;overflow:hidden}.character-sheet-builder-module__RCpBIa__imageCardThumb img{object-fit:cover;width:100%;height:100%;display:block}.character-sheet-builder-module__RCpBIa__imageCardBar{flex:1;justify-content:space-between;align-items:center;gap:.5rem;display:flex}.character-sheet-builder-module__RCpBIa__imageCardName{color:#fff;font-size:var(--text-xs);font-weight:700}.character-sheet-builder-module__RCpBIa__imageCardCheck{background:hsl(from var(--color-ui)h s 2%);color:#fff;border-radius:.375rem;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;display:flex}.character-sheet-builder-module__RCpBIa__imageCardCheckSelected{background:#26ab52}.character-sheet-builder-module__RCpBIa__imageCardRemove{color:#fff;cursor:pointer;background:#1b161d;border:none;border-radius:50%;justify-content:center;align-items:center;width:1.3125rem;height:1.3125rem;padding:0;display:flex}.character-sheet-builder-module__RCpBIa__imageCardRemove:hover{background:hsl(from var(--color-ui)h s 18%)}.character-sheet-builder-module__RCpBIa__carouselNav{z-index:1;background:hsl(from var(--color-ui)h s 8%/.9);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;padding:0;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.character-sheet-builder-module__RCpBIa__carouselNav:hover{background:hsl(from var(--color-ui)h s 14%/.9)}.character-sheet-builder-module__RCpBIa__carouselNavLeft{left:.5rem}.character-sheet-builder-module__RCpBIa__carouselNavRight{right:.5rem}
.roles-module__ngxnEa__container{flex-direction:column;align-items:flex-start;gap:1.5rem;padding:2rem;display:flex}
.workspace-roles-module__JUldZq__container{flex-direction:column;align-items:flex-start;gap:1.5rem;padding:2rem;display:flex}
.billing-overview-module__3CVRZW__root{flex-direction:column;gap:2rem;width:100%;display:flex}.billing-overview-module__3CVRZW__section{flex-direction:column;align-items:flex-start;gap:.5rem;width:100%;display:flex}.billing-overview-module__3CVRZW__sectionHeading{font-size:var(--text-xl);margin:0;font-weight:600}.billing-overview-module__3CVRZW__copy{font-size:var(--text-sm);color:var(--color-text-muted);margin:0}.billing-overview-module__3CVRZW__copy strong{color:var(--color-text)}.billing-overview-module__3CVRZW__changePlan{white-space:nowrap;margin-left:.75rem}.billing-overview-module__3CVRZW__section [data-component=credit-balance-panel]{margin-bottom:0}.billing-overview-module__3CVRZW__paymentBanner{background:var(--color-surface);font-size:var(--text-sm);color:var(--color-text-muted);border-radius:.5rem;align-items:center;gap:2rem;margin-top:.75rem;padding:.75rem 1.25rem;display:flex}.billing-overview-module__3CVRZW__paymentBanner strong{color:var(--color-text)}.billing-overview-module__3CVRZW__usageSection{gap:.75rem;max-width:42rem}.billing-overview-module__3CVRZW__limitMeters{flex-direction:column;gap:1rem;max-width:24rem;display:flex}
.app-drag-overlay-module__pizFVW__previewWrap{display:inline-block;position:relative}.app-drag-overlay-module__pizFVW__copyBadge{background:var(--color-primary);color:#fff;width:1.25rem;height:1.25rem;font-size:var(--text-sm);pointer-events:none;z-index:1;border-radius:50%;justify-content:center;align-items:center;font-weight:700;line-height:1;display:flex;position:absolute;bottom:-.375rem;right:-.375rem}
.delete-api-key-modal-module__6MzYmG__footer{justify-content:flex-start;align-items:center;gap:1rem;display:flex}.delete-api-key-modal-module__6MzYmG__description{font-size:var(--text-sm);color:var(--color-text-primary);line-height:1.5}
.enable-sso-modal-module__Dy-kgq__form{flex-direction:column;gap:1rem;display:flex}.enable-sso-modal-module__Dy-kgq__footer{justify-content:flex-end;gap:.5rem;display:flex}.enable-sso-modal-module__Dy-kgq__formError{font-size:var(--text-sm);color:var(--color-danger);margin:0}
.browse-projects-section-module__i7472a__loader{justify-content:center;padding:3rem 0;display:flex}.browse-projects-section-module__i7472a__adminChip{align-self:flex-start;margin-top:.5rem}.browse-projects-section-module__i7472a__loadMore{justify-content:center;padding:1.5rem 0 .5rem;display:flex}
.reviews-sidebar-module__-LdUBq__sidebar{background:var(--sidebar-tab-active-bg,hsl(from var(--color-ui)h s 10%));flex-direction:column;width:100%;height:100%;display:flex;overflow-y:auto}.reviews-sidebar-module__-LdUBq__list{flex-direction:column;align-items:center;gap:.75rem;padding:1.25rem .9375rem 0;display:flex}.reviews-sidebar-module__-LdUBq__doneList{flex-direction:column;display:flex}.reviews-sidebar-module__-LdUBq__doneFilter{padding:1rem .9375rem 0;display:flex}.reviews-sidebar-module__-LdUBq__emptyHint{color:hsl(from var(--color-ui)h s 60%);font-size:var(--text-sm);text-align:center;margin:0;padding:1.5rem 1rem}
.credit-packs-module__E7nUXG__page{flex-direction:column;gap:1.5rem;padding:2rem;display:flex}.credit-packs-module__E7nUXG__emptyState{color:var(--color-text-muted);font-size:var(--text-sm);margin:0}
.invoices-module__0z4oGG__page{flex-direction:column;padding:2rem;display:flex}.invoices-module__0z4oGG__message{color:var(--color-text-muted);text-align:center;margin:0;padding:4rem 0}
.credit-packs-module__PDTxya__container{flex-direction:column;gap:1.5rem;padding:2rem;display:flex}
.invoices-module__Ypasqa__container{flex-direction:column;padding:2rem;display:flex}
.select-plan-module__h8EscW__container{padding:2rem}
/*# sourceMappingURL=a03d1e64aafbb8d3.css.map*/