.ChatBubble_overlay__L84Xe{position:fixed;bottom:24px;right:24px;z-index:9999;font-family:var(--font-inter,Inter,sans-serif)}.ChatBubble_bubble__VBB3f{width:44px;height:44px;border-radius:50%;background:#1a1a1a;border:1px solid #2a2a2a;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s ease;position:relative}.ChatBubble_bubble__VBB3f:hover{background:#252525}.ChatBubble_bubble__VBB3f svg{width:18px;height:18px;fill:#999}.ChatBubble_unreadDot__yXf8a{position:absolute;top:0;right:0;width:8px;height:8px;border-radius:50%;background:#ff6702;border:2px solid #1a1a1a}.ChatBubble_panel__PZtLb{position:fixed;bottom:78px;right:24px;width:320px;max-height:500px;background:#111;border:1px solid #222;border-radius:12px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 4px 16px rgba(0,0,0,.4);animation:ChatBubble_slideUp__2Qtxu .15s ease-out;transition:max-height .2s ease}.ChatBubble_panelExpanded__ykjI_{max-height:640px}.ChatBubble_loadingPanel__c5fR9{min-height:76px}@keyframes ChatBubble_slideUp__2Qtxu{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.ChatBubble_header__anY_q{padding:14px 16px;border-bottom:1px solid #1e1e1e}.ChatBubble_headerCompact__xrWed{padding:10px 16px}.ChatBubble_headerContent__QvpWX{flex:1;min-width:0}.ChatBubble_headerTitle__n3Xym{font-size:13px;font-weight:500;color:#e0e0e0;margin:0 0 3px}.ChatBubble_headerCompact__xrWed .ChatBubble_headerTitle__n3Xym{margin:0}.ChatBubble_closeButton__Q66GG{display:none;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#1a1a1a;border:1px solid #2a2a2a;cursor:pointer;flex-shrink:0}.ChatBubble_closeButton__Q66GG svg{width:14px;height:14px;fill:#999}.ChatBubble_headerSubtext__x9dUa{font-size:11px;color:#666;margin:0;line-height:1.4}.ChatBubble_messages__Z8QOw{flex:1;overflow-y:auto;padding:12px;display:flex;flex-direction:column;gap:6px;min-height:240px;max-height:340px}.ChatBubble_messagesExpanded__bZckS{max-height:500px}.ChatBubble_messages__Z8QOw::-webkit-scrollbar{width:4px}.ChatBubble_messages__Z8QOw::-webkit-scrollbar-thumb{background:#333;border-radius:2px}.ChatBubble_messageRow__0qoWk{display:flex}.ChatBubble_messageRowUser__zknw7{justify-content:flex-end}.ChatBubble_messageRowStaff__UHarw{justify-content:flex-start}.ChatBubble_messageBubble__XId08{max-width:80%;padding:8px 12px;border-radius:10px;font-size:13px;line-height:1.4;word-break:break-word}.ChatBubble_messageBubbleUser__Ncbxg{background:#222;color:#e0e0e0;border-bottom-right-radius:3px}.ChatBubble_messageBubbleStaff__PJeVI{background:#1a1a1a;color:#ccc;border-bottom-left-radius:3px}.ChatBubble_messageColumn__2Kuem{display:flex;flex-direction:column;align-items:flex-end;max-width:80%;gap:3px}.ChatBubble_messageRowStaff__UHarw .ChatBubble_messageColumn__2Kuem{align-items:flex-start}.ChatBubble_messageColumn__2Kuem .ChatBubble_messageBubble__XId08{max-width:100%}.ChatBubble_messageBubblePending__yqx9p{opacity:.6}.ChatBubble_messageBubbleFailed__DPnW3{opacity:.75;border:1px solid #6e2b1a}.ChatBubble_messageRetry__EVXNj{background:none;border:none;padding:0;margin:0;color:#e27b5a;font-size:11px;cursor:pointer;font-family:inherit;text-align:right}.ChatBubble_messageRetry__EVXNj:hover{color:#ff8a63;text-decoration:underline}.ChatBubble_nameStep__fbSWl{display:flex;flex-direction:column;gap:10px;padding:18px 16px 16px}.ChatBubble_namePrompt__K7H3l{margin:0;color:#b8b8b8;font-size:13px;line-height:1.4}.ChatBubble_nameInput__9VWJK{width:100%;background:#1a1a1a;border:1px solid #2a2a2a;border-radius:6px;padding:8px 10px;color:#e0e0e0;font-size:13px;outline:none;font-family:inherit;box-sizing:border-box}.ChatBubble_nameInput__9VWJK::placeholder{color:#555}.ChatBubble_nameInput__9VWJK:focus{border-color:#444}.ChatBubble_nameButton__vRq8k{width:100%;height:34px;border:1px solid #333;border-radius:6px;background:#e7e7e7;color:#111;font-size:13px;font-weight:500;font-family:inherit;cursor:pointer}.ChatBubble_nameButton__vRq8k:hover{background:#fff}.ChatBubble_nameButton__vRq8k:disabled{opacity:.35;cursor:not-allowed}.ChatBubble_inputArea__o2nId{display:flex;gap:6px;padding:10px 12px;border-top:1px solid #1e1e1e}.ChatBubble_input__V_6Lj{flex:1;background:#1a1a1a;border:1px solid #2a2a2a;border-radius:6px;padding:8px 10px;color:#e0e0e0;font-size:13px;outline:none;resize:none;font-family:inherit}.ChatBubble_input__V_6Lj::placeholder{color:#555}.ChatBubble_input__V_6Lj:focus{border-color:#444}.ChatBubble_sendButton__553IC{background:transparent;border:none;border-radius:var(--radius-sm);padding:0 10px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .15s ease}.ChatBubble_sendButton__553IC:hover{opacity:.8}.ChatBubble_sendButton__553IC:disabled{opacity:.25;cursor:not-allowed}.ChatBubble_sendButton__553IC svg{width:16px;height:16px;fill:#888}.ChatBubble_emptyState__LEX1D{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#555;font-size:12px;text-align:center;padding:16px}.ChatBubble_nudge__bYrpB{position:absolute;top:50%;right:54px;transform:translateY(-50%);display:flex;align-items:center;gap:0;background:#1a1a1a;border:1px solid #2a2a2a;border-radius:8px;overflow:hidden;white-space:nowrap;box-shadow:0 4px 16px rgba(0,0,0,.4);animation:ChatBubble_nudgeIn__Rt6Rv .3s ease-out}.ChatBubble_nudgeContent__b74H7{padding:8px 12px;font-size:12.5px;font-weight:500;color:#ccc;background:none;border:none;cursor:pointer;font-family:inherit;transition:color .15s ease}.ChatBubble_nudgeContent__b74H7:hover{color:#fff}.ChatBubble_nudgeDismiss__Yz_ox{display:flex;align-items:center;justify-content:center;padding:8px 10px;background:none;border:none;border-left:1px solid #2a2a2a;cursor:pointer;color:#555;transition:color .15s ease}.ChatBubble_nudgeDismiss__Yz_ox:hover{color:#999}@keyframes ChatBubble_nudgeIn__Rt6Rv{0%{opacity:0;transform:translateY(-50%) translateX(8px)}to{opacity:1;transform:translateY(-50%) translateX(0)}}@media (max-width:480px){.ChatBubble_overlay__L84Xe{bottom:16px;right:16px}.ChatBubble_panel__PZtLb{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;max-height:none;border-radius:0;border:none;animation:ChatBubble_fadeIn__ttqpE .15s ease-out}.ChatBubble_panelExpanded__ykjI_{max-height:none}.ChatBubble_header__anY_q{padding:max(16px,env(safe-area-inset-top)) 16px 16px;display:flex;align-items:flex-start;gap:12px}.ChatBubble_closeButton__Q66GG{display:flex}.ChatBubble_messages__Z8QOw{min-height:0;max-height:none;flex:1}.ChatBubble_messagesExpanded__bZckS{max-height:none}.ChatBubble_inputArea__o2nId{padding:10px 12px max(10px,env(safe-area-inset-bottom))}@keyframes ChatBubble_fadeIn__ttqpE{0%{opacity:0}to{opacity:1}}}.CookieBanner_banner__wMlw7{position:fixed;inset:auto 0 0 0;z-index:9999;background:hsla(0,0%,4%,.95);border-top:1px solid hsla(0,0%,100%,.08);backdrop-filter:blur(12px)}.CookieBanner_content__t0zB9{max-width:1080px;margin:0 auto;padding:16px 20px;display:flex;align-items:center;gap:16px;justify-content:space-between}.CookieBanner_text__IeK_D{display:flex;flex-direction:column;gap:6px;color:hsla(0,0%,100%,.72);font-size:.95rem}.CookieBanner_text__IeK_D strong{color:#fff;font-weight:600}.CookieBanner_actions__ec5Ku{display:flex;gap:10px;flex-shrink:0}.CookieBanner_primary__sPSWr,.CookieBanner_secondary__XGr_d{border-radius:8px;padding:8px 14px;font-size:.9rem;font-weight:600;border:1px solid transparent;cursor:pointer;transition:all .2s ease}.CookieBanner_primary__sPSWr{background:#ff6702;color:#fff}.CookieBanner_primary__sPSWr:hover{background:#ff8b3d}.CookieBanner_secondary__XGr_d{background:transparent;border-color:hsla(0,0%,100%,.2);color:hsla(0,0%,100%,.82)}.CookieBanner_secondary__XGr_d:hover{border-color:hsla(0,0%,100%,.4)}.CookieBanner_link__aueYk{color:#ff6702;text-decoration:none}.CookieBanner_link__aueYk:hover{color:#ff8b3d}@media (max-width:720px){.CookieBanner_content__t0zB9{flex-direction:column;align-items:flex-start}.CookieBanner_actions__ec5Ku{width:100%}.CookieBanner_primary__sPSWr,.CookieBanner_secondary__XGr_d{width:100%;text-align:center}}.Modal_backdrop__e_Z_8{position:fixed;inset:0;background-color:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem;animation:Modal_backdropFade__Ht2Gk .22s ease forwards}.Modal_modal__mf7kA{background-color:#0f0f0f;border:1px solid #333;border-radius:.75rem;padding:.8rem 1.2rem;width:100%;max-width:28rem;margin:0 1rem;box-shadow:0 20px 25px -5px rgba(0,0,0,.3);display:flex;flex-direction:column;animation:Modal_modalEnter__db8Qy .22s cubic-bezier(.16,1,.3,1)}.Modal_wide__wtUfj{max-width:44rem}.Modal_mediumWide__iI2MY{max-width:520px;padding:1.05rem 1.15rem}.Modal_extraWide__O_FgV{max-width:72rem;padding:1.25rem 1.5rem;max-height:90vh;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#333 transparent}.Modal_extraWide__O_FgV::-webkit-scrollbar{width:6px}.Modal_extraWide__O_FgV::-webkit-scrollbar-track{background:transparent}.Modal_extraWide__O_FgV::-webkit-scrollbar-thumb{background-color:#333;border-radius:3px}.Modal_extraWide__O_FgV::-webkit-scrollbar-thumb:hover{background-color:#404040}.Modal_extraWide__O_FgV::-webkit-scrollbar-thumb:vertical{min-height:30px}.Modal_header__tkJCc{display:flex;align-items:center;justify-content:space-between;margin-bottom:.9rem;gap:.75rem}.Modal_title__BnWz8{font-size:1.05rem;font-weight:600;color:#f6f7fb;margin:0;letter-spacing:-.01em}.Modal_closeBtn__Nx7Ce{border:none;background:transparent;color:#9ca3af;border-radius:.375rem;padding:.25rem;margin-top:.55rem;width:1.8rem;height:1.8rem;display:flex;align-items:center;justify-content:center;transform:translate(6px,-6px);transition:background-color .15s ease,color .15s ease;cursor:pointer;outline:none}.Modal_closeBtn__Nx7Ce:hover{color:#fff;background-color:hsla(0,0%,100%,.05)}.Modal_closeBtn__Nx7Ce:focus{outline:none}.Modal_body__4lyGe{color:#d5d7df;font-size:.9rem;line-height:1.55}.Modal_footer__W5kTq{display:flex;justify-content:flex-end;gap:.65rem;margin-top:1.4rem;padding-top:.4rem;transform:translateX(6px)}@keyframes Modal_backdropFade__Ht2Gk{0%{opacity:0}to{opacity:1}}@keyframes Modal_modalEnter__db8Qy{0%{opacity:0;transform:translateY(8px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.TourOverlay_overlay__E2_W2{position:fixed;inset:0;z-index:12000;pointer-events:none}.TourOverlay_clickBlocker__NpBpX{position:fixed;inset:0;pointer-events:auto}.TourOverlay_spotlight__wkSXL{position:fixed;box-shadow:0 0 0 9999px rgba(0,0,0,.75);pointer-events:none;transition:top .3s ease,left .3s ease,width .3s ease,height .3s ease}.TourOverlay_darkFallback__FT3nS{position:fixed;inset:0;background:rgba(0,0,0,.75);pointer-events:none}.TourTooltip_tooltip__4ObJI{position:fixed;z-index:12001;background:#1a1a1a;border:1px solid #333;border-radius:12px;padding:20px 24px;max-width:360px;color:#f2f2f7;box-shadow:0 20px 40px rgba(0,0,0,.5);pointer-events:auto;transition:top .3s ease,left .3s ease,opacity .2s ease}.TourTooltip_tooltip__4ObJI:before{content:"";position:absolute;width:12px;height:12px;background:#1a1a1a;border:1px solid #333;transform:rotate(45deg)}.TourTooltip_arrow_bottom__IOanF:before{top:-7px;left:50%;margin-left:-6px;border-right:none;border-bottom:none}.TourTooltip_arrow_top__ryP_z:before{bottom:-7px;left:50%;margin-left:-6px;border-left:none;border-top:none}.TourTooltip_arrow_right__oWZ8K:before{left:-7px;top:50%;margin-top:-6px;border-top:none;border-right:none}.TourTooltip_arrow_left__dsy2E:before{right:-7px;top:50%;margin-top:-6px;border-bottom:none;border-left:none}.TourTooltip_title__7cDVj{font-size:16px;font-weight:600;margin:0 0 8px;color:#f2f2f7}.TourTooltip_text__mtVBw{font-size:14px;color:#9ca3af;margin:0 0 16px;line-height:1.5}.TourTooltip_highlight__IjyGR{color:#ff6702;font-weight:500}.TourTooltip_clickHint__7tJUk{display:flex;align-items:center;gap:6px;color:#ff6702;font-size:13px;font-weight:500;margin:0 0 16px;animation:TourTooltip_pulse__mQQrp 1.5s ease-in-out infinite}@keyframes TourTooltip_pulse__mQQrp{0%,to{opacity:.5}50%{opacity:1}}.TourTooltip_actions__4IHa5{display:flex;align-items:center;justify-content:space-between;gap:12px}.TourTooltip_primaryBtn__ptQLR{display:inline-flex;align-items:center;justify-content:center;background:#ff6702;color:#fff;border:none;padding:8px 20px;border-radius:8px;cursor:pointer;font-weight:500;font-size:14px;transition:background-color .15s ease}.TourTooltip_primaryBtn__ptQLR:hover{background:#ff8b3d}.TourTooltip_stepIndicator__XqX7W{display:flex;gap:6px;align-items:center}.TourTooltip_dot__Pk2ZR{width:6px;height:6px;border-radius:50%;background:#333;transition:background .2s ease}.TourTooltip_dotActive__aPYh9{background:#ff6702}.OnboardingTour_modalContent__gSN9M{display:flex;flex-direction:column;align-items:center;text-align:center;padding:16px 8px 8px;gap:4px}.OnboardingTour_logo__HxzLI{width:48px;height:48px;border-radius:12px;margin-bottom:8px}.OnboardingTour_modalTitle__h7jll{font-size:20px;font-weight:600;color:#f2f2f7;margin:0 0 4px}.OnboardingTour_modalText__QWf97{font-size:14px;color:#9ca3af;margin:0 0 20px;line-height:1.55;max-width:340px}.OnboardingTour_modalText__QWf97 strong{color:#d1d5db;font-weight:500}.OnboardingTour_primaryBtn__SRch9{display:inline-flex;align-items:center;justify-content:center;background:#ff6702;color:#fff;border:none;padding:10px 32px;border-radius:var(--radius-md);cursor:pointer;font-weight:500;font-size:14px;transition:background-color .15s ease}.OnboardingTour_primaryBtn__SRch9:hover{background:#ff8b3d}.OnboardingTour_secondaryBtn__SQxUH{display:inline-flex;align-items:center;justify-content:center;padding:10px 24px;border-radius:var(--radius-md);background:#1a1a1a;border:1px solid #2c2c2e;color:#f2f2f7;font-weight:500;font-size:14px;cursor:pointer;transition:border-color .15s ease,background-color .15s ease}.OnboardingTour_secondaryBtn__SQxUH:hover{background:#222;border-color:#3c3c3e}.OnboardingTour_finalButtons__MqPvE{display:flex;gap:12px;align-items:center}.OnboardingTour_laterBtn__6V59o{background:none;border:none;color:#48484a;font-size:12px;cursor:pointer;padding:8px;margin-top:4px;transition:color .15s ease}.OnboardingTour_laterBtn__6V59o:hover{color:#636366}.StorageAddonModal_stepper__X5X7r{display:flex;align-items:center;justify-content:center;gap:1.5rem;padding:1rem 0 .5rem}.StorageAddonModal_stepperBtn__Og1h3{width:2.5rem;height:2.5rem;border-radius:999px;border:1px solid hsla(0,0%,100%,.12);background:hsla(0,0%,100%,.03);color:#e5e5e5;font-size:1.25rem;line-height:1;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;justify-content:center}.StorageAddonModal_stepperBtn__Og1h3:hover:not(:disabled){border-color:hsla(0,0%,100%,.25);background:hsla(0,0%,100%,.06)}.StorageAddonModal_stepperBtn__Og1h3:disabled{opacity:.35;cursor:not-allowed}.StorageAddonModal_stepperValue__nC6Mi{display:flex;flex-direction:column;align-items:center;min-width:6rem}.StorageAddonModal_stepperNumber__9TeRO{font-size:2.5rem;font-weight:600;color:#fff;line-height:1.1;font-variant-numeric:tabular-nums}.StorageAddonModal_stepperUnit__u8330{font-size:.8125rem;color:hsla(0,0%,100%,.5);margin-top:.125rem}.StorageAddonModal_totalLabel__8wyp3{text-align:center;font-size:.875rem;color:hsla(0,0%,100%,.75);margin-top:.25rem}.StorageAddonModal_divider__pbURk{height:1px;background:hsla(0,0%,100%,.08);margin:1.25rem 0}.StorageAddonModal_row__8rYoI{display:flex;justify-content:space-between;align-items:baseline;font-size:.875rem;color:hsla(0,0%,100%,.85);padding:.375rem 0}.StorageAddonModal_rowLabel__rH8Wl{color:hsla(0,0%,100%,.7)}.StorageAddonModal_rowValue__4xP7l{color:#fff;font-variant-numeric:tabular-nums;font-weight:500}.StorageAddonModal_muted__0xxXw{color:hsla(0,0%,100%,.4);font-size:.8125rem}.StorageAddonModal_notice__0qYl0{margin-top:.75rem;padding:.75rem .875rem;border-radius:8px;background:rgba(255,103,2,.06);border:1px solid rgba(255,103,2,.15);font-size:.8125rem;line-height:1.45;color:hsla(0,0%,100%,.75)}.StorageAddonModal_noChange__c9AFs{padding:.75rem;border-radius:8px;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.08);color:hsla(0,0%,100%,.55);font-size:.8125rem;text-align:center}.StorageAddonModal_loading__dh9Fq{padding:1rem;text-align:center;color:hsla(0,0%,100%,.5);font-size:.8125rem}.StorageAddonModal_errorBox__4kCmp{margin-top:.5rem;padding:.625rem .75rem;border-radius:8px;background:rgba(239,68,68,.08);border:1px solid rgba(239,68,68,.2);color:#fca5a5;font-size:.8125rem}.FormControls_fieldGroup__Egfky{display:block}.FormControls_fieldGroup__Egfky>*+*{margin-top:.75rem}.FormControls_input__eDFdf{width:100%;background-color:hsla(0,0%,100%,.02);color:#fff;border:1px solid #333;border-radius:.375rem;padding:.5rem .75rem;outline:none;font-size:.875rem;transition:border-color .15s ease}.FormControls_input__eDFdf::placeholder{color:#6b7280}.FormControls_input__eDFdf:focus{border-color:#ff6702;box-shadow:none;outline:none}.FormControls_colorRow__9rb5Z{display:flex;align-items:center;gap:.3rem;flex-wrap:wrap}.FormControls_colorRowBetween__qLB6L{display:flex;justify-content:space-between;padding:0 .25rem}.FormControls_sectionGroup__Em356{display:block}.FormControls_sectionGroup__Em356>*+*{margin-top:1rem}.FormControls_label__7v9hv{display:block;font-size:.875rem;color:#9ca3af;margin-bottom:.5rem}.FormControls_labelCompact__KFvaE{display:block;font-size:.75rem;font-weight:500;color:hsla(0,0%,100%,.7);margin-bottom:.375rem}.FormControls_colorSwatch__IAWo_{width:1.9rem;height:1.9rem;border-radius:9999px;transition:transform .15s ease,box-shadow .15s ease;flex-shrink:0;border:none;padding:0;cursor:pointer;outline:none}.FormControls_colorSwatch__IAWo_:hover{transform:scale(1.03)}.FormControls_colorSwatch__IAWo_:focus{outline:none}.FormControls_colorSwatchActive___5P0Y{box-shadow:0 0 0 2px #fff}.FormControls_colorRowCompact__u0Q8l{display:flex;align-items:center;gap:.45rem;padding:0}.FormControls_colorSwatchCompact__B3R_b{width:1.375rem;height:1.375rem}.ModalButton_btn__ChGTU{border-radius:.375rem;padding:.375rem .875rem;font-size:.8125rem;font-weight:500;display:inline-flex;align-items:center;gap:.4rem;transition:background-color .15s ease,color .15s ease,opacity .15s;border:none;cursor:pointer;outline:none}.ModalButton_btn__ChGTU:focus{outline:none}.ModalButton_btn__ChGTU:disabled{opacity:.5;cursor:not-allowed}.ModalButton_secondary__Ucray{color:#d1d5db;background-color:transparent}.ModalButton_secondary__Ucray:hover{color:#fff;background-color:hsla(0,0%,100%,.05)}.ModalButton_primary___V3Yw{color:#fff;background-color:#ff6702}.ModalButton_primary___V3Yw:hover{background-color:#e55d02}.ModalButton_danger__2LfOX{color:#fca5a5;background-color:transparent}.ModalButton_danger__2LfOX:hover{color:#fca5a5;background-color:rgba(239,68,68,.15)}.AbTestsModal_container__Zm_Aj{display:flex;flex-direction:column;gap:.875rem;min-height:18rem}.AbTestsModal_modalWidth__QM1Y2{max-width:1020px}.AbTestsModal_createRow__V6lsT{display:flex;justify-content:flex-end}.AbTestsModal_list__4_9JB{display:flex;flex-direction:column;gap:.5rem}.AbTestsModal_card__g4izn{appearance:none;background:#141414;border:1px solid #2a2a2a;border-radius:.75rem;padding:.875rem;width:100%;text-align:left;color:inherit;cursor:pointer;display:grid;grid-template-columns:1fr minmax(11rem,14rem) 1fr;align-items:start;gap:.75rem 1rem;transition:border-color .15s ease,background-color .15s ease}.AbTestsModal_cardNoSlider__Okp8L{grid-template-columns:1fr auto 1fr}.AbTestsModal_vsDivider__8wv2x{align-self:center;font-size:.75rem;font-weight:500;letter-spacing:.05em;color:#5a5a5a;padding:0 .5rem}.AbTestsModal_card__g4izn:hover{border-color:#3a3a3a;background:#181818}.AbTestsModal_card__g4izn:focus{outline:none}.AbTestsModal_card__g4izn:focus-visible{border-color:#ff6702;box-shadow:0 0 0 2px rgba(255,103,2,.35)}.AbTestsModal_variantBlock__PNf82{display:flex;flex-direction:row;align-items:center;gap:.75rem;min-width:0}.AbTestsModal_variantBlockLeft__ACJzA{justify-content:flex-start}.AbTestsModal_variantBlockRight__9bscz{justify-content:flex-end}.AbTestsModal_variantTextColumn__7rW5X{display:flex;flex-direction:column;gap:.25rem;min-width:0;flex:1 1 auto}.AbTestsModal_variantBlockRight__9bscz .AbTestsModal_variantTextColumn__7rW5X{text-align:right;align-items:flex-end}.AbTestsModal_variantBlockMissing__S9Yku{opacity:.6}.AbTestsModal_variantBlockTitle__ausUn{font-size:1rem;color:#f6f7fb;font-weight:600;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.AbTestsModal_variantBlockMeta__TTk6R{display:flex;align-items:center;gap:.75rem;font-size:.875rem;color:#a0a3ad}.AbTestsModal_variantBlockLeft__ACJzA .AbTestsModal_variantBlockMeta__TTk6R{flex-direction:row-reverse;justify-content:flex-end}.AbTestsModal_variantBlockRight__9bscz .AbTestsModal_variantBlockMeta__TTk6R{flex-direction:row;justify-content:flex-end}.AbTestsModal_counterItem__MTvoF{display:inline-flex;align-items:center;gap:.375rem}.AbTestsModal_counterIcon__gd2Qy{width:1.125rem;height:1.125rem}.AbTestsModal_thumb__k_53f{width:120px;height:68px;flex-shrink:0;border-radius:.5rem;object-fit:cover;background-color:#1f1f1f;display:block}.AbTestsModal_thumbPlaceholder__27Bvn{display:flex;align-items:center;justify-content:center;color:#555;font-size:1.5rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.AbTestsModal_variantTitleMissing__wbXpI{color:#6b6b6b;font-style:italic}.AbTestsModal_splitArea__HMXQl{display:flex;flex-direction:column;gap:.25rem;cursor:default;align-self:center}.AbTestsModal_splitLabel__tCQ7O{display:flex;align-items:center;justify-content:space-between;font-size:.6875rem;font-weight:600;letter-spacing:.04em;color:#888}.AbTestsModal_splitLabelA__luqO5{color:#91ff90}.AbTestsModal_splitLabelB__vySKW{color:#fea5e9}.AbTestsModal_titleRow__FWUd6{grid-column:1/-1;display:flex;align-items:baseline;gap:.5rem;min-width:0}.AbTestsModal_title__ZbJtJ{font-size:.8125rem;color:#f6f7fb;font-weight:600;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.AbTestsModal_metaInline__5AphD{font-size:.6875rem;color:#a0a3ad;white-space:nowrap;flex-shrink:0}.AbTestsModal_metaInline__5AphD:before{content:"|";margin-right:.5rem;color:#4a4a4a}.AbTestsModal_empty__Qv6Eq{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1rem;text-align:center;gap:.375rem;border:1px dashed #2a2a2a;border-radius:.5rem;background-color:#0c0c0c}.AbTestsModal_emptyTitle__PI0uY{font-size:.9375rem;font-weight:600;color:#d5d7df}.AbTestsModal_emptyHint__k1dqe{font-size:.8125rem;color:#777;max-width:22rem;line-height:1.45}.AbTestsModal_loading__enNY1{display:flex;align-items:center;justify-content:center;padding:2.5rem 1rem;color:#666;font-size:.8125rem}.AbTestsModal_spinner__u3rtp{width:1.125rem;height:1.125rem;border:2px solid hsla(0,0%,100%,.12);border-top-color:#ff6702;border-radius:50%;animation:AbTestsModal_spin__9C66M .75s linear infinite;margin-right:.625rem}@keyframes AbTestsModal_spin__9C66M{to{transform:rotate(1turn)}}.AbTestManageView_root__WUg9v{display:flex;flex-direction:column;gap:1rem;min-height:32rem}.AbTestManageView_modalWidth__lrH9G{max-width:1020px}.AbTestManageView_header__9PwqK{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.5rem;padding-bottom:.5rem;border-bottom:1px solid #1f1f1f}.AbTestManageView_headerActions__Wjvwu{display:flex;align-items:center;gap:.25rem}.AbTestManageView_iconButton__vAgKM{appearance:none;background:transparent;border:1px solid transparent;border-radius:.375rem;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;color:#d5d7df;cursor:pointer;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.AbTestManageView_iconButton__vAgKM:hover{background-color:#1a1a1a;color:#fff}.AbTestManageView_iconButton__vAgKM:focus-visible{outline:none;border-color:#ff6702;box-shadow:0 0 0 2px rgba(255,103,2,.35)}.AbTestManageView_titleWrapper__Ru2_8{display:flex;align-items:center;justify-content:center;min-width:0}.AbTestManageView_titleInput__ulpHc{font-size:1rem;font-weight:600;color:#f6f7fb;background-color:transparent;border:1px solid transparent;border-radius:.375rem;padding:.25rem .5rem;text-align:center;outline:none;max-width:100%;min-width:2.5rem;cursor:text}.AbTestManageView_titleInput__ulpHc:hover:not(:focus){background-color:#1a1a1a}.AbTestManageView_titleInputEditing__JX6LU,.AbTestManageView_titleInput__ulpHc:focus{background-color:#0c0c0c;border-color:#2a2a2a;box-shadow:0 0 0 2px rgba(255,103,2,.25)}.AbTestManageView_variantRow__Gfl_S{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:.625rem}.AbTestManageView_variantCard__qMkd_{appearance:none;background-color:#141414;border:1px solid #2a2a2a;border-radius:.5rem;padding:.625rem .75rem;width:100%;text-align:left;color:inherit;cursor:pointer;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:.625rem;transition:border-color .15s ease,background-color .15s ease}.AbTestManageView_variantCard__qMkd_:hover{border-color:#3a3a3a;background-color:#181818}.AbTestManageView_variantCard__qMkd_:focus{outline:none}.AbTestManageView_variantCard__qMkd_:focus-visible{border-color:#ff6702;box-shadow:0 0 0 2px rgba(255,103,2,.35)}.AbTestManageView_variantThumb__tV_e2{width:64px;height:36px;border-radius:.25rem;object-fit:cover;background-color:#1f1f1f;flex-shrink:0;display:block}.AbTestManageView_variantColumnCard__sBtBD .AbTestManageView_variantThumb__tV_e2{width:100%;height:auto;aspect-ratio:16/9;border-radius:.5rem;background-color:#000;object-fit:contain}.AbTestManageView_variantThumbWrap___f9Uv{position:relative;display:flex}.AbTestManageView_variantOpenExternal__yx356{position:absolute;top:.5rem;right:.5rem;display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:.5rem;background:hsla(0,0%,6%,.85);border:1px solid hsla(0,0%,100%,.12);color:#d5d7df;text-decoration:none;backdrop-filter:blur(4px);opacity:0;transition:opacity .15s ease,background-color .15s ease,border-color .15s ease,color .15s ease}.AbTestManageView_variantColumnCard__sBtBD:focus-within .AbTestManageView_variantOpenExternal__yx356,.AbTestManageView_variantColumnCard__sBtBD:hover .AbTestManageView_variantOpenExternal__yx356{opacity:1}.AbTestManageView_variantOpenExternal__yx356:focus-visible,.AbTestManageView_variantOpenExternal__yx356:hover{background:hsla(0,0%,8%,.95);border-color:#4a4a4a;color:#fff;outline:none;opacity:1}.AbTestManageView_variantThumbPlaceholder__HZ5NR{display:flex;align-items:center;justify-content:center;color:#555;font-size:.7rem;text-transform:uppercase;letter-spacing:.05em}.AbTestManageView_variantTitle__IPizV{font-size:.875rem;color:#d5d7df;font-weight:500;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.AbTestManageView_variantTitleMissing__t5hlt{color:#6b6b6b;font-style:italic}.AbTestManageView_vs__w0qcG{font-size:.6875rem;font-weight:600;color:#888;text-transform:uppercase;letter-spacing:.08em;padding:0 .25rem}.AbTestManageView_draftActions__NsMVl{display:flex;flex-direction:column;gap:.625rem;padding-top:.25rem}.AbTestManageView_existingBody__r0vj_{display:flex;flex-direction:column;gap:.875rem}.AbTestManageView_compareGrid__qxw5I{display:grid;grid-template-columns:1fr minmax(14rem,18rem) 1fr;gap:1rem;align-items:stretch}.AbTestManageView_variantColumnCard__sBtBD{appearance:none;background:#101010;border:1px solid #2a2a2a;padding:.5rem;border-radius:.625rem;cursor:pointer;display:flex;flex-direction:column;gap:.625rem;text-align:left;color:inherit;text-decoration:none;transition:border-color .15s ease,background-color .15s ease}.AbTestManageView_variantColumnCard__sBtBD:hover{border-color:#4a4a4a;background:#181818}.AbTestManageView_variantColumnTitle__A_CMp{padding:0 .125rem;font-size:1.125rem;color:#f6f7fb;font-weight:600;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.AbTestManageView_middleColumn__e61WG{display:flex;flex-direction:column;gap:.625rem;min-width:0}.AbTestManageView_splitSection__TrqGh{display:flex;flex-direction:column;gap:.375rem;padding:.5rem .75rem .625rem;background:#101010;border:1px solid #1f1f1f;border-radius:.5rem}.AbTestManageView_splitHeader__C6eTp{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem}.AbTestManageView_splitHeaderLabel__f3oaG{font-size:.6875rem;font-weight:600;color:#888;letter-spacing:.06em;text-transform:uppercase}.AbTestManageView_splitHeaderA__0XY9_{font-size:.8125rem;font-weight:600;color:#91ff90;font-variant-numeric:tabular-nums}.AbTestManageView_splitHeaderB__ooEEM{font-size:.8125rem;font-weight:600;color:#fea5e9;font-variant-numeric:tabular-nums}.AbTestManageView_retentionEmbedRow__6Dm4R{display:grid;grid-template-columns:7fr 3fr;gap:1rem;align-items:stretch}.AbTestManageView_retentionEmbedRetention__fsmLp{min-width:0;display:flex}.AbTestManageView_retentionEmbedRetention__fsmLp .AbTestManageView_retentionSection__1PEFQ{flex:1;display:flex;flex-direction:column}.AbTestManageView_retentionEmbedRetention__fsmLp .AbTestManageView_retentionChartWrap__lbis6{flex:1;min-height:0}.AbTestManageView_retentionEmbedRetention__fsmLp .AbTestManageView_retentionChartWrap__lbis6 svg{width:100%;height:100%}.AbTestManageView_retentionEmbedPanel__KYl3i{min-width:0;display:flex;flex-direction:column}.AbTestManageView_retentionSection__1PEFQ{display:flex;flex-direction:column;gap:.625rem;padding:.875rem 1rem 1rem;background:#101010;border:1px solid #1f1f1f;border-radius:.625rem}.AbTestManageView_retentionHeader__xQ_w0{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.AbTestManageView_retentionTitle__K6QYM{font-size:.6875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#888}.AbTestManageView_retentionLegend__O25qN{display:flex;align-items:center;gap:1rem}.AbTestManageView_retentionLegendItem__hdxww{display:inline-flex;align-items:center;gap:.4rem;font-size:.75rem;color:#c9ccd6}.AbTestManageView_retentionSwatch__wStmN{width:.625rem;height:.625rem;border-radius:999px}.AbTestManageView_retentionLegendLabel__1Tkqr{max-width:16rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.AbTestManageView_retentionChartWrap__lbis6{position:relative;width:100%}.AbTestManageView_retentionYLabel__OXnuT{position:absolute;left:0;width:1.75rem;text-align:right;font-size:.625rem;color:#666;pointer-events:none;transform:translateY(-50%);line-height:1}.AbTestManageView_retentionXLabel__WWUgZ{position:absolute;bottom:0;font-size:.625rem;color:#666;pointer-events:none;transform:translateX(-50%);line-height:1}.AbTestManageView_retentionEmpty__zpYkx{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:.8125rem;color:#666}.AbTestManageView_compareStatsTable__OFHd1{margin:0;display:flex;flex-direction:column;background:#101010;border:1px solid #1f1f1f;border-radius:.5rem;padding:.25rem 0}.AbTestManageView_compareStatsRow__YrzaR{display:grid;grid-template-columns:1fr auto 1fr;align-items:baseline;gap:.5rem;padding:.3125rem .75rem;border-bottom:1px solid #181818}.AbTestManageView_compareStatsRow__YrzaR:last-child{border-bottom:none}.AbTestManageView_compareStatsLabel__cA2vl{margin:0;font-size:.75rem;font-weight:500;color:#888;letter-spacing:.03em;text-align:center}.AbTestManageView_compareStatsValueA__c7G2U,.AbTestManageView_compareStatsValueB__OjnTf{font-size:.9375rem;font-weight:600;color:#fff;font-variant-numeric:tabular-nums}.AbTestManageView_compareStatsValueA__c7G2U{text-align:left;color:#91ff90}.AbTestManageView_compareStatsValueB__OjnTf{text-align:right;color:#fea5e9}.AbTestManageView_metaLine__t5gQK{font-size:.75rem;color:#777;margin:0}.AbTestManageView_embedSection__vrcpv{display:flex;flex-direction:column;gap:.375rem}.AbTestManageView_embedLabel__MVK25{font-size:.8125rem;color:#d5d7df;font-weight:500}.AbTestManageView_embedBlock__WmyM9{position:relative;border:1px solid #2a2a2a;border-radius:.375rem;background-color:#0c0c0c;padding:.625rem 2.75rem .625rem .625rem}.AbTestManageView_embedScroll__sMD6J{overflow:auto;max-height:9.5rem}.AbTestManageView_embedPre__pP8CY{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.6875rem;line-height:1.35;color:#f6f7fb;white-space:pre;margin:0}.AbTestManageView_embedCopyButton__puxER{position:absolute;top:.5rem;right:.5rem;width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;background-color:#141414;border:1px solid #2a2a2a;border-radius:.375rem;color:#d5d7df;cursor:pointer;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.AbTestManageView_embedCopyButton__puxER:hover{background-color:#1a1a1a;border-color:#3a3a3a;color:#fff}.AbTestManageView_embedCopyButton__puxER:focus-visible{outline:none;border-color:#ff6702;box-shadow:0 0 0 2px rgba(255,103,2,.35)}.AbTestManageView_deleteRow__IHOH6{display:flex;justify-content:flex-end}.AbTestManageView_deleteConfirm__rOOG0{border:1px solid #3a2222;border-radius:.375rem;padding:.75rem;background-color:rgba(255,68,68,.05);display:flex;flex-direction:column;gap:.625rem}.AbTestManageView_deleteConfirmText__FDwaX{margin:0;font-size:.8125rem;color:#f6d5d5;line-height:1.45}.AbTestManageView_deleteConfirmActions__cktZ3{display:flex;gap:.5rem;justify-content:flex-end}.AbTestManageView_errorBanner__pH578{border:1px solid rgba(255,80,80,.4);background-color:rgba(255,80,80,.1);color:#ffb0b0;border-radius:.375rem;padding:.5rem .625rem;font-size:.8125rem;line-height:1.35}.ProjectTabs_container___ReXN{margin-bottom:1.5rem}.ProjectTabs_mainWrapper__C5fyD{display:flex;gap:0;align-items:center}.ProjectTabs_leftSection__G8Ggm{display:flex;align-items:center;height:2.5rem}.ProjectTabs_unassignedTab__XAze2{position:relative;cursor:pointer;margin:0 .15rem;flex-shrink:0;display:flex;align-items:center}.ProjectTabs_unassignedTab__XAze2:first-child{margin-left:0}.ProjectTabs_unassignedTabDragOver__zW7bb{background-color:hsla(0,0%,100%,.1);border-radius:.375rem}.ProjectTabs_unassignedTabText__48yBI{display:inline-grid;grid-template-columns:1fr;grid-template-rows:1fr;font-size:.95rem;padding:.375rem .6rem;line-height:1.25;position:relative;place-items:center;border-radius:.375rem;transition:background-color .15s,color .15s}.ProjectTabs_unassignedTabText__48yBI:hover{background-color:hsla(0,0%,100%,.04);color:#e5e7eb}.ProjectTabs_unassignedTabText__48yBI:after{content:attr(data-text);font-weight:600;visibility:hidden;grid-column:1;grid-row:1}.ProjectTabs_unassignedTabText__48yBI:before{content:attr(data-text);font-weight:inherit;grid-column:1;grid-row:1}.ProjectTabs_unassignedTabActive__IUOYE{font-weight:600;background-color:hsla(0,0%,100%,.07);border-radius:.375rem}.ProjectTabs_unassignedTabInactive__2bjWu{font-weight:300;color:#9ca3af}.ProjectTabs_unassignedTabDragOverText__iGf2d{color:#fff}.ProjectTabs_divider__NTCid{height:1.5rem;width:1px;background-color:#1f2937;margin-left:.5rem;margin-right:.5rem}.ProjectTabs_projectsWrapper__r6oGm{flex:1;display:flex;align-items:center;position:relative;min-width:0}.ProjectTabs_scrollAreaWrapper__ZAlXv{flex:1;position:relative;overflow:hidden;min-width:0}.ProjectTabs_scrollContainer__9HrZu{display:flex;align-items:center;overflow-x:auto;overflow-y:hidden;padding-right:3rem;max-width:100%;height:2.5rem;scrollbar-width:none;-ms-overflow-style:none}.ProjectTabs_scrollContainer__9HrZu::-webkit-scrollbar{display:none}.ProjectTabs_projectTab__Kdulb{position:relative;cursor:grab;margin:0 .15rem;flex-shrink:0;display:flex;align-items:center;touch-action:none}.ProjectTabs_projectTab__Kdulb:active{cursor:grabbing}.ProjectTabs_projectTabDragOver__9cvJ0{background-color:hsla(0,0%,100%,.1);border-radius:.375rem}.ProjectTabs_projectTabText__w7fxC{display:inline-grid;grid-template-columns:1fr;grid-template-rows:1fr;font-size:.95rem;padding:.375rem .6rem;line-height:1.25;position:relative;place-items:center;border-radius:.375rem;transition:background-color .15s,color .15s}.ProjectTabs_projectTabText__w7fxC:hover{background-color:hsla(0,0%,100%,.03);color:#e5e7eb}.ProjectTabs_projectTabText__w7fxC:after{content:attr(data-text);font-weight:600;visibility:hidden;grid-column:1;grid-row:1}.ProjectTabs_projectTabText__w7fxC:before{content:attr(data-text);font-weight:inherit;grid-column:1;grid-row:1}.ProjectTabs_projectTabActive__3L15U{font-weight:600;background-color:hsla(0,0%,100%,.07);border-radius:.375rem}.ProjectTabs_projectTabInactive__iJDOo{font-weight:300;color:#9ca3af}.ProjectTabs_projectTabDragOverText__8KHYr{color:#fff}.ProjectTabs_addProjectTab__SOaJt{position:relative;cursor:pointer;margin:0 .15rem;flex-shrink:0;display:flex;align-items:center;background:none;border:none;padding:0;font:inherit;z-index:1}.ProjectTabs_addProjectTabInner__VA39z{display:flex;align-items:center;gap:.35rem;padding:.375rem .6rem;border-radius:.375rem;font-size:.95rem;line-height:1.25;font-weight:300;color:#9ca3af;transition:background-color .15s,color .15s}.ProjectTabs_addProjectTabInner__VA39z:hover{background-color:hsla(0,0%,100%,.04);color:#e5e7eb}.ProjectTabs_addProjectIcon__EJLXH{width:.875rem;height:.875rem;flex-shrink:0}.ProjectTabs_addProjectText__J9miF{white-space:nowrap}.ProjectTabs_fadeGradient___lB20{position:absolute;right:0;top:0;bottom:0;width:3rem;background:linear-gradient(270deg,#0a0a0a,transparent);pointer-events:none}.ProjectTabs_rightControls__Q14f2{display:flex;align-items:center;flex-shrink:0}.ProjectTabs_iconButton__fur8Q{padding:.5rem;border-radius:.5rem;color:#9ca3af;transition:color .15s,background-color .15s;background:none;border:none;cursor:pointer;outline:none}.ProjectTabs_iconButton__fur8Q:hover{color:#fff;background-color:hsla(0,0%,100%,.05)}.ProjectTabs_iconButton__fur8Q:focus{outline:none}.ProjectTabs_iconButtonActive__jllpX{color:#fff}.ProjectTabs_sortMenuWrapper__pLY8N{position:relative}.ProjectTabs_sortButton__27uJ_{display:flex;align-items:center;gap:.5rem;padding:.5rem;border-radius:.5rem;color:#9ca3af;transition:color .15s,background-color .15s;background:none;border:none;cursor:pointer;outline:none}.ProjectTabs_sortButton__27uJ_:hover{color:#fff;background-color:hsla(0,0%,100%,.05)}.ProjectTabs_sortButton__27uJ_:focus{outline:none}.ProjectTabs_sortButtonActive__fmHMR{color:#fff}.ProjectTabs_sortButtonText__G5aZf{line-height:0;font-size:.875rem;font-weight:500;display:none}@media (min-width:640px){.ProjectTabs_sortButtonText__G5aZf{display:inline}}.ProjectTabs_icon___OmSD{width:1.25rem;height:1.25rem}.ProjectTabs_iconLarge__E7AcY{width:1.5rem;height:1.5rem}.ProjectTabs_iconSmall__8WW_2{width:1rem;height:1rem}.ProjectTabs_sortMenu__3PXPA{position:absolute;right:0;top:100%;margin-top:.5rem;width:200px;padding:.5rem;background-color:#0f0f0f;border-radius:.75rem;border:1px solid #333;box-shadow:0 8px 32px rgba(0,0,0,.4);z-index:50;animation:ProjectTabs_sortMenuEnter__wQnL2 .15s ease-out}@keyframes ProjectTabs_sortMenuEnter__wQnL2{0%{opacity:0;transform:translateY(-4px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.ProjectTabs_sortMenuHeader__iQOoG{padding:.25rem .5rem .5rem}.ProjectTabs_sortMenuTitle__ZTJKy{font-size:.7rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.ProjectTabs_sortDirectionToggle__we03x{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem .625rem;margin-bottom:.25rem;border-radius:.5rem;font-size:.8125rem;color:#d1d5db;background:none;border:none;cursor:pointer;outline:none;transition:all .15s ease}.ProjectTabs_sortDirectionToggle__we03x:hover{color:#fff;background-color:hsla(0,0%,100%,.04)}.ProjectTabs_sortDirectionToggle__we03x:focus{outline:none}.ProjectTabs_sortDirectionIcon__p50l1{width:.75rem;height:.75rem;color:#fff;flex-shrink:0}.ProjectTabs_sortMenuDivider__GXKsC{height:1px;background-color:#333;margin:.25rem .5rem .5rem}.ProjectTabs_sortMenuOptions__H03qv{display:flex;flex-direction:column;gap:.125rem}.ProjectTabs_sortOption__ZU7HU{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.5rem .625rem;border-radius:.5rem;font-size:.8125rem;color:#9ca3af;background:none;border:none;cursor:pointer;outline:none;transition:all .15s ease}.ProjectTabs_sortOption__ZU7HU:hover{color:#d1d5db;background-color:hsla(0,0%,100%,.04)}.ProjectTabs_sortOption__ZU7HU:focus{outline:none}.ProjectTabs_sortOptionActive__SrgKC{color:#fff;background-color:hsla(0,0%,100%,.06)}.ProjectTabs_sortOptionActive__SrgKC:hover{background-color:hsla(0,0%,100%,.08)}.ProjectTabs_checkIcon__InUhF{width:1rem;height:1rem;color:#ff6702;flex-shrink:0}.ProjectTabs_indicatorContainer__b6o_H{height:1px;margin-top:.5rem;background-color:#222426;position:relative}.ProjectTabs_indicator__AsUkF{position:absolute;top:-1px;height:3px;background-color:#f97316}.ProjectTabs_sharedDivider__y5R8z{height:1.5rem;width:1px;background-color:#374151;margin-left:.5rem;margin-right:.5rem;flex-shrink:0}.ProjectTabs_sharedBadge__wzXeO{display:inline-flex;align-items:center;justify-content:center;margin-left:.25rem;color:#818cf8;flex-shrink:0}.ProjectTabs_sharedBadgeIcon__guMJA{width:.875rem;height:.875rem}.ShareModal_tabs__nf7p3{display:flex;gap:0;margin-bottom:1rem;border-bottom:1px solid hsla(0,0%,100%,.08)}.ShareModal_tab__MyRnt{flex:1;padding:.6rem .75rem;background:transparent;border:none;color:#9ca3af;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .15s;position:relative}.ShareModal_tab__MyRnt:hover{color:#e5e7eb}.ShareModal_tabActive__3apK_{color:#ff6702}.ShareModal_tabActive__3apK_:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background-color:#ff6702}.ShareModal_section__AK04_{margin-bottom:1rem}.ShareModal_section__AK04_:last-child{margin-bottom:0}.ShareModal_sectionLabel__orUKb{font-size:.75rem;color:#9ca3af;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.03em}.ShareModal_toggleRow__fjNjB{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.ShareModal_toggleLabel__ybkW5{font-size:.85rem;color:#e5e7eb}.ShareModal_toggleHint__DVOVD{font-size:.7rem;color:#6b7280;margin-top:.25rem}.ShareModal_toggle__iBL6T{position:relative;display:inline-block;width:36px;height:20px;flex-shrink:0}.ShareModal_toggle__iBL6T input{opacity:0;width:0;height:0}.ShareModal_toggleSlider__WWXiT{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#374151;transition:.2s;border-radius:20px}.ShareModal_toggleSlider__WWXiT:before{position:absolute;content:"";height:14px;width:14px;left:3px;bottom:3px;background-color:#fff;transition:.2s;border-radius:50%}.ShareModal_toggle__iBL6T input:checked+.ShareModal_toggleSlider__WWXiT{background-color:#ff6702}.ShareModal_toggle__iBL6T input:checked+.ShareModal_toggleSlider__WWXiT:before{transform:translateX(16px)}.ShareModal_toggle__iBL6T input:disabled+.ShareModal_toggleSlider__WWXiT{opacity:.5;cursor:not-allowed}.ShareModal_linkSection__hzGmk{margin-top:0}.ShareModal_linkRow__P_Vpa{display:flex;gap:.4rem;align-items:stretch}.ShareModal_linkInput__5NCUv{flex:1;padding:.5rem .65rem;background-color:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.1);border-radius:.375rem;color:#9ca3af;font-size:.75rem;font-family:monospace;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ShareModal_copyButton__uFXFX{padding:.5rem .75rem;background-color:rgba(255,103,2,.15);color:#ff6702;font-weight:500;font-size:.75rem;border:1px solid rgba(255,103,2,.25);border-radius:.375rem;cursor:pointer;transition:all .15s;white-space:nowrap;display:flex;align-items:center;gap:.35rem}.ShareModal_copyButton__uFXFX:hover{background-color:rgba(255,103,2,.25)}.ShareModal_copyButton__uFXFX:disabled{opacity:.5;cursor:not-allowed}.ShareModal_copiedButton__kTKQq{background-color:rgba(34,197,94,.15);color:#22c55e;border-color:rgba(34,197,94,.25)}.ShareModal_copiedButton__kTKQq:hover{background-color:rgba(34,197,94,.25)}.ShareModal_settingsRow__ZwXGe{display:flex;align-items:center;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid hsla(0,0%,100%,.05)}.ShareModal_settingsRow__ZwXGe:last-child{border-bottom:none}.ShareModal_settingsLabel__9WfxA{font-size:.8rem;color:#d1d5db}.ShareModal_dropdownTrigger__pH1ey{display:flex;align-items:center;gap:.5rem;padding:.35rem .5rem;background-color:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.1);border-radius:.375rem;color:#e5e7eb;font-size:.75rem;cursor:pointer;transition:all .15s;min-width:90px;justify-content:space-between}.ShareModal_dropdownTrigger__pH1ey:hover{background-color:hsla(0,0%,100%,.06);border-color:hsla(0,0%,100%,.15)}.ShareModal_dropdownTrigger__pH1ey:focus{outline:none;border-color:#ff6702}.ShareModal_dropdownChevron__JSZ1l{color:#9ca3af;transition:transform .15s ease;flex-shrink:0}.ShareModal_dropdownTriggerCompact__5Apjt{display:flex;align-items:center;gap:.35rem;padding:.45rem .65rem;background-color:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.1);border-radius:.375rem;color:#e5e7eb;font-size:.8rem;cursor:pointer;transition:all .15s;min-width:85px;justify-content:space-between}.ShareModal_dropdownTriggerCompact__5Apjt:hover{background-color:hsla(0,0%,100%,.06);border-color:hsla(0,0%,100%,.15)}.ShareModal_dropdownTriggerCompact__5Apjt:focus{outline:none;border-color:#ff6702}.ShareModal_dropdownTriggerCompact__5Apjt:disabled{opacity:.5;cursor:not-allowed}.ShareModal_dateInput__KdHJI{padding:.35rem .5rem;background-color:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.1);border-radius:.375rem;color:#e5e7eb;font-size:.75rem;cursor:pointer}.ShareModal_dateInput__KdHJI:focus{outline:none;border-color:#ff6702}.ShareModal_dateInput__KdHJI:disabled{opacity:.5;cursor:not-allowed}.ShareModal_input__a7_gQ{width:100%;padding:.45rem .65rem;background-color:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.1);border-radius:.375rem;color:#fff;font-size:.8rem;transition:all .15s}.ShareModal_input__a7_gQ:focus{outline:none;border-color:#ff6702;background-color:hsla(0,0%,100%,.05)}.ShareModal_input__a7_gQ::placeholder{color:#6b7280}.ShareModal_input__a7_gQ:disabled{opacity:.5;cursor:not-allowed}.ShareModal_inviteInputGroup__uQnhT{display:flex;gap:.4rem;margin-bottom:.5rem}.ShareModal_inviteInputGroup__uQnhT .ShareModal_input__a7_gQ{flex:1}.ShareModal_inviteButton__3Ku1m{padding:.45rem .75rem;background-color:rgba(255,103,2,.15);color:#ff6702;font-weight:500;font-size:.75rem;border:1px solid rgba(255,103,2,.25);border-radius:.375rem;cursor:pointer;transition:all .15s;white-space:nowrap}.ShareModal_inviteButton__3Ku1m:hover{background-color:rgba(255,103,2,.25)}.ShareModal_inviteButton__3Ku1m:disabled{opacity:.5;cursor:not-allowed}.ShareModal_invitePermissionSelect__aISUm{padding:.35rem 1.5rem .35rem .5rem;background-color:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.1);border-radius:.375rem;color:#e5e7eb;font-size:.7rem;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%239CA3AF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .35rem center;background-size:10px}.ShareModal_invitePermissionSelect__aISUm:focus{outline:none;border-color:#ff6702}.ShareModal_invitesList__4XMKg{margin-top:.75rem;display:flex;flex-direction:column;gap:.5rem;max-height:240px;overflow-y:auto}.ShareModal_inviteItem__9REmN{display:flex;align-items:center;justify-content:space-between;padding:.75rem .875rem;background-color:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.05);border-radius:.5rem;gap:.75rem;transition:background-color .15s,border-color .15s}.ShareModal_inviteItem__9REmN:hover{background-color:hsla(0,0%,100%,.05);border-color:hsla(0,0%,100%,.08)}.ShareModal_inviteEmail__qGfbV{font-size:.8rem;color:#e5e7eb;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-weight:500}.ShareModal_inviteActions__j95fk{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.ShareModal_inviteStatus__Uoa4L{font-size:.65rem;padding:.2rem .5rem;border-radius:9999px;text-transform:uppercase;letter-spacing:.02em;font-weight:500}.ShareModal_statusPending__20Gnk{background-color:rgba(251,191,36,.15);color:#fbbf24}.ShareModal_statusAccepted__NXEl2{background-color:rgba(34,197,94,.15);color:#22c55e}.ShareModal_statusRevoked__h5Q1L{background-color:rgba(239,68,68,.15);color:#ef4444}.ShareModal_invitePermission__knYUV{font-size:.65rem;padding:.2rem .5rem;border-radius:9999px;background-color:hsla(0,0%,100%,.06);color:#9ca3af;text-transform:lowercase}.ShareModal_revokeButton__DdOeS{background:none;border:none;color:#6b7280;cursor:pointer;padding:.2rem;font-size:.7rem;line-height:1;border-radius:.2rem;transition:all .15s;display:flex;align-items:center;justify-content:center}.ShareModal_revokeButton__DdOeS:hover{color:#ef4444;background-color:rgba(239,68,68,.1)}.ShareModal_errorText__Nd9gg{font-size:.7rem;color:#ef4444;margin:.35rem 0 0}.ShareModal_errorBanner__rvNhG{margin-top:.75rem;padding:.5rem .65rem;background-color:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.2);border-radius:.375rem;color:#fca5a5;font-size:.75rem}.ShareModal_successBanner__o8fJx{margin-top:.75rem;padding:.5rem .65rem;background-color:rgba(34,197,94,.1);border:1px solid rgba(34,197,94,.2);border-radius:.375rem;color:#86efac;font-size:.75rem}.ShareModal_emptyText__c49E7,.ShareModal_loadingText__C2StD{font-size:.75rem;color:#6b7280;margin-top:.5rem;text-align:center}.ShareModal_emptyText__c49E7{padding:1rem}.ShareModal_divider__uFkV_{height:1px;background-color:hsla(0,0%,100%,.08);margin:.75rem 0}.ShareModal_warningBanner__juW0U{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.75rem;padding:.6rem .75rem;background-color:rgba(251,191,36,.1);border:1px solid rgba(251,191,36,.25);border-radius:.375rem;animation:ShareModal_fadeIn__uU3BC .2s ease-out}.ShareModal_warningIcon__aKWHP{width:16px;height:16px;color:#fbbf24;flex-shrink:0;margin-top:1px}.ShareModal_warningText__UhkQy{font-size:.75rem;color:hsla(0,0%,100%,.85);line-height:1.4;margin:0}.ShareModal_warningText__UhkQy strong{color:#fbbf24;font-weight:600}.ShareModal_saveErrorToast__QQ8fk{margin-top:.75rem;padding:.5rem .75rem;background-color:rgba(239,68,68,.15);border:1px solid rgba(239,68,68,.3);border-radius:.375rem;color:#fca5a5;font-size:.75rem;animation:ShareModal_fadeIn__uU3BC .2s ease-out}@keyframes ShareModal_fadeIn__uU3BC{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.ShareModal_contentTree__ciyfK{margin-top:.75rem;max-height:250px;overflow-y:auto;border:1px solid hsla(0,0%,100%,.08);border-radius:.375rem;background-color:rgba(0,0,0,.2)}.ShareModal_treeSection__y3Rlk{border-bottom:1px solid hsla(0,0%,100%,.05)}.ShareModal_treeSection__y3Rlk:last-child{border-bottom:none}.ShareModal_treeFolderHeader__XBN8q{display:flex;align-items:center;gap:.4rem;padding:.45rem .5rem;cursor:pointer;transition:background-color .15s}.ShareModal_treeFolderHeader__XBN8q:hover{background-color:hsla(0,0%,100%,.03)}.ShareModal_treeFolderName__Vp5xE{font-size:.75rem;color:#e5e7eb;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ShareModal_treeFolderIcon__vAYly{flex-shrink:0}.ShareModal_treeIcon__kfJjH{flex-shrink:0;color:#9ca3af}.ShareModal_treeExpandBtn__gytCO{background:none;border:none;padding:.15rem;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#6b7280;transition:color .15s}.ShareModal_treeExpandBtn__gytCO:hover{color:#9ca3af}.ShareModal_treeExpandBtn__gytCO:disabled{opacity:.4;cursor:not-allowed}.ShareModal_treeChevron__h6mqG{transition:transform .15s}.ShareModal_treeChevronOpen__VeO0o{transform:rotate(90deg)}.ShareModal_treeVideos__bN638{padding-left:1.5rem;background-color:rgba(0,0,0,.15)}.ShareModal_treeVideoItem__morbM{display:flex;align-items:center;gap:.4rem;padding:.35rem .5rem;cursor:pointer;transition:background-color .15s}.ShareModal_treeVideoItem__morbM:hover{background-color:hsla(0,0%,100%,.03)}.ShareModal_treeVideoThumb__Ptnyd{width:32px;height:18px;object-fit:cover;border-radius:2px;flex-shrink:0;background-color:hsla(0,0%,100%,.05)}.ShareModal_treeVideoThumbPlaceholder__V7jjN{width:32px;height:18px;border-radius:2px;flex-shrink:0;background-color:hsla(0,0%,100%,.08)}.ShareModal_treeVideoName__sI9vt{font-size:.7rem;color:#9ca3af;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ShareModal_checkbox__gozfI{position:relative;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.ShareModal_checkbox__gozfI input{position:absolute;opacity:0;width:0;height:0}.ShareModal_checkboxBox__U8yaC{width:14px;height:14px;border:1.5px solid #4b5563;border-radius:3px;background-color:transparent;display:flex;align-items:center;justify-content:center;transition:all .15s}.ShareModal_checkbox__gozfI input:checked+.ShareModal_checkboxBox__U8yaC{background-color:#ff6702;border-color:#ff6702}.ShareModal_checkbox__gozfI input:checked+.ShareModal_checkboxBox__U8yaC:after{content:"";width:6px;height:3px;border:2px solid #fff;border-top:none;border-right:none;transform:rotate(-45deg) translateY(-1px)}.ShareModal_checkbox__gozfI input:indeterminate+.ShareModal_checkboxBox__U8yaC{background-color:#ff6702;border-color:#ff6702}.ShareModal_checkbox__gozfI input:indeterminate+.ShareModal_checkboxBox__U8yaC:after{content:"";width:6px;height:0;border:1px solid #fff;transform:none}.ShareModal_checkbox__gozfI input:disabled+.ShareModal_checkboxBox__U8yaC{opacity:.5;cursor:not-allowed}@media (max-width:480px){.ShareModal_inviteInputGroup__uQnhT{flex-direction:column}.ShareModal_inviteButton__3Ku1m{width:100%}.ShareModal_linkRow__P_Vpa{flex-direction:column}.ShareModal_copyButton__uFXFX{width:100%;justify-content:center}}.EmbedCustomizationModal_modalOverlay__Z12LQ{position:fixed;inset:0;background-color:rgba(0,0,0,.55);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:9990;padding:2rem;animation:EmbedCustomizationModal_backdropFade__Y21MO .22s ease forwards}.EmbedCustomizationModal_modalContainer__6_HYt{background-color:#0f0f0f;border-radius:.75rem;border:none;max-width:80rem;width:100%;height:min(85vh,900px);max-height:90vh;display:flex;flex-direction:column;position:relative;overflow:hidden;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.06),0 0 0 1px hsla(0,0%,100%,.14),0 0 0 2px rgba(0,0,0,.34),0 8px 24px rgba(0,0,0,.35),0 32px 80px rgba(0,0,0,.45);animation:EmbedCustomizationModal_modalEnter__VqAXe .22s cubic-bezier(.16,1,.3,1)}@keyframes EmbedCustomizationModal_backdropFade__Y21MO{0%{opacity:0}to{opacity:1}}@keyframes EmbedCustomizationModal_modalEnter__VqAXe{0%{opacity:0;transform:translateY(8px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.EmbedCustomizationModal_contentArea__dnh75{display:flex;flex:1;min-height:0;overflow:hidden}.EmbedCustomizationModal_leftSide__lBhZG{flex:1;display:flex;flex-direction:column;min-width:0}.EmbedCustomizationModal_previewSection__xCfnk{flex:1;min-height:0;padding:1.5rem 1.5rem .75rem;display:flex;align-items:center;justify-content:center;background-color:#0f0f0f;position:relative}.EmbedCustomizationModal_previewSectionThumbnailActive__fmVOz{padding-top:3.5rem}.EmbedCustomizationModal_previewWrapper__lCBK5{width:100%;height:100%;max-width:100%;position:relative;display:flex;align-items:center;justify-content:center}.EmbedCustomizationModal_previewStack__BiNsj{display:flex;flex-direction:column;width:100%;height:100%}.EmbedCustomizationModal_previewArea__VmtLD{flex:1;min-height:0;display:flex;align-items:center;justify-content:center;width:100%}.EmbedCustomizationModal_timelineContainer__a33re{width:100%;padding-top:.75rem;border-top:1px solid hsla(0,0%,100%,.08)}.EmbedCustomizationModal_timelineSection__Rdh8_{width:100%;padding:1.25rem 1.5rem .75rem;border-top:1px solid hsla(0,0%,100%,.08)}.EmbedCustomizationModal_embedCodeSection__H__hO{height:12%;min-height:100px;padding:.5rem 1.5rem .75rem;border-top:1px solid hsla(0,0%,100%,.08);display:flex;flex-direction:column;justify-content:center}.EmbedCustomizationModal_embedCodeLabel__qbUJ_{font-size:.875rem;font-weight:500;color:#fff;margin-bottom:.375rem}.EmbedCustomizationModal_embedCodeInputWrapper__GwT9X{position:relative;height:2.5rem;background-color:#1a1a1a;border-radius:.375rem;overflow:hidden}.EmbedCustomizationModal_streamingOptimizationCard__gPATb{position:relative;width:100%;padding:0;margin:0 0 12px;background:transparent;border:none;border-radius:0;box-shadow:none;display:flex;flex-direction:column;gap:8px}.EmbedCustomizationModal_streamingOptimizationButtonWithTooltip__M0ODR{position:relative;width:100%}.EmbedCustomizationModal_streamingOptimizationTooltip__Vx4Mt{position:absolute;left:50%;bottom:calc(100% + 10px);transform:translateX(-50%);width:min(320px,calc(100vw - 48px));background:rgba(35,35,35,.92);border:1px solid hsla(0,0%,100%,.12);border-radius:10px;padding:10px 12px;color:rgba(242,242,247,.92);font-size:13px;line-height:1.35;box-shadow:0 25px 50px -12px rgba(0,0,0,.45);opacity:0;pointer-events:none;transition:opacity .14s ease;z-index:50}.EmbedCustomizationModal_streamingOptimizationButtonWithTooltip__M0ODR:focus-within .EmbedCustomizationModal_streamingOptimizationTooltip__Vx4Mt,.EmbedCustomizationModal_streamingOptimizationButtonWithTooltip__M0ODR:hover .EmbedCustomizationModal_streamingOptimizationTooltip__Vx4Mt{opacity:1}.EmbedCustomizationModal_abrProgressContainer__HPIJ5{display:flex;flex-direction:column;gap:10px;margin-top:8px}.EmbedCustomizationModal_abrProgressBarTrack__NBLl4{position:relative;width:100%;height:8px;border-radius:9999px;background:hsla(0,0%,100%,.1);overflow:hidden}.EmbedCustomizationModal_abrProgressBarTrack__NBLl4:after{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;background:linear-gradient(90deg,transparent 0,transparent calc(10% - 2px),rgba(0,0,0,.75) calc(10% - 2px),rgba(0,0,0,.75) calc(10% + 2px),transparent calc(10% + 2px),transparent calc(80% - 2px),rgba(0,0,0,.75) calc(80% - 2px),rgba(0,0,0,.75) calc(80% + 2px),transparent calc(80% + 2px),transparent)}.EmbedCustomizationModal_abrProgressBarFill__fWDfW{height:100%;width:0;border-radius:9999px;background:linear-gradient(90deg,#ff6702,#ff8233);transition:width .22s ease;position:relative;z-index:1}.EmbedCustomizationModal_abrProgressStatusText__Au7n1{font-size:12px;line-height:1.2;color:rgba(242,242,247,.7)}.EmbedCustomizationModal_abrStageLabels__1gBbu{display:flex;width:100%;margin-top:6px;font-size:10px;color:hsla(0,0%,100%,.5)}.EmbedCustomizationModal_abrStageLabel__fBohB{text-align:center;transition:color .2s ease}.EmbedCustomizationModal_abrStageLabelInit__m4P9p{width:10%}.EmbedCustomizationModal_abrStageLabelEncode__WaTjf{width:70%}.EmbedCustomizationModal_abrStageLabelUpload__6AGv0{width:20%}.EmbedCustomizationModal_abrStageLabelActive__uVuAQ{color:#ff6702;font-weight:500}.EmbedCustomizationModal_abrStageLabelComplete__AeLJt{color:hsla(0,0%,100%,.7)}.EmbedCustomizationModal_abrTimeEstimate__RhJbn{font-size:11px;color:hsla(0,0%,100%,.6);margin-top:4px}.EmbedCustomizationModal_abrTimeEstimateSuffix__UMsI1{color:hsla(0,0%,100%,.5);font-weight:400}.EmbedCustomizationModal_abrWarningBanner__WTC_D{display:flex;align-items:flex-start;gap:8px;padding:10px 12px;margin-bottom:12px;background:rgba(255,170,0,.08);border:1px solid rgba(255,170,0,.25);border-radius:8px;animation:EmbedCustomizationModal_abrWarningFadeIn__r9Kck .3s ease}@keyframes EmbedCustomizationModal_abrWarningFadeIn__r9Kck{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.EmbedCustomizationModal_abrWarningIcon__koi3g{flex-shrink:0;width:16px;height:16px;color:rgba(255,170,0,.9);margin-top:1px}.EmbedCustomizationModal_abrWarningText__UuTIg{font-size:12px;line-height:1.4;color:hsla(0,0%,100%,.8)}.EmbedCustomizationModal_abrWarningText__UuTIg strong{color:rgba(255,170,0,.95);font-weight:500}.EmbedCustomizationModal_externalUploadAbrCard__McVSH{padding:12px 14px;margin-bottom:16px;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.08);border-radius:10px}.EmbedCustomizationModal_externalUploadAbrHeader__CSbwe{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.EmbedCustomizationModal_externalUploadAbrHeaderRight__nDWwC{display:flex;align-items:center;gap:10px}.EmbedCustomizationModal_externalUploadAbrRetryButton__438Mv{appearance:none;border:1px solid hsla(0,0%,100%,.18);background:hsla(0,0%,100%,.04);color:hsla(0,0%,100%,.85);padding:5px 10px;border-radius:9999px;font-size:11px;line-height:1;cursor:pointer;transition:background .16s ease,border-color .16s ease,color .16s ease}.EmbedCustomizationModal_externalUploadAbrRetryButton__438Mv:hover{background:hsla(0,0%,100%,.07);border-color:hsla(0,0%,100%,.28)}.EmbedCustomizationModal_externalUploadAbrRetryButton__438Mv:active{background:hsla(0,0%,100%,.1)}.EmbedCustomizationModal_externalUploadAbrTitle__MjxTI{font-size:13px;font-weight:500;color:hsla(0,0%,100%,.9);display:flex;align-items:center;gap:6px}.EmbedCustomizationModal_externalUploadAbrSpinner__vBiND{width:14px;height:14px;border:2px solid rgba(255,103,2,.3);border-top-color:#ff6702;border-radius:50%;animation:EmbedCustomizationModal_abrSpinner__O_qtv .8s linear infinite}@keyframes EmbedCustomizationModal_abrSpinner__O_qtv{to{transform:rotate(1turn)}}.EmbedCustomizationModal_externalUploadAbrReady__w_Fbu{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:500;color:#34c759}.EmbedCustomizationModal_externalUploadAbrReadyIcon__xJy8n{width:16px;height:16px}.EmbedCustomizationModal_streamingOptimizationRow__ixqva{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%}.EmbedCustomizationModal_streamingOptimizationText__HHEZR{text-align:left;min-width:0}.EmbedCustomizationModal_streamingOptimizationTitleRow___PoH0{display:flex;align-items:center;gap:8px}.EmbedCustomizationModal_streamingOptimizationTitle__xNGcs{margin:0;font-size:13px;font-weight:600;color:#f2f2f7;line-height:1.2}.EmbedCustomizationModal_streamingOptimizationSubtitle__wXPZB{margin:4px 0 0;font-size:12px;color:#8e8e93;line-height:1.35}.EmbedCustomizationModal_streamingOptimizationButton__gAAI6{display:inline-flex;align-items:center;justify-content:center;background:#ff6702;color:#fff;border:none;padding:8px 14px;border-radius:7px;cursor:pointer;font-weight:500;font-size:13px;transition:background-color .2s ease,opacity .2s ease;width:100%;min-width:140px;text-decoration:none;box-shadow:inset 0 1px 0 0 hsla(0,0%,100%,.15),0 4px 14px 0 rgba(0,0,0,.1)}.EmbedCustomizationModal_streamingOptimizationButton__gAAI6:hover{background:#ff8233}.EmbedCustomizationModal_streamingOptimizationButton__gAAI6:disabled{background-color:#2a2a2a;color:#8e8e93;cursor:not-allowed;box-shadow:none;opacity:.9}.EmbedCustomizationModal_optimizedCheckmark__f7XDY{flex-shrink:0;margin-right:6px;color:#34c759}.EmbedCustomizationModal_streamingOptimizationBelowRow__atZ0d{display:flex;align-items:center;justify-content:flex-start;gap:10px;margin-top:10px}.EmbedCustomizationModal_streamingOptimizationBelowText__WCc0b{margin:0;font-size:12px;color:#8e8e93;line-height:1.35;text-align:left}.EmbedCustomizationModal_embedCodeInput__thD_U{width:100%;height:100%;background-color:transparent;font-size:.75rem;line-height:1.2;color:#d1d5db;font-family:monospace;padding:0 3rem 0 1rem;outline:none;text-align:center}.EmbedCustomizationModal_copyButton__N2tP_{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);padding:.375rem;border-radius:.25rem;color:#9ca3af;transition:color .2s,background-color .2s}.EmbedCustomizationModal_copyButton__N2tP_:hover{color:#fff;background-color:hsla(0,0%,100%,.05)}.EmbedCustomizationModal_copyIcon__ksy7t{width:1rem;height:1rem}.EmbedCustomizationModal_rightSide__mJFCy{width:400px;border-left:1px solid hsla(0,0%,100%,.08);overflow:hidden;position:relative;display:flex;flex-direction:column;height:100%}.EmbedCustomizationModal_closeButton__ZQwi6{position:absolute;top:.75rem;right:.75rem;z-index:10;padding:.5rem;border-radius:.5rem;color:#9ca3af;transition:color .2s,background-color .2s}.EmbedCustomizationModal_closeButton__ZQwi6:hover{color:#fff;background-color:hsla(0,0%,100%,.05)}.EmbedCustomizationModal_closeIcon__pODZk{width:1.25rem;height:1.25rem}.EmbedCustomizationModal_customSlider__eDT8y{--slider-track-height:4px;--slider-thumb-size:18px;-webkit-appearance:none!important;appearance:none!important;position:relative;width:100%;height:var(--slider-thumb-size)!important;background:transparent!important;outline:none;border:none;margin:10px 0;padding:0;cursor:pointer}.EmbedCustomizationModal_customSlider__eDT8y::-webkit-slider-runnable-track{-webkit-appearance:none;height:var(--slider-track-height)!important;border-radius:2px!important;border:none;background:linear-gradient(to right,#ff6702 var(--value,0),#2c2c2e var(--value,0))!important}.EmbedCustomizationModal_customSlider__eDT8y::-webkit-slider-thumb{-webkit-appearance:none!important;position:relative;width:var(--slider-thumb-size)!important;height:var(--slider-thumb-size)!important;background:#ffd1b2!important;border-radius:50%!important;cursor:pointer;border:none!important;box-shadow:0 2px 4px rgba(0,0,0,.2);transition:transform .1s ease,background-color .2s ease;margin-top:calc((var(--slider-track-height) - var(--slider-thumb-size)) / 2)!important;z-index:2}.EmbedCustomizationModal_customSlider__eDT8y::-moz-range-track{height:var(--slider-track-height)!important;border-radius:2px!important;border:none;background:linear-gradient(to right,#ff6702 var(--value,0),#2c2c2e var(--value,0))!important}.EmbedCustomizationModal_customSlider__eDT8y::-moz-range-thumb{width:var(--slider-thumb-size)!important;height:var(--slider-thumb-size)!important;background:#ffd1b2!important;border-radius:50%!important;border:none!important;box-shadow:0 2px 4px rgba(0,0,0,.2);transition:transform .1s ease,background-color .2s ease}.EmbedCustomizationModal_customSlider__eDT8y::-moz-range-progress{height:var(--slider-track-height)!important;border-radius:2px 0 0 2px;background:#ff6702!important}.EmbedCustomizationModal_customSlider__eDT8y::-webkit-slider-thumb:hover{transform:scale(1.1)!important;background:#ffe4d1!important}.EmbedCustomizationModal_customSlider__eDT8y::-webkit-slider-thumb:active{transform:scale(.95)!important;background:#ffbf99!important}.EmbedCustomizationModal_actionButton__NTzjx{display:inline-flex;box-sizing:border-box;height:2rem;min-width:2rem;padding:.4rem .55rem;border-radius:.5rem;background-color:rgba(0,0,0,.3);color:#fff;border:1px solid hsla(0,0%,100%,.2);cursor:pointer;transition:all .2s;align-items:center;justify-content:center}.EmbedCustomizationModal_actionButton__NTzjx:hover{background-color:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.3)}.EmbedCustomizationModal_sectionSidebar__VLQo_{width:52px;border-right:1px solid hsla(0,0%,100%,.08);background:rgba(0,0,0,.25);display:flex;flex-direction:column;padding:.5rem .35rem}.EmbedCustomizationModal_sectionSidebarInner__SGJiE{display:flex;flex-direction:column;gap:.35rem}.EmbedCustomizationModal_sectionSidebarButton__OqOSs{width:42px;height:42px;border-radius:10px;border:1px solid hsla(0,0%,100%,.12);background:hsla(0,0%,100%,.03);color:hsla(0,0%,100%,.8);display:inline-flex;align-items:center;justify-content:center;transition:all .18s ease}.EmbedCustomizationModal_sectionSidebarButton__OqOSs:hover{border-color:hsla(0,0%,100%,.32);background:hsla(0,0%,100%,.07)}.EmbedCustomizationModal_sectionSidebarButtonActive__nvSbL{border-color:#ff6702;background:rgba(255,103,2,.15);color:#ff6702;box-shadow:0 0 0 1px rgba(255,103,2,.18)}.EmbedCustomizationModal_numberInputNoSpinner__PYgMs{-moz-appearance:textfield;appearance:textfield}.EmbedCustomizationModal_numberInputNoSpinner__PYgMs::-webkit-inner-spin-button,.EmbedCustomizationModal_numberInputNoSpinner__PYgMs::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}@keyframes EmbedCustomizationModal_fadeIn__6t2p8{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.EmbedCustomizationModal_upgradeOverlay__Ab658{position:absolute;inset:0;z-index:40;background:rgba(0,0,0,.78);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:inherit;display:flex;align-items:center;justify-content:center;animation:EmbedCustomizationModal_upgradeOverlayFadeIn__WcvjZ .2s ease}@keyframes EmbedCustomizationModal_upgradeOverlayFadeIn__WcvjZ{0%{opacity:0}to{opacity:1}}.EmbedCustomizationModal_upgradeCard__1_9wK{position:relative;width:100%;max-width:370px;padding:28px 26px 24px;background:linear-gradient(165deg,rgba(22,22,24,.98),rgba(14,14,16,.98));border:1px solid hsla(0,0%,100%,.1);border-radius:14px;box-shadow:0 8px 24px rgba(0,0,0,.4);text-align:center;animation:EmbedCustomizationModal_upgradeCardSlideIn__mN7FF .25s ease}@keyframes EmbedCustomizationModal_upgradeCardSlideIn__mN7FF{0%{opacity:0;transform:translateY(8px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.EmbedCustomizationModal_upgradeCloseBtn__lLDd2{position:absolute;top:12px;right:12px;width:28px;height:28px;border-radius:8px;border:none;background:hsla(0,0%,100%,.06);color:hsla(0,0%,100%,.5);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s}.EmbedCustomizationModal_upgradeCloseBtn__lLDd2:hover{background:hsla(0,0%,100%,.12);color:hsla(0,0%,100%,.8)}.EmbedCustomizationModal_upgradeLockIcon__8pmTV{width:46px;height:46px;margin:0 auto 14px;border-radius:12px;background:linear-gradient(135deg,rgba(255,103,2,.15),rgba(255,103,2,.06));border:1px solid rgba(255,103,2,.2);color:#ff6702;display:flex;align-items:center;justify-content:center}.EmbedCustomizationModal_upgradeTitle__BHKGh{margin:0 0 5px;font-size:16px;font-weight:600;color:#f2f2f7;letter-spacing:-.01em}.EmbedCustomizationModal_upgradeSubtitle__KODUF{margin:0 0 18px;font-size:12.5px;line-height:1.45;color:hsla(0,0%,100%,.5)}.EmbedCustomizationModal_upgradePlanCard__6yjT_{position:relative;display:block;padding:16px;border-radius:11px;border:1px solid hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.03);text-align:left;text-decoration:none;color:inherit;transition:border-color .18s,background .18s;cursor:pointer}.EmbedCustomizationModal_upgradePlanCard__6yjT_:hover{border-color:hsla(0,0%,100%,.16);background:hsla(0,0%,100%,.05)}.EmbedCustomizationModal_upgradePlanCardHighlighted__ksnAX{border-color:rgba(255,103,2,.35);background:rgba(255,103,2,.05)}.EmbedCustomizationModal_upgradePlanCardHighlighted__ksnAX:hover{border-color:rgba(255,103,2,.5);background:rgba(255,103,2,.08)}.EmbedCustomizationModal_upgradePlanName__ku_2U{font-size:13.5px;font-weight:600;color:#f2f2f7;margin-bottom:4px}.EmbedCustomizationModal_upgradePlanPrice__lmpno{display:flex;align-items:baseline;gap:2px;margin-bottom:2px}.EmbedCustomizationModal_upgradePlanAmount__xxEZO{font-size:22px;font-weight:700;color:#fff;letter-spacing:-.02em}.EmbedCustomizationModal_upgradePlanPeriod__bPGu_{font-size:12px;color:hsla(0,0%,100%,.4);font-weight:400}.EmbedCustomizationModal_upgradePlanNote__Hfo5J{font-size:11px;color:hsla(0,0%,100%,.35);margin-bottom:12px}.EmbedCustomizationModal_upgradePlanFeatures__1I31X{list-style:none;padding:0;margin:0 0 14px;display:flex;flex-direction:column;gap:5px}.EmbedCustomizationModal_upgradePlanFeatures__1I31X li{font-size:12.5px;color:hsla(0,0%,100%,.6);padding-left:18px;position:relative;line-height:1.4}.EmbedCustomizationModal_upgradePlanFeatures__1I31X li:before{content:"";position:absolute;left:0;top:5px;width:8px;height:8px;border-radius:50%;background:rgba(255,103,2,.4)}.EmbedCustomizationModal_upgradePlanCta__tzYPP{display:flex;align-items:center;justify-content:center;height:36px;border-radius:8px;font-size:13px;font-weight:500;color:hsla(0,0%,100%,.8);background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.1);transition:background .15s,border-color .15s}.EmbedCustomizationModal_upgradePlanCard__6yjT_:hover .EmbedCustomizationModal_upgradePlanCta__tzYPP{background:hsla(0,0%,100%,.12);border-color:hsla(0,0%,100%,.18)}.EmbedCustomizationModal_upgradePlanCtaPrimary__FIQc_{background:#ff6702;border-color:#ff6702;color:#fff;font-weight:600}.EmbedCustomizationModal_upgradePlanCard__6yjT_:hover .EmbedCustomizationModal_upgradePlanCtaPrimary__FIQc_{background:#ff8233;border-color:#ff8233}.EmbedCustomizationModal_upgradeAltText__k2yo0{margin:14px 0 0;font-size:12px;color:hsla(0,0%,100%,.38);line-height:1.5}.EmbedCustomizationModal_upgradeAltLink__bW7SB{color:hsla(0,0%,100%,.6);text-decoration:underline;text-decoration-color:hsla(0,0%,100%,.2);text-underline-offset:2px;transition:color .15s,text-decoration-color .15s}.EmbedCustomizationModal_upgradeAltLink__bW7SB:hover{color:hsla(0,0%,100%,.85);text-decoration-color:hsla(0,0%,100%,.4)}.EmbedCustomizationModal_previewMedia__VT_7j{position:absolute;inset:-1px;width:calc(100% + 2px);height:calc(100% + 2px);object-fit:cover;display:block;background-color:#000;backface-visibility:hidden;transform:translateZ(0)}.InlineColorPicker_container__lEhdU{display:flex;flex-direction:column;gap:.75rem}.InlineColorPicker_colorPickerRow__cJq8n{display:flex;gap:.5rem}.InlineColorPicker_colorFieldWrapper__lwZUL{position:relative;flex:1}.InlineColorPicker_colorFieldCanvas__iXc9L{display:block;border-radius:.375rem;border:1px solid hsla(0,0%,100%,.1);user-select:none;width:100%}.InlineColorPicker_colorFieldIndicator__bRESV{position:absolute;transform:translate(-50%,-50%);pointer-events:none;z-index:10}.InlineColorPicker_colorFieldCircle__Pb7IV{width:1.25rem;height:1.25rem;border-radius:9999px;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);border:1px solid rgba(0,0,0,.3);outline:2px solid #fff;outline-offset:-2px}.InlineColorPicker_colorFieldCircleInner__OgvRz{width:100%;height:100%;border-radius:9999px}.InlineColorPicker_hueSliderWrapper__RdGMp{position:relative;flex-shrink:0;overflow:hidden;border-radius:.375rem;border:1px solid hsla(0,0%,100%,.1)}.InlineColorPicker_hueSliderCanvas__vwIBt{display:block;user-select:none}.InlineColorPicker_hueSliderIndicator__DGWBz{position:absolute;left:50%;transform:translate(-50%,-50%);pointer-events:none;z-index:10}.InlineColorPicker_hueSliderBar__28oBn{width:1.75rem;height:.5rem;border-radius:.125rem;background-color:#fff;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);border:1px solid rgba(0,0,0,.3)}.InlineColorPicker_alphaSliderWrapper__eab0X{position:relative;width:100%;height:14px;border-radius:.375rem;border:1px solid hsla(0,0%,100%,.1);overflow:hidden}.InlineColorPicker_alphaSliderCanvas__UHEb1{display:block;width:100%;height:100%;user-select:none}.InlineColorPicker_alphaSliderIndicator__Jojl_{position:absolute;top:50%;transform:translate(-50%,-50%);pointer-events:none;z-index:10}.InlineColorPicker_alphaSliderBar___9AIN{width:.5rem;height:1.4rem;border-radius:.125rem;background-color:#fff;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);border:1px solid rgba(0,0,0,.3)}.InlineColorPicker_inputWrapper__q5Q_Y{position:relative}.InlineColorPicker_inputContainer__bM4r4{--icp-border:hsla(0,0%,100%,.1);display:flex;align-items:center;border:1px solid var(--icp-border);overflow:hidden}.InlineColorPicker_inputContainerDropdownOpen__jjfcj{border-top-left-radius:.375rem;border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.InlineColorPicker_inputContainerDropdownClosed__FUdu7{border-radius:.375rem}.InlineColorPicker_dropdownButtonWrapper__f2hhI{position:relative;background-color:#0d0d0e;flex-shrink:0}.InlineColorPicker_dropdownButtonWrapperDropdownOpen__eEG75{border-top-left-radius:.375rem}.InlineColorPicker_dropdownButtonWrapperDropdownClosed__vjnPM{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.InlineColorPicker_dropdownButton__qba3E{display:flex;align-items:center;gap:.25rem;padding:.5rem .75rem;font-size:.75rem;font-weight:500;color:hsla(0,0%,100%,.7);transition:color .2s;background:none;border:none;cursor:pointer}.InlineColorPicker_dropdownButton__qba3E:hover{color:hsla(0,0%,100%,.9)}.InlineColorPicker_dropdownIcon__57qV2{width:.75rem;height:.75rem}.InlineColorPicker_divider__pI5uG{width:1px;height:100%;background-color:var(--icp-border)}.InlineColorPicker_colorInput__15oze{flex:1;background-color:#0d0d0e;padding:.5rem .75rem;font-size:.75rem;color:hsla(0,0%,100%,.9);outline:none;border:1px solid transparent;transition:border-color .2s}.InlineColorPicker_colorInput__15oze:focus{border-color:#ff6702}.InlineColorPicker_colorInputDropdownOpen__0542b{border-top-right-radius:0;border-top-left-radius:0;border-bottom-right-radius:.375rem;border-bottom-left-radius:0}.InlineColorPicker_colorInputDropdownClosed__vbxNR{border-top-right-radius:.375rem;border-top-left-radius:0;border-bottom-right-radius:.375rem;border-bottom-left-radius:0}.InlineColorPicker_dropdownBackdrop__JNlrq{position:fixed;inset:0;z-index:9999}.InlineColorPicker_dropdownMenu__V_q28{position:absolute;background-color:#0d0d0e;border-bottom-left-radius:.375rem;border-bottom-right-radius:.375rem;border-left:1px solid #ff6702;border-bottom:1px solid #ff6702;border-right:1px solid #ff6702;border-top-color:#ff6702;z-index:10000}.InlineColorPicker_dropdownMenuItem__xEuvM{display:block;width:100%;text-align:left;padding:.5rem .75rem;font-size:.75rem;color:hsla(0,0%,100%,.9);background:none;border:none;cursor:pointer;transition:background-color .2s;border:1px solid var(--border-tertiary-color);border-top:none;border-bottom-left-radius:.375rem;border-bottom-right-radius:.375rem}.InlineColorPicker_dropdownMenuItem__xEuvM:hover{background-color:hsla(0,0%,100%,.1)}.pickModeCursors_cursorTooltip___iq52{position:fixed;top:0;left:0;pointer-events:none;z-index:12000;padding:.375rem .625rem;background:hsla(0,0%,6%,.92);border:1px solid #2a2a2a;border-radius:.4rem;color:#f6f7fb;font-size:.75rem;font-weight:500;white-space:nowrap;box-shadow:0 6px 18px rgba(0,0,0,.45);transform:translate3d(-9999px,-9999px,0);will-change:transform;opacity:0;transition:opacity .1s ease}.pickModeCursors_cursorTooltipVisible__iBeSE{opacity:1}
/*# sourceMappingURL=4d66a6778056c8d0.css.map*/