.PetitFilousSearch-module__YalJ7W__container{flex-direction:column;gap:16px;display:flex}.PetitFilousSearch-module__YalJ7W__title{color:var(--foreground);margin:0;font-size:1.5rem;font-weight:600}.PetitFilousSearch-module__YalJ7W__input{background:var(--background);width:100%;color:var(--foreground);border:1px solid #dee2e6;border-radius:6px;padding:10px 12px;font-size:.875rem;transition:border-color .2s}.PetitFilousSearch-module__YalJ7W__input:focus{border-color:hsl(from var(--theme-primary)h s var(--theme-luminance-base));box-shadow:0 0 0 3px hsl(from var(--theme-primary)h s var(--theme-luminance-base)/10%);outline:none}.PetitFilousSearch-module__YalJ7W__input::placeholder{color:#868e96}.PetitFilousSearch-module__YalJ7W__loaderContainer{justify-content:center;margin-top:16px;display:flex}.PetitFilousSearch-module__YalJ7W__noResults{color:#868e96;margin-top:16px;font-size:.875rem}.PetitFilousSearch-module__YalJ7W__resultsContainer{margin-top:16px}.PetitFilousSearch-module__YalJ7W__resultsCount{color:var(--foreground);margin-bottom:8px;font-size:.875rem;font-weight:500}.PetitFilousSearch-module__YalJ7W__tableWrapper{background:var(--background);border:1px solid #dee2e6;border-radius:8px;overflow-x:auto}.PetitFilousSearch-module__YalJ7W__table{border-collapse:collapse;width:100%;font-size:.875rem}.PetitFilousSearch-module__YalJ7W__table thead{background:var(--background-90);position:sticky;top:0}.PetitFilousSearch-module__YalJ7W__table thead th{text-align:left;color:var(--foreground);white-space:nowrap;border-bottom:2px solid #dee2e6;padding:12px;font-weight:600}.PetitFilousSearch-module__YalJ7W__table tbody td{border-bottom:1px solid var(--background-90);vertical-align:top;padding:12px}.PetitFilousSearch-module__YalJ7W__table tbody tr:hover{background:var(--background-90)}.PetitFilousSearch-module__YalJ7W__table tbody tr:last-child td{border-bottom:none}.PetitFilousSearch-module__YalJ7W__dimmed{color:#868e96;font-style:italic}.PetitFilousSearch-module__YalJ7W__emailList{flex-direction:column;gap:4px;display:flex}.PetitFilousSearch-module__YalJ7W__usageList{font-size:11px;line-height:1.4}.PetitFilousSearch-module__YalJ7W__usageList div{margin-bottom:2px}.PetitFilousSearch-module__YalJ7W__taskList{font-size:11px;line-height:1.4}.PetitFilousSearch-module__YalJ7W__taskList div{margin-bottom:2px}.PetitFilousSearch-module__YalJ7W__monospace{font-family:Courier New,Courier,monospace;font-size:.875rem}@media (max-width:1200px){.PetitFilousSearch-module__YalJ7W__tableWrapper{max-height:600px;overflow-y:auto}}
.SignInButton-module__Aq5VVW__container{flex-direction:column;align-items:center;gap:1rem;display:flex}.SignInButton-module__Aq5VVW__googleButton{background:var(--background);color:#3c4043;cursor:pointer;border:1px solid #dadce0;border-radius:4px;justify-content:center;align-items:center;gap:.75rem;min-width:240px;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;transition:all .2s;display:flex;box-shadow:0 1px 3px #0000001a}.SignInButton-module__Aq5VVW__googleButton:hover{background:var(--background-90);box-shadow:0 2px 8px #00000026}.SignInButton-module__Aq5VVW__googleButton:active{background:#f1f3f4}.SignInButton-module__Aq5VVW__googleButton:disabled{opacity:.6;cursor:not-allowed}.SignInButton-module__Aq5VVW__googleIcon{width:20px;height:20px}.SignInButton-module__Aq5VVW__error{color:#d93025;margin:0;font-size:.875rem}
.AuthPage-module__cQlEvG__container{flex-direction:column;justify-content:center;align-items:center;gap:1rem;height:100%;display:flex}
.Loader-module__AdlJEq__loader{--loader-size:32px;width:var(--loader-size);height:var(--loader-size);aspect-ratio:1;background-image:linear-gradient(to right,var(--theme-primary)0%,var(--theme-primary)50%,transparent 50.01%);opacity:.75;background-size:200% 100%;animation:2s infinite Loader-module__AdlJEq__loader-animation}@keyframes Loader-module__AdlJEq__loader-animation{0%{background-position:0 0;transform:rotate(0)}25%{background-position:100% 0;transform:rotate(0)}50%{background-position:100% 0;transform:rotate(90deg)}75%{background-position:0 0;transform:rotate(90deg)}to{background-position:0 0;transform:rotate(90deg)}}
.EnvSwitcher-module__-3kPkW__switcher{background:var(--background-90);border:1px solid var(--background-80);border-radius:999px;gap:2px;padding:4px;display:inline-flex}.EnvSwitcher-module__-3kPkW__tab{color:var(--foreground);cursor:pointer;background:0 0;border:none;border-radius:999px;padding:6px 16px;font-size:.875rem;font-weight:500;transition:all .2s}.EnvSwitcher-module__-3kPkW__tab:hover:not(.EnvSwitcher-module__-3kPkW__active){background:var(--background-80)}.EnvSwitcher-module__-3kPkW__active{background:var(--theme-primary);color:#fff}
.MepManagerToolbar-module__Ds31MW__toolbar{align-items:center;gap:.5rem;display:flex}.MepManagerToolbar-module__Ds31MW__button{cursor:pointer;border:1px solid var(--background-80);background:var(--background);color:var(--foreground);border-radius:.5rem;align-items:center;gap:.5rem;padding:.5rem .875rem;font-size:.875rem;font-weight:500;transition:background .2s,opacity .2s;display:inline-flex}.MepManagerToolbar-module__Ds31MW__button:hover:not(:disabled){background:var(--background-90)}.MepManagerToolbar-module__Ds31MW__button:disabled{cursor:not-allowed;opacity:.6}.MepManagerToolbar-module__Ds31MW__primary{background:var(--theme-primary);color:#fff;border-color:var(--theme-primary)}.MepManagerToolbar-module__Ds31MW__primary:hover{background:var(--theme-primary);opacity:.9}
.ChannelDomainsPanel-module__6O3O8a__panel{background:color-mix(in srgb,var(--background-90)35%,var(--background)65%);border:1px solid var(--background-80);border-radius:12px;flex-direction:column;gap:.75rem;width:300px;padding:16px;display:flex}html[data-theme=dark] .ChannelDomainsPanel-module__6O3O8a__panel{background:var(--background-80)}@media (prefers-color-scheme:dark){html[data-theme=system] .ChannelDomainsPanel-module__6O3O8a__panel{background:var(--background-80)}}.ChannelDomainsPanel-module__6O3O8a__header{justify-content:space-between;align-items:center;display:flex}.ChannelDomainsPanel-module__6O3O8a__headerLeft{flex-direction:column;display:flex}.ChannelDomainsPanel-module__6O3O8a__eyebrow{color:var(--theme-primary);letter-spacing:.08em;text-transform:uppercase;font-size:.625rem}.ChannelDomainsPanel-module__6O3O8a__title{color:var(--foreground);font-size:1rem;font-weight:700}.ChannelDomainsPanel-module__6O3O8a__toggle{cursor:pointer;color:var(--background-40);background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:4px;transition:transform .2s,background .2s;display:flex}.ChannelDomainsPanel-module__6O3O8a__toggle:hover{background:var(--background-80);color:var(--foreground)}.ChannelDomainsPanel-module__6O3O8a__toggleExpanded{transform:rotate(180deg)}.ChannelDomainsPanel-module__6O3O8a__list{flex-direction:column;gap:.5rem;display:flex}.ChannelDomainsPanel-module__6O3O8a__item{background:var(--background);border:1px solid var(--background-80);border-radius:8px;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.8125rem;display:flex}.ChannelDomainsPanel-module__6O3O8a__itemIcon{color:var(--background-40);flex-shrink:0}.ChannelDomainsPanel-module__6O3O8a__itemContent{flex-direction:column;flex:1;min-width:0;display:flex}.ChannelDomainsPanel-module__6O3O8a__itemDomain{font-family:var(--font-geist-mono),ui-monospace,monospace;color:var(--background-40);text-overflow:ellipsis;white-space:nowrap;font-size:.6875rem;overflow:hidden}.ChannelDomainsPanel-module__6O3O8a__itemTitleRow{align-items:center;gap:.35rem;min-width:0;display:flex}.ChannelDomainsPanel-module__6O3O8a__itemProject{color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.8125rem;font-weight:600;overflow:hidden}.ChannelDomainsPanel-module__6O3O8a__itemLock{color:var(--background-40);flex-shrink:0}.ChannelDomainsPanel-module__6O3O8a__itemMeta{color:var(--background-40);font-size:.6875rem}.ChannelDomainsPanel-module__6O3O8a__empty{color:var(--background-40);padding:.5rem .75rem;font-size:.8125rem}
.ProjectVersionBadges-module__Dcl5-G__versionBadgesRow{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.ProjectVersionBadges-module__Dcl5-G__twoPartBadge{border:1px solid var(--background-80);border-radius:6px;align-items:stretch;width:fit-content;max-width:100%;font-size:.75rem;font-weight:600;line-height:1.2;display:inline-flex;overflow:hidden}.ProjectVersionBadges-module__Dcl5-G__badgePartProject{background:var(--background);color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;max-width:9rem;padding:4px 8px;overflow:hidden}.ProjectVersionBadges-module__Dcl5-G__badgePartVersion{background:var(--background-90);color:var(--background-20);border-left:1px solid var(--background-80);font-family:var(--font-mono,ui-monospace,monospace);padding:4px 8px;font-size:.6875rem}.ProjectVersionBadges-module__Dcl5-G__changed{border-color:var(--theme-primary);box-shadow:0 0 0 1px var(--theme-primary)}.ProjectVersionBadges-module__Dcl5-G__changed .ProjectVersionBadges-module__Dcl5-G__badgePartProject{color:var(--theme-primary);background:#ff84001f}.ProjectVersionBadges-module__Dcl5-G__changed .ProjectVersionBadges-module__Dcl5-G__badgePartVersion{color:var(--theme-primary);border-left-color:var(--theme-primary);background:#ff84002e}
.LiveReleasePanel-module__ImEpkG__panel{background:color-mix(in srgb,var(--background-90)35%,var(--background)65%);border:1px solid var(--background-80);border-radius:12px;flex-direction:column;gap:.75rem;width:300px;padding:16px;display:flex;position:relative}html[data-theme=dark] .LiveReleasePanel-module__ImEpkG__panel{background:var(--background-80)}@media (prefers-color-scheme:dark){html[data-theme=system] .LiveReleasePanel-module__ImEpkG__panel{background:var(--background-80)}}.LiveReleasePanel-module__ImEpkG__header{justify-content:space-between;align-items:center;display:flex}.LiveReleasePanel-module__ImEpkG__headerLeft{flex-direction:column;display:flex}.LiveReleasePanel-module__ImEpkG__eyebrow{color:var(--theme-primary);letter-spacing:.08em;text-transform:uppercase;font-size:.625rem}.LiveReleasePanel-module__ImEpkG__title{color:var(--foreground);align-items:center;font-size:1rem;font-weight:700;display:inline-flex}.LiveReleasePanel-module__ImEpkG__toggle{cursor:pointer;color:var(--background-40);background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;padding:4px;transition:transform .2s,background .2s;display:flex}.LiveReleasePanel-module__ImEpkG__toggle:hover{background:var(--background-80);color:var(--foreground)}.LiveReleasePanel-module__ImEpkG__toggleExpanded{transform:rotate(180deg)}.LiveReleasePanel-module__ImEpkG__emptyVersionsNote{color:var(--background-40);font-size:.75rem;font-style:italic}.LiveReleasePanel-module__ImEpkG__createdAt{color:var(--background-40);font-size:.75rem;line-height:1.3}.LiveReleasePanel-module__ImEpkG__updateButton{color:var(--theme-primary);border:1px solid var(--theme-primary);cursor:pointer;background:0 0;border-radius:6px;margin-top:4px;padding:.5rem .75rem;font-size:.8125rem;font-weight:500;transition:background .2s}.LiveReleasePanel-module__ImEpkG__updateButton:hover:not(:disabled){background:#ff840014}.LiveReleasePanel-module__ImEpkG__updateButton:disabled{opacity:.5;cursor:not-allowed}.LiveReleasePanel-module__ImEpkG__sentryButton{color:var(--foreground);border:1px solid var(--background-80);cursor:pointer;background:0 0;border-radius:6px;justify-content:center;align-items:center;gap:6px;padding:.5rem .75rem;font-size:.8125rem;font-weight:500;text-decoration:none;transition:background .2s,border-color .2s;display:inline-flex}.LiveReleasePanel-module__ImEpkG__sentryButton:hover{background:var(--background-90);border-color:var(--background-40)}
.ChannelGraphCard-module__8ym5MW__card{box-sizing:border-box;justify-content:center;align-items:center;gap:0;width:100%;max-width:900px;margin-inline:auto;padding:24px 8px;display:flex}.ChannelGraphCard-module__8ym5MW__leftColumn,.ChannelGraphCard-module__8ym5MW__rightColumn{flex:none}.ChannelGraphCard-module__8ym5MW__connector{background:repeating-linear-gradient(to right,var(--theme-primary)0 6px,transparent 6px 12px);opacity:.5;flex:40px;min-width:40px;height:2px}.ChannelGraphCard-module__8ym5MW__center{flex-direction:column;flex:none;align-items:center;display:flex}.ChannelGraphCard-module__8ym5MW__channelNode{background:color-mix(in srgb,var(--background-90)35%,var(--background)65%);border:2px solid var(--theme-primary);width:88px;height:88px;color:var(--theme-primary);box-sizing:border-box;border-radius:999px;flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:10px 6px;display:flex;position:relative;box-shadow:0 0 40px #ff840059}html[data-theme=dark] .ChannelGraphCard-module__8ym5MW__channelNode{background:var(--background-80)}@media (prefers-color-scheme:dark){html[data-theme=system] .ChannelGraphCard-module__8ym5MW__channelNode{background:var(--background-80)}}.ChannelGraphCard-module__8ym5MW__channelRocket{flex-shrink:0}.ChannelGraphCard-module__8ym5MW__channelLabel{color:var(--foreground);letter-spacing:.06em;text-align:center;text-transform:uppercase;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:.625rem;font-weight:600;line-height:1.1;overflow:hidden}.ChannelGraphCard-module__8ym5MW__channelSlug{font-family:var(--font-geist-mono),ui-monospace,monospace;color:var(--background-40);font-size:.75rem}
.ChannelGraphList-module__A8yS1W__list{flex-direction:column;gap:24px;padding:24px 0;display:flex}.ChannelGraphList-module__A8yS1W__empty{color:var(--background-40);text-align:center;flex-direction:column;align-items:center;gap:8px;padding:64px 16px;display:flex}.ChannelGraphList-module__A8yS1W__emptyTitle{color:var(--foreground);font-size:1rem;font-weight:600}.ChannelGraphList-module__A8yS1W__emptyHint{color:var(--background-40);max-width:420px;font-size:.875rem}.ChannelGraphList-module__A8yS1W__loading{justify-content:center;padding:48px;display:flex}
.MepShared-module__JChETW__backdrop{z-index:60;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f0a066b;position:fixed;inset:0}.MepShared-module__JChETW__positioner{z-index:61;justify-content:center;align-items:flex-start;padding:60px 24px;display:flex;position:fixed;inset:0;overflow-y:auto}.MepShared-module__JChETW__content{border:1px solid var(--border);background:var(--surface);width:min(760px,100%);box-shadow:var(--shadow-pop);color:var(--fg);border-radius:16px;overflow:visible}.MepShared-module__JChETW__contentWide{width:min(980px,100%)}.MepShared-module__JChETW__contentWizard{flex-direction:column;width:min(1080px,100%);height:min(88vh,860px);display:flex;overflow:hidden}.MepShared-module__JChETW__header{border-bottom:1px solid var(--border);align-items:center;gap:13px;padding:18px 22px;display:flex}.MepShared-module__JChETW__headerIcon{background:var(--accent-soft);width:38px;height:38px;color:var(--accent);border-radius:10px;flex:none;place-items:center;display:grid}.MepShared-module__JChETW__headerText{flex:auto;min-width:0}.MepShared-module__JChETW__title{letter-spacing:-.01em;margin:0;font-size:17px;font-weight:800;line-height:1.25}.MepShared-module__JChETW__description{color:var(--fg-3);white-space:nowrap;margin:2px 0 0;font-size:12.5px}.MepShared-module__JChETW__closeButton{border:1px solid var(--border-strong);background:var(--surface);width:34px;height:34px;color:var(--fg-2);cursor:pointer;border-radius:9px;flex:none;place-items:center;display:grid}.MepShared-module__JChETW__body{flex-direction:column;gap:18px;padding:22px;display:flex}.MepShared-module__JChETW__bodyWizard{flex-direction:column;flex:auto;gap:0;min-height:0;padding:0;display:flex;overflow:hidden}.MepShared-module__JChETW__footer{border-top:1px solid var(--border);background:var(--surface-2);justify-content:flex-end;align-items:center;gap:10px;padding:15px 22px;display:flex}.MepShared-module__JChETW__footerWizard{border-top:1px solid var(--border);background:var(--surface-2);flex:none;justify-content:space-between;align-items:center;gap:12px;padding:14px 22px;display:flex}.MepShared-module__JChETW__error{border:1px solid var(--red-soft);background:var(--red-soft);color:var(--red);border-radius:10px;padding:10px 12px;font-size:12.5px;font-weight:700}.MepShared-module__JChETW__field{gap:7px;display:grid}.MepShared-module__JChETW__fieldLabel{color:var(--fg-2);align-items:baseline;gap:8px;font-size:12.5px;font-weight:700;display:flex}.MepShared-module__JChETW__fieldLabel>span{color:var(--accent)}.MepShared-module__JChETW__fieldLabel small{color:var(--fg-4);font-size:11.5px;font-weight:500}.MepShared-module__JChETW__input,.MepShared-module__JChETW__textarea,.MepShared-module__JChETW__versionTrigger{border:1px solid var(--border-strong);background:var(--surface);width:100%;color:var(--fg);font:inherit;border-radius:10px;outline:none;font-size:13.5px}.MepShared-module__JChETW__input{padding:11px 12px}.MepShared-module__JChETW__textarea{min-height:160px;font-family:var(--mono);resize:vertical;padding:11px 12px}.MepShared-module__JChETW__input:focus,.MepShared-module__JChETW__textarea:focus,.MepShared-module__JChETW__versionTrigger[data-state=open]{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.MepShared-module__JChETW__versionTrigger{cursor:pointer;text-align:left;align-items:center;gap:11px;min-height:52px;padding:9px 12px;display:flex}.MepShared-module__JChETW__versionTrigger:disabled{cursor:not-allowed;opacity:.55}.MepShared-module__JChETW__versionIcon{background:var(--blue-soft);width:28px;height:28px;color:var(--blue);font-family:var(--mono);border-radius:8px;flex:none;place-items:center;font-size:11px;font-weight:800;display:grid}.MepShared-module__JChETW__versionValue{flex:auto;align-items:center;gap:9px;min-width:0;display:flex}.MepShared-module__JChETW__versionValue span:not(.MepShared-module__JChETW__tag){color:var(--fg-3);font-size:13px}.MepShared-module__JChETW__versionPlaceholder{color:var(--fg-4);flex:auto}.MepShared-module__JChETW__versionMenu{z-index:90;border:1px solid var(--border-strong);background:var(--surface);width:min(520px,100vw - 48px);max-height:268px;box-shadow:var(--shadow-pop);border-radius:12px;padding:6px;overflow-y:auto}.MepShared-module__JChETW__versionItem{cursor:pointer;border-radius:9px;outline:none;align-items:center;gap:11px;padding:10px 11px;display:flex}.MepShared-module__JChETW__versionItem:is(:hover,[data-highlighted]){background:var(--surface-2)}.MepShared-module__JChETW__versionItem[data-disabled]{cursor:not-allowed;opacity:.5}.MepShared-module__JChETW__versionItem>span:nth-child(2){flex:auto;gap:2px;min-width:0;display:grid}.MepShared-module__JChETW__versionItem small{color:var(--fg-3);font-size:11.5px}.MepShared-module__JChETW__channelChips{flex-wrap:wrap;align-items:center;gap:6px;display:inline-flex}.MepShared-module__JChETW__versionItemTags{flex-wrap:wrap;flex:none;align-items:center;gap:6px;display:inline-flex}.MepShared-module__JChETW__stepper,.MepShared-module__JChETW__stepperSidebar{--stepper-button-border:var(--border);--stepper-button-bg:var(--surface);--stepper-button-color:var(--fg-3);--stepper-badge-bg:var(--surface-3);--stepper-badge-color:var(--fg-3)}.MepShared-module__JChETW__stepper{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.MepShared-module__JChETW__stepperSidebar{border-right:1px solid var(--border);flex-direction:column;gap:6px;min-width:188px;padding-right:18px;display:flex}.MepShared-module__JChETW__stepper button,.MepShared-module__JChETW__stepperSidebar button{border:1px solid var(--stepper-button-border);background:var(--stepper-button-bg);width:100%;color:var(--stepper-button-color);cursor:pointer;font:inherit;text-align:left;border-radius:10px;align-items:center;gap:10px;padding:10px 12px;font-size:12.5px;font-weight:700;display:flex}.MepShared-module__JChETW__stepper button{border-radius:999px;padding:9px 10px}.MepShared-module__JChETW__stepperSidebar button{background:0 0;border-color:#0000}.MepShared-module__JChETW__stepper button:disabled,.MepShared-module__JChETW__stepperSidebar button:disabled{cursor:not-allowed;opacity:.45}.MepShared-module__JChETW__stepper span,.MepShared-module__JChETW__stepperSidebar span{background:var(--stepper-badge-bg);width:24px;height:24px;color:var(--stepper-badge-color);border-radius:50%;flex:none;place-items:center;font-size:11px;display:grid}.MepShared-module__JChETW__stepper .MepShared-module__JChETW__stepActive,.MepShared-module__JChETW__stepperSidebar .MepShared-module__JChETW__stepActive{border-color:var(--accent);background:var(--accent-soft);color:var(--accent)}.MepShared-module__JChETW__stepperSidebar .MepShared-module__JChETW__stepActive{box-shadow:inset 3px 0 0 var(--accent)}.MepShared-module__JChETW__stepper .MepShared-module__JChETW__stepActive span,.MepShared-module__JChETW__stepperSidebar .MepShared-module__JChETW__stepActive span{background:var(--accent);color:#fff}@media (max-width:720px){.MepShared-module__JChETW__positioner{padding:24px 12px}.MepShared-module__JChETW__description{white-space:normal}.MepShared-module__JChETW__stepper{grid-template-columns:1fr}.MepShared-module__JChETW__stepperSidebar{border-right:0;border-bottom:1px solid var(--border);min-width:0;padding-bottom:14px;padding-right:0}}
.ModalShell-module__eMNcsG__backdrop{z-index:1000;background-color:#00000080;position:fixed;inset:0}.ModalShell-module__eMNcsG__positioner{z-index:1001;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ModalShell-module__eMNcsG__positioner[hidden],.ModalShell-module__eMNcsG__backdrop[hidden]{display:none}.ModalShell-module__eMNcsG__content{background-color:var(--background);color:var(--foreground);border-radius:.75rem;flex-direction:column;width:100%;max-width:520px;max-height:90vh;margin:1rem;display:flex;box-shadow:0 20px 25px -5px #00000040,0 10px 10px -5px #0000001f}.ModalShell-module__eMNcsG__header{border-bottom:1px solid var(--background-80);justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.ModalShell-module__eMNcsG__title{margin:0;font-size:1.125rem;font-weight:600}.ModalShell-module__eMNcsG__closeButton{cursor:pointer;color:var(--background-40);background:0 0;border:none;border-radius:.25rem;justify-content:center;align-items:center;padding:.25rem;transition:all .2s;display:flex}.ModalShell-module__eMNcsG__closeButton:hover{background-color:var(--background-90);color:var(--foreground)}.ModalShell-module__eMNcsG__body{flex-direction:column;gap:1rem;padding:1.5rem;display:flex;overflow-y:auto}.ModalShell-module__eMNcsG__footer{border-top:1px solid var(--background-80);justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;display:flex}.ModalShell-module__eMNcsG__error{color:#dc2626;background-color:#fee2e2;border-radius:.375rem;padding:.75rem 1rem;font-size:.875rem}
.CreateAppResourceModal-module__qVv1PG__itemGroup{gap:12px;display:grid}.CreateAppResourceModal-module__qVv1PG__itemGroupTitle{color:var(--theme-primary);letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.78rem;font-weight:900}.CreateAppResourceModal-module__qVv1PG__itemGroupFields{gap:16px;display:grid}.CreateAppResourceModal-module__qVv1PG__urlVersionRow{grid-template-columns:minmax(0,3fr) minmax(0,1fr);align-items:center;gap:8px;display:grid}.CreateAppResourceModal-module__qVv1PG__fieldHint{color:var(--foreground);opacity:.7;word-break:break-all;font-size:.72rem}.CreateAppResourceModal-module__qVv1PG__additionalResourceCard{border:1px solid var(--background-80);background:var(--background-90);border-radius:12px;gap:8px;padding:12px;display:grid}.CreateAppResourceModal-module__qVv1PG__metadataTextarea,.CreateAppResourceModal-module__qVv1PG__documentEditor{border:1px solid var(--background-80);background:linear-gradient(#ff84000f,#ff84000f),var(--background-90);width:100%;min-height:320px;color:var(--foreground);font-family:var(--font-geist-mono),ui-monospace,monospace;resize:vertical;border-radius:14px;margin:0;padding:16px;font-size:.78rem;line-height:1.6}.CreateAppResourceModal-module__qVv1PG__wizardLayout{grid-template-columns:188px minmax(0,1fr);align-items:start;gap:24px;display:grid}.CreateAppResourceModal-module__qVv1PG__wizardContent{min-width:0}@media (max-width:720px){.CreateAppResourceModal-module__qVv1PG__wizardLayout{grid-template-columns:1fr;gap:16px}}.CreateAppResourceModal-module__qVv1PG__stepButton{border:1px solid var(--background-80);background:var(--background);color:var(--foreground);cursor:pointer;border-radius:999px;padding:10px 12px;font-size:.78rem;font-weight:800}.CreateAppResourceModal-module__qVv1PG__stepButtonActive{border-color:var(--theme-primary);background:color-mix(in srgb,var(--theme-primary)14%,transparent);color:var(--theme-primary)}.CreateAppResourceModal-module__qVv1PG__stepButton:disabled{cursor:not-allowed;opacity:.5}.CreateAppResourceModal-module__qVv1PG__stepPanel{gap:16px;display:grid}.CreateAppResourceModal-module__qVv1PG__newBadge{background:color-mix(in srgb,var(--theme-primary)14%,transparent);color:var(--theme-primary);border-radius:999px;align-self:flex-start;padding:4px 8px;font-size:.72rem;font-weight:900}.CreateAppResourceModal-module__qVv1PG__computeRows{gap:10px;display:grid}.CreateAppResourceModal-module__qVv1PG__computeRow{grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;align-items:center;gap:8px;display:grid}.CreateAppResourceModal-module__qVv1PG__additionalResourceRow{grid-template-columns:minmax(0,1fr) minmax(0,2fr)}.CreateAppResourceModal-module__qVv1PG__toolIdLabel{border:1px solid var(--background-80);background:var(--background-90);border-radius:10px;align-items:center;min-height:40px;padding:0 12px;font-size:.82rem;font-weight:700;display:flex}.CreateAppResourceModal-module__qVv1PG__addItemButton{justify-content:center;align-items:center;gap:8px;width:fit-content;min-height:40px;padding:10px 14px;font-size:.82rem;font-weight:700;display:inline-flex}.CreateAppResourceModal-module__qVv1PG__removeIconButton{border:1px solid color-mix(in srgb,#ef4444 35%,var(--background-80));background:color-mix(in srgb,#ef4444 8%,var(--background));color:#ef4444;cursor:pointer;border-radius:10px;flex:none;place-items:center;width:40px;height:40px;display:grid}.CreateAppResourceModal-module__qVv1PG__removeIconButton:hover{border-color:color-mix(in srgb,#ef4444 55%,var(--background-80));background:color-mix(in srgb,#ef4444 14%,var(--background));color:#dc2626}.CreateAppResourceModal-module__qVv1PG__previewHeader{justify-content:space-between;align-items:center;gap:12px;display:flex}.CreateAppResourceModal-module__qVv1PG__previewTitle{color:var(--theme-primary);letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;font-weight:900}.CreateAppResourceModal-module__qVv1PG__jsonPreview{border:1px solid var(--background-80);background:linear-gradient(#ff84000f,#ff84000f),var(--background-90);max-height:380px;color:var(--foreground);font-family:var(--font-geist-mono),ui-monospace,monospace;border-radius:14px;margin:0;padding:16px;font-size:.78rem;line-height:1.6;overflow:auto}@media (max-width:720px){.CreateAppResourceModal-module__qVv1PG__steps,.CreateAppResourceModal-module__qVv1PG__computeRow,.CreateAppResourceModal-module__qVv1PG__additionalResourceRow{grid-template-columns:1fr}}
.CreateInfiniteKey-module__houPrq__container{width:100%}.CreateInfiniteKey-module__houPrq__form{flex-direction:column;gap:1.5rem;display:flex}.CreateInfiniteKey-module__houPrq__formGroup{flex-direction:column;gap:.5rem;display:flex}.CreateInfiniteKey-module__houPrq__label{color:var(--foreground);font-size:.875rem;font-weight:500}.CreateInfiniteKey-module__houPrq__required{color:#ef4444}.CreateInfiniteKey-module__houPrq__input{border:1px solid #d1d5db;border-radius:.375rem;outline:none;padding:.5rem .75rem;font-size:.875rem;transition:border-color .2s}.CreateInfiniteKey-module__houPrq__input:focus{border-color:var(--theme-primary);box-shadow:0 0 0 3px #3b82f61a}.CreateInfiniteKey-module__houPrq__input:disabled{background-color:var(--background-80);cursor:not-allowed}.CreateInfiniteKey-module__houPrq__checkboxGroup{align-items:center;gap:.5rem;display:flex}.CreateInfiniteKey-module__houPrq__checkbox{cursor:pointer;width:1rem;height:1rem}.CreateInfiniteKey-module__houPrq__checkboxLabel{cursor:pointer;-webkit-user-select:none;user-select:none;font-size:.875rem}.CreateInfiniteKey-module__houPrq__button{background-color:var(--theme-primary);color:var(--background);cursor:pointer;border:none;border-radius:.375rem;justify-content:center;align-items:center;padding:.625rem 1rem;font-size:.875rem;font-weight:500;transition:background-color .2s;display:flex}.CreateInfiniteKey-module__houPrq__button:hover:not(:disabled){background-color:#2563eb}.CreateInfiniteKey-module__houPrq__button:disabled{opacity:.6;cursor:not-allowed}.CreateInfiniteKey-module__houPrq__buttonSuccess{background-color:#10b981}.CreateInfiniteKey-module__houPrq__buttonSuccess:hover{background-color:#059669}.CreateInfiniteKey-module__houPrq__buttonContent{justify-content:center;align-items:center;display:flex}.CreateInfiniteKey-module__houPrq__generatedField{border-top:1px solid #e5e7eb;flex-direction:column;gap:1rem;padding-top:1rem;display:flex}
.form-module__2eOuTq__field{flex-direction:column;gap:.375rem;display:flex}.form-module__2eOuTq__label{color:var(--foreground);font-size:.875rem;font-weight:500}.form-module__2eOuTq__input,.form-module__2eOuTq__select,.form-module__2eOuTq__textarea{border:1px solid var(--background-80);background-color:var(--background);width:100%;color:var(--foreground);border-radius:.375rem;outline:none;padding:.625rem .75rem;font-family:inherit;font-size:.875rem;transition:border-color .2s,box-shadow .2s}.form-module__2eOuTq__textarea{resize:vertical;min-height:80px}.form-module__2eOuTq__input:focus,.form-module__2eOuTq__select:focus,.form-module__2eOuTq__textarea:focus{border-color:var(--theme-primary);box-shadow:0 0 0 3px #ff840026}.form-module__2eOuTq__checkbox{color:var(--foreground);cursor:pointer;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.form-module__2eOuTq__primaryButton{background-color:var(--theme-primary);color:#fff;cursor:pointer;border:none;border-radius:.375rem;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s;display:inline-flex}.form-module__2eOuTq__primaryButton:hover:not(:disabled){opacity:.9}.form-module__2eOuTq__primaryButton:disabled{opacity:.5;cursor:not-allowed}.form-module__2eOuTq__secondaryButton{border:1px solid var(--background-80);color:var(--foreground);cursor:pointer;background-color:#0000;border-radius:.375rem;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s;display:inline-flex}.form-module__2eOuTq__secondaryButton:hover:not(:disabled){background-color:var(--background-90)}.form-module__2eOuTq__secondaryButton:disabled{opacity:.5;cursor:not-allowed}.form-module__2eOuTq__versionsList{flex-direction:column;gap:.5rem;display:flex}.form-module__2eOuTq__versionRow{grid-template-columns:1.2fr 1fr auto;align-items:center;gap:.5rem;display:grid}.form-module__2eOuTq__iconButton{border:1px solid var(--background-80);cursor:pointer;color:var(--foreground);background:0 0;border-radius:.375rem;justify-content:center;align-items:center;padding:.5rem;display:inline-flex}.form-module__2eOuTq__iconButton:hover:not(:disabled){background-color:var(--background-90)}.form-module__2eOuTq__iconButton:disabled{opacity:.5;cursor:not-allowed}.form-module__2eOuTq__hint{color:var(--background-40);font-size:.75rem}
.CreateReleaseModal-module__Rkqd5q__documentPanel{gap:12px;display:grid}.CreateReleaseModal-module__Rkqd5q__previewHeader{justify-content:space-between;align-items:center;gap:12px;display:flex}.CreateReleaseModal-module__Rkqd5q__previewTitle{color:var(--theme-primary);letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;font-weight:900}.CreateReleaseModal-module__Rkqd5q__loadingHint{color:var(--fg-3);font-size:.82rem}.CreateReleaseModal-module__Rkqd5q__documentEditor{border:1px solid var(--background-80);background:linear-gradient(#ff84000f,#ff84000f),var(--background-90);width:100%;min-height:320px;color:var(--foreground);resize:vertical;border-radius:14px;margin:0;padding:16px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.82rem;line-height:1.5}
.FeatureFlagManager-module__OXqejG__container{width:100%}.FeatureFlagManager-module__OXqejG__header{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.FeatureFlagManager-module__OXqejG__input{border:1px solid #d1d5db;border-radius:.375rem;outline:none;flex:1;padding:.5rem .75rem;font-size:.875rem;transition:border-color .2s}.FeatureFlagManager-module__OXqejG__input:focus{border-color:var(--theme-primary);box-shadow:0 0 0 3px #3b82f61a}.FeatureFlagManager-module__OXqejG__link{color:var(--theme-primary);white-space:nowrap;font-size:.875rem;text-decoration:none}.FeatureFlagManager-module__OXqejG__link:hover{text-decoration:underline}.FeatureFlagManager-module__OXqejG__error{color:#dc2626;background-color:#fee2e2;border-radius:.375rem;margin-bottom:1rem;padding:.75rem 1rem;font-size:.875rem}.FeatureFlagManager-module__OXqejG__loaderContainer{justify-content:center;align-items:center;min-height:200px;display:flex}.FeatureFlagManager-module__OXqejG__table{border-collapse:collapse;border:1px solid #e5e7eb;border-radius:.375rem;width:100%;overflow:hidden}.FeatureFlagManager-module__OXqejG__table thead{background-color:var(--background-90)}.FeatureFlagManager-module__OXqejG__table th{text-align:left;border-bottom:1px solid #e5e7eb;padding:.75rem 1rem;font-size:.875rem;font-weight:600}.FeatureFlagManager-module__OXqejG__table td{border-bottom:1px solid #e5e7eb;padding:.75rem 1rem;font-size:.875rem}.FeatureFlagManager-module__OXqejG__table tbody tr:last-child td{border-bottom:none}.FeatureFlagManager-module__OXqejG__table tbody tr:hover{background-color:var(--background-90)}.FeatureFlagManager-module__OXqejG__actionHeader{justify-content:flex-end;display:flex}.FeatureFlagManager-module__OXqejG__button{background-color:var(--theme-primary);color:var(--background);cursor:pointer;border:none;border-radius:.375rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:background-color .2s}.FeatureFlagManager-module__OXqejG__button:hover:not(:disabled){background-color:#2563eb}.FeatureFlagManager-module__OXqejG__button:disabled{opacity:.6;cursor:not-allowed}.FeatureFlagManager-module__OXqejG__loaderCell{justify-content:center;padding:1rem;display:flex}.FeatureFlagManager-module__OXqejG__emptyCell{text-align:center;color:#9ca3af;padding:1rem}.FeatureFlagManager-module__OXqejG__toggleCell{justify-content:flex-end;display:flex}.FeatureFlagManager-module__OXqejG__switch{width:44px;height:24px;display:inline-block;position:relative}.FeatureFlagManager-module__OXqejG__switch input{opacity:0;width:0;height:0}.FeatureFlagManager-module__OXqejG__slider{cursor:pointer;background-color:#d1d5db;border-radius:24px;transition:all .3s;position:absolute;inset:0}.FeatureFlagManager-module__OXqejG__slider:before{content:"";background-color:#fff;border-radius:50%;width:18px;height:18px;transition:all .3s;position:absolute;bottom:3px;left:3px}input:checked+.FeatureFlagManager-module__OXqejG__slider{background-color:var(--theme-primary)}input:checked+.FeatureFlagManager-module__OXqejG__slider:before{transform:translate(20px)}.FeatureFlagManager-module__OXqejG__pagination{justify-content:center;gap:.5rem;margin-top:1rem;display:flex}.FeatureFlagManager-module__OXqejG__pageButton{cursor:pointer;background-color:#0000;border:1px solid #d1d5db;border-radius:.375rem;padding:.5rem .75rem;font-size:.875rem;transition:all .2s}.FeatureFlagManager-module__OXqejG__pageButton:hover{background-color:var(--background-80)}.FeatureFlagManager-module__OXqejG__pageButtonActive{background-color:var(--theme-primary);color:var(--background);border-color:var(--theme-primary)}.FeatureFlagManager-module__OXqejG__pageButtonActive:hover{background-color:#2563eb}.FeatureFlagManager-module__OXqejG__addKeysSection{background-color:var(--background-90);border:1px solid #e5e7eb;border-radius:.375rem;flex-direction:column;gap:.75rem;margin-bottom:1rem;padding:1rem;display:flex}.FeatureFlagManager-module__OXqejG__addKeysLabel{color:var(--foreground);font-size:.875rem;font-weight:500}.FeatureFlagManager-module__OXqejG__textarea{resize:vertical;border:1px solid #d1d5db;border-radius:.375rem;outline:none;padding:.5rem .75rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.875rem;transition:border-color .2s}.FeatureFlagManager-module__OXqejG__textarea:focus{border-color:var(--theme-primary);box-shadow:0 0 0 3px #3b82f61a}
.OtpCodeModal-module__HtjWhW__intro{color:var(--background-40);margin:0;font-size:.875rem;line-height:1.5}.OtpCodeModal-module__HtjWhW__inputs{grid-template-columns:repeat(6,minmax(0,1fr));gap:.5rem;display:grid}.OtpCodeModal-module__HtjWhW__passInputs{grid-template-columns:repeat(8,minmax(0,1fr))}.OtpCodeModal-module__HtjWhW__input{border:1px solid var(--background-80);background-color:var(--background);width:100%;height:3rem;color:var(--foreground);text-align:center;border-radius:.5rem;outline:none;font-size:1.25rem;font-weight:600}.OtpCodeModal-module__HtjWhW__maskedInput{-webkit-text-security:disc}.OtpCodeModal-module__HtjWhW__input:focus{border-color:var(--theme-primary);box-shadow:0 0 0 3px #ff840026}
.DeployBlinksWizard-module__aHQ4Xq__section{gap:16px;display:grid}.DeployBlinksWizard-module__aHQ4Xq__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.DeployBlinksWizard-module__aHQ4Xq__card{border:1px solid var(--border);background:var(--surface);border-radius:14px;gap:10px;padding:14px;display:grid}.DeployBlinksWizard-module__aHQ4Xq__cardTitle{margin:0;font-size:.95rem}.DeployBlinksWizard-module__aHQ4Xq__muted{color:var(--fg-3);font-size:.82rem;line-height:1.5}.DeployBlinksWizard-module__aHQ4Xq__list{gap:10px;display:grid}.DeployBlinksWizard-module__aHQ4Xq__blinkRow{border:1px solid var(--border);background:var(--surface);border-radius:12px;grid-template-columns:auto auto minmax(0,1fr) auto auto;align-items:center;gap:12px;padding:12px;display:grid}.DeployBlinksWizard-module__aHQ4Xq__logoTile,.DeployBlinksWizard-module__aHQ4Xq__blinkIcon{border-radius:11px;flex:none;width:38px;height:38px;display:block}.DeployBlinksWizard-module__aHQ4Xq__logoTile{background:var(--accent-soft);color:var(--accent);font-family:var(--mono);text-transform:uppercase;place-items:center;font-size:11px;font-weight:800;display:grid}.DeployBlinksWizard-module__aHQ4Xq__blinkIcon{background-position:50%;background-size:cover;background-color:var(--accent-soft)}.DeployBlinksWizard-module__aHQ4Xq__blinkTitle{gap:3px;display:grid}.DeployBlinksWizard-module__aHQ4Xq__blinkTags{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:flex}.DeployBlinksWizard-module__aHQ4Xq__blinkStatusBadge{letter-spacing:.04em;text-transform:uppercase;border-radius:999px;justify-content:center;align-items:center;min-width:72px;padding:4px 8px;font-size:.72rem;font-weight:800;display:inline-flex}.DeployBlinksWizard-module__aHQ4Xq__blinkStatusActive{background:var(--green-soft);color:var(--green)}.DeployBlinksWizard-module__aHQ4Xq__blinkStatusInactive{background:var(--surface-2);color:var(--fg-3)}.DeployBlinksWizard-module__aHQ4Xq__tagRow{flex-wrap:wrap;gap:6px;display:flex}.DeployBlinksWizard-module__aHQ4Xq__accordion{gap:10px;display:grid}.DeployBlinksWizard-module__aHQ4Xq__accordionItem{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-card);border-radius:14px;overflow:visible}.DeployBlinksWizard-module__aHQ4Xq__accordionHeader{width:100%;color:var(--fg);cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;gap:12px;padding:12px 14px;font-weight:800;display:flex}.DeployBlinksWizard-module__aHQ4Xq__accordionHeaderMain{align-items:center;gap:12px;min-width:0;display:flex}.DeployBlinksWizard-module__aHQ4Xq__accordionBody{gap:12px;padding:0 14px 14px;display:grid}.DeployBlinksWizard-module__aHQ4Xq__jsonArea{min-height:220px;font-family:var(--mono)}.DeployBlinksWizard-module__aHQ4Xq__documentList{gap:14px;display:grid}.DeployBlinksWizard-module__aHQ4Xq__documentCard{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-card);border-radius:14px;gap:12px;padding:14px;display:grid}.DeployBlinksWizard-module__aHQ4Xq__documentCardHeader{justify-content:space-between;align-items:center;gap:12px;display:flex}.DeployBlinksWizard-module__aHQ4Xq__documentCardIdentity{align-items:center;gap:12px;min-width:0;display:flex}.DeployBlinksWizard-module__aHQ4Xq__documentCardTitle{font-size:.95rem;font-weight:800}.DeployBlinksWizard-module__aHQ4Xq__frontUrlPanel{border:1px solid var(--border);background:var(--bg);border-radius:12px;gap:6px;padding:10px 12px;display:grid}.DeployBlinksWizard-module__aHQ4Xq__frontUrlLabel{color:var(--theme-primary);letter-spacing:.08em;text-transform:uppercase;font-size:.72rem;font-weight:800}.DeployBlinksWizard-module__aHQ4Xq__frontUrlValue{color:var(--fg);font-family:var(--mono);overflow-wrap:anywhere;font-size:.82rem;text-decoration:none}.DeployBlinksWizard-module__aHQ4Xq__frontUrlValue:hover{text-decoration:underline}.DeployBlinksWizard-module__aHQ4Xq__documentEditorPanel{gap:10px;display:grid}.DeployBlinksWizard-module__aHQ4Xq__documentEditorHeader{justify-content:space-between;align-items:center;gap:12px;display:flex}.DeployBlinksWizard-module__aHQ4Xq__documentEditorTitle{color:var(--fg-2);font-size:.82rem;font-weight:700}.DeployBlinksWizard-module__aHQ4Xq__footerContent{justify-content:space-between;align-items:center;gap:12px;width:100%;display:flex}.DeployBlinksWizard-module__aHQ4Xq__footerActions{gap:8px;display:flex}.DeployBlinksWizard-module__aHQ4Xq__success{border:1px solid var(--green-soft);background:var(--green-soft);color:var(--green);border-radius:12px;padding:10px 12px;font-size:.85rem;font-weight:700}@media (max-width:920px){.DeployBlinksWizard-module__aHQ4Xq__steps,.DeployBlinksWizard-module__aHQ4Xq__grid{grid-template-columns:1fr}}
.AmbassadorRequestTable-module__uGqdrq__container{width:100%}.AmbassadorRequestTable-module__uGqdrq__error{color:#dc2626;background-color:#fee2e2;border-radius:.375rem;margin-bottom:1rem;padding:.75rem 1rem;font-size:.875rem}.AmbassadorRequestTable-module__uGqdrq__loaderContainer{justify-content:center;padding:2rem;display:flex}.AmbassadorRequestTable-module__uGqdrq__tableWrapper{max-height:400px;overflow:auto}.AmbassadorRequestTable-module__uGqdrq__table{border-collapse:collapse;border:1px solid #e5e7eb;border-radius:.375rem;width:100%;overflow:hidden}.AmbassadorRequestTable-module__uGqdrq__table thead{background-color:var(--background-90);z-index:10;position:sticky;top:0}.AmbassadorRequestTable-module__uGqdrq__table th{text-align:left;white-space:nowrap;border-bottom:1px solid #e5e7eb;padding:.75rem 1rem;font-size:.875rem;font-weight:600}.AmbassadorRequestTable-module__uGqdrq__table td{vertical-align:top;border-bottom:1px solid #e5e7eb;padding:.75rem 1rem;font-size:.875rem}.AmbassadorRequestTable-module__uGqdrq__table tbody tr:last-child td{border-bottom:none}.AmbassadorRequestTable-module__uGqdrq__table tbody tr:nth-child(2n){background-color:var(--background-90)}.AmbassadorRequestTable-module__uGqdrq__table tbody tr:hover{background-color:var(--background-80)}.AmbassadorRequestTable-module__uGqdrq__emptyCell{text-align:center;color:#9ca3af;padding:2rem 1rem}.AmbassadorRequestTable-module__uGqdrq__userInfo,.AmbassadorRequestTable-module__uGqdrq__detailsCell{flex-direction:column;gap:.25rem;display:flex}.AmbassadorRequestTable-module__uGqdrq__subtext{color:#6b7280;font-size:.75rem}.AmbassadorRequestTable-module__uGqdrq__channelCell{align-items:center;gap:.5rem;display:flex}.AmbassadorRequestTable-module__uGqdrq__iconLink{color:var(--theme-primary);align-items:center;transition:opacity .2s;display:flex}.AmbassadorRequestTable-module__uGqdrq__iconLink:hover{opacity:.7}.AmbassadorRequestTable-module__uGqdrq__actions{flex-direction:column;align-items:center;gap:.25rem;display:flex}.AmbassadorRequestTable-module__uGqdrq__actionButton{cursor:pointer;border:none;border-radius:.375rem;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.AmbassadorRequestTable-module__uGqdrq__actionButton:disabled{opacity:.5;cursor:not-allowed}.AmbassadorRequestTable-module__uGqdrq__validateButton{color:#065f46;background-color:#d1fae5}.AmbassadorRequestTable-module__uGqdrq__validateButton:hover:not(:disabled){background-color:#a7f3d0}.AmbassadorRequestTable-module__uGqdrq__rejectButton{color:#991b1b;background-color:#fee2e2}.AmbassadorRequestTable-module__uGqdrq__rejectButton:hover:not(:disabled){background-color:#fecaca}
.CreateInfluencerAffiliateModal-module__ju07Gq__backdrop{z-index:1000;background-color:#00000080;position:fixed;inset:0}.CreateInfluencerAffiliateModal-module__ju07Gq__positioner{z-index:1001;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.CreateInfluencerAffiliateModal-module__ju07Gq__content[data-state=open]{flex-direction:column;display:flex}.CreateInfluencerAffiliateModal-module__ju07Gq__content{--influencer-muted:color-mix(in oklab,var(--foreground)62%,var(--background));--influencer-focus-ring:color-mix(in oklab,var(--theme-primary)28%,transparent);background-color:var(--background);color:var(--foreground);border:1px solid var(--background-80);border-radius:.5rem;width:100%;max-width:520px;max-height:calc(100vh - 2rem);margin:1rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.CreateInfluencerAffiliateModal-module__ju07Gq__header{border-bottom:1px solid var(--background-80);flex-shrink:0;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.CreateInfluencerAffiliateModal-module__ju07Gq__title{color:var(--foreground);margin:0;font-size:1.125rem;font-weight:600}.CreateInfluencerAffiliateModal-module__ju07Gq__closeButton{cursor:pointer;color:var(--influencer-muted);background:0 0;border:none;border-radius:.25rem;justify-content:center;align-items:center;padding:.25rem;transition:all .2s;display:flex}.CreateInfluencerAffiliateModal-module__ju07Gq__closeButton:hover{background-color:var(--background-80);color:var(--foreground)}.CreateInfluencerAffiliateModal-module__ju07Gq__body{flex:1;min-height:0;padding:1.5rem;overflow-y:auto}.CreateInfluencerAffiliateModal-module__ju07Gq__form{flex-direction:column;gap:1rem;display:flex}.CreateInfluencerAffiliateModal-module__ju07Gq__checkboxGroup{flex-wrap:wrap;gap:2rem;display:flex}.CreateInfluencerAffiliateModal-module__ju07Gq__promotionSection{flex-direction:column;gap:.5rem;display:flex}.CreateInfluencerAffiliateModal-module__ju07Gq__checkboxLabel{cursor:pointer;-webkit-user-select:none;user-select:none;color:var(--foreground);align-items:center;gap:.5rem;font-size:.875rem;display:flex}.CreateInfluencerAffiliateModal-module__ju07Gq__checkbox{cursor:pointer;width:1rem;height:1rem}.CreateInfluencerAffiliateModal-module__ju07Gq__formGroup{flex-direction:column;flex:1;gap:.5rem;display:flex}.CreateInfluencerAffiliateModal-module__ju07Gq__label{color:var(--foreground);font-size:.875rem;font-weight:500}.CreateInfluencerAffiliateModal-module__ju07Gq__required{color:#ef4444}.CreateInfluencerAffiliateModal-module__ju07Gq__input{border:1px solid var(--background-80);background:var(--background);color:var(--foreground);border-radius:.375rem;outline:none;padding:.5rem .75rem;font-size:.875rem;transition:border-color .2s}.CreateInfluencerAffiliateModal-module__ju07Gq__input:focus{border-color:var(--theme-primary);box-shadow:0 0 0 3px var(--influencer-focus-ring)}.CreateInfluencerAffiliateModal-module__ju07Gq__input:disabled{background-color:var(--background-80);cursor:not-allowed;opacity:.85}.CreateInfluencerAffiliateModal-module__ju07Gq__resultsSection{border-top:1px solid var(--background-80);flex-direction:column;gap:.75rem;margin-top:1rem;padding-top:1rem;display:flex}.CreateInfluencerAffiliateModal-module__ju07Gq__resultRow{flex-wrap:wrap;align-items:flex-end;gap:1rem;display:flex}.CreateInfluencerAffiliateModal-module__ju07Gq__loaderContainer{justify-content:center;padding:1rem;display:flex}.CreateInfluencerAffiliateModal-module__ju07Gq__response{color:var(--influencer-muted);margin-top:.5rem;font-size:.875rem}.CreateInfluencerAffiliateModal-module__ju07Gq__secondaryButton{background-color:var(--background);border:1px solid var(--background-80);color:var(--foreground);cursor:pointer;border-radius:.375rem;width:fit-content;padding:.625rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s}.CreateInfluencerAffiliateModal-module__ju07Gq__secondaryButton:hover:not(:disabled){background-color:var(--background-80)}.CreateInfluencerAffiliateModal-module__ju07Gq__secondaryButton:disabled{opacity:.6;cursor:not-allowed}.CreateInfluencerAffiliateModal-module__ju07Gq__primaryButton{background-color:var(--theme-primary);color:var(--background);cursor:pointer;border:none;border-radius:.375rem;width:fit-content;padding:.625rem 1rem;font-size:.875rem;font-weight:500;transition:background-color .2s}.CreateInfluencerAffiliateModal-module__ju07Gq__primaryButton:hover:not(:disabled){background-color:color-mix(in oklab,var(--theme-primary)88%,black)}.CreateInfluencerAffiliateModal-module__ju07Gq__primaryButton:disabled{opacity:.6;cursor:not-allowed}.CreateInfluencerAffiliateModal-module__ju07Gq__footer{border-top:1px solid var(--background-80);flex-shrink:0;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;display:flex}.CreateInfluencerAffiliateModal-module__ju07Gq__cancelButton{background-color:var(--background);border:1px solid var(--background-80);color:var(--foreground);cursor:pointer;border-radius:.375rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s}.CreateInfluencerAffiliateModal-module__ju07Gq__cancelButton:hover:not(:disabled){background-color:var(--background-80)}.CreateInfluencerAffiliateModal-module__ju07Gq__cancelButton:disabled{opacity:.5;cursor:not-allowed}.CreateInfluencerAffiliateModal-module__ju07Gq__submitButton{background-color:var(--theme-primary);color:var(--background);cursor:pointer;border:none;border-radius:.375rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s}.CreateInfluencerAffiliateModal-module__ju07Gq__submitButton:hover:not(:disabled){opacity:.9}.CreateInfluencerAffiliateModal-module__ju07Gq__submitButton:disabled{opacity:.5;cursor:not-allowed}
.CreateInvalidElectronVersion-module__nP7tMq__container{width:100%}.CreateInvalidElectronVersion-module__nP7tMq__form{flex-direction:column;gap:1rem;display:flex}.CreateInvalidElectronVersion-module__nP7tMq__formGroup{flex-direction:column;gap:.5rem;display:flex}.CreateInvalidElectronVersion-module__nP7tMq__label{color:var(--foreground);font-size:.875rem;font-weight:500}.CreateInvalidElectronVersion-module__nP7tMq__required{color:#ef4444}.CreateInvalidElectronVersion-module__nP7tMq__input,.CreateInvalidElectronVersion-module__nP7tMq__textarea{border:1px solid #d1d5db;border-radius:.375rem;outline:none;padding:.5rem .75rem;font-family:inherit;font-size:.875rem;transition:border-color .2s}.CreateInvalidElectronVersion-module__nP7tMq__input:focus,.CreateInvalidElectronVersion-module__nP7tMq__textarea:focus{border-color:var(--theme-primary);box-shadow:0 0 0 3px #3b82f61a}.CreateInvalidElectronVersion-module__nP7tMq__textarea{resize:vertical;min-height:100px}.CreateInvalidElectronVersion-module__nP7tMq__checkboxGroup{align-items:center;gap:.5rem;display:flex}.CreateInvalidElectronVersion-module__nP7tMq__checkbox{cursor:pointer;width:1rem;height:1rem}.CreateInvalidElectronVersion-module__nP7tMq__checkboxLabel{cursor:pointer;-webkit-user-select:none;user-select:none;font-size:.875rem}.CreateInvalidElectronVersion-module__nP7tMq__switchGroup{align-items:center;gap:.75rem;font-size:.875rem;display:flex}.CreateInvalidElectronVersion-module__nP7tMq__switch{width:44px;height:24px;display:inline-block;position:relative}.CreateInvalidElectronVersion-module__nP7tMq__switch input{opacity:0;width:0;height:0}.CreateInvalidElectronVersion-module__nP7tMq__slider{cursor:pointer;background-color:#d1d5db;border-radius:24px;transition:all .3s;position:absolute;inset:0}.CreateInvalidElectronVersion-module__nP7tMq__slider:before{content:"";background-color:#fff;border-radius:50%;width:18px;height:18px;transition:all .3s;position:absolute;bottom:3px;left:3px}input:checked+.CreateInvalidElectronVersion-module__nP7tMq__slider{background-color:var(--theme-primary)}input:checked+.CreateInvalidElectronVersion-module__nP7tMq__slider:before{transform:translate(20px)}.CreateInvalidElectronVersion-module__nP7tMq__button{background-color:var(--theme-primary);color:var(--background);cursor:pointer;border:none;border-radius:.375rem;justify-content:center;align-items:center;padding:.625rem 1rem;font-size:.875rem;font-weight:500;transition:background-color .2s;display:flex}.CreateInvalidElectronVersion-module__nP7tMq__button:hover:not(:disabled){background-color:#2563eb}.CreateInvalidElectronVersion-module__nP7tMq__button:disabled{opacity:.6;cursor:not-allowed}.CreateInvalidElectronVersion-module__nP7tMq__buttonSuccess{background-color:#10b981}.CreateInvalidElectronVersion-module__nP7tMq__buttonSuccess:hover{background-color:#059669}.CreateInvalidElectronVersion-module__nP7tMq__buttonContent{justify-content:center;align-items:center;display:flex}
.ReleaseVersionsField-module__HD1fgq__row{grid-template-columns:1fr 1.2fr;align-items:center;gap:.5rem;display:grid}.ReleaseVersionsField-module__HD1fgq__fieldHeader{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.ReleaseVersionsField-module__HD1fgq__refreshButton{flex-shrink:0;padding:.35rem .6rem;font-size:.75rem}.ReleaseVersionsField-module__HD1fgq__projectName{color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;font-weight:500;overflow:hidden}.ReleaseVersionsField-module__HD1fgq__versionPicker{align-items:center;gap:.375rem;min-width:0;display:flex}.ReleaseVersionsField-module__HD1fgq__versionSelect{flex:1;min-width:0}.ReleaseVersionsField-module__HD1fgq__externalVersionLabel{border:1px solid var(--background-80);background-color:var(--background-90);width:100%;color:var(--background-40);border-radius:.375rem;padding:.625rem .75rem;font-size:.875rem}.ReleaseVersionsField-module__HD1fgq__newerVersionIndicator{width:1.5rem;height:1.5rem;color:var(--theme-primary);cursor:pointer;background:#ff84001f;border:0;border-radius:999px;flex:none;justify-content:center;align-items:center;padding:0;display:inline-flex}
.GraphFlow-module__9Zv1vq__shell,.GraphFlow-module__9Zv1vq__content{width:100%}.GraphFlow-module__9Zv1vq__loading{place-items:center;min-height:50vh;display:grid}.GraphFlow-module__9Zv1vq__flowViewport{place-items:start center;width:100%;padding:28px 0 40px;display:grid}.GraphFlow-module__9Zv1vq__flowCanvas{grid-template-rows:auto auto auto;grid-template-columns:minmax(0,1fr);align-content:start;width:min(1600px,100% - 120px);min-width:min(1400px,100%);display:grid;position:relative}.GraphFlow-module__9Zv1vq__flowTopRow{grid-template-columns:minmax(0,1fr) minmax(0,2fr);align-items:center;width:100%;display:grid}.GraphFlow-module__9Zv1vq__flowColumn{justify-content:center;min-width:0;display:flex}.GraphFlow-module__9Zv1vq__releaseNode,.GraphFlow-module__9Zv1vq__appResourceNode{z-index:2;border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-card);border-radius:16px;flex:none;position:relative}.GraphFlow-module__9Zv1vq__releaseNode{flex-direction:column;gap:12px;width:286px;padding:17px;display:flex}.GraphFlow-module__9Zv1vq__previewNode{border-color:var(--blue);box-shadow:0 0 0 4px var(--blue-soft)}.GraphFlow-module__9Zv1vq__nodeTopLine,.GraphFlow-module__9Zv1vq__metaRow{align-items:center;gap:8px;display:flex}.GraphFlow-module__9Zv1vq__nodeTopLine{justify-content:space-between}.GraphFlow-module__9Zv1vq__releaseTitle{color:var(--accent);align-items:center;gap:9px;display:flex}.GraphFlow-module__9Zv1vq__releaseTitle h2,.GraphFlow-module__9Zv1vq__appResourceHeader h2{color:var(--fg);letter-spacing:-.01em;margin:0;font-size:18px;font-weight:800;line-height:1.15}.GraphFlow-module__9Zv1vq__releaseNode>.GraphFlow-module__9Zv1vq__mono{color:var(--fg-3);font-size:11.5px}.GraphFlow-module__9Zv1vq__heroIcon,.GraphFlow-module__9Zv1vq__appResourceIcon,.GraphFlow-module__9Zv1vq__rowIcon{font-family:var(--mono);flex:none;place-items:center;font-weight:800;display:grid}.GraphFlow-module__9Zv1vq__metaRow{color:var(--fg-3);font-size:11.5px}.GraphFlow-module__9Zv1vq__metaRow .GraphFlow-module__9Zv1vq__tag{margin-left:auto}.GraphFlow-module__9Zv1vq__appResourceMetaRow{color:var(--fg-3);align-items:center;gap:8px;margin-top:10px;font-size:11.5px;display:flex}.GraphFlow-module__9Zv1vq__appResourceMetaRow button{margin-left:auto;padding:6px 10px;font-size:12.5px}.GraphFlow-module__9Zv1vq__appResourceNode{border-color:var(--accent);width:80%;box-shadow:var(--node-glow);padding:17px}.GraphFlow-module__9Zv1vq__appResourceHeader{align-items:center;gap:10px;display:flex}.GraphFlow-module__9Zv1vq__appResourceBody{grid-template-columns:minmax(0,1.25fr) minmax(170px,.75fr);gap:14px;display:grid}.GraphFlow-module__9Zv1vq__appResourceMainColumn,.GraphFlow-module__9Zv1vq__appResourceSideColumn{min-width:0}.GraphFlow-module__9Zv1vq__appResourceSideColumn{flex-direction:column;gap:8px;display:flex}.GraphFlow-module__9Zv1vq__appResourceHeader>div{flex:auto;min-width:0}.GraphFlow-module__9Zv1vq__appResourceHeader .GraphFlow-module__9Zv1vq__tag{margin-left:auto}.GraphFlow-module__9Zv1vq__appResourceIcon{background:var(--accent-soft);width:34px;height:34px;color:var(--accent);border-radius:10px}.GraphFlow-module__9Zv1vq__resourceRows{flex-direction:column;gap:5px;margin-top:14px;display:flex}.GraphFlow-module__9Zv1vq__rowIcon{background:var(--surface-2);width:18px;height:18px;color:var(--fg-3);border-radius:6px;font-size:10px}.GraphFlow-module__9Zv1vq__computeGroup{border:1px solid var(--pill-border);background:var(--pill);border-radius:9px;overflow:hidden}.GraphFlow-module__9Zv1vq__computeGroup>button{cursor:pointer;width:100%;font:inherit;background:0 0;border:0;border-radius:0}.GraphFlow-module__9Zv1vq__computeTags{flex-wrap:wrap;gap:5px;padding:2px 9px 9px 27px;display:flex}.GraphFlow-module__9Zv1vq__tableConnector{width:100%;height:58px;position:relative}.GraphFlow-module__9Zv1vq__tableConnector span{border-left:2px dashed var(--accent);opacity:.65;width:2px;height:30px;position:absolute;top:0;left:66.67%}.GraphFlow-module__9Zv1vq__tableConnector:before,.GraphFlow-module__9Zv1vq__tableConnector:after{content:"";opacity:.65;position:absolute}.GraphFlow-module__9Zv1vq__tableConnector:before{border-top:2px dashed var(--accent);width:33.34%;top:29px;left:33.33%}.GraphFlow-module__9Zv1vq__tableConnector:after{border-left:2px dashed var(--accent);height:29px;top:29px;left:33.33%}.GraphFlow-module__9Zv1vq__blinksTableCard{border:1px solid var(--border);background:var(--surface);width:min(980px,100%);min-width:620px;box-shadow:var(--shadow-card);border-radius:16px;justify-self:center;overflow:hidden}.GraphFlow-module__9Zv1vq__blinksTableHeader{border-bottom:1px solid var(--border);align-items:center;gap:10px;padding:13px 15px;display:flex}.GraphFlow-module__9Zv1vq__blinksTableHeader .GraphFlow-module__9Zv1vq__tag{margin-left:auto}.GraphFlow-module__9Zv1vq__blinksTable{border-collapse:collapse;width:100%;font-size:12.5px}.GraphFlow-module__9Zv1vq__blinksTable th,.GraphFlow-module__9Zv1vq__blinksTable td{border-bottom:1px solid var(--border);text-align:left;vertical-align:middle;padding:10px 12px}.GraphFlow-module__9Zv1vq__blinksTable th{background:var(--surface);color:var(--fg-3);letter-spacing:.05em;text-transform:uppercase;font-size:11px;font-weight:800}.GraphFlow-module__9Zv1vq__blinksTable td:last-child{max-width:260px;color:var(--fg-3);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.GraphFlow-module__9Zv1vq__blinksTable tr:last-child td{border-bottom:0}.GraphFlow-module__9Zv1vq__tableBlinkName{align-items:center;gap:9px;min-width:0;display:flex}.GraphFlow-module__9Zv1vq__tableBlinkName strong,.GraphFlow-module__9Zv1vq__tableBlinkName small{display:block}.GraphFlow-module__9Zv1vq__tableBlinkName small{color:var(--fg-4);margin-top:2px;font-size:10.5px}.GraphFlow-module__9Zv1vq__tableBlinkIcon,.GraphFlow-module__9Zv1vq__tableBlinkFallbackIcon{border-radius:7px;flex:none;width:24px;height:24px;display:block}.GraphFlow-module__9Zv1vq__tableBlinkIcon{background-position:50%;background-size:cover}.GraphFlow-module__9Zv1vq__tableBlinkFallbackIcon{background:var(--surface-2);color:var(--fg-3);font-family:var(--mono);place-items:center;font-size:10px;font-weight:800;display:grid}.GraphFlow-module__9Zv1vq__tableStatusBadge{letter-spacing:.04em;text-transform:uppercase;border-radius:999px;justify-content:center;align-items:center;min-width:72px;padding:4px 8px;font-size:10px;font-weight:800;display:inline-flex}.GraphFlow-module__9Zv1vq__tableStatusActive{background:var(--green-soft);color:var(--green)}.GraphFlow-module__9Zv1vq__tableStatusInactive{background:var(--surface-2);color:var(--fg-3)}.GraphFlow-module__9Zv1vq__deployedVersions{flex-wrap:wrap;gap:6px;display:flex}.GraphFlow-module__9Zv1vq__deployedVersionChip{border:1px solid var(--pill-border);background:var(--pill);max-width:260px;color:var(--fg-3);border-radius:999px;align-items:center;gap:6px;padding:5px 7px;display:inline-flex}.GraphFlow-module__9Zv1vq__deployedVersionChip>span{text-overflow:ellipsis;white-space:nowrap;max-width:96px;overflow:hidden}.GraphFlow-module__9Zv1vq__deployedVersionChip strong{color:var(--fg)}.GraphFlow-module__9Zv1vq__switcherPopover{z-index:90;border:1px solid var(--border-strong);background:var(--surface);width:220px;box-shadow:var(--shadow-pop);border-radius:11px;padding:5px}.GraphFlow-module__9Zv1vq__switcherTitle{color:var(--fg-3);letter-spacing:.05em;text-transform:uppercase;padding:5px 8px 6px;font-size:10.5px;font-weight:700}.GraphFlow-module__9Zv1vq__switcherItem{cursor:pointer;border-radius:7px;outline:none;flex-direction:column;gap:6px;padding:8px;display:flex}.GraphFlow-module__9Zv1vq__switcherItem:is(:hover,[data-highlighted]){background:var(--surface-2)}.GraphFlow-module__9Zv1vq__switcherItem>span:last-child{color:var(--fg-3);font-size:12px;line-height:1.35}.GraphFlow-module__9Zv1vq__emptyState{text-align:center;place-content:center;gap:8px;min-height:320px;display:grid}.GraphFlow-module__9Zv1vq__emptyState h2,.GraphFlow-module__9Zv1vq__emptyState p{margin:0}.GraphFlow-module__9Zv1vq__notice,.GraphFlow-module__9Zv1vq__error{z-index:5;max-width:calc(100% - 32px);box-shadow:var(--shadow-pop);border-radius:13px;align-items:center;gap:12px;padding:10px 14px;font-size:.88rem;font-weight:700;display:flex;position:absolute;top:16px;left:50%;transform:translate(-50%)}.GraphFlow-module__9Zv1vq__notice{border:1px solid var(--accent-ring);background:var(--surface);color:var(--accent)}.GraphFlow-module__9Zv1vq__notice button{color:inherit;cursor:pointer;background:0 0;border:none;font-weight:800}.GraphFlow-module__9Zv1vq__error{border:1px solid var(--red-soft);background:var(--surface);color:var(--red)}@media (max-width:980px){.GraphFlow-module__9Zv1vq__flowCanvas{align-content:start;width:min(520px,100vw - 40px);min-width:0;min-height:auto}.GraphFlow-module__9Zv1vq__flowTopRow{grid-template-columns:1fr;gap:16px}.GraphFlow-module__9Zv1vq__releaseNode,.GraphFlow-module__9Zv1vq__appResourceNode{width:100%}.GraphFlow-module__9Zv1vq__appResourceBody{grid-template-columns:1fr}.GraphFlow-module__9Zv1vq__tableConnector{width:100%}.GraphFlow-module__9Zv1vq__tableConnector span{left:50%}.GraphFlow-module__9Zv1vq__tableConnector:before{display:none}.GraphFlow-module__9Zv1vq__blinksTableCard{width:100%;min-width:0}}
.NavBarLayout-module__Vnv84a__container{top:var(--external-padding);bottom:var(--external-padding);width:calc(var(--navbar-width) + var(--external-padding));height:calc(100% - 2*var(--external-padding));transition:width var(--navbar-width-transition);flex-direction:column;align-items:flex-start;gap:1rem;display:flex;position:absolute;left:0;overflow:hidden}.NavBarLayout-module__Vnv84a__openContainer{padding:var(--body-padding);width:var(--navbar-width-open);height:100%;transition:opacity var(--navbar-width-transition);flex-direction:column;justify-content:space-between;padding-right:0;display:flex;position:absolute;top:0;left:0}.NavBarLayout-module__Vnv84a__closedContainer{width:calc(var(--navbar-width-closed) + var(--external-padding));height:100%;transition:opacity var(--navbar-width-transition);transition-delay:var(--navbar-width-transition-duration);color:var(--foreground);justify-content:center;align-items:center;display:flex;position:absolute;top:0;right:0}.NavBarLayout-module__Vnv84a__closedContainerIcon{cursor:pointer;width:24px;height:24px}.NavBarLayout-module__Vnv84a__closedContainerIcon:hover{cursor:pointer;background-color:#fff6;border-radius:8px}.NavBarLayout-module__Vnv84a__content{width:100%;height:100%;padding:var(--external-padding);border-radius:8px;overflow:auto}
.EditAmbassadorValidityModal-module__Q9DW2q__backdrop{z-index:1000;background-color:#00000080;position:fixed;inset:0}.EditAmbassadorValidityModal-module__Q9DW2q__positioner{z-index:1001;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.EditAmbassadorValidityModal-module__Q9DW2q__content{background-color:#fff;border-radius:.5rem;width:100%;max-width:400px;margin:1rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.EditAmbassadorValidityModal-module__Q9DW2q__header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.EditAmbassadorValidityModal-module__Q9DW2q__title{color:#111827;margin:0;font-size:1.125rem;font-weight:600}.EditAmbassadorValidityModal-module__Q9DW2q__closeButton{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:.25rem;justify-content:center;align-items:center;padding:.25rem;transition:all .2s;display:flex}.EditAmbassadorValidityModal-module__Q9DW2q__closeButton:hover{color:#374151;background-color:#f3f4f6}.EditAmbassadorValidityModal-module__Q9DW2q__description{color:#6b7280;margin:0;padding:1rem 1.5rem 0;font-size:.875rem}.EditAmbassadorValidityModal-module__Q9DW2q__body{padding:1.5rem}.EditAmbassadorValidityModal-module__Q9DW2q__error{color:#dc2626;background-color:#fee2e2;border-radius:.375rem;margin-bottom:1rem;padding:.75rem 1rem;font-size:.875rem}.EditAmbassadorValidityModal-module__Q9DW2q__datePickerContainer{flex-direction:column;gap:.5rem;display:flex}.EditAmbassadorValidityModal-module__Q9DW2q__label{color:#374151;font-size:.875rem;font-weight:500}.EditAmbassadorValidityModal-module__Q9DW2q__dateInput{border:1px solid #d1d5db;border-radius:.375rem;outline:none;width:100%;padding:.625rem .75rem;font-size:.875rem;transition:border-color .2s,box-shadow .2s}.EditAmbassadorValidityModal-module__Q9DW2q__dateInput:focus{border-color:var(--theme-primary);box-shadow:0 0 0 3px #3b82f61a}.EditAmbassadorValidityModal-module__Q9DW2q__footer{border-top:1px solid #e5e7eb;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;display:flex}.EditAmbassadorValidityModal-module__Q9DW2q__cancelButton{color:#374151;cursor:pointer;background-color:#fff;border:1px solid #d1d5db;border-radius:.375rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s}.EditAmbassadorValidityModal-module__Q9DW2q__cancelButton:hover:not(:disabled){background-color:#f9fafb}.EditAmbassadorValidityModal-module__Q9DW2q__cancelButton:disabled{opacity:.5;cursor:not-allowed}.EditAmbassadorValidityModal-module__Q9DW2q__updateButton{background-color:var(--theme-primary);color:#fff;cursor:pointer;border:none;border-radius:.375rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s}.EditAmbassadorValidityModal-module__Q9DW2q__updateButton:hover:not(:disabled){opacity:.9}.EditAmbassadorValidityModal-module__Q9DW2q__updateButton:disabled{opacity:.5;cursor:not-allowed}
.EditInfluencerValidityModal-module__IK21Nq__backdrop{z-index:1000;background-color:#00000080;position:fixed;inset:0}.EditInfluencerValidityModal-module__IK21Nq__positioner{z-index:1001;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.EditInfluencerValidityModal-module__IK21Nq__content[data-state=open]{flex-direction:column;display:flex}.EditInfluencerValidityModal-module__IK21Nq__content{--influencer-muted:color-mix(in oklab,var(--foreground)62%,var(--background));--influencer-focus-ring:color-mix(in oklab,var(--theme-primary)28%,transparent);--influencer-error-bg:color-mix(in oklab,#dc2626 16%,var(--background));background-color:var(--background);color:var(--foreground);border:1px solid var(--background-80);border-radius:.5rem;width:100%;max-width:400px;margin:1rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.EditInfluencerValidityModal-module__IK21Nq__header{border-bottom:1px solid var(--background-80);justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.EditInfluencerValidityModal-module__IK21Nq__title{color:var(--foreground);margin:0;font-size:1.125rem;font-weight:600}.EditInfluencerValidityModal-module__IK21Nq__closeButton{cursor:pointer;color:var(--influencer-muted);background:0 0;border:none;border-radius:.25rem;justify-content:center;align-items:center;padding:.25rem;transition:all .2s;display:flex}.EditInfluencerValidityModal-module__IK21Nq__closeButton:hover{background-color:var(--background-80);color:var(--foreground)}.EditInfluencerValidityModal-module__IK21Nq__description{color:var(--influencer-muted);margin:0;padding:1rem 1.5rem 0;font-size:.875rem}.EditInfluencerValidityModal-module__IK21Nq__body{padding:1.5rem}.EditInfluencerValidityModal-module__IK21Nq__error{background-color:var(--influencer-error-bg);color:#dc2626;border-radius:.375rem;margin-bottom:1rem;padding:.75rem 1rem;font-size:.875rem}.EditInfluencerValidityModal-module__IK21Nq__datePickerContainer{flex-direction:column;gap:.5rem;display:flex}.EditInfluencerValidityModal-module__IK21Nq__label{color:var(--foreground);font-size:.875rem;font-weight:500}.EditInfluencerValidityModal-module__IK21Nq__dateInput{border:1px solid var(--background-80);background:var(--background);width:100%;color:var(--foreground);border-radius:.375rem;outline:none;padding:.625rem .75rem;font-size:.875rem;transition:border-color .2s,box-shadow .2s}.EditInfluencerValidityModal-module__IK21Nq__dateInput:focus{border-color:var(--theme-primary);box-shadow:0 0 0 3px var(--influencer-focus-ring)}.EditInfluencerValidityModal-module__IK21Nq__footer{border-top:1px solid var(--background-80);justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;display:flex}.EditInfluencerValidityModal-module__IK21Nq__cancelButton{background-color:var(--background);border:1px solid var(--background-80);color:var(--foreground);cursor:pointer;border-radius:.375rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s}.EditInfluencerValidityModal-module__IK21Nq__cancelButton:hover:not(:disabled){background-color:var(--background-80)}.EditInfluencerValidityModal-module__IK21Nq__cancelButton:disabled{opacity:.5;cursor:not-allowed}.EditInfluencerValidityModal-module__IK21Nq__updateButton{background-color:var(--theme-primary);color:var(--background);cursor:pointer;border:none;border-radius:.375rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s}.EditInfluencerValidityModal-module__IK21Nq__updateButton:hover:not(:disabled){opacity:.9}.EditInfluencerValidityModal-module__IK21Nq__updateButton:disabled{opacity:.5;cursor:not-allowed}
.AnonymizeMail-module__mh6P9a__container{width:100%}.AnonymizeMail-module__mh6P9a__form{flex-direction:column;gap:1rem;display:flex}.AnonymizeMail-module__mh6P9a__formGroup{flex-direction:column;gap:.5rem;display:flex}.AnonymizeMail-module__mh6P9a__label{color:var(--foreground);font-size:.875rem;font-weight:500}.AnonymizeMail-module__mh6P9a__input{border:1px solid #d1d5db;border-radius:.375rem;outline:none;padding:.5rem .75rem;font-size:.875rem;transition:border-color .2s}.AnonymizeMail-module__mh6P9a__input:focus{border-color:var(--theme-primary);box-shadow:0 0 0 3px #3b82f61a}.AnonymizeMail-module__mh6P9a__button{background-color:var(--theme-primary);color:var(--background);cursor:pointer;border:none;border-radius:.375rem;padding:.625rem 1rem;font-size:.875rem;font-weight:500;transition:background-color .2s}.AnonymizeMail-module__mh6P9a__button:hover:not(:disabled){background-color:#2563eb}.AnonymizeMail-module__mh6P9a__button:disabled{opacity:.6;cursor:not-allowed}.AnonymizeMail-module__mh6P9a__responseContainer{min-height:50px;margin-top:1.5rem}.AnonymizeMail-module__mh6P9a__loaderContainer{justify-content:center;padding:1rem;display:flex}.AnonymizeMail-module__mh6P9a__message{border-radius:.375rem;padding:.75rem 1rem;font-size:.875rem}.AnonymizeMail-module__mh6P9a__messageError{color:#dc2626;background-color:#fee2e2}.AnonymizeMail-module__mh6P9a__messageInfo{color:#d97706;background-color:#fef3c7}.AnonymizeMail-module__mh6P9a__messageSuccess{color:#2563eb;background-color:#dbeafe}
.CreateReleaseModal-module__i8F8qq__nameFieldHeader{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.CreateReleaseModal-module__i8F8qq__nameRandom{flex-shrink:0;padding:.35rem .6rem;font-size:.75rem}
.GraphBrowser-module__KyPP_q__browser{width:100%;position:relative}.GraphBrowser-module__KyPP_q__graphRegion{width:100%;transition:margin-right .3s cubic-bezier(.4,0,.2,1);position:relative}.GraphBrowser-module__KyPP_q__launcher{z-index:6;flex-direction:column;gap:9px;display:flex;position:fixed;top:50%;right:0;transform:translateY(-50%)}.GraphBrowser-module__KyPP_q__launcher button{border:1px solid var(--border-strong);background:var(--surface);width:60px;box-shadow:var(--shadow-pop);color:var(--fg-2);cursor:pointer;font:inherit;letter-spacing:.02em;border-right:none;border-radius:15px 0 0 15px;flex-direction:column;align-items:center;gap:5px;padding:13px 6px;font-size:10px;font-weight:700;display:flex}.GraphBrowser-module__KyPP_q__launcher button:hover{border-color:var(--accent-ring);color:var(--accent)}.GraphBrowser-module__KyPP_q__launcher span,.GraphBrowser-module__KyPP_q__tile{flex:none;place-items:center;display:grid}.GraphBrowser-module__KyPP_q__launcher span{background:var(--accent-soft);width:24px;height:24px;color:var(--accent);border-radius:8px}.GraphBrowser-module__KyPP_q__tile{background:var(--accent-soft);width:32px;height:32px;color:var(--accent);border-radius:9px}.GraphBrowser-module__KyPP_q__drawer,.GraphBrowser-module__KyPP_q__reposDrawer{z-index:8;border-left:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-pop);flex-direction:column;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:60px;bottom:0;right:0}.GraphBrowser-module__KyPP_q__reposDrawer{background:var(--canvas);width:600px;transform:translate(612px)}.GraphBrowser-module__KyPP_q__reposDrawer[data-open=true]{transform:none}.GraphBrowser-module__KyPP_q__repoToolbar{flex-wrap:wrap;align-items:center;gap:8px;margin-top:13px;display:flex}.GraphBrowser-module__KyPP_q__repoToolbarAction{margin-left:auto}.GraphBrowser-module__KyPP_q__repoList{flex-direction:column;flex:auto;gap:18px;padding:14px 16px;display:flex;overflow-y:auto}.GraphBrowser-module__KyPP_q__repoListSection{flex-direction:column;gap:10px;display:flex}.GraphBrowser-module__KyPP_q__repoListSectionHeader{border-top:1px solid var(--border);flex-direction:column;gap:2px;padding:2px 2px 0;display:flex}.GraphBrowser-module__KyPP_q__repoListSection:first-child .GraphBrowser-module__KyPP_q__repoListSectionHeader{border-top:0;padding-top:0}.GraphBrowser-module__KyPP_q__repoListSectionEyebrow{color:var(--theme-primary);letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:700}.GraphBrowser-module__KyPP_q__repoListSectionTitle{color:var(--fg-2);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:700;overflow:hidden}.GraphBrowser-module__KyPP_q__repoListSectionItems{flex-direction:column;gap:10px;display:flex}.GraphBrowser-module__KyPP_q__repoRow{flex-shrink:0;overflow:hidden}.GraphBrowser-module__KyPP_q__repoRowSelected{border-color:var(--accent-ring);box-shadow:0 0 0 2px var(--accent-soft)}.GraphBrowser-module__KyPP_q__repoRowNothingToMerge{opacity:.82}.GraphBrowser-module__KyPP_q__repoRowNothingToMerge .GraphBrowser-module__KyPP_q__repoHeader{padding-bottom:0}.GraphBrowser-module__KyPP_q__repoRowNothingToMerge .GraphBrowser-module__KyPP_q__repoBranches{padding-top:2px}.GraphBrowser-module__KyPP_q__repoRowNothingToMerge .GraphBrowser-module__KyPP_q__repoBranches .GraphBrowser-module__KyPP_q__tag{margin-left:auto}.GraphBrowser-module__KyPP_q__repoHeader{width:100%;color:var(--fg);font:inherit;text-align:left;background:0 0;border:0;align-items:flex-start;gap:10px;padding:12px 13px 10px;display:flex}.GraphBrowser-module__KyPP_q__repoCheckbox{border:1.5px solid var(--border-strong);background:var(--surface);width:19px;height:19px;color:var(--surface);cursor:pointer;font:inherit;text-transform:uppercase;border-radius:6px;flex:none;place-items:center;margin-top:2px;padding:0;font-size:12px;font-weight:900;line-height:1;display:grid}.GraphBrowser-module__KyPP_q__repoCheckbox[data-checked=true]{border-color:var(--accent);background:var(--accent);color:#fff}.GraphBrowser-module__KyPP_q__repoCheckbox[data-checked=true]:after{content:"";border-bottom:2px solid;border-left:2px solid;width:8px;height:4px;transform:translateY(-1px)rotate(-45deg)}.GraphBrowser-module__KyPP_q__repoCheckbox:disabled{cursor:default;opacity:.35}.GraphBrowser-module__KyPP_q__repoIcon{background:var(--surface-2);width:28px;height:28px;color:var(--accent);border-radius:8px;flex:none;place-items:center;display:grid}.GraphBrowser-module__KyPP_q__repoText{flex:auto;gap:1px;min-width:0;display:grid}.GraphBrowser-module__KyPP_q__repoText strong,.GraphBrowser-module__KyPP_q__repoText span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.GraphBrowser-module__KyPP_q__repoText strong{font-size:14px;font-weight:700}.GraphBrowser-module__KyPP_q__repoGithubLink{color:var(--fg-4);text-decoration:underline;-webkit-text-decoration-color:var(--fg-4);text-decoration-color:var(--fg-4);text-overflow:ellipsis;text-underline-offset:2px;white-space:nowrap;font-size:10px;overflow:hidden}.GraphBrowser-module__KyPP_q__repoGithubLink:hover{color:var(--fg-3);-webkit-text-decoration-color:var(--fg-3);text-decoration-color:var(--fg-3)}.GraphBrowser-module__KyPP_q__repoBranches{color:var(--fg-4);align-items:center;gap:9px;padding:0 13px 12px 51px;font-size:12px;display:flex}.GraphBrowser-module__KyPP_q__repoBranches a{color:var(--fg-3);text-decoration:underline;-webkit-text-decoration-color:color-mix(in srgb,var(--fg-3)55%,transparent);text-decoration-color:color-mix(in srgb,var(--fg-3)55%,transparent);text-underline-offset:2px;font-size:12.5px}.GraphBrowser-module__KyPP_q__repoBranches a:hover{color:var(--fg-2);-webkit-text-decoration-color:var(--fg-2);text-decoration-color:var(--fg-2)}.GraphBrowser-module__KyPP_q__repoActions{align-items:center;gap:9px;padding:0 13px 12px 70px;display:flex}.GraphBrowser-module__KyPP_q__repoActions>:last-child{margin-left:auto}.GraphBrowser-module__KyPP_q__repoActions button{font-size:12.5px}.GraphBrowser-module__KyPP_q__repoWorkflows{border-top:1px solid var(--border);flex-direction:column;gap:8px;padding:10px 13px 12px 70px;display:flex}.GraphBrowser-module__KyPP_q__repoWorkflowRun{align-items:center;gap:10px;min-width:0;display:flex}.GraphBrowser-module__KyPP_q__repoWorkflowName{min-width:0;color:var(--fg-2);text-overflow:ellipsis;white-space:nowrap;flex:auto;font-size:12.5px;font-weight:600;text-decoration:none;overflow:hidden}.GraphBrowser-module__KyPP_q__repoWorkflowName:hover{color:var(--accent);text-underline-offset:2px;text-decoration:underline}.GraphBrowser-module__KyPP_q__repoWorkflowJob{color:var(--fg-3);white-space:nowrap;flex:none;align-items:center;gap:6px;font-size:12px;font-weight:500;display:inline-flex}.GraphBrowser-module__KyPP_q__repoBody{border-top:1px solid var(--border);background:var(--surface-2);flex-direction:column;gap:14px;padding:14px 13px;display:flex}.GraphBrowser-module__KyPP_q__deployPills{flex-wrap:wrap;gap:8px;display:flex}.GraphBrowser-module__KyPP_q__deployPill{border:1px solid var(--border);background:var(--surface);border-radius:9px;align-items:center;gap:7px;max-width:100%;padding:6px 9px;display:inline-flex}.GraphBrowser-module__KyPP_q__deployPillDot{border-radius:2px;flex:none;width:7px;height:7px}.GraphBrowser-module__KyPP_q__deployPill span:nth-child(2){color:var(--fg);font-size:11.5px;font-weight:700}.GraphBrowser-module__KyPP_q__deployPill span:nth-child(3){color:var(--fg-3);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.GraphBrowser-module__KyPP_q__repoEmpty,.GraphBrowser-module__KyPP_q__repoError{border-radius:12px;padding:12px 14px;font-size:12.5px;font-weight:600}.GraphBrowser-module__KyPP_q__repoEmpty{border:1px solid var(--border);background:var(--surface);color:var(--fg-3)}.GraphBrowser-module__KyPP_q__repoError{border:1px solid var(--red-soft);background:var(--red-soft);color:var(--red)}.GraphBrowser-module__KyPP_q__drawerHeader{border-bottom:1px solid var(--border);background:var(--surface);flex:none;padding:17px 18px 14px}.GraphBrowser-module__KyPP_q__drawerTitleRow{align-items:center;gap:10px;display:flex}.GraphBrowser-module__KyPP_q__drawerTitleRow strong{letter-spacing:-.01em;font-size:18px;font-weight:800}.GraphBrowser-module__KyPP_q__drawerTitleRow button{margin-left:auto}.GraphBrowser-module__KyPP_q__drawerHeader p{color:var(--fg-3);margin:11px 0 0;font-size:13px;line-height:1.5}.GraphBrowser-module__KyPP_q__drawerTabs{border:1px solid var(--border);background:var(--surface-2);border-radius:9px;gap:4px;margin-top:13px;padding:3px;display:flex}.GraphBrowser-module__KyPP_q__drawerTabs button{color:var(--fg-3);cursor:pointer;font:inherit;background:0 0;border:0;border-radius:7px;flex:1;padding:7px 10px;font-size:12.5px;font-weight:700}.GraphBrowser-module__KyPP_q__drawerTabs .GraphBrowser-module__KyPP_q__drawerTabActive{background:var(--surface);box-shadow:var(--shadow-card);color:var(--fg)}.GraphBrowser-module__KyPP_q__drawerCount{color:var(--fg-3);margin-top:12px;font-size:12px;font-weight:600;display:block}.GraphBrowser-module__KyPP_q__drawerList{flex-direction:column;flex:auto;gap:9px;padding:14px 16px;display:flex;overflow-y:auto}.GraphBrowser-module__KyPP_q__listRow{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-card);color:var(--fg);cursor:pointer;font:inherit;text-align:left;border-radius:16px;flex-direction:column;gap:9px;padding:12px 14px;display:flex}.GraphBrowser-module__KyPP_q__listRowSelected{border-color:var(--blue);background:var(--blue-soft);box-shadow:0 0 0 3px var(--blue-soft)}.GraphBrowser-module__KyPP_q__listRowMain{align-items:center;gap:9px;display:flex}.GraphBrowser-module__KyPP_q__listRowTexts{flex:auto;gap:2px;min-width:0;display:grid}.GraphBrowser-module__KyPP_q__listRowTexts strong,.GraphBrowser-module__KyPP_q__listRowTexts span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.GraphBrowser-module__KyPP_q__listRowTexts strong{font-size:13.5px}.GraphBrowser-module__KyPP_q__listRowTexts span{color:var(--fg-3);font-size:11.5px}.GraphBrowser-module__KyPP_q__listRowMeta{color:var(--fg-3);flex-wrap:wrap;align-items:center;gap:7px;font-size:11.5px;display:flex}.GraphBrowser-module__KyPP_q__previewIcon{color:var(--fg-4);text-transform:uppercase;font-size:11px;font-weight:700}.GraphBrowser-module__KyPP_q__pager{border-top:1px solid var(--border);background:var(--surface);flex:none;align-items:center;gap:10px;padding:12px 16px;display:flex}.GraphBrowser-module__KyPP_q__pager span{color:var(--fg-3);font-size:12.5px;font-weight:600}.GraphBrowser-module__KyPP_q__pager div{gap:8px;margin-left:auto;display:flex}.GraphBrowser-module__KyPP_q__previewBanner{z-index:5;border:1px solid var(--blue);background:var(--surface);max-width:calc(100% - 32px);box-shadow:var(--shadow-pop);border-radius:13px;align-items:center;gap:13px;padding:9px 11px 9px 14px;display:flex;position:absolute;top:16px;left:50%;transform:translate(-50%)}.GraphBrowser-module__KyPP_q__previewText{gap:1px;min-width:0;display:grid}.GraphBrowser-module__KyPP_q__previewText strong{text-overflow:ellipsis;white-space:nowrap;font-size:13.5px;font-weight:700;overflow:hidden}.GraphBrowser-module__KyPP_q__previewText span{color:var(--fg-3);white-space:nowrap;font-size:11.5px}.GraphBrowser-module__KyPP_q__toast{z-index:9;background:var(--fg);box-shadow:var(--shadow-pop);color:var(--canvas);border-radius:11px;align-items:center;gap:9px;padding:11px 17px;font-size:13px;font-weight:600;display:flex;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}@media (max-width:980px){.GraphBrowser-module__KyPP_q__graphRegion{margin-right:0!important}.GraphBrowser-module__KyPP_q__drawer,.GraphBrowser-module__KyPP_q__reposDrawer{width:min(100vw,444px)!important}}
.page-module__boF4HG__container{flex-direction:column;gap:2rem;width:100%;height:100%;padding:2rem;display:flex;overflow:auto}.page-module__boF4HG__pageHeader{margin-bottom:1rem}.page-module__boF4HG__pageTitle{color:var(--foreground);margin:0;font-size:2rem;font-weight:700}.page-module__boF4HG__row{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem;width:100%;display:grid}.page-module__boF4HG__section{width:100%}.page-module__boF4HG__card{border:1px solid #e5e7eb;border-radius:.5rem;padding:1.5rem}.page-module__boF4HG__divider{background:#e5e7eb;height:1px;margin:1.5rem 0}
.NavBarContent-module__3hbULq__container{flex:1}.NavBarContent-module__3hbULq__itemList{flex-direction:column;gap:4px;display:flex}.NavBarContent-module__3hbULq__item{cursor:pointer;width:"100%";border-radius:4px;align-items:center;gap:8px;padding:4px;display:flex;position:relative}.NavBarContent-module__3hbULq__itemIcon{justify-content:center;align-items:center;width:20px;height:20px;display:flex;position:relative}.NavBarContent-module__3hbULq__itemLabel{flex:1}.NavBarContent-module__3hbULq__itemChildren{padding-left:24px}.NavBarContent-module__3hbULq__itemActiveIndicator{--tab-indicator-size:6px;top:calc(50% - var(--tab-indicator-size)/2);width:var(--tab-indicator-size);height:var(--tab-indicator-size);background:var(--foreground);border-radius:50%;position:absolute;left:-6px}
.AmbassadorTable-module__69LHxa__container{width:100%}.AmbassadorTable-module__69LHxa__error{color:#dc2626;background-color:#fee2e2;border-radius:.375rem;margin-bottom:1rem;padding:.75rem 1rem;font-size:.875rem}.AmbassadorTable-module__69LHxa__loaderContainer{justify-content:center;padding:2rem;display:flex}.AmbassadorTable-module__69LHxa__tableWrapper{max-height:400px;overflow:auto}.AmbassadorTable-module__69LHxa__table{border-collapse:collapse;border:1px solid #e5e7eb;border-radius:.375rem;width:100%;overflow:hidden}.AmbassadorTable-module__69LHxa__table thead{background-color:var(--background-90);z-index:10;position:sticky;top:0}.AmbassadorTable-module__69LHxa__table th{text-align:left;white-space:nowrap;border-bottom:1px solid #e5e7eb;padding:.75rem 1rem;font-size:.875rem;font-weight:600}.AmbassadorTable-module__69LHxa__table td{vertical-align:middle;border-bottom:1px solid #e5e7eb;padding:.75rem 1rem;font-size:.875rem}.AmbassadorTable-module__69LHxa__table tbody tr:last-child td{border-bottom:none}.AmbassadorTable-module__69LHxa__table tbody tr:nth-child(2n){background-color:var(--background-90)}.AmbassadorTable-module__69LHxa__table tbody tr:hover{background-color:var(--background-80)}.AmbassadorTable-module__69LHxa__emptyCell{text-align:center;color:#9ca3af;padding:2rem 1rem}.AmbassadorTable-module__69LHxa__userInfo{flex-direction:column;gap:.25rem;display:flex}.AmbassadorTable-module__69LHxa__subtext{color:#6b7280;font-size:.75rem}.AmbassadorTable-module__69LHxa__warningIcon{color:#f59e0b;align-items:center;display:flex}.AmbassadorTable-module__69LHxa__channelCell{align-items:center;gap:.5rem;display:flex}.AmbassadorTable-module__69LHxa__iconLink{color:var(--theme-primary);align-items:center;transition:opacity .2s;display:flex}.AmbassadorTable-module__69LHxa__iconLink:hover{opacity:.7}.AmbassadorTable-module__69LHxa__actions{justify-content:center;align-items:center;gap:.25rem;display:flex}.AmbassadorTable-module__69LHxa__actionButton{cursor:pointer;border:none;border-radius:.375rem;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.AmbassadorTable-module__69LHxa__actionButton:disabled{opacity:.5;cursor:not-allowed}.AmbassadorTable-module__69LHxa__validateButton{color:#065f46;background-color:#d1fae5}.AmbassadorTable-module__69LHxa__validateButton:hover:not(:disabled){background-color:#a7f3d0}.AmbassadorTable-module__69LHxa__rejectButton{color:#991b1b;background-color:#fee2e2}.AmbassadorTable-module__69LHxa__rejectButton:hover:not(:disabled){background-color:#fecaca}.AmbassadorTable-module__69LHxa__validityCell{align-items:center;gap:.5rem;display:flex}.AmbassadorTable-module__69LHxa__editButton{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:.25rem;justify-content:center;align-items:center;padding:.25rem;transition:all .2s;display:flex}.AmbassadorTable-module__69LHxa__editButton:hover{background-color:var(--background-80);color:var(--theme-primary)}
.RibbonEditor-module__qvJjQG__container{width:100%}.RibbonEditor-module__qvJjQG__title{color:var(--foreground);margin:0 0 .25rem;font-size:1.125rem;font-weight:600}.RibbonEditor-module__qvJjQG__description{color:#6b7280;margin:0 0 1rem;font-size:.875rem}.RibbonEditor-module__qvJjQG__form{flex-direction:column;gap:1rem;display:flex}.RibbonEditor-module__qvJjQG__formGroup{flex-direction:column;gap:.5rem;display:flex}.RibbonEditor-module__qvJjQG__label{color:var(--foreground);font-size:.875rem;font-weight:500}.RibbonEditor-module__qvJjQG__input{border:1px solid #d1d5db;border-radius:.375rem;outline:none;padding:.5rem .75rem;font-size:.875rem;line-height:1.5;transition:border-color .2s}.RibbonEditor-module__qvJjQG__input:focus{border-color:var(--theme-primary);box-shadow:0 0 0 3px #3b82f61a}.RibbonEditor-module__qvJjQG__input:disabled{opacity:.6;cursor:not-allowed}.RibbonEditor-module__qvJjQG__charCount{color:#6b7280;align-self:flex-end;font-size:.75rem}.RibbonEditor-module__qvJjQG__hint{color:#6b7280;font-size:.75rem;line-height:1.4}.RibbonEditor-module__qvJjQG__checkboxGroup{cursor:pointer;align-items:center;gap:.5rem;display:flex}.RibbonEditor-module__qvJjQG__checkbox{cursor:pointer;width:1rem;height:1rem}.RibbonEditor-module__qvJjQG__checkboxLabel{color:var(--foreground);font-size:.875rem;font-weight:500}.RibbonEditor-module__qvJjQG__footer{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.RibbonEditor-module__qvJjQG__button{background-color:var(--theme-primary);color:var(--background);cursor:pointer;white-space:nowrap;border:none;border-radius:.375rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;transition:opacity .2s}.RibbonEditor-module__qvJjQG__button:hover:not(:disabled){opacity:.9}.RibbonEditor-module__qvJjQG__button:disabled{opacity:.6;cursor:not-allowed}.RibbonEditor-module__qvJjQG__updatedAt{color:#6b7280;font-size:.8125rem}.RibbonEditor-module__qvJjQG__success{color:#065f46;background-color:#d1fae5;border-radius:.375rem;width:100%;padding:.75rem 1rem;font-size:.875rem}.RibbonEditor-module__qvJjQG__error{color:#dc2626;background-color:#fee2e2;border-radius:.375rem;width:100%;padding:.75rem 1rem;font-size:.875rem}
.DeleteInfluencerConfirmModal-module__P3WFCG__backdrop{z-index:1000;background-color:#00000080;position:fixed;inset:0}.DeleteInfluencerConfirmModal-module__P3WFCG__positioner{z-index:1001;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.DeleteInfluencerConfirmModal-module__P3WFCG__content[data-state=open]{flex-direction:column;display:flex}.DeleteInfluencerConfirmModal-module__P3WFCG__content{--influencer-muted:color-mix(in oklab,var(--foreground)62%,var(--background));--influencer-focus-ring:color-mix(in oklab,var(--theme-primary)28%,transparent);--influencer-error-bg:color-mix(in oklab,#dc2626 16%,var(--background));background-color:var(--background);color:var(--foreground);border:1px solid var(--background-80);border-radius:.5rem;width:100%;max-width:480px;margin:1rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.DeleteInfluencerConfirmModal-module__P3WFCG__header{border-bottom:1px solid var(--background-80);justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.DeleteInfluencerConfirmModal-module__P3WFCG__title{color:var(--foreground);margin:0;font-size:1.125rem;font-weight:600}.DeleteInfluencerConfirmModal-module__P3WFCG__closeButton{cursor:pointer;color:var(--influencer-muted);background:0 0;border:none;border-radius:.25rem;justify-content:center;align-items:center;padding:.25rem;transition:all .2s;display:flex}.DeleteInfluencerConfirmModal-module__P3WFCG__closeButton:hover{background-color:var(--background-80);color:var(--foreground)}.DeleteInfluencerConfirmModal-module__P3WFCG__description{color:var(--influencer-muted);margin:0;padding:1rem 1.5rem 0;font-size:.875rem}.DeleteInfluencerConfirmModal-module__P3WFCG__body{padding:1.5rem}.DeleteInfluencerConfirmModal-module__P3WFCG__error{background-color:var(--influencer-error-bg);color:#dc2626;border-radius:.375rem;margin-bottom:1rem;padding:.75rem 1rem;font-size:.875rem}.DeleteInfluencerConfirmModal-module__P3WFCG__field{flex-direction:column;gap:.5rem;margin-bottom:1rem;display:flex}.DeleteInfluencerConfirmModal-module__P3WFCG__label{color:var(--foreground);font-size:.875rem;font-weight:500}.DeleteInfluencerConfirmModal-module__P3WFCG__textInput{border:1px solid var(--background-80);box-sizing:border-box;background:var(--background);width:100%;color:var(--foreground);border-radius:.375rem;outline:none;padding:.625rem .75rem;font-size:.875rem;transition:border-color .2s,box-shadow .2s}.DeleteInfluencerConfirmModal-module__P3WFCG__textInput:focus{border-color:var(--theme-primary);box-shadow:0 0 0 3px var(--influencer-focus-ring)}.DeleteInfluencerConfirmModal-module__P3WFCG__checkboxRow{align-items:flex-start;gap:.5rem;margin-bottom:.5rem;display:flex}.DeleteInfluencerConfirmModal-module__P3WFCG__checkboxRow input[type=checkbox]{flex-shrink:0;margin-top:.2rem}.DeleteInfluencerConfirmModal-module__P3WFCG__checkboxLabel{color:var(--foreground);font-size:.875rem;line-height:1.4}.DeleteInfluencerConfirmModal-module__P3WFCG__footer{border-top:1px solid var(--background-80);justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;display:flex}.DeleteInfluencerConfirmModal-module__P3WFCG__cancelButton{background-color:var(--background);border:1px solid var(--background-80);color:var(--foreground);cursor:pointer;border-radius:.375rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s}.DeleteInfluencerConfirmModal-module__P3WFCG__cancelButton:hover:not(:disabled){background-color:var(--background-80)}.DeleteInfluencerConfirmModal-module__P3WFCG__cancelButton:disabled{opacity:.5;cursor:not-allowed}.DeleteInfluencerConfirmModal-module__P3WFCG__deleteButton{color:var(--background);cursor:pointer;background-color:#dc2626;border:none;border-radius:.375rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s}.DeleteInfluencerConfirmModal-module__P3WFCG__deleteButton:hover:not(:disabled){background-color:#b91c1c}.DeleteInfluencerConfirmModal-module__P3WFCG__deleteButton:disabled{opacity:.5;cursor:not-allowed}
.ReleaseHistoryModal-module__TqGasG__summary{color:var(--background-40);font-size:.8125rem}.ReleaseHistoryModal-module__TqGasG__compareHint{color:var(--background-40);font-size:.75rem}.ReleaseHistoryModal-module__TqGasG__releaseList{flex-direction:column;gap:.5rem;display:flex}.ReleaseHistoryModal-module__TqGasG__releaseItem{border:1px solid var(--background-80);background:color-mix(in srgb,var(--background-90)35%,var(--background)65%);border-radius:.75rem;overflow:hidden}html[data-theme=dark] .ReleaseHistoryModal-module__TqGasG__releaseItem{background:var(--background-80)}@media (prefers-color-scheme:dark){html[data-theme=system] .ReleaseHistoryModal-module__TqGasG__releaseItem{background:var(--background-80)}}.ReleaseHistoryModal-module__TqGasG__releaseItemSelected{border-color:var(--theme-primary);box-shadow:0 0 0 1px var(--theme-primary)}.ReleaseHistoryModal-module__TqGasG__releaseHeaderRow{align-items:stretch;display:flex}.ReleaseHistoryModal-module__TqGasG__selectControl{cursor:pointer;justify-content:center;align-items:center;padding-left:1rem;display:flex}.ReleaseHistoryModal-module__TqGasG__selectControl input{cursor:pointer;width:16px;height:16px;accent-color:var(--theme-primary)}.ReleaseHistoryModal-module__TqGasG__releaseHeader{min-width:0;color:inherit;cursor:pointer;text-align:left;background:0 0;border:none;flex:1;justify-content:space-between;align-items:center;gap:1rem;padding:.875rem 1rem;display:flex}.ReleaseHistoryModal-module__TqGasG__releaseHeader:hover{background:var(--background-90)}.ReleaseHistoryModal-module__TqGasG__releaseTitleGroup{flex-direction:column;gap:.25rem;min-width:0;display:flex}.ReleaseHistoryModal-module__TqGasG__releaseTitle{color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;font-size:.9375rem;font-weight:700;overflow:hidden}.ReleaseHistoryModal-module__TqGasG__releaseDate{color:var(--background-40);font-size:.75rem}.ReleaseHistoryModal-module__TqGasG__toggle{color:var(--background-40);flex-shrink:0;transition:transform .2s}.ReleaseHistoryModal-module__TqGasG__toggleExpanded{transform:rotate(180deg)}.ReleaseHistoryModal-module__TqGasG__releaseBody{padding:0 1rem 1rem}.ReleaseHistoryModal-module__TqGasG__empty{border:1px dashed var(--background-80);color:var(--background-40);text-align:center;border-radius:.75rem;padding:1rem;font-size:.875rem}.ReleaseHistoryModal-module__TqGasG__emptyVersionsNote{color:var(--background-40);font-size:.75rem;font-style:italic;display:inline-flex}.ReleaseHistoryModal-module__TqGasG__footerContent{justify-content:space-between;align-items:center;gap:.75rem;width:100%;display:flex}.ReleaseHistoryModal-module__TqGasG__pageStatus{color:var(--background-40);font-size:.8125rem}.ReleaseHistoryModal-module__TqGasG__footerActions{align-items:center;gap:.5rem;display:flex}
.ReferralSettings-module__6BqnzW__container{width:100%}.ReferralSettings-module__6BqnzW__loaderContainer{justify-content:center;padding:2rem;display:flex}.ReferralSettings-module__6BqnzW__error{color:#dc2626;background-color:#fee2e2;border-radius:.375rem;margin-bottom:1rem;padding:.75rem 1rem;font-size:.875rem}.ReferralSettings-module__6BqnzW__success{color:#059669;background-color:#d1fae5;border-radius:.375rem;margin-bottom:1rem;padding:.75rem 1rem;font-size:.875rem}.ReferralSettings-module__6BqnzW__form{flex-direction:column;gap:1.5rem;display:flex}.ReferralSettings-module__6BqnzW__row{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.ReferralSettings-module__6BqnzW__formGroup{flex-direction:column;gap:.25rem;display:flex}.ReferralSettings-module__6BqnzW__label{color:var(--foreground);font-size:.875rem;font-weight:500}.ReferralSettings-module__6BqnzW__description{color:#6b7280;margin-bottom:.25rem;font-size:.75rem}.ReferralSettings-module__6BqnzW__input{border:1px solid #d1d5db;border-radius:.375rem;outline:none;padding:.5rem .75rem;font-size:.875rem;transition:border-color .2s}.ReferralSettings-module__6BqnzW__input:focus{border-color:var(--theme-primary);box-shadow:0 0 0 3px #3b82f61a}.ReferralSettings-module__6BqnzW__input:disabled{background-color:var(--background-80);cursor:not-allowed}.ReferralSettings-module__6BqnzW__hint{color:#9ca3af;text-align:center;margin-top:.5rem;font-size:.75rem}.ReferralSettings-module__6BqnzW__hint code{background-color:#f3f4f6;border-radius:.25rem;padding:.125rem .375rem;font-size:.7rem}
.AddBlinkWizard-module__lpe2KG__wizardShell{flex:auto;min-height:0;display:flex}.AddBlinkWizard-module__lpe2KG__wizardLayout{flex:auto;width:100%;min-height:0;display:flex}.AddBlinkWizard-module__lpe2KG__stepperRail{border-right:1px solid var(--border);background:var(--surface-2);flex:none;width:248px;padding:14px 12px;overflow-y:auto}.AddBlinkWizard-module__lpe2KG__wizardContent{flex:auto;min-width:0;padding:26px 30px;overflow-y:auto}.AddBlinkWizard-module__lpe2KG__footerActions{gap:10px;margin-left:auto;display:flex}.AddBlinkWizard-module__lpe2KG__stepHead{margin-bottom:22px}.AddBlinkWizard-module__lpe2KG__stepHeadRow{align-items:center;gap:11px;margin-bottom:9px;display:flex}.AddBlinkWizard-module__lpe2KG__stepHeadIcon{background:var(--accent-soft);width:34px;height:34px;color:var(--accent);border-radius:10px;flex:none;place-items:center;display:grid}.AddBlinkWizard-module__lpe2KG__stepHeadTitle{letter-spacing:-.02em;white-space:nowrap;margin:0;font-size:20px;font-weight:800}.AddBlinkWizard-module__lpe2KG__stepHeadDesc{max-width:620px;color:var(--fg-3);margin:0;font-size:14px;line-height:1.55}.AddBlinkWizard-module__lpe2KG__stepSectionEyebrow{color:var(--fg-3);letter-spacing:.05em;text-transform:uppercase;margin-bottom:10px;font-size:12px;font-weight:700}.AddBlinkWizard-module__lpe2KG__stepStack{flex-direction:column;gap:22px;display:flex}.AddBlinkWizard-module__lpe2KG__callout{color:var(--fg-2);border-radius:12px;align-items:flex-start;gap:11px;padding:13px 15px;font-size:13.5px;line-height:1.6;display:flex}.AddBlinkWizard-module__lpe2KG__calloutNeutral{border:1px solid var(--border);background:var(--surface-2)}.AddBlinkWizard-module__lpe2KG__calloutBlue{background:var(--blue-soft);color:var(--blue);border:1px solid #0000}.AddBlinkWizard-module__lpe2KG__calloutOrange{background:var(--accent-soft);color:var(--accent);border:1px solid #0000}.AddBlinkWizard-module__lpe2KG__calloutBody{color:var(--fg-2)}.AddBlinkWizard-module__lpe2KG__calloutBlue .AddBlinkWizard-module__lpe2KG__calloutBody,.AddBlinkWizard-module__lpe2KG__calloutOrange .AddBlinkWizard-module__lpe2KG__calloutBody{color:inherit}.AddBlinkWizard-module__lpe2KG__linkActions{flex-wrap:wrap;gap:10px;margin-top:12px;display:flex}.AddBlinkWizard-module__lpe2KG__externalLink{align-items:center;gap:6px;text-decoration:none;display:inline-flex}.AddBlinkWizard-module__lpe2KG__segmented{border:1px solid var(--border);background:var(--surface-2);border-radius:10px;gap:4px;padding:3px;display:inline-flex}.AddBlinkWizard-module__lpe2KG__segmentedButton{color:var(--fg-3);cursor:pointer;font:inherit;background:0 0;border:0;border-radius:7px;padding:7px 18px;font-size:13.5px;font-weight:700}.AddBlinkWizard-module__lpe2KG__segmentedButtonActive{background:var(--accent);color:#fff}.AddBlinkWizard-module__lpe2KG__copyField{gap:6px;display:grid}.AddBlinkWizard-module__lpe2KG__copyFieldLabel{color:var(--fg-2);font-size:12.5px;font-weight:700}.AddBlinkWizard-module__lpe2KG__copyFieldRow{gap:8px;display:flex}.AddBlinkWizard-module__lpe2KG__copyFieldValue{border:1px solid var(--border-strong);background:var(--surface-2);text-overflow:ellipsis;white-space:nowrap;border-radius:9px;flex:auto;min-width:0;padding:9px 12px;font-size:13px;overflow:hidden}.AddBlinkWizard-module__lpe2KG__repoPrefixInput{border:1px solid var(--border-strong);border-radius:9px;align-items:stretch;display:flex;overflow:hidden}.AddBlinkWizard-module__lpe2KG__repoPrefixLabel{border-right:1px solid var(--border-strong);background:var(--surface-2);color:var(--fg-3);flex:none;place-items:center;padding:0 12px;font-size:13.5px;font-weight:700;display:grid}.AddBlinkWizard-module__lpe2KG__repoPrefixField{background:var(--surface);min-width:0;color:var(--fg);font:inherit;border:0;outline:none;flex:auto;padding:10px 12px;font-size:13.5px}.AddBlinkWizard-module__lpe2KG__baseBlinkGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.AddBlinkWizard-module__lpe2KG__baseBlinkCard{border:1px solid var(--border);background:var(--surface);cursor:pointer;text-align:left;border-radius:13px;align-items:center;gap:12px;padding:12px 14px;display:flex}.AddBlinkWizard-module__lpe2KG__baseBlinkCardActive{border-color:var(--accent);background:var(--accent-soft);box-shadow:0 0 0 3px var(--accent-soft)}.AddBlinkWizard-module__lpe2KG__baseBlinkLogo{background:var(--surface-3);width:40px;height:40px;color:var(--fg-2);border-radius:50%;flex:none;place-items:center;font-size:12px;font-weight:800;display:grid;overflow:hidden}.AddBlinkWizard-module__lpe2KG__baseBlinkLogoImage{object-fit:cover;width:100%;height:100%}.AddBlinkWizard-module__lpe2KG__baseBlinkMeta{flex:auto;min-width:0}.AddBlinkWizard-module__lpe2KG__baseBlinkId{text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:700;overflow:hidden}.AddBlinkWizard-module__lpe2KG__baseBlinkCheck{color:var(--accent);flex:none;margin-left:auto}.AddBlinkWizard-module__lpe2KG__promptBlock{position:relative}.AddBlinkWizard-module__lpe2KG__promptCopyButton{z-index:2;position:absolute;top:10px;right:10px}.AddBlinkWizard-module__lpe2KG__promptPre{border:1px solid var(--border);background:var(--surface-2);color:var(--fg-2);font-family:var(--mono);white-space:pre-wrap;word-break:break-word;border-radius:12px;margin:0;padding:16px 18px;font-size:12.5px;line-height:1.65}.AddBlinkWizard-module__lpe2KG__deploymentJsonArea{resize:vertical;width:100%;min-height:320px}.AddBlinkWizard-module__lpe2KG__segmentedQuestion{margin-bottom:8px;font-size:13.5px;font-weight:700}@media (max-width:720px){.AddBlinkWizard-module__lpe2KG__wizardLayout{flex-direction:column}.AddBlinkWizard-module__lpe2KG__stepperRail{border-right:0;border-bottom:1px solid var(--border);width:100%}.AddBlinkWizard-module__lpe2KG__baseBlinkGrid{grid-template-columns:1fr}}
.TriggerAppResourceCreationModal-module__ajJAfa__modalBody{gap:16px;display:grid}.TriggerAppResourceCreationModal-module__ajJAfa__productionWarning{border:1px solid var(--red-soft);background:var(--red-soft);color:var(--red);border-radius:12px;align-items:center;gap:8px;padding:10px 12px;font-size:13px;font-weight:600;display:flex}
.IpWhitelistStatus-module__bOQxla__container{background-color:#ffffff4d;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;padding:8px 12px;display:flex}.IpWhitelistStatus-module__bOQxla__status{flex:1;align-items:center;gap:8px;min-width:0;display:flex}.IpWhitelistStatus-module__bOQxla__dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.IpWhitelistStatus-module__bOQxla__ipLines{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.IpWhitelistStatus-module__bOQxla__ipLine{text-overflow:ellipsis;white-space:nowrap;font-family:monospace;font-size:11px;font-weight:600;line-height:1.3;overflow:hidden}.IpWhitelistStatus-module__bOQxla__dotGreen{background-color:#10b981;box-shadow:0 0 8px #10b98180}.IpWhitelistStatus-module__bOQxla__dotRed{background-color:#ef4444;box-shadow:0 0 8px #ef444480}.IpWhitelistStatus-module__bOQxla__dotGray{background-color:#9ca3af}.IpWhitelistStatus-module__bOQxla__button{background-color:var(--foreground);color:var(--background);cursor:pointer;white-space:nowrap;border:none;border-radius:6px;justify-content:center;align-items:center;min-width:70px;height:18px;margin:-5px;padding:4px 12px;font-size:12px;font-weight:600;transition:opacity .2s;display:flex}.IpWhitelistStatus-module__bOQxla__button:hover:not(:disabled){opacity:.9}.IpWhitelistStatus-module__bOQxla__button:disabled{opacity:.5;cursor:not-allowed}
.AmbassadorHistory-module__WU0aZW__container{width:100%}.AmbassadorHistory-module__WU0aZW__filters{flex-wrap:wrap;align-items:flex-end;gap:1rem;margin-bottom:1rem;display:flex}.AmbassadorHistory-module__WU0aZW__formGroup{flex-direction:column;flex:1;gap:.5rem;min-width:150px;display:flex}.AmbassadorHistory-module__WU0aZW__label{color:var(--foreground);font-size:.875rem;font-weight:500}.AmbassadorHistory-module__WU0aZW__input,.AmbassadorHistory-module__WU0aZW__select{border:1px solid #d1d5db;border-radius:.375rem;outline:none;padding:.5rem .75rem;font-family:inherit;font-size:.875rem;transition:border-color .2s}.AmbassadorHistory-module__WU0aZW__input:focus,.AmbassadorHistory-module__WU0aZW__select:focus{border-color:var(--theme-primary);box-shadow:0 0 0 3px #3b82f61a}.AmbassadorHistory-module__WU0aZW__select{cursor:pointer}.AmbassadorHistory-module__WU0aZW__sortButton,.AmbassadorHistory-module__WU0aZW__resetButton{cursor:pointer;background-color:#0000;border:1px solid #d1d5db;border-radius:.375rem;height:fit-content;padding:.5rem .75rem;font-size:.875rem;transition:all .2s}.AmbassadorHistory-module__WU0aZW__sortButton:hover,.AmbassadorHistory-module__WU0aZW__resetButton:hover{background-color:var(--background-80);border-color:#9ca3af}.AmbassadorHistory-module__WU0aZW__resetButton{color:#374151;border-color:#d1d5db}.AmbassadorHistory-module__WU0aZW__error{color:#dc2626;background-color:#fee2e2;border-radius:.375rem;margin-bottom:1rem;padding:.75rem 1rem;font-size:.875rem}.AmbassadorHistory-module__WU0aZW__resultCount{color:#6b7280;margin-bottom:.75rem;font-size:.875rem}.AmbassadorHistory-module__WU0aZW__loaderContainer{justify-content:center;padding:2rem;display:flex}.AmbassadorHistory-module__WU0aZW__emptyMessage{text-align:center;color:#9ca3af;padding:2rem;font-size:.875rem}.AmbassadorHistory-module__WU0aZW__tableWrapper{max-height:500px;overflow:auto}.AmbassadorHistory-module__WU0aZW__table{border-collapse:collapse;border:1px solid #e5e7eb;border-radius:.375rem;width:100%;overflow:hidden}.AmbassadorHistory-module__WU0aZW__table thead{background-color:var(--background-90);z-index:10;position:sticky;top:0}.AmbassadorHistory-module__WU0aZW__table th{text-align:left;white-space:nowrap;border-bottom:1px solid #e5e7eb;padding:.75rem 1rem;font-size:.875rem;font-weight:600}.AmbassadorHistory-module__WU0aZW__table td{vertical-align:top;border-bottom:1px solid #e5e7eb;padding:.75rem 1rem;font-size:.875rem}.AmbassadorHistory-module__WU0aZW__table tbody tr:last-child td{border-bottom:none}.AmbassadorHistory-module__WU0aZW__table tbody tr:nth-child(2n){background-color:var(--background-90)}.AmbassadorHistory-module__WU0aZW__table tbody tr:hover{background-color:var(--background-80)}.AmbassadorHistory-module__WU0aZW__keyCode{background-color:var(--background-80);border-radius:.25rem;padding:.125rem .375rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.75rem}.AmbassadorHistory-module__WU0aZW__badge{border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:500;display:inline-block}.AmbassadorHistory-module__WU0aZW__badgeActive{color:#065f46;background-color:#d1fae5}.AmbassadorHistory-module__WU0aZW__badgeExpired{color:#991b1b;background-color:#fee2e2}.AmbassadorHistory-module__WU0aZW__badgeInactive{color:#6b7280;background-color:#e5e7eb}.AmbassadorHistory-module__WU0aZW__subtext{color:#9ca3af}.AmbassadorHistory-module__WU0aZW__link{color:var(--theme-primary);word-break:break-all;text-decoration:none}.AmbassadorHistory-module__WU0aZW__link:hover{text-decoration:underline}.AmbassadorHistory-module__WU0aZW__infoIcon{cursor:help;opacity:.6;margin-left:.25rem}.AmbassadorHistory-module__WU0aZW__actions{flex-direction:column;align-items:center;gap:.25rem;display:flex}.AmbassadorHistory-module__WU0aZW__actionButton{cursor:pointer;border:none;border-radius:.375rem;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.AmbassadorHistory-module__WU0aZW__actionButton:disabled{opacity:.5;cursor:not-allowed}.AmbassadorHistory-module__WU0aZW__validateButton{color:#065f46;background-color:#d1fae5}.AmbassadorHistory-module__WU0aZW__validateButton:hover:not(:disabled){background-color:#a7f3d0}.AmbassadorHistory-module__WU0aZW__rejectButton{color:#991b1b;background-color:#fee2e2}.AmbassadorHistory-module__WU0aZW__rejectButton:hover:not(:disabled){background-color:#fecaca}
.CrispTranslateArticle-module__d0BAeW__container{width:100%}.CrispTranslateArticle-module__d0BAeW__content{gap:2rem;display:flex}.CrispTranslateArticle-module__d0BAeW__form{flex-direction:column;gap:1rem;min-width:400px;display:flex}.CrispTranslateArticle-module__d0BAeW__formGroup{flex-direction:column;gap:.5rem;display:flex}.CrispTranslateArticle-module__d0BAeW__label{color:var(--foreground);font-size:.875rem;font-weight:500}.CrispTranslateArticle-module__d0BAeW__required{color:#ef4444}.CrispTranslateArticle-module__d0BAeW__input,.CrispTranslateArticle-module__d0BAeW__select{border:1px solid #d1d5db;border-radius:.375rem;outline:none;padding:.5rem .75rem;font-family:inherit;font-size:.875rem;transition:border-color .2s}.CrispTranslateArticle-module__d0BAeW__input:focus,.CrispTranslateArticle-module__d0BAeW__select:focus{border-color:var(--theme-primary);box-shadow:0 0 0 3px #3b82f61a}.CrispTranslateArticle-module__d0BAeW__select{cursor:pointer}.CrispTranslateArticle-module__d0BAeW__button{background-color:var(--theme-primary);color:var(--background);cursor:pointer;border:none;border-radius:.375rem;padding:.625rem 1rem;font-size:.875rem;font-weight:500;transition:background-color .2s}.CrispTranslateArticle-module__d0BAeW__button:hover:not(:disabled){background-color:#2563eb}.CrispTranslateArticle-module__d0BAeW__button:disabled{opacity:.6;cursor:not-allowed}.CrispTranslateArticle-module__d0BAeW__responseBox{background:var(--background-90);border:1px solid #d1d5db;border-radius:.5rem;flex:1;min-height:120px;padding:1rem}.CrispTranslateArticle-module__d0BAeW__response{white-space:pre-wrap;word-break:break-word;color:#374151;margin:0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.875rem}
.PillPreview-module__zwgSLW__pill{white-space:nowrap;color:#fff;border-radius:9999px;justify-content:center;align-items:center;gap:4px;font-weight:700;line-height:1;display:inline-flex}.PillPreview-module__zwgSLW__icon{align-items:center;display:inline-flex}.PillPreview-module__zwgSLW__icon svg{flex-shrink:0;display:block}.PillPreview-module__zwgSLW__xs{min-height:16px;padding:0 8px;font-size:11px}.PillPreview-module__zwgSLW__sm{min-height:20px;padding:2px 8px;font-size:12px}.PillPreview-module__zwgSLW__md{min-height:24px;padding:4px 12px;font-size:13px}.PillPreview-module__zwgSLW__dot{border-radius:50%;width:10px;height:10px;display:inline-block}.PillPreview-module__zwgSLW__pulse{animation:2.4s ease-out infinite PillPreview-module__zwgSLW__pillPreviewPulse}@keyframes PillPreview-module__zwgSLW__pillPreviewPulse{0%{box-shadow:0 0 0 0 color-mix(in srgb,var(--pulse-color)50%,transparent)}70%{box-shadow:0 0 0 7px color-mix(in srgb,var(--pulse-color)0%,transparent)}to{box-shadow:0 0 0 0 color-mix(in srgb,var(--pulse-color)0%,transparent)}}@media (prefers-reduced-motion:reduce){.PillPreview-module__zwgSLW__pulse{animation:none}}
.InfluencerTable-module__-fpFWW__container{--influencer-muted:color-mix(in oklab,var(--foreground)62%,var(--background));--influencer-subtle:color-mix(in oklab,var(--foreground)38%,var(--background));--influencer-focus-ring:color-mix(in oklab,var(--theme-primary)28%,transparent);--influencer-error-bg:color-mix(in oklab,#dc2626 16%,var(--background));--influencer-danger-hover-bg:color-mix(in oklab,#dc2626 22%,var(--background));flex-direction:column;gap:2rem;width:100%;display:flex}.InfluencerTable-module__-fpFWW__tableTitleGroup{align-items:center;gap:.5rem;display:flex}.InfluencerTable-module__-fpFWW__addButton{cursor:pointer;color:var(--theme-primary);background:0 0;border:none;border-radius:.25rem;justify-content:center;align-items:center;padding:.25rem;transition:all .2s;display:flex}.InfluencerTable-module__-fpFWW__addButton:hover{background-color:var(--background-80)}.InfluencerTable-module__-fpFWW__addButton:focus-visible{outline:2px solid var(--theme-primary);outline-offset:2px}.InfluencerTable-module__-fpFWW__tableSection{border:1px solid var(--background-80);background:var(--background);border-radius:.5rem;padding:1.5rem}.InfluencerTable-module__-fpFWW__tableHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.InfluencerTable-module__-fpFWW__searchContainer{flex:1;min-width:300px;max-width:400px;position:relative}.InfluencerTable-module__-fpFWW__searchInput{border:1px solid var(--background-80);background:var(--background);width:100%;color:var(--foreground);border-radius:.375rem;outline:none;padding:.5rem 2.5rem .5rem .75rem;font-size:.875rem;transition:border-color .2s}.InfluencerTable-module__-fpFWW__searchInput:focus{border-color:var(--theme-primary);box-shadow:0 0 0 3px var(--influencer-focus-ring)}.InfluencerTable-module__-fpFWW__clearButton{color:var(--influencer-muted);cursor:pointer;background:0 0;border:none;border-radius:.25rem;padding:.25rem .5rem;font-size:1rem;line-height:1;transition:all .2s;position:absolute;top:50%;right:.5rem;transform:translateY(-50%)}.InfluencerTable-module__-fpFWW__clearButton:hover{background-color:var(--background-80);color:var(--foreground)}.InfluencerTable-module__-fpFWW__searchInfo{color:var(--influencer-muted);margin-bottom:1rem;font-size:.875rem;font-style:italic}.InfluencerTable-module__-fpFWW__error{background-color:var(--influencer-error-bg);color:#dc2626;border-radius:.375rem;margin-bottom:1rem;padding:.75rem 1rem;font-size:.875rem}.InfluencerTable-module__-fpFWW__loaderContainer{justify-content:center;padding:2rem;display:flex}.InfluencerTable-module__-fpFWW__tableWrapper{max-height:500px;overflow:auto}.InfluencerTable-module__-fpFWW__table{border-collapse:collapse;border:1px solid var(--background-80);width:100%;color:var(--foreground);border-radius:.375rem;overflow:hidden}.InfluencerTable-module__-fpFWW__table thead{background-color:var(--background-90);z-index:10;position:sticky;top:0}.InfluencerTable-module__-fpFWW__table th{text-align:left;border-bottom:1px solid var(--background-80);white-space:nowrap;padding:.75rem 1rem;font-size:.875rem;font-weight:600}.InfluencerTable-module__-fpFWW__sortableHeader{width:100%;font:inherit;font-weight:inherit;text-align:inherit;color:inherit;cursor:pointer;background:0 0;border:none;border-radius:.25rem;align-items:center;gap:.375rem;margin:-.125rem -.25rem;padding:.125rem .25rem;transition:background-color .2s,color .2s;display:inline-flex}.InfluencerTable-module__-fpFWW__sortableHeader:hover{background-color:var(--background-80)}.InfluencerTable-module__-fpFWW__sortableHeader:focus-visible{outline:2px solid var(--theme-primary);outline-offset:2px}.InfluencerTable-module__-fpFWW__sortableLabel{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;-webkit-text-decoration-color:var(--influencer-subtle);text-decoration-color:var(--influencer-subtle);text-underline-offset:.2em;transition:text-decoration-color .2s}.InfluencerTable-module__-fpFWW__sortableHeader:hover .InfluencerTable-module__-fpFWW__sortableLabel{-webkit-text-decoration-color:var(--theme-primary);text-decoration-color:var(--theme-primary)}.InfluencerTable-module__-fpFWW__sortIconWrap{flex-shrink:0;align-items:center;display:inline-flex}.InfluencerTable-module__-fpFWW__sortIconHint{color:var(--influencer-muted);opacity:.95}.InfluencerTable-module__-fpFWW__sortIconActive{color:var(--theme-primary)}.InfluencerTable-module__-fpFWW__table td{border-bottom:1px solid var(--background-80);vertical-align:top;padding:.75rem 1rem;font-size:.875rem}.InfluencerTable-module__-fpFWW__table tbody tr:last-child td{border-bottom:none}.InfluencerTable-module__-fpFWW__table tbody tr:nth-child(2n){background-color:var(--background-90)}.InfluencerTable-module__-fpFWW__table tbody tr:hover{background-color:var(--background-80)}.InfluencerTable-module__-fpFWW__emptyCell{text-align:center;color:var(--influencer-muted);padding:2rem 1rem}.InfluencerTable-module__-fpFWW__keysList{word-wrap:break-word;max-width:360px;font-size:.8125rem}.InfluencerTable-module__-fpFWW__keysVerticalList{color:var(--influencer-muted);white-space:nowrap;flex-direction:column;gap:.25rem;margin-top:.5rem;padding-left:1rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.75rem;display:flex}.InfluencerTable-module__-fpFWW__keyRow{white-space:normal;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;display:flex}.InfluencerTable-module__-fpFWW__keyRowCode{word-break:break-all;flex:1;min-width:0}.InfluencerTable-module__-fpFWW__keyActiveToggle{color:var(--foreground);cursor:pointer;-webkit-user-select:none;user-select:none;flex-shrink:0;align-items:center;gap:.35rem;font-size:.75rem;display:inline-flex}.InfluencerTable-module__-fpFWW__keyActiveToggle input{cursor:pointer}.InfluencerTable-module__-fpFWW__keyActiveToggle input:disabled{cursor:not-allowed;opacity:.6}.InfluencerTable-module__-fpFWW__usageInfo{flex-direction:column;gap:.5rem;display:flex}.InfluencerTable-module__-fpFWW__details{cursor:pointer;font-size:.8125rem}.InfluencerTable-module__-fpFWW__details summary{color:var(--theme-primary);cursor:pointer;-webkit-user-select:none;user-select:none}.InfluencerTable-module__-fpFWW__details summary:hover{text-decoration:underline}.InfluencerTable-module__-fpFWW__breakdown{color:var(--influencer-muted);margin-top:.5rem;padding-left:1rem}.InfluencerTable-module__-fpFWW__breakdown>div{padding:.125rem 0}.InfluencerTable-module__-fpFWW__copyIcon{cursor:pointer;color:var(--theme-primary);margin-left:.5rem;display:inline-block}.InfluencerTable-module__-fpFWW__validityCell{align-items:center;gap:.5rem;display:flex}.InfluencerTable-module__-fpFWW__editButton{cursor:pointer;color:var(--influencer-muted);background:0 0;border:none;border-radius:.25rem;justify-content:center;align-items:center;padding:.25rem;transition:all .2s;display:flex}.InfluencerTable-module__-fpFWW__editButton:hover{background-color:var(--background-80);color:var(--theme-primary)}.InfluencerTable-module__-fpFWW__deleteButton{cursor:pointer;color:var(--influencer-muted);background:0 0;border:none;border-radius:.25rem;justify-content:center;align-items:center;padding:.25rem;transition:all .2s;display:flex}.InfluencerTable-module__-fpFWW__deleteButton:hover{background-color:var(--influencer-danger-hover-bg);color:#dc2626}
