.demo-login_screen__MkZ2k{min-height:100vh;background:var(--color-background);color:var(--color-foreground);font-family:var(--font-sans);display:flex;align-items:center;justify-content:center;padding:var(--space-6)}.demo-login_card__4XPxA{width:100%;max-width:420px}.demo-login_title__W_HA3{font-size:28px;font-weight:var(--weight-bold);line-height:var(--leading-tight);margin:0 0 var(--space-2);background:var(--gradient-text-white);-webkit-background-clip:text;background-clip:text;color:transparent}.demo-login_subtitle__fAGB3{color:rgba(255,255,255,.5);margin:0 0 var(--space-8)}.demo-login_tiles__cwbaK{display:grid;gap:var(--space-3)}.demo-login_fullBtn__a__JR{width:100%}.demo-login_error__b_QPA{color:#ff8a80;margin-top:var(--space-3)}.Button_button__f_l0m{display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-sans);font-weight:500;transition:all .2s ease;cursor:pointer;border:none}.Button_primary__gNjMo{background:linear-gradient(180deg,#4230e8,#5c4bf4);color:#ffffff}.Button_primary__gNjMo:hover{filter:brightness(1.1)}.Button_secondary__6ARy2{background-color:var(--color-neutral-100);color:var(--color-neutral-900);border:none}.Button_secondary__6ARy2:hover{background-color:var(--color-neutral-200)}.Button_small__eTosT{padding:var(--space-1) var(--space-3);font-size:.875rem;border-radius:12px}.Button_medium__ShRpg{padding:var(--space-2) var(--space-4);font-size:1rem;border-radius:12px}.Button_large__PNABv{padding:var(--space-3) var(--space-6);font-size:1.125rem;border-radius:12px}.page_container__293EW{min-height:100vh;padding:calc(var(--header-height) + var(--space-12)) 20px 40px;background-image:radial-gradient(600px circle at 50% 0,rgba(92,80,255,.25),transparent 60%),radial-gradient(800px circle at 80% 40%,rgba(92,80,255,.15),transparent 60%),radial-gradient(600px circle at 20% 80%,rgba(92,80,255,.2),transparent 60%),linear-gradient(180deg,#020203,#060710 40%,#0a0b1f);background-attachment:fixed}.page_content__xdakO{max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:24px}.page_errorCard__Cl8FS{display:flex;flex-direction:column;align-items:center;text-align:center;padding:48px 32px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:24px;max-width:480px;margin:80px auto}.page_errorIcon__rtsj0{color:#EF4444;margin-bottom:24px}.page_errorTitle__ByOva{font-size:24px;font-weight:600;color:#ffffff;margin:0 0 12px}.page_errorText__u9L_N{font-size:16px;color:rgba(255,255,255,.6);margin:0 0 24px;line-height:1.5}.page_errorLink__ADUwX{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;background:#6366F1;border-radius:12px;font-size:16px;font-weight:600;color:#ffffff;text-decoration:none;transition:background .2s ease}.page_errorLink__ADUwX:hover{background:#5558E3}.page_cta__X_UaW{text-align:center;padding:40px;background:linear-gradient(180deg,rgba(66,48,232,.15),rgba(92,75,244,.08));backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(92,75,244,.2);border-radius:24px;box-shadow:0 8px 32px rgba(66,48,232,.15),inset 0 1px 0 rgba(255,255,255,.05)}.page_ctaTitle__9YsuA{font-size:24px;font-weight:700;background:var(--gradient-text-white);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 0 10px}.page_ctaText__CmGZS{font-size:16px;color:rgba(255,255,255,.6);margin:0 0 24px}.page_ctaButton__hzu7B{display:inline-flex;align-items:center;justify-content:center;padding:16px 40px;background:var(--gradient-primary);border-radius:12px;font-size:17px;font-weight:600;color:#ffffff;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 20px rgba(66,48,232,.4)}.page_ctaButton__hzu7B:hover{transform:translateY(-2px);box-shadow:0 6px 28px rgba(66,48,232,.5)}.page_ctaButton__hzu7B:active{transform:scale(.98)}@media (max-width:640px){.page_container__293EW{padding:calc(var(--header-height) + var(--space-8)) 16px 24px}.page_errorCard__Cl8FS{padding:32px 24px;margin:40px auto}.page_errorTitle__ByOva{font-size:20px}.page_cta__X_UaW{padding:24px}.page_ctaTitle__9YsuA{font-size:18px}.page_ctaButton__hzu7B{width:100%}}.Modal_overlay__4AkkU{position:fixed;inset:0;z-index:1000;min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:var(--space-4);box-sizing:border-box;background:rgba(0,0,0,.8);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);animation:Modal_fadeIn__TSiUR .2s ease-out;overflow-y:auto;-webkit-overflow-scrolling:touch}.Modal_modal__cQNv_{position:relative;width:100%;max-width:520px;max-height:90vh;margin:var(--space-5);padding:var(--space-8);overflow-y:auto;background:linear-gradient(180deg,rgba(15,15,25,.97),rgba(10,10,20,.98));backdrop-filter:blur(40px);-webkit-backdrop-filter:blur(40px);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-card);box-shadow:0 25px 50px -12px rgba(0,0,0,.8),inset 0 1px 0 rgba(255,255,255,.05);animation:Modal_modalFadeIn__oY_KT .3s ease-out}.Modal_closeButton__hbhaN{position:absolute;top:var(--space-4);right:var(--space-4);display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;color:rgba(255,255,255,.6);background:transparent;border:none;border-radius:0;cursor:pointer;transition:color .2s ease}.Modal_closeButton__hbhaN:hover{color:var(--color-white)}@keyframes Modal_fadeIn__TSiUR{0%{opacity:0}to{opacity:1}}@keyframes Modal_modalFadeIn__oY_KT{0%{opacity:0}to{opacity:1}}@media (max-width:640px){.Modal_overlay__4AkkU{padding:var(--space-4)}.Modal_modal__cQNv_{margin:0 auto var(--space-4);padding:var(--space-6);max-height:calc(100vh - 2 * var(--space-4));overflow-y:auto;-webkit-overflow-scrolling:touch;flex-shrink:0}}.escalation-confirm-dialog_modal__qVv_1{max-width:460px;padding:28px 28px 24px}.escalation-confirm-dialog_body__MMfwb{display:flex;flex-direction:column;gap:10px}.escalation-confirm-dialog_eyebrow__8_KnJ{font-size:12px;font-weight:600;color:#8B7BFF;letter-spacing:.02em}.escalation-confirm-dialog_title__EjzWj{margin:0;color:#ffffff;font-size:22px;font-weight:700;letter-spacing:-.01em;line-height:1.25}.escalation-confirm-dialog_copy__bPmTe{margin:0;color:rgba(255,255,255,.72);font-size:14px;line-height:1.55}.escalation-confirm-dialog_copy__bPmTe strong{color:#ffffff;font-weight:600}.escalation-confirm-dialog_actions__VA_1E{display:flex;justify-content:flex-end;gap:10px;margin-top:28px}.escalation-confirm-dialog_secondaryBtn__1399Z{background:rgba(255,255,255,.06);color:rgba(255,255,255,.85);border:none;padding:11px 20px;border-radius:10px;font-size:13.5px;font-weight:500;cursor:pointer;transition:background .15s ease}.escalation-confirm-dialog_secondaryBtn__1399Z:hover:not(:disabled){background:rgba(255,255,255,.12)}.escalation-confirm-dialog_secondaryBtn__1399Z:disabled{opacity:.5;cursor:not-allowed}.escalation-confirm-dialog_primaryBtn__5AKZG{background:#6349FD;color:#ffffff;border:none;padding:11px 22px;border-radius:10px;font-size:13.5px;font-weight:600;cursor:pointer;transition:filter .15s ease,transform .15s ease}.escalation-confirm-dialog_primaryBtn__5AKZG:hover:not(:disabled){filter:brightness(1.08);transform:translateY(-1px)}.escalation-confirm-dialog_primaryBtn__5AKZG:disabled{opacity:.65;cursor:not-allowed;transform:none}@media (max-width:540px){.escalation-confirm-dialog_actions__VA_1E{flex-direction:column-reverse}.escalation-confirm-dialog_primaryBtn__5AKZG,.escalation-confirm-dialog_secondaryBtn__1399Z{width:100%}}.escalation-proposal_container__gmzUn{display:flex;flex-direction:column;gap:10px;padding:12px;background:rgba(0,0,0,.18);border-radius:14px}.escalation-proposal_summaryBar__B_Nm3{display:flex;align-items:center;gap:14px;width:100%;background:transparent;border:none;border-radius:10px;padding:6px 8px;cursor:pointer;text-align:left;color:rgba(255,255,255,.85);font-size:13px;line-height:1.5;transition:background .15s ease}.escalation-proposal_summaryBar__B_Nm3:hover{background:rgba(255,255,255,.03)}.escalation-proposal_summaryIcon__hk4Vd{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#8170FF,#6349FD)}.escalation-proposal_sparkleIcon__faqd1{display:block}.escalation-proposal_summaryText__PTNWb{flex:1 1;color:rgba(255,255,255,.78)}.escalation-proposal_summaryText__PTNWb strong{color:#ffffff;font-weight:600}.escalation-proposal_summaryHighlight__U141p{color:#8B7BFF;font-weight:600}.escalation-proposal_chevron__uYn_c{flex-shrink:0;display:inline-flex;color:rgba(255,255,255,.5);padding:4px;transition:transform .2s ease}.escalation-proposal_chevronExpanded__jLa3Q{transform:rotate(180deg)}.escalation-proposal_chevronIcon__Qvn2k{display:block}.escalation-proposal_suggestedCard__Oj3cP{display:flex;align-items:center;justify-content:space-between;gap:20px;background:rgba(255,255,255,.04);border-radius:10px;padding:18px 20px;cursor:pointer;transition:background .15s ease}.escalation-proposal_suggestedCard__Oj3cP:focus-visible,.escalation-proposal_suggestedCard__Oj3cP:hover{background:rgba(255,255,255,.06);outline:none}.escalation-proposal_suggestedCard__Oj3cP:focus-visible{box-shadow:0 0 0 2px rgba(139,123,255,.4)}.escalation-proposal_suggestedText__TFIKz{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1 1}.escalation-proposal_suggestedLabel__1Rxi2{font-size:12px;font-weight:600;color:#8B7BFF;letter-spacing:.02em}.escalation-proposal_suggestedTitle__YRT6t{margin:2px 0 0;color:#ffffff;font-size:19px;font-weight:700;letter-spacing:-.01em;line-height:1.25}.escalation-proposal_suggestedDescription__44dFA{margin:4px 0 0;color:rgba(255,255,255,.65);font-size:13px;line-height:1.5}.escalation-proposal_suggestedActions__yiHAs{display:inline-flex;gap:8px;flex-shrink:0}.escalation-proposal_secondaryBtn__9tgFQ{background:rgba(255,255,255,.06);color:rgba(255,255,255,.85);border:none;padding:10px 18px;border-radius:10px;font-size:13px;font-weight:500;cursor:pointer;transition:background .2s ease;white-space:nowrap}.escalation-proposal_secondaryBtn__9tgFQ:hover{background:rgba(255,255,255,.12)}.escalation-proposal_primaryBtn__pCtfW{background:#ffffff;color:#181C2E;border:none;padding:10px 18px;border-radius:10px;font-size:13px;font-weight:600;cursor:pointer;transition:filter .15s ease,transform .15s ease;white-space:nowrap}.escalation-proposal_primaryBtn__pCtfW:hover{filter:brightness(.95);transform:translateY(-1px)}.escalation-proposal_chartPopover__9RTtr{min-width:480px;max-width:540px;padding:18px 20px 20px;border-radius:14px;background:linear-gradient(180deg,#1F2338,#181C2E);box-shadow:0 24px 48px rgba(0,0,0,.55),0 4px 12px rgba(0,0,0,.35);color:rgba(255,255,255,.92);z-index:1000;animation:escalation-proposal_chartPopoverIn__Yfj4Y .18s cubic-bezier(.16,1,.3,1)}.escalation-proposal_chartHeader__7goe5{display:flex;align-items:center;gap:10px;margin-bottom:8px}.escalation-proposal_chartHeaderIcon__gtH4U{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:rgba(255,255,255,.06);color:rgba(255,255,255,.85)}.escalation-proposal_chartTitle__vWjOs{margin:0;color:#ffffff;font-size:14px;font-weight:600;letter-spacing:-.01em}.escalation-proposal_chartCanvas__1dEKy{width:100%;margin:0 -4px}.escalation-proposal_chartFooter__5uQql{margin:12px 0 0;padding-top:12px;color:rgba(255,255,255,.72);font-size:13px;line-height:1.5}.escalation-proposal_chartFooter__5uQql strong{color:#ffffff;font-weight:600}@keyframes escalation-proposal_chartPopoverIn__Yfj4Y{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media (max-width:760px){.escalation-proposal_suggestedCard__Oj3cP{flex-direction:column;align-items:stretch}.escalation-proposal_suggestedActions__yiHAs{display:flex}.escalation-proposal_suggestedActions__yiHAs button{flex:1 1}.escalation-proposal_chartPopover__9RTtr{min-width:280px;max-width:92vw}}.ghost-replay-card_card__qHaTP{display:flex;flex-direction:column;gap:16px}.ghost-replay-card_header__AquOu{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.ghost-replay-card_headerMeta__yfHn7{display:flex;flex-direction:column;align-items:flex-start;gap:6px;min-width:0}.ghost-replay-card_callTitle__X05Ur{font-size:16px;font-weight:600;color:rgba(255,255,255,.95);line-height:1.2}.ghost-replay-card_metaRow__UtX_D{display:flex;flex-wrap:wrap;align-items:center;gap:14px;font-size:12px;color:rgba(255,255,255,.55);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.ghost-replay-card_metaItem__aWM8C{display:inline-flex;align-items:center;gap:5px;white-space:nowrap}.ghost-replay-card_metaIcon__bVZbv{flex-shrink:0;color:rgba(255,255,255,.55)}.ghost-replay-card_analysisLink__Lxijh{display:inline-flex;align-items:center;flex-shrink:0;padding:11px 18px;border:1px solid rgba(255,255,255,.18);border-radius:10px;background:#20232D;color:rgba(255,255,255,.95);font-size:14px;font-weight:600;letter-spacing:.01em;white-space:nowrap;text-decoration:none;transition:background .15s ease,border-color .15s ease,color .15s ease}.ghost-replay-card_analysisLink__Lxijh:hover{background:#262A36;border-color:rgba(255,255,255,.28);color:#ffffff;text-decoration:none}.ghost-replay-card_block__DopQn{display:flex;flex-direction:column;gap:10px;padding:14px 16px;border-radius:12px;background:#20232D}.ghost-replay-card_fieldLabel__eGzJC{display:inline-flex;align-items:center;align-self:flex-start;font-size:14px;font-weight:600;color:rgba(255,255,255,.95)}.ghost-replay-card_blockBody__bq9B0{margin:0;font-size:13px;line-height:1.55;color:rgba(255,255,255,.75)}blockquote.ghost-replay-card_blockBody__bq9B0{font-style:italic}.ghost-replay-carousel_wrapper__sqQyM{background:#151822;border-radius:18px;padding:22px 24px;display:flex;flex-direction:column;gap:16px}.ghost-replay-carousel_persistentHeading__vA0ad{margin:0;font-size:16px;font-weight:600;color:#ffffff}.ghost-replay-carousel_header__Nrus5{display:flex;align-items:center;justify-content:space-between;gap:12px}.ghost-replay-carousel_headingGroup__CMJEp{display:flex;align-items:center;gap:10px;min-width:0}.ghost-replay-carousel_infoButton__5I1KQ{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;padding:1px 0 0;border:none;border-radius:50%;background:rgba(255,255,255,.5);color:#151822;font-size:11px;font-weight:600;line-height:1;cursor:help;transition:background .15s ease,color .15s ease}.ghost-replay-carousel_infoButton__5I1KQ:focus-visible,.ghost-replay-carousel_infoButton__5I1KQ:hover{background:rgba(255,255,255,.7);color:#0F1118}.ghost-replay-carousel_infoButton__5I1KQ:focus-visible{outline:2px solid rgba(165,180,252,.85);outline-offset:2px}.ghost-replay-carousel_infoCard__qfNIS{max-width:320px;padding:16px 18px;border-radius:10px;background:linear-gradient(180deg,#1f2338,#181c2e);border:1px solid rgba(255,255,255,.12);box-shadow:0 12px 32px rgba(0,0,0,.5);color:rgba(255,255,255,.85);font-size:13px;line-height:1.55;z-index:1000;animation:ghost-replay-carousel_hoverCardIn__MyhQZ .16s ease}.ghost-replay-carousel_infoTitle__4VVNf{margin:0 0 10px;font-size:13px;font-weight:600;letter-spacing:.01em;color:#ffffff}.ghost-replay-carousel_infoCard__qfNIS p{margin:0 0 10px}.ghost-replay-carousel_infoCard__qfNIS p:last-of-type{margin-bottom:0}@keyframes ghost-replay-carousel_hoverCardIn__MyhQZ{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.ghost-replay-carousel_track__Ua5cg{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.ghost-replay-carousel_track__Ua5cg::-webkit-scrollbar{display:none}.ghost-replay-carousel_slide___IeOV{flex:0 0 100%;scroll-snap-align:start;min-width:0}.ghost-replay-carousel_nav__Lkc2f{display:flex;align-items:center;justify-content:flex-end;gap:8px}.ghost-replay-carousel_navButton__tmMF0{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:0;border-radius:8px;background:rgba(255,255,255,.08);color:rgba(255,255,255,.85);cursor:pointer;transition:background .15s ease,color .15s ease}.ghost-replay-carousel_navButton__tmMF0:hover:not(:disabled){background:rgba(255,255,255,.14);color:#ffffff}.ghost-replay-carousel_navButton__tmMF0:disabled{opacity:.35;cursor:not-allowed}.ghost-replay-carousel_navButton__tmMF0:focus-visible{outline:2px solid #10b981;outline-offset:2px}.ghost-replay-carousel_counter__c1ana{min-width:36px;padding:0 4px;text-align:center;font-size:13px;font-weight:600;color:rgba(255,255,255,.85);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.empty-state-hero_hero__L5WyE{display:flex;align-items:center;justify-content:center;min-height:560px;padding:64px 32px;background:linear-gradient(180deg,#181b26,#13161e);border-radius:18px}.empty-state-hero_inner__TqnEZ{display:flex;flex-direction:column;align-items:center;max-width:480px;text-align:center}.empty-state-hero_icon__0H0n_{color:#ffffff;margin-bottom:24px;opacity:.92}.empty-state-hero_heading__cDZTm{font-size:22px;font-weight:700;color:#ffffff;line-height:1.3;margin:0 0 12px}.empty-state-hero_body__rsFld{font-size:14px;color:rgba(255,255,255,.6);line-height:1.6;margin:0 0 32px}.empty-state-hero_cta__cgIQW{display:inline-flex;align-items:center;justify-content:center;min-width:160px;height:44px;padding:0 28px;background:#6349fd;color:#ffffff;font-size:14px;font-weight:600;text-decoration:none;border-radius:999px;transition:background .18s ease}.empty-state-hero_cta__cgIQW:hover{background:#5237f5}.empty-state-hero_cta__cgIQW:focus-visible{outline:2px solid rgba(255,255,255,.65);outline-offset:2px}.empty-state-no-team_empty__se7dH{max-width:600px;margin:80px auto;padding:40px 32px;background:linear-gradient(180deg,#181B26,#13161E);border:1px solid rgba(255,255,255,.08);border-radius:18px;text-align:center}.empty-state-no-team_title__Dv497{font-size:22px;font-weight:700;color:#ffffff;margin:0 0 12px}.empty-state-no-team_body__zy7do{font-size:14px;color:rgba(255,255,255,.65);line-height:1.55;margin:0}.hero-manager-view_view__FJQik{padding:var(--space-6) var(--space-8);width:100%;display:flex;flex-direction:column;gap:24px}.hero-manager-view_welcomeHeading__DWIkf{margin:-4px 0 -8px;font-size:14px;font-weight:400;color:rgba(255,255,255,.55);letter-spacing:.005em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.hero-manager-view_welcomeHeading__DWIkf strong{color:#ffffff;font-weight:600}.hero-manager-view_welcomeSeparator__NQRTS{color:rgba(255,255,255,.3);margin:0 2px}.hero-manager-view_welcomeDate___I__i{color:rgba(255,255,255,.55)}.hero-manager-view_mainGrid__7AcXY{display:grid;grid-template-columns:minmax(0,3fr) minmax(0,1fr);gap:24px}.hero-manager-view_mainColumn__0_5Yg{display:flex;flex-direction:column;gap:12px;min-width:0}.hero-manager-view_sidebar__GNGVc{display:flex;flex-direction:column;gap:16px;position:sticky;top:16px}.hero-manager-view_heroSection__Bfvmr{display:flex;flex-direction:column;gap:12px}.hero-manager-view_pulseSection__Nkmbk{margin-top:-4px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.hero-manager-view_heatmapSection__MPcKt{width:100%}@media (max-width:1100px){.hero-manager-view_mainGrid__7AcXY{grid-template-columns:minmax(0,1fr)}.hero-manager-view_sidebar__GNGVc{position:static}}@media (max-width:1024px){.hero-manager-view_view__FJQik{padding:var(--space-4);gap:16px}}.streak-strip_strip__w_kqc{display:flex;gap:10px;align-items:center}.streak-strip_dot__cFWWm{width:16px;height:16px;border-radius:50%;display:inline-block;transition:transform .12s ease}.streak-strip_improved__dXXZJ{background:#22C55E;box-shadow:0 0 0 2px rgba(34,197,94,.18)}.streak-strip_not_improved__mh2I9{background:#ef6262;opacity:.85;box-shadow:0 0 0 2px rgba(239,98,98,.12)}.streak-strip_no_data__xf9Wd{background:rgba(255,255,255,.16);box-shadow:inset 0 0 0 1px rgba(255,255,255,.04)}.healthy-empty-state_card__QMhAe{position:relative;display:flex;flex-direction:column;gap:20px;min-height:var(--hero-card-min-height,280px);padding:var(--hero-card-padding,32px);background:var(--hero-card-bg);border-radius:var(--hero-card-radius,24px);color:var(--color-foreground)}.healthy-empty-state_header__uET2r{display:flex;justify-content:space-between;align-items:flex-start;gap:24px}.healthy-empty-state_identity__1OPJe{display:flex;align-items:center;gap:14px;flex:1 1;min-width:0}.healthy-empty-state_statusDot__X5csx{width:var(--status-dot-size,12px);height:var(--status-dot-size,12px);border-radius:50%;flex-shrink:0;box-shadow:var(--status-dot-glow)}.healthy-empty-state_statusDotGreen__00_m_{background:var(--status-dot-green);color:var(--status-dot-green)}.healthy-empty-state_nameBlock__nlqQ0{display:flex;flex-direction:column;gap:2px;min-width:0}.healthy-empty-state_name__ifrMY{margin:0;font-size:22px;font-weight:700;letter-spacing:-.01em;line-height:1.2;color:#ffffff}.healthy-empty-state_role__UOhSJ{font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:rgba(255,255,255,.5)}.healthy-empty-state_scoreBlock__DQQcE{display:flex;flex-direction:column;align-items:flex-end;gap:2px;flex-shrink:0}.healthy-empty-state_scoreValue__MZYS_{font-size:var(--hero-score-size,64px);line-height:var(--hero-score-line-height,1);font-weight:var(--hero-score-weight,700);letter-spacing:-.03em;color:#ffffff}.healthy-empty-state_scoreScale__AOFhc{font-size:14px;font-weight:500;color:rgba(255,255,255,.4);margin-top:-2px}.healthy-empty-state_scoreLabel__L1jnP{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:rgba(255,255,255,.45);margin-top:4px}.empty-states_healthy__Wadhp{border-color:rgba(16,185,129,.18)}.empty-states_empty__JqTsc{border-style:dashed;border-color:rgba(255,255,255,.08)}.empty-states_bigIcon__PaSwX{font-size:36px;line-height:1;display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:rgba(255,255,255,.04)}.empty-states_suggestion__UCqUN{display:flex;align-items:flex-start;gap:10px;padding:12px 16px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);border-radius:12px;font-size:14px;line-height:1.5;color:rgba(255,255,255,.85)}.empty-states_suggestionIcon__euGbU{font-size:16px;flex-shrink:0;line-height:1.4}.empty-states_actions__AFwEc{display:flex;flex-wrap:wrap;gap:10px;margin-top:4px}.empty-states_linkBtn__cT3Rc{display:inline-flex;align-items:center;min-height:44px;padding:10px 20px;border-radius:var(--radius-button,12px);background:var(--gradient-primary);color:#ffffff;border:1px solid var(--color-primary-border);font-size:14px;font-weight:600;text-decoration:none;transition:filter .12s ease}.empty-states_linkBtn__cT3Rc:hover{filter:brightness(1.1)}.empty-states_spotlightInitials__ge5oa{width:44px;height:44px;border-radius:50%;flex-shrink:0;background:rgba(120,120,255,.18);color:#ffffff;font-size:14px;font-weight:600;letter-spacing:.02em;display:grid;place-items:center;border:1px solid rgba(255,255,255,.06)}.empty-states_subtitle__jw_LP{margin:0;font-size:16px;font-weight:600;line-height:1.35;color:rgba(255,255,255,.92)}.empty-states_metaRow__onjGo{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.empty-states_windowLabel__6aGSq{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:rgba(255,255,255,.45)}.empty-states_tagline__nCnXm{margin:0;font-size:14px;line-height:1.55;color:rgba(255,255,255,.72)}.empty-states_trendBadge__2XG_G{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em}.empty-states_trendUp__oaWFO{background:rgba(80,200,140,.16);color:#7be0a6}.empty-states_trendDown___JuLD{background:rgba(220,160,80,.14);color:#e8b876}.empty-states_trendFlat__gvIc_{background:rgba(255,255,255,.06);color:rgba(255,255,255,.6)}.recent-team-activity_section__Osr_p{background:#151822;border-radius:18px;padding:20px 22px;flex:1 1 auto;display:flex;flex-direction:column}.recent-team-activity_header__HhMpP{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px}.recent-team-activity_headingGroup__naOzX{display:flex;align-items:center;gap:10px;min-width:0}.recent-team-activity_header__HhMpP h3{font-size:14px;font-weight:600;color:#ffffff;margin:0}.recent-team-activity_infoButton__dbhSQ{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;padding:1px 0 0;border:none;border-radius:50%;background:rgba(255,255,255,.5);color:#151822;font-size:11px;font-weight:600;line-height:1;cursor:help;transition:background .12s ease,color .12s ease}.recent-team-activity_infoButton__dbhSQ:focus-visible,.recent-team-activity_infoButton__dbhSQ:hover{background:rgba(255,255,255,.7);color:#0f1118}.recent-team-activity_infoButton__dbhSQ:focus-visible{outline:2px solid rgba(165,180,252,.85);outline-offset:2px}.recent-team-activity_infoCard__sDHik{max-width:320px;padding:16px 18px;border-radius:10px;background:linear-gradient(180deg,#1f2338,#181c2e);border:1px solid rgba(255,255,255,.12);box-shadow:0 12px 32px rgba(0,0,0,.5);color:rgba(255,255,255,.85);font-size:13px;line-height:1.55;z-index:1000;animation:recent-team-activity_hoverCardIn__zzK_L .16s ease}.recent-team-activity_infoTitle__9BAtQ{margin:0 0 10px;font-size:13px;font-weight:600;letter-spacing:.01em;color:#ffffff}.recent-team-activity_infoCard__sDHik p{margin:0 0 10px}.recent-team-activity_infoCard__sDHik p:last-of-type{margin-bottom:0}.recent-team-activity_infoCard__sDHik strong{color:#ffffff;font-weight:600}@keyframes recent-team-activity_hoverCardIn__zzK_L{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.recent-team-activity_viewAll__3vdI7{color:rgba(255,255,255,.65);font-size:13px;font-weight:500;text-decoration:none;transition:color .12s ease}.recent-team-activity_viewAll__3vdI7:hover{color:#ffffff}.recent-team-activity_navCluster__yEQdE{display:flex;align-items:center;gap:8px}.recent-team-activity_navButton___io59{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;padding:0;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:8px;color:rgba(255,255,255,.85);cursor:pointer;transition:background .15s ease,color .15s ease,opacity .15s ease}.recent-team-activity_navButton___io59:hover:not(:disabled){background:rgba(255,255,255,.08);color:#ffffff}.recent-team-activity_navButton___io59:disabled{opacity:.35;cursor:not-allowed}.recent-team-activity_navCounter__TMge_{font-size:12.5px;font-weight:500;color:rgba(255,255,255,.75);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;letter-spacing:.01em;min-width:48px;text-align:center}.recent-team-activity_emptyState__bCpRt{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:32px 16px;text-align:center;flex:1 1 auto}.recent-team-activity_emptyHeading__AtHvC{margin:0;font-size:14px;font-weight:600;color:#ffffff;letter-spacing:-.005em}.recent-team-activity_emptyBody__nKNNU{margin:0;font-size:13px;font-weight:400;color:rgba(255,255,255,.55);line-height:1.45}.recent-team-activity_list__10IFJ{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px;min-height:calc(5 * 74px + 4 * 8px)}.recent-team-activity_item__jWgMu{background:rgba(255,255,255,.035);border-radius:12px;transition:background .14s ease}.recent-team-activity_item__jWgMu:hover{background:rgba(255,255,255,.07)}.recent-team-activity_itemLink__oWuCZ{display:flex;flex-direction:column;gap:6px;padding:14px 16px;text-decoration:none;color:inherit;border-radius:12px}.recent-team-activity_itemLink__oWuCZ:focus-visible{outline:2px solid rgba(165,180,252,.7);outline-offset:2px}.recent-team-activity_itemRow__na0k8{display:flex;align-items:baseline;justify-content:space-between;gap:12px;min-width:0}.recent-team-activity_name__sP1St{color:#ffffff;font-size:14px;font-weight:600;letter-spacing:-.005em}.recent-team-activity_account__wNTda,.recent-team-activity_name__sP1St{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1 1 auto;min-width:0}.recent-team-activity_account__wNTda{color:rgba(255,255,255,.7);font-size:13px;font-weight:400}.recent-team-activity_date__IIELU{color:rgba(255,255,255,.45);font-size:12px;white-space:nowrap;flex:0 0 auto}.recent-team-activity_score__PTU8Z{font-size:18px;font-weight:600;color:#ffffff;flex:0 0 auto;min-width:32px;text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.recent-team-activity_scoreRed__CfyTZ{color:#f87171}.recent-team-activity_scoreYellow__6NuC9{color:#eab308}.recent-team-activity_scoreGreen__BwxyM{color:#22c55e}.recent-team-activity_statusInProgress__UoFcK{color:#ffffff;font-size:14px;font-weight:600;flex:0 0 auto;white-space:nowrap}.recent-team-activity_statusFailed__LUnsS{color:rgba(248,113,113,.85);font-size:14px;font-weight:600;flex:0 0 auto;white-space:nowrap}.recent-team-activity_itemInProgress__X26QR{opacity:.78}.overall-score_scoreCircle__8mmu_{position:relative;width:200px;height:200px;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:40px}.overall-score_progressRing___JYJ9{position:absolute;width:100%;height:100%;transform:rotate(-90deg)}.overall-score_progressBackground__kQmMH{stroke:rgba(255,255,255,.1)}.overall-score_progressFill__2R_LR{transition:stroke-dasharray 1s ease-out}.overall-score_scoreValue__tYGIc{display:flex;align-items:baseline;gap:2px;z-index:1}.overall-score_score__XiB_8{font-size:56px;font-weight:700;line-height:1;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:#ffffff}.overall-score_maxScore__YaQdg{font-size:20px;font-weight:500;color:rgba(255,255,255,.4)}.overall-score_label__Yef5_{position:absolute;bottom:-36px;font-size:18px;font-weight:600}@media (max-width:640px){.overall-score_scoreCircle__8mmu_{width:150px;height:150px;margin-bottom:36px}.overall-score_score__XiB_8{font-size:40px}.overall-score_maxScore__YaQdg{font-size:18px}.overall-score_label__Yef5_{font-size:16px;bottom:-32px}}.report-hover-card_overlay__dc0q9{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.6);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:9999;animation:report-hover-card_fadeIn__HHJfH .15s ease}@keyframes report-hover-card_fadeIn__HHJfH{0%{opacity:0}to{opacity:1}}.report-hover-card_modal__x2cnC{position:relative;display:flex;flex-direction:column;gap:var(--space-8);width:90%;max-width:920px;padding:40px 44px;background:#181B26;border:1px solid rgba(255,255,255,.08);border-radius:20px;box-shadow:0 25px 60px rgba(0,0,0,.7),inset 0 1px 0 rgba(255,255,255,.05);animation:report-hover-card_slideUp__Teq0d .2s ease}@keyframes report-hover-card_slideUp__Teq0d{0%{opacity:0;transform:translateY(12px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.report-hover-card_closeButton__a4fxI{position:absolute;top:10px;right:10px;display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;border-radius:8px;background:rgba(255,255,255,.06);color:rgba(255,255,255,.5);cursor:pointer;transition:all .15s ease}.report-hover-card_closeButton__a4fxI:hover{background:rgba(255,255,255,.12);color:rgba(255,255,255,.8)}.report-hover-card_topSection__rOBUq{display:flex;gap:36px;align-items:flex-start}.report-hover-card_scoreSection__Kvy4s{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-shrink:0;padding-top:var(--space-2)}.report-hover-card_summarySection__Y6AjW{display:flex;flex-direction:column;gap:14px;background:#1F2230;border:1px solid rgba(255,255,255,.04);border-radius:14px;flex:1 1;min-width:0;padding:22px 24px}.report-hover-card_summaryTitle__bJeuy{font-size:22px;font-weight:var(--weight-bold);color:var(--color-white);margin:0}.report-hover-card_narrative__UKuhN{font-size:14px;line-height:1.65;color:rgba(255,255,255,.65);margin:0}.report-hover-card_bottomSection__qZU8y{display:flex;gap:20px}.report-hover-card_listCard__3W3_s{flex:1 1;min-width:0;padding:22px 24px;background:#1F2230;border:1px solid rgba(255,255,255,.04);border-radius:14px}.report-hover-card_strengthsTitle__ALl8_{font-size:16px;font-weight:var(--weight-bold);color:#4caf50;margin:0 0 16px}.report-hover-card_gapsTitle__asbCD{font-size:16px;font-weight:var(--weight-bold);color:#ef4444;margin:0 0 16px}.report-hover-card_list__BuHTX{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}.report-hover-card_listItem__xCOF7{display:flex;align-items:flex-start;gap:10px;font-size:13px;line-height:1.5;color:rgba(255,255,255,.75)}.report-hover-card_listText__ADhcy{flex:1 1;min-width:0}.report-hover-card_strengthIcon__ARYlL{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:18px;height:18px;margin-top:1px;border-radius:50%;background:rgba(76,175,80,.15);color:#4caf50}.report-hover-card_strengthIcon__ARYlL svg{width:11px;height:11px}.report-hover-card_gapIcon__SjQm1{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:18px;height:18px;margin-top:1px;border-radius:50%;background:rgba(239,68,68,.15);color:#ef4444}.report-hover-card_gapIcon__SjQm1 svg{width:11px;height:11px}.report-hover-card_parsedItem__C11Ye{display:flex;flex-direction:column;gap:3px}.report-hover-card_parsedTopLine__789Q9{display:flex;align-items:baseline;gap:5px}.report-hover-card_parsedScore__8rJrw{font-weight:700;font-size:13px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;flex-shrink:0}.report-hover-card_parsedLabel__luSl7{font-weight:600;color:rgba(255,255,255,.9);flex-shrink:0}.report-hover-card_parsedDescription__jFhcE{color:rgba(255,255,255,.5);font-weight:400;font-size:12px;line-height:1.4}.report-hover-card_parsedPersona__MKa_F{font-size:10px;font-weight:400;color:rgba(255,255,255,.35)}@media (max-width:640px){.report-hover-card_modal__x2cnC{width:95%;padding:24px 20px;gap:var(--space-6)}.report-hover-card_topSection__rOBUq{flex-direction:column;align-items:center;text-align:center}.report-hover-card_summarySection__Y6AjW{padding-right:0}.report-hover-card_summaryTitle__bJeuy{font-size:18px}.report-hover-card_bottomSection__qZU8y{flex-direction:column}}.follow-up-email-quick-view_overlay__HbHm5{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.6);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:9999;animation:follow-up-email-quick-view_fadeIn__oOsMw .15s ease}@keyframes follow-up-email-quick-view_fadeIn__oOsMw{0%{opacity:0}to{opacity:1}}.follow-up-email-quick-view_modal__psDtw{position:relative;display:flex;flex-direction:column;width:90%;max-width:920px;max-height:85vh;overflow-y:auto;padding:32px 36px;background:#181B26;border:1px solid rgba(255,255,255,.08);border-radius:20px;box-shadow:0 25px 60px rgba(0,0,0,.7),inset 0 1px 0 rgba(255,255,255,.05);animation:follow-up-email-quick-view_slideUp__B2_hQ .2s ease}@keyframes follow-up-email-quick-view_slideUp__B2_hQ{0%{opacity:0;transform:translateY(12px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.follow-up-email-quick-view_closeButton__50T45{position:absolute;top:12px;right:12px;display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;border-radius:8px;background:rgba(255,255,255,.06);color:rgba(255,255,255,.5);cursor:pointer;transition:all .15s ease}.follow-up-email-quick-view_closeButton__50T45:hover{background:rgba(255,255,255,.12);color:rgba(255,255,255,.8)}.follow-up-email-quick-view_aiBadge__5mAIe{display:inline-flex;align-items:center;width:fit-content;padding:5px 14px;border-radius:20px;font-size:12px;font-weight:600;color:rgba(160,140,255,.9);border:1px solid rgba(160,140,255,.3);background:rgba(160,140,255,.08);margin-bottom:12px}.follow-up-email-quick-view_title__rhpJT{margin:0 0 24px;font-size:22px;font-weight:700;color:#fff}.follow-up-email-quick-view_field__Cn999{margin-bottom:20px}.follow-up-email-quick-view_field__Cn999:last-child{margin-bottom:0}.follow-up-email-quick-view_fieldLabel__pxhhx{display:block;font-size:13px;font-weight:500;color:rgba(255,255,255,.4);margin-bottom:8px}.follow-up-email-quick-view_fieldRow___BsDy{display:flex;align-items:flex-start;gap:12px}.follow-up-email-quick-view_fieldValue___UFgO{font-weight:500;color:#fff}.follow-up-email-quick-view_fieldValuePlaceholder__oLkB_,.follow-up-email-quick-view_fieldValue___UFgO{flex:1 1;padding:14px 18px;background:rgba(255,255,255,.04);border-radius:12px;font-size:15px;line-height:1.5}.follow-up-email-quick-view_fieldValuePlaceholder__oLkB_{border:1px dashed rgba(255,255,255,.12);font-weight:400;font-style:italic;color:rgba(255,255,255,.25)}.follow-up-email-quick-view_fieldValueBody__xrDre{flex:1 1;padding:20px;background:rgba(255,255,255,.04);border-radius:12px;font-size:14px;font-weight:400;color:rgba(255,255,255,.85);line-height:1.75;white-space:pre-wrap}.follow-up-email-quick-view_copyIconSpacer__p7jOi{flex-shrink:0;width:36px;height:36px}.follow-up-email-quick-view_copyIcon__kNmr2{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:36px;height:36px;margin-top:8px;border:none;border-radius:8px;background:transparent;color:rgba(255,255,255,.35);cursor:pointer;transition:color .15s ease,background .15s ease}.follow-up-email-quick-view_copyIcon__kNmr2:hover{color:rgba(255,255,255,.7);background:rgba(255,255,255,.06)}@media (max-width:640px){.follow-up-email-quick-view_modal__psDtw{width:95%;padding:24px 20px}.follow-up-email-quick-view_title__rhpJT{font-size:18px}.follow-up-email-quick-view_fieldValue___UFgO{font-size:14px;padding:12px 14px}.follow-up-email-quick-view_fieldValueBody__xrDre{font-size:13px;padding:16px}}.help-popover_wrap__sRzPi{position:relative;display:inline-flex;align-items:center}.help-popover_trigger__Tpd8X{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;padding:1px 0 0;border:none;border-radius:50%;background:rgba(255,255,255,.5);color:#151822;font-size:11px;font-weight:600;line-height:1;cursor:help;-webkit-user-select:none;user-select:none;transition:background .15s ease,color .15s ease}.help-popover_trigger__Tpd8X:hover,.help-popover_trigger__Tpd8X[aria-expanded=true]{background:rgba(255,255,255,.7);color:#0F1118}.help-popover_trigger__Tpd8X:focus-visible{outline:2px solid rgba(99,102,241,.7);outline-offset:2px}.help-popover_triggerMd__bwGAG{width:18px;height:18px;font-size:12px}.help-popover_popover__VXLCb{max-width:320px;padding:16px 18px;background:linear-gradient(180deg,#1f2338,#181c2e);border:1px solid rgba(255,255,255,.12);border-radius:10px;color:rgba(255,255,255,.85);font-size:13px;font-weight:400;line-height:1.55;text-align:left;white-space:normal;box-shadow:0 12px 32px rgba(0,0,0,.5);z-index:1000;animation:help-popover_popoverIn__087wq .16s ease}@keyframes help-popover_popoverIn__087wq{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.daily-spark-card_card__h2rqt{position:relative;display:flex;flex-direction:column;gap:18px;padding:22px 24px;background:linear-gradient(180deg,#181B26,#13161E);border-radius:18px}.daily-spark-card_head__KJsDY{display:flex;flex-direction:column;gap:8px}.daily-spark-card_titleRow__wkJm_{display:inline-flex;align-items:center;gap:10px}.daily-spark-card_label__vp5FK{margin:0;font-size:16px;font-weight:600;color:#ffffff;letter-spacing:-.005em}.daily-spark-card_workingOn__L2Foj{display:inline-flex;align-items:baseline;gap:8px;flex-wrap:wrap}.daily-spark-card_workingOnLabel__jkLej{font-size:12px;font-weight:500;color:rgba(255,255,255,.55)}.daily-spark-card_workingOnValue__gI_La{font-size:15px;font-weight:600;color:#ffffff;letter-spacing:-.005em}.daily-spark-card_progressRow__K6k3e{display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap}.daily-spark-card_progressLabel__qKhE3{font-size:12px;color:rgba(255,255,255,.55)}.daily-spark-card_progressCounter__KMmFp{font-size:13px;color:rgba(255,255,255,.7)}.daily-spark-card_progressCounter__KMmFp strong{color:#ffffff;font-weight:700}.daily-spark-card_cta__trUvn{display:inline-flex;align-items:center;justify-content:center;padding:10px 20px;border-radius:10px;background:#6349FD;color:#ffffff;font-size:13px;font-weight:600;text-decoration:none;transition:filter .12s ease,transform .12s ease;white-space:nowrap}.daily-spark-card_cta__trUvn:hover{filter:brightness(1.1);transform:translateY(-1px)}.daily-spark-card_cta__trUvn:focus-visible{outline:2px solid rgba(165,180,252,.7);outline-offset:2px}.daily-spark-card_quote__oqyVv{margin:0;display:flex;flex-direction:row;align-items:center;gap:16px;padding:14px 18px;background:rgba(255,255,255,.02);border-radius:12px}.daily-spark-card_quoteContent__0q0px{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:8px}.daily-spark-card_quoteLead__Yrddk{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:600;letter-spacing:.04em;color:rgba(255,255,255,.55)}.daily-spark-card_quoteLeadIcon__vo2v6{flex-shrink:0;opacity:.75}.daily-spark-card_phrase__nyWsU{margin:0;font-size:14px;line-height:1.55;color:rgba(255,255,255,.92);font-weight:400;font-style:italic}@media (max-width:720px){.daily-spark-card_quote__oqyVv{flex-direction:column;align-items:stretch}.daily-spark-card_cta__trUvn{align-self:stretch;text-align:center}}.last-call-card_card__t_GWd{position:relative;display:flex;flex-direction:column;gap:14px;padding:22px 24px;background:linear-gradient(180deg,#181B26,#13161E);border-radius:18px;color:rgba(255,255,255,.92)}.last-call-card_header__aHf8T{display:flex;align-items:center;gap:12px}.last-call-card_eyebrow__tmHZ0{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:rgba(255,255,255,.5)}.last-call-card_timeAgo__viU7S{display:block;margin-top:4px;font-size:12px;color:rgba(255,255,255,.45)}.last-call-card_body__KsDl2{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:24px}.last-call-card_titleBlock__Ik_B9{min-width:0}.last-call-card_title__DbjL0{margin:0;font-size:18px;font-weight:600;letter-spacing:-.01em;color:#ffffff;line-height:1.3}.last-call-card_scoreBlock__j_LQr{display:flex;align-items:baseline;gap:4px;flex-shrink:0}.last-call-card_scoreValue__f_OpY{font-size:36px;font-weight:700;letter-spacing:-.02em;line-height:1}.last-call-card_scoreScale__1wy21{font-size:13px;font-weight:500;color:rgba(255,255,255,.4)}.last-call-card_scoreCritical__5_CZf{color:#fca5a5}.last-call-card_scoreNeutral__5Ke5n{color:#ffffff}.last-call-card_scoreStrong__IqgcH{color:#86efac}.last-call-card_actions__q0zPQ{display:flex;flex-wrap:wrap;gap:10px;justify-self:end}.last-call-card_btn__02UWP{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:8px 14px;border-radius:var(--radius-button,12px);font-size:13px;font-weight:600;text-decoration:none;transition:filter .12s ease,background .12s ease;border:1px solid transparent}.last-call-card_btnSecondary__3lHh3{background:rgba(255,255,255,.06);color:rgba(255,255,255,.92);border-color:rgba(255,255,255,.12);cursor:pointer;font-family:inherit}.last-call-card_btnSecondary__3lHh3:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.2)}@media (max-width:768px){.last-call-card_body__KsDl2{grid-template-columns:1fr auto;grid-auto-flow:row;gap:14px}.last-call-card_titleBlock__Ik_B9{grid-column:1/-1}.last-call-card_actions__q0zPQ{justify-self:start}.last-call-card_scoreValue__f_OpY{font-size:32px}}.upcoming-meetings-list_card__0wXwq{background:linear-gradient(180deg,#181B26,#13161E);border-radius:18px;padding:22px 24px}.upcoming-meetings-list_header__I_lJZ{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px}.upcoming-meetings-list_title__v0zXM{font-size:16px;font-weight:600;color:#ffffff;margin:0}.upcoming-meetings-list_seeAll__TCPw_{color:rgba(255,255,255,.65);font-size:13px;font-weight:500;text-decoration:none;transition:color .12s ease}.upcoming-meetings-list_seeAll__TCPw_:hover{color:#ffffff}.upcoming-meetings-list_tileGrid__VqAPG{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;list-style:none;margin:0;padding:0}@media (max-width:960px){.upcoming-meetings-list_tileGrid__VqAPG{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.upcoming-meetings-list_tileGrid__VqAPG{grid-template-columns:minmax(0,1fr)}}.upcoming-meetings-list_tileItem__zxRI0{display:flex;min-width:0}.upcoming-meetings-list_tile__jEJWD{display:flex;flex-direction:column;justify-content:flex-end;gap:6px;width:100%;padding:14px 16px;background:rgba(255,255,255,.03);border-radius:12px;text-decoration:none;color:inherit;transition:background .18s ease}.upcoming-meetings-list_tile__jEJWD:hover{background:rgba(255,255,255,.05)}.upcoming-meetings-list_typeTag__J_Ts2{font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgba(165,180,252,.85);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.upcoming-meetings-list_meetingTitle__65c8A{color:#ffffff;font-size:14px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;letter-spacing:-.005em}.upcoming-meetings-list_meta__vgBzy{display:flex;flex-wrap:wrap;align-items:center;gap:4px 12px;color:rgba(255,255,255,.55);font-size:12px;line-height:1.45}.upcoming-meetings-list_metaItem__fiTpc{display:inline-flex;align-items:center;gap:5px;white-space:nowrap;min-width:0}.upcoming-meetings-list_metaItem__fiTpc svg{flex-shrink:0;opacity:.85}.weekly-momentum-pill_pill__0Nnce{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;background:rgba(255,255,255,.04);border-radius:999px;color:rgba(255,255,255,.85);font-size:13px;white-space:nowrap}.weekly-momentum-pill_icon__idpgI{flex-shrink:0;display:inline-block;height:16px;width:16px;object-fit:contain}.weekly-momentum-pill_value__onA7C{font-weight:500}.weekly-momentum-pill_value__onA7C strong{font-weight:700;color:#ffffff}.ai-coaching-note-card_card__aF7t8{position:relative;background:#20232D;border:1px solid rgba(255,255,255,.18);border-radius:18px;padding:22px 24px;display:flex;flex-direction:column;gap:12px;overflow:hidden}.ai-coaching-note-card_header__r7a6l{display:flex;flex-direction:column;gap:4px}.ai-coaching-note-card_eyebrowRow__FH1ZN{display:flex;align-items:center;gap:10px}.ai-coaching-note-card_eyebrow__VdhP4{margin:0;font-size:16px;font-weight:600;color:#ffffff;letter-spacing:-.005em}.ai-coaching-note-card_body__pdh_W{display:flex;flex-direction:column;gap:12px;color:rgba(255,255,255,.75);font-size:13px;line-height:1.55;word-wrap:break-word}.ai-coaching-note-card_paragraph__dzEiF{margin:0}.ai-coaching-note-card_managerSection__xjIrk{margin-top:4px;padding-top:12px;border-top:1px solid rgba(255,255,255,.06);display:flex;flex-direction:column;gap:10px}.ai-coaching-note-card_managerToggle__oXlTV{appearance:none;background:transparent;border:0;padding:0;margin:0;display:flex;align-items:center;gap:10px;width:100%;cursor:pointer;color:inherit;text-align:left;font:inherit;border-radius:8px;transition:background-color .12s ease}.ai-coaching-note-card_managerToggle__oXlTV:hover{background:rgba(255,255,255,.03)}.ai-coaching-note-card_managerToggle__oXlTV:focus-visible{outline:2px solid rgba(110,231,183,.5);outline-offset:2px}.ai-coaching-note-card_managerAvatar__aUHnR{width:26px;height:26px;flex-shrink:0;border-radius:50%;background:linear-gradient(135deg,#6366F1,#4F46E5);color:#ffffff;font-size:10px;font-weight:600;display:inline-flex;align-items:center;justify-content:center}.ai-coaching-note-card_managerMeta__QlyGf{flex:1 1;min-width:0;display:flex;align-items:center;flex-wrap:wrap;gap:6px;font-size:11px;line-height:1.3}.ai-coaching-note-card_managerName__YrMwU{color:rgba(255,255,255,.8);font-weight:600}.ai-coaching-note-card_managerRole__3uLVq{color:rgba(255,255,255,.55)}.ai-coaching-note-card_managerTime__gvc8j{color:rgba(255,255,255,.4)}.ai-coaching-note-card_managerSep__1mGKs{color:rgba(255,255,255,.25)}.ai-coaching-note-card_caret__oK884{flex-shrink:0;color:rgba(255,255,255,.45);transition:transform .16s ease}.ai-coaching-note-card_caretOpen__LbghZ{transform:rotate(180deg)}.ai-coaching-note-card_managerMessage__M6l_R{margin:0;padding-left:36px;color:rgba(255,255,255,.78);font-size:13px;line-height:1.5;white-space:pre-wrap;word-wrap:break-word}.welcome-rep-view_view__UCDpi{padding:var(--space-6) var(--space-8);width:100%;display:flex;flex-direction:column;gap:20px}.welcome-rep-view_topRow__y7Qeh{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:12px;margin:-4px 0 4px}.welcome-rep-view_welcomeHeading__yQW2I{margin:0;font-size:14px;font-weight:400;color:rgba(255,255,255,.55);letter-spacing:.005em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.welcome-rep-view_welcomeHeading__yQW2I strong{color:#ffffff;font-weight:600}.welcome-rep-view_welcomeSeparator__wbyxW{color:rgba(255,255,255,.3);margin:0 2px}.welcome-rep-view_welcomeDate__lAe_Q{color:rgba(255,255,255,.55)}@media (max-width:720px){.welcome-rep-view_topRow__y7Qeh{flex-wrap:wrap}.welcome-rep-view_welcomeHeading__yQW2I{flex-basis:100%}}.welcome-rep-view_bottomGrid__0ui1i{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,5fr);gap:20px;align-items:stretch}@media (max-width:1100px){.welcome-rep-view_bottomGrid__0ui1i{grid-template-columns:minmax(0,1fr)}}@media (max-width:1024px){.welcome-rep-view_view__UCDpi{padding:var(--space-4)}}.legacy-archived_container__T_vIo{display:flex;justify-content:center;padding:48px 24px}.legacy-archived_card__5MFii{max-width:560px;width:100%;background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.02));border-radius:16px;padding:40px;text-align:left}.legacy-archived_eyebrow__yY6pQ{margin:0 0 12px;font-size:12px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.55)}.legacy-archived_title__gYFUp{margin:0 0 16px;font-size:24px;font-weight:600;line-height:1.25;color:#ffffff}.legacy-archived_body__HL_p6{margin:0 0 12px;font-size:15px;line-height:1.55;color:rgba(255,255,255,.85)}.legacy-archived_bodyMuted__0rIXz{margin:0 0 28px;font-size:14px;line-height:1.55;color:rgba(255,255,255,.6)}.legacy-archived_action__hpdWi{display:inline-flex;align-items:center;height:40px;padding:0 20px;border-radius:8px;background:#6349fd;color:#ffffff;font-size:14px;font-weight:500;text-decoration:none;transition:background .12s ease}.legacy-archived_action__hpdWi:hover{background:#5238e0}.team-page_teamContent__lOM1t{padding:0 var(--space-8);width:100%}.team-page_repShell__4_gOY{padding:var(--space-6) 0;max-width:1480px;margin:0 auto}@media (max-width:1024px){.team-page_repShell__4_gOY{padding:var(--space-4) 0}}.team-page_sectionHeader__XNlsT{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-4)}.team-page_sectionTitle__ctLE_{font-size:14px;font-weight:var(--weight-semibold);color:rgba(255,255,255,.5);margin:0}.team-page_inviteBtn__06zSf{padding:var(--space-2) var(--space-5);background:var(--gradient-primary);border:none;border-radius:10px;color:var(--color-white);font-size:13px;font-weight:var(--weight-semibold);cursor:pointer;transition:all .2s ease;white-space:nowrap}.team-page_inviteBtn__06zSf:hover{opacity:.9;transform:translateY(-1px)}.team-page_tableContainer__eMrSn{border:1px solid rgba(255,255,255,.08);border-radius:12px;overflow:visible;margin-bottom:var(--space-8)}.team-page_inviteTableHeader__EBySN{padding:var(--space-3) var(--space-4);background:rgba(255,255,255,.04);font-size:12px;color:rgba(255,255,255,.4);text-transform:uppercase;letter-spacing:.5px}.team-page_inviteTableHeader__EBySN,.team-page_inviteTableRow__rNXg0{display:grid;grid-template-columns:2fr .8fr 1fr 1.2fr .7fr 40px;gap:0 var(--space-4)}.team-page_inviteTableRow__rNXg0{padding:var(--space-4);border-top:1px solid rgba(255,255,255,.06);font-size:13px;align-items:center}.team-page_memberTableHeader__0S1sB{padding:var(--space-3) var(--space-4);background:rgba(255,255,255,.04);font-size:12px;color:rgba(255,255,255,.4);text-transform:uppercase;letter-spacing:.5px}.team-page_memberTableHeader__0S1sB,.team-page_memberTableRow__Wcg7W{display:grid;grid-template-columns:1.2fr 2fr 1fr 40px;gap:0 var(--space-4)}.team-page_memberTableRow__Wcg7W{padding:var(--space-4);border-top:1px solid rgba(255,255,255,.06);font-size:13px;align-items:center}.team-page_cellText__j_KGt{color:var(--color-white)}.team-page_cellMuted__c3GNV,.team-page_cellText__j_KGt{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.team-page_cellMuted__c3GNV{color:rgba(255,255,255,.5)}.team-page_statusBadge__j1bEv{display:inline-flex;padding:2px 10px;border-radius:9999px;font-size:12px;font-weight:var(--weight-semibold);background:rgba(251,191,36,.15);color:#fbbf24}.team-page_tierBadge__OF78m{background:rgba(99,102,241,.15);color:#a5b4fc}.team-page_ownerBadge__3Z1vL,.team-page_tierBadge__OF78m{display:inline-flex;margin-left:var(--space-2);padding:1px 8px;border-radius:9999px;font-size:11px;font-weight:var(--weight-semibold);letter-spacing:.2px}.team-page_ownerBadge__3Z1vL{align-items:center;gap:4px;background:rgba(251,191,36,.15);color:#fbbf24}.team-page_rolesTableHeader__eY48O{padding:var(--space-3) var(--space-4);background:rgba(255,255,255,.04);font-size:12px;color:rgba(255,255,255,.4);text-transform:uppercase;letter-spacing:.5px}.team-page_rolesTableHeader__eY48O,.team-page_rolesTableRow__TsDYo{display:grid;grid-template-columns:1.5fr .6fr 1fr 40px;gap:0 var(--space-4)}.team-page_rolesTableRow__TsDYo{padding:var(--space-4);border-top:1px solid rgba(255,255,255,.06);font-size:13px;align-items:center}.team-page_kebabCell__JjZdJ{position:relative;display:flex;justify-content:center}.team-page_kebabBtn__S9IKb{background:none;border:none;color:rgba(255,255,255,.4);cursor:pointer;font-size:18px;padding:4px 8px;border-radius:6px;line-height:1;transition:all .15s ease}.team-page_kebabBtn__S9IKb:hover{background:rgba(255,255,255,.08);color:rgba(255,255,255,.7)}.team-page_kebabMenu__RLkDI{position:absolute;top:100%;right:0;background:#1a1531;border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:4px 0;min-width:160px;z-index:10;box-shadow:0 8px 24px rgba(0,0,0,.4)}.team-page_kebabMenuItem__4VQdd{display:block;width:100%;text-align:left;background:none;border:none;color:rgba(255,255,255,.7);font-size:13px;font-family:inherit;padding:8px 12px;cursor:pointer;transition:background .15s ease}.team-page_kebabMenuItem__4VQdd:hover{background:rgba(255,255,255,.08)}.team-page_kebabMenuItemDanger__XmP3Y{color:#ef4444}.team-page_kebabMenuItemDanger__XmP3Y:hover{background:rgba(239,68,68,.1)}.team-page_modalTitle__RwayP{font-size:18px;font-weight:var(--weight-bold);color:var(--color-white);margin:0 0 var(--space-2);display:flex;align-items:center;gap:var(--space-2)}.team-page_modalSubtitle__fi8yq{font-size:14px;color:rgba(255,255,255,.5);margin:0 0 var(--space-6)}.team-page_modalBody__DI_AV{font-size:14px;color:rgba(255,255,255,.7);line-height:1.6;margin:0 0 var(--space-6)}.team-page_formGroup__NbPML{display:flex;flex-direction:column;gap:var(--space-2);margin-bottom:var(--space-5)}.team-page_formRow__1nN7_{display:flex;align-items:center;gap:var(--space-4)}.team-page_formLabel__sivmX{font-size:14px;font-weight:var(--weight-semibold);color:rgba(255,255,255,.7);min-width:60px}.team-page_formHelp__XOYz_{font-size:12px;color:rgba(255,255,255,.45);margin:6px 0 0;line-height:1.4}.team-page_formInput__TkCPd{flex:1 1;padding:var(--space-3) var(--space-4);background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:10px;color:var(--color-white);font-size:14px;font-family:inherit;transition:all .2s ease}.team-page_formInput__TkCPd:focus{outline:none;border-color:rgba(66,48,232,.5);background:rgba(255,255,255,.08)}.team-page_formInput__TkCPd::placeholder{color:rgba(255,255,255,.3)}.team-page_formSelect__IRHMk{flex:1 1;min-width:0;max-width:100%;padding:var(--space-3) var(--space-4);background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:10px;color:var(--color-white);font-size:14px;font-family:inherit;cursor:pointer;transition:all .2s ease;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:36px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.team-page_formSelect__IRHMk:focus{outline:none;border-color:rgba(66,48,232,.5);background-color:rgba(255,255,255,.08)}.team-page_formSelect__IRHMk option{background:#1a1531;color:white}.team-page_formValue__1mmHP{flex:1 1;font-size:14px;color:var(--color-white)}.team-page_formError__tmVlO{margin-top:var(--space-3);padding:var(--space-3);border-radius:10px;font-size:13px;background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.3);color:#ef4444}.team-page_formCheckboxRow__XXzWU{display:flex;align-items:center;gap:var(--space-3);font-size:14px;color:rgba(255,255,255,.85);cursor:pointer;-webkit-user-select:none;user-select:none}.team-page_formCheckboxRow__XXzWU:has(input:disabled){color:rgba(255,255,255,.4);cursor:not-allowed}.team-page_formCheckbox__ZJxE7{width:16px;height:16px;accent-color:#4230e8;cursor:pointer}.team-page_formCheckbox__ZJxE7:disabled{cursor:not-allowed}.team-page_formHint__xZ37M{margin-top:var(--space-2);padding:var(--space-2) var(--space-3);border-radius:8px;font-size:12px;line-height:1.5;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);color:rgba(255,255,255,.55)}.team-page_modalActions__5U5kp{display:flex;justify-content:flex-end;gap:var(--space-3);margin-top:var(--space-6)}.team-page_btnPrimary__tFtFq{padding:var(--space-3) var(--space-6);background:var(--gradient-primary);border:none;border-radius:10px;color:var(--color-white);font-size:14px;font-weight:var(--weight-semibold);cursor:pointer;transition:all .2s ease}.team-page_btnPrimary__tFtFq:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.team-page_btnPrimary__tFtFq:disabled{opacity:.5;cursor:not-allowed}.team-page_btnPrimaryFull__Oe8f9{width:100%;text-align:center;padding:var(--space-3) var(--space-6);background:var(--gradient-primary);border:none;border-radius:10px;color:var(--color-white);font-size:14px;font-weight:var(--weight-semibold);cursor:pointer;transition:all .2s ease}.team-page_btnPrimaryFull__Oe8f9:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.team-page_btnPrimaryFull__Oe8f9:disabled{opacity:.5;cursor:not-allowed}.team-page_btnSecondary__tB2LC{padding:var(--space-3) var(--space-6);background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:10px;color:var(--color-white);font-size:14px;font-weight:var(--weight-semibold);cursor:pointer;transition:all .2s ease}.team-page_btnSecondary__tB2LC:hover{background:rgba(255,255,255,.15)}.team-page_btnDanger__S0ecf{padding:var(--space-3) var(--space-6);background:rgba(239,68,68,.2);border:1px solid rgba(239,68,68,.3);border-radius:10px;color:#ef4444;font-size:14px;font-weight:var(--weight-semibold);cursor:pointer;transition:all .2s ease}.team-page_btnDanger__S0ecf:hover:not(:disabled){background:rgba(239,68,68,.3)}.team-page_btnDanger__S0ecf:disabled{opacity:.5;cursor:not-allowed}.team-page_emptyState__HQy3S,.team-page_loading__KA9Uy{padding:var(--space-8);text-align:center;color:rgba(255,255,255,.3);font-size:14px}.team-page_teamGrid__Z6Puk{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-5);margin-bottom:var(--space-8)}.team-page_teamCard__EQ99G{border:1px solid rgba(255,255,255,.08);border-radius:14px;background:rgba(255,255,255,.02);padding:22px 24px;display:flex;flex-direction:column;gap:18px;transition:border-color .2s ease,background .2s ease}.team-page_teamCard__EQ99G:hover{border-color:rgba(255,255,255,.14);background:rgba(255,255,255,.035)}.team-page_teamCardHeader__My7LQ{display:flex;justify-content:space-between;align-items:flex-start;gap:var(--space-3)}.team-page_teamCardInfo__MJTws{flex:1 1;min-width:0}.team-page_teamCardName__VQ3uv{font-size:18px;font-weight:var(--weight-semibold);color:var(--color-white);margin:0 0 4px;letter-spacing:-.01em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.team-page_teamCardDescription__6TMgI{font-size:13px;color:rgba(255,255,255,.55);margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.team-page_teamCardActions___Q6kI{display:flex;gap:var(--space-1);flex-shrink:0}.team-page_teamActionBtn__4jA1v{background:rgba(255,255,255,.04);border:none;color:rgba(255,255,255,.55);cursor:pointer;padding:6px;border-radius:8px;line-height:1;transition:all .15s ease;display:flex;align-items:center;justify-content:center}.team-page_teamActionBtn__4jA1v:hover{background:rgba(255,255,255,.1);color:#ffffff}.team-page_teamActionBtnDanger__pEDkG:hover{background:rgba(239,68,68,.14);color:#ef4444}.team-page_teamCardMeta__jg4C0{display:flex;align-items:center;flex-wrap:wrap;gap:10px;font-size:13px;color:rgba(255,255,255,.55)}.team-page_teamCardMeta__jg4C0>*+:before{content:"·";margin-right:10px;color:rgba(255,255,255,.25)}.team-page_managerBadge__9Yfpp{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:rgba(255,255,255,.7);background:none;padding:0;border-radius:0}.team-page_managerBadgeLabel__r09Kd{font-size:13px;font-weight:var(--weight-regular);color:rgba(255,255,255,.45);text-transform:none;letter-spacing:0;opacity:1}.team-page_managerBadgeName__UHFVY{color:#ffffff;font-weight:var(--weight-medium)}.team-page_managerAvatar__zu7CA{width:18px;height:18px;border-radius:9999px;object-fit:cover}.team-page_managerBadgeEmpty__ikR9R{display:inline-flex;align-items:center;font-size:13px;color:rgba(255,255,255,.35);font-style:italic}.team-page_memberChips__nZOnA{display:flex;flex-wrap:wrap;gap:var(--space-2)}.team-page_memberChip__CJNwQ{display:inline-flex;align-items:center;gap:6px;padding:3px 10px;border-radius:8px;background:rgba(255,255,255,.06);border:1px solid transparent;font-size:12px;color:rgba(255,255,255,.7)}.team-page_memberChipName__Rhi7R{color:rgba(255,255,255,.92);font-weight:var(--weight-medium)}.team-page_memberChipRole__cuxJr{font-size:10px;color:rgba(255,255,255,.4);padding-left:6px;border-left:1px solid rgba(255,255,255,.1);text-transform:uppercase;letter-spacing:.04em;font-weight:var(--weight-medium)}.team-page_memberChipTeamManager__TTrTy{background:rgba(251,191,36,.1);border-color:rgba(251,191,36,.32)}.team-page_memberChipTeamManager__TTrTy .team-page_memberChipName__Rhi7R{color:#fde68a}.team-page_memberChipManagerStar__4huq6{display:inline-flex;align-items:center;justify-content:center;color:#fbbf24;margin-right:-2px}.team-page_memberChipRep__R4DMx{background:rgba(148,163,184,.1);border-color:rgba(148,163,184,.18)}.team-page_memberChipManager__8fAHR{background:rgba(56,189,248,.1);border-color:rgba(56,189,248,.22)}.team-page_memberChipManager__8fAHR .team-page_memberChipRole__cuxJr{color:rgba(125,211,252,.85);border-left-color:rgba(56,189,248,.25)}.team-page_memberChipAdmin__8uB0x{background:rgba(99,102,241,.12);border-color:rgba(99,102,241,.28)}.team-page_memberChipAdmin__8uB0x .team-page_memberChipRole__cuxJr{color:rgba(165,180,252,.9);border-left-color:rgba(99,102,241,.28)}.team-page_memberChipOwner__iTFkq{background:rgba(251,191,36,.1);border-color:rgba(251,191,36,.28)}.team-page_memberChipOwner__iTFkq .team-page_memberChipRole__cuxJr{color:rgba(252,211,77,.92);border-left-color:rgba(251,191,36,.28)}.team-page_memberChipRemove__TyZlq{background:none;border:none;color:rgba(255,255,255,.3);cursor:pointer;padding:0;font-size:14px;line-height:1;margin-left:2px;transition:color .15s ease}.team-page_memberChipRemove__TyZlq:hover{color:#ef4444}.team-page_addMemberBtn__PjEZ9{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:8px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);font-size:12px;font-weight:var(--weight-medium);color:rgba(255,255,255,.55);cursor:pointer;transition:all .15s ease}.team-page_addMemberBtn__PjEZ9:hover{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.18);color:#ffffff}.team-page_emptyTeams__p2SsL{padding:var(--space-10);text-align:center;color:rgba(255,255,255,.3);font-size:14px;display:flex;flex-direction:column;align-items:center;gap:var(--space-4)}.team-page_formTextarea__HMRJF{flex:1 1;padding:var(--space-3) var(--space-4);background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:10px;color:var(--color-white);font-size:14px;font-family:inherit;resize:vertical;min-height:60px;transition:all .2s ease}.team-page_formTextarea__HMRJF:focus{outline:none;border-color:rgba(66,48,232,.5);background:rgba(255,255,255,.08)}.team-page_formTextarea__HMRJF::placeholder{color:rgba(255,255,255,.3)}@media (max-width:1024px){.team-page_teamContent__lOM1t{padding:var(--space-4);max-width:100%}}@media (max-width:768px){.team-page_teamGrid__Z6Puk{grid-template-columns:1fr}}@media (max-width:640px){.team-page_sectionHeader__XNlsT{flex-direction:column;align-items:flex-start;gap:var(--space-3)}.team-page_inviteBtn__06zSf{width:100%;text-align:center}.team-page_inviteTableHeader__EBySN,.team-page_inviteTableRow__rNXg0{grid-template-columns:2fr 1fr 40px}.team-page_inviteTableHeader__EBySN>:nth-child(3),.team-page_inviteTableHeader__EBySN>:nth-child(4),.team-page_inviteTableHeader__EBySN>:nth-child(5),.team-page_inviteTableRow__rNXg0>:nth-child(3),.team-page_inviteTableRow__rNXg0>:nth-child(4),.team-page_inviteTableRow__rNXg0>:nth-child(5){display:none}.team-page_memberTableHeader__0S1sB,.team-page_memberTableRow__Wcg7W{grid-template-columns:1fr 1fr 40px}.team-page_memberTableHeader__0S1sB>:nth-child(2),.team-page_memberTableRow__Wcg7W>:nth-child(2){display:none}.team-page_modalActions__5U5kp{flex-direction:column}.team-page_formRow__1nN7_{flex-direction:column;align-items:stretch}.team-page_formLabel__sivmX{min-width:unset}}.report-static-header_header__Re3r1{padding:32px;background:rgba(27,27,54,1);border:1px solid rgba(255,255,255,.06);border-radius:24px}.report-static-header_header__Re3r1,.report-static-header_topRow__L_PF4{display:flex;flex-direction:column;gap:24px}@media (min-width:768px){.report-static-header_topRow__L_PF4{flex-direction:row;align-items:stretch;gap:40px}}.report-static-header_scoreSection__oNJWZ{display:flex;flex-direction:column;align-items:center;gap:16px;flex-shrink:0}.report-static-header_analyzedDate__Q4lud{margin:0;font-size:13px;color:rgba(255,255,255,.4);text-align:center;max-width:180px}.report-static-header_summaryPanel__GTnQ_{flex:1 1;min-width:0;display:flex;flex-direction:column;justify-content:center;padding:20px 24px;background:#212141;border:1px solid rgba(255,255,255,.06);border-radius:16px}.report-static-header_summaryTitle__6mSXL{margin:0 0 12px;font-size:18px;font-weight:700;color:#fff}.report-static-header_narrative__IJPjv{margin:0;font-size:15px;line-height:1.6;color:rgba(255,255,255,.8)}.report-static-header_strengthsGapsGrid__rLihH{display:grid;grid-template-columns:1fr;gap:16px}@media (min-width:640px){.report-static-header_strengthsGapsGrid__rLihH{grid-template-columns:1fr 1fr}}.report-static-header_gapsPanel__RwCcl,.report-static-header_strengthsPanel__BZZ28{padding:20px 24px;background:#212141;border:1px solid rgba(255,255,255,.06);border-radius:16px}.report-static-header_panelTitle__V8eY8{color:#20D99C}.report-static-header_panelTitleGaps__TIha8,.report-static-header_panelTitle__V8eY8{display:flex;align-items:center;gap:10px;margin:0 0 16px;font-family:DM Sans,sans-serif;font-size:18px;font-style:normal;font-weight:700;line-height:24px}.report-static-header_panelTitleGaps__TIha8{color:#FF5546}.report-static-header_strengthsIcon__0gwnS{display:flex;align-items:center;justify-content:center;color:#C9F24D}.report-static-header_gapsIcon__wttiC{display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.5)}.report-static-header_list__2ZPYd{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:10px}.report-static-header_listItem__v3Pr1{display:flex;gap:10px;font-size:14px;line-height:1.5;color:rgba(255,255,255,.7)}.report-static-header_strengthsPanel__BZZ28 .report-static-header_listItem__v3Pr1{color:rgba(255,255,255,.8)}.report-static-header_bullet__BhvPP{color:rgba(255,255,255,.3);flex-shrink:0;margin-top:3px}.report-static-header_strengthsPanel__BZZ28 .report-static-header_bullet__BhvPP{color:#C9F24D}.report-static-header_parsedItem__cdnKX{display:flex;flex-direction:column;gap:2px}.report-static-header_parsedTopLine__cXxyr{display:flex;align-items:baseline;gap:6px}.report-static-header_parsedScore__P13Xq{font-weight:700;font-size:15px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;flex-shrink:0}.report-static-header_parsedLabel__yhlSt{font-weight:600;color:rgba(255,255,255,.9);flex-shrink:0}.report-static-header_parsedDescription__50AR4{color:rgba(255,255,255,.55);font-weight:400;font-size:13px;line-height:1.4}.report-static-header_parsedPersona__hCqve{font-size:11px;font-weight:400;color:rgba(255,255,255,.35)}@media (max-width:640px){.report-static-header_header__Re3r1{padding:24px 20px;gap:24px}.report-static-header_gapsPanel__RwCcl,.report-static-header_strengthsPanel__BZZ28,.report-static-header_summaryPanel__GTnQ_{padding:16px 20px}.report-static-header_summaryTitle__6mSXL{font-size:16px}.report-static-header_narrative__IJPjv,.report-static-header_panelTitle__V8eY8{font-size:14px}.report-static-header_listItem__v3Pr1{font-size:13px}}.team-rhythm-calendar_section__MQWYQ{background:linear-gradient(180deg,#181B26,#13161E);border-radius:18px;padding:22px 24px 20px;overflow:visible;display:flex;flex-direction:column;height:100%}.team-rhythm-calendar_headerRow__r8I55{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0 0 16px}.team-rhythm-calendar_headingGroup__jGDu0{display:inline-flex;align-items:center;gap:10px}.team-rhythm-calendar_heading__JzEMp{font-size:16px;font-weight:600;color:#ffffff;margin:0;letter-spacing:-.01em}.team-rhythm-calendar_empty__4OOAK{color:rgba(255,255,255,.55);font-size:13px;padding:16px 0;margin:0;text-align:center}.team-rhythm-calendar_emptyAll__v5Vlr{color:rgba(255,255,255,.55);font-size:12px;margin:12px 0 0;text-align:center}.team-rhythm-calendar_scroll__0532B{flex:1 1;overflow:visible;margin:0 -4px;padding:0 4px}.team-rhythm-calendar_table__0iSxt{width:100%;border-collapse:separate;border-spacing:0;font-size:12px;table-layout:fixed}.team-rhythm-calendar_repHeader__Lho7r{text-align:left;font-weight:500;font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:rgba(255,255,255,.45);padding:8px 8px 14px;white-space:nowrap;width:22%;min-width:140px}.team-rhythm-calendar_dayHeader__2GOPG{text-align:center;font-weight:500;color:rgba(255,255,255,.55);padding:6px 4px 14px;white-space:nowrap;width:11.14%;vertical-align:bottom}.team-rhythm-calendar_dayHeaderLine1__fSwMP{display:block;font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.4);margin-bottom:2px}.team-rhythm-calendar_dayHeaderLine2__iMp_m{display:block;font-size:12px;font-weight:500;color:rgba(255,255,255,.7);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.team-rhythm-calendar_dayHeaderToday__QHPPN{background:linear-gradient(180deg,rgba(99,73,253,.28),rgba(99,73,253,.1));border-radius:12px 12px 0 0}.team-rhythm-calendar_todayLabel__if_XV{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.14em;color:#c7d2fe}.team-rhythm-calendar_repCell__7r_2o{padding:10px 8px;text-align:left;vertical-align:middle}.team-rhythm-calendar_repIdentity__J0Axb{display:inline-flex;align-items:center;gap:10px;color:#ffffff;font-weight:500;font-size:13px;white-space:nowrap;min-width:0}.team-rhythm-calendar_repAvatar__7OFjF{width:28px;height:28px;border-radius:999px;object-fit:cover;flex-shrink:0}.team-rhythm-calendar_repAvatarFallback__xaM9n{width:28px;height:28px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#2B2F3D;color:#B2B9D0;font-size:11px;font-weight:600;flex-shrink:0}.team-rhythm-calendar_repName___SdVC{overflow:hidden;text-overflow:ellipsis;max-width:140px}.team-rhythm-calendar_table__0iSxt tbody tr{transition:background .15s ease}.team-rhythm-calendar_table__0iSxt tbody tr:nth-child(2n){background:rgba(255,255,255,.015)}.team-rhythm-calendar_table__0iSxt tbody tr:hover{background:rgba(255,255,255,.035)}.team-rhythm-calendar_cellWrap__SoA_0{padding:6px 4px;text-align:center;vertical-align:middle;position:relative}.team-rhythm-calendar_cellWrapToday__Ugf58{background:linear-gradient(180deg,rgba(99,73,253,.1),rgba(99,73,253,.04))}.team-rhythm-calendar_cell__n3p_c{position:relative;width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;background:rgba(255,255,255,.035);color:rgba(255,255,255,.75);font-size:16px;line-height:1;cursor:pointer;padding:0;border:0;transition:background .15s ease,transform .15s ease}.team-rhythm-calendar_cell__n3p_c:hover:not(:disabled){background:rgba(255,255,255,.1);transform:scale(1.06)}.team-rhythm-calendar_cell__n3p_c:focus-visible{outline:2px solid rgba(199,210,254,.7);outline-offset:2px}.team-rhythm-calendar_cellInert__Ybi39{cursor:default;background:rgba(255,255,255,.015);color:rgba(255,255,255,.1)}.team-rhythm-calendar_cellInert__Ybi39:hover{background:rgba(255,255,255,.015);transform:none}.team-rhythm-calendar_cellRed__R_4wR{background:rgba(239,68,68,.22);color:#f87171}.team-rhythm-calendar_cellYellow__ckgN_{background:rgba(234,179,8,.22);color:#fde047}.team-rhythm-calendar_cellGreen__XvBit{background:rgba(34,197,94,.22);color:#86efac}.team-rhythm-calendar_cellProcessing__i6z7G{background:rgba(165,180,252,.18);color:rgba(199,210,254,.95)}.team-rhythm-calendar_cellUpcoming__VoKWT{background:rgba(99,73,253,.12);color:rgba(199,210,254,.85)}.team-rhythm-calendar_glyphRow__vhk10{display:inline-flex;align-items:center;gap:2px;line-height:1}.team-rhythm-calendar_glyph__mFUjo{font-size:16px;line-height:1}.team-rhythm-calendar_glyphUpcoming__VQ5bK{color:rgba(199,210,254,.7);font-size:14px}.team-rhythm-calendar_countBadge__iGJht{position:absolute;top:-4px;right:-4px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;font-size:10px;font-weight:700;line-height:16px;background:#6349FD;color:#ffffff;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;box-shadow:0 0 0 2px #181B26}.team-rhythm-calendar_tooltip__G9jLb{position:absolute;bottom:calc(100% + 6px);left:50%;transform:translateX(-50%) translateY(4px);display:flex;flex-direction:column;gap:2px;padding:9px 12px 10px;min-width:124px;background:rgba(20,22,30,.96);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:10px;box-shadow:0 8px 24px rgba(0,0,0,.45),0 0 0 1px rgba(255,255,255,.06);font-size:12px;white-space:nowrap;pointer-events:none;opacity:0;z-index:20;transition:opacity .12s ease 0s,transform .12s ease 0s}.team-rhythm-calendar_tooltip__G9jLb:after{content:"";position:absolute;top:100%;left:50%;transform:translateX(-50%);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid rgba(20,22,30,.96)}.team-rhythm-calendar_cellWrap__SoA_0:hover .team-rhythm-calendar_tooltip__G9jLb,.team-rhythm-calendar_cell__n3p_c:focus-visible+.team-rhythm-calendar_tooltip__G9jLb{opacity:1;transform:translateX(-50%) translateY(0);transition-delay:.1s}.team-rhythm-calendar_tooltipDate__zGlwd{font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.45)}.team-rhythm-calendar_tooltipPrimary__2PT3U{font-size:13px;font-weight:500;color:#ffffff;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.team-rhythm-calendar_tooltipAvg__S6EyU{font-size:11px;font-weight:600;color:#c7d2fe;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;letter-spacing:.02em}.team-rhythm-calendar_legend__JuqO0{display:flex;flex-wrap:wrap;gap:18px;margin:18px 0 0;padding:14px 0 0;list-style:none;font-size:11px;color:rgba(255,255,255,.5)}.team-rhythm-calendar_legend__JuqO0 li{display:inline-flex;align-items:center;gap:8px}.team-rhythm-calendar_legendGlyph___ew_A{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:6px;font-size:12px;line-height:1}@media (max-width:1024px){.team-rhythm-calendar_repHeader__Lho7r{width:24%;min-width:120px}.team-rhythm-calendar_dayHeader__2GOPG{width:10.85%}.team-rhythm-calendar_cell__n3p_c{width:34px;height:34px}}@media (max-width:768px){.team-rhythm-calendar_repHeader__Lho7r{width:28%;min-width:110px}.team-rhythm-calendar_dayHeader__2GOPG{width:10.28%}.team-rhythm-calendar_cell__n3p_c{width:30px;height:30px;font-size:14px}.team-rhythm-calendar_glyph__mFUjo{font-size:14px}}.team-switcher_switcher__9_MTN{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);color:#ffffff;font-size:13px;font-weight:500;border-radius:10px;cursor:pointer;font-family:inherit;transition:border-color .18s ease,background .18s ease;appearance:none;-webkit-appearance:none;background-image:linear-gradient(45deg,transparent 50%,rgba(255,255,255,.6) 0),linear-gradient(135deg,rgba(255,255,255,.6) 50%,transparent 0);background-position:calc(100% - 16px) 50%,calc(100% - 11px) 50%;background-size:5px 5px,5px 5px;background-repeat:no-repeat;padding:8px 28px 8px 14px}.team-switcher_switcher__9_MTN:hover{background-color:rgba(255,255,255,.06);border-color:rgba(255,255,255,.14)}.team-switcher_switcher__9_MTN:focus{outline:none;border-color:rgba(99,102,241,.55)}.team-switcher_switcher__9_MTN option{background:#181B26;color:#ffffff}