.ChatView-module__QxqOzW__page{background:var(--bg-primary);flex-direction:row;height:100%;display:flex;overflow:hidden}.ChatView-module__QxqOzW__chatArea{flex-direction:column;flex:1;min-width:0;display:flex;overflow:hidden}.ChatView-module__QxqOzW__header{border-bottom:1px solid var(--border-subtle);flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:14px 20px;display:flex}.ChatView-module__QxqOzW__headerLeft{align-items:center;gap:10px;display:flex}.ChatView-module__QxqOzW__headerIcon{color:var(--brand-green);flex-shrink:0}.ChatView-module__QxqOzW__headerTitle{color:var(--text-primary);margin:0;font-size:14px;font-weight:600}.ChatView-module__QxqOzW__headerSubtitle{font-size:var(--font-base,11px);color:var(--text-muted);margin:0}.ChatView-module__QxqOzW__clearBtn{border:1px solid var(--border-default);border-radius:var(--radius-md,6px);font-size:var(--font-base,11px);color:var(--text-muted);cursor:pointer;transition:color var(--transition-fast), border-color var(--transition-fast);background:0 0;align-items:center;gap:6px;padding:5px 10px;display:flex}.ChatView-module__QxqOzW__clearBtn:hover{color:var(--status-danger);border-color:color-mix(in srgb, var(--status-danger) 40%, transparent)}.ChatView-module__QxqOzW__messages{flex-direction:column;flex:1;gap:16px;padding:20px;display:flex;overflow-y:auto}.ChatView-module__QxqOzW__empty{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;padding:40px 20px;display:flex}.ChatView-module__QxqOzW__emptyIcon{color:var(--brand-green);opacity:.7}.ChatView-module__QxqOzW__emptyTitle{color:var(--text-primary);margin:0;font-size:18px;font-weight:600}.ChatView-module__QxqOzW__emptySubtitle{font-size:var(--font-md,13px);color:var(--text-muted);max-width:420px;margin:0;line-height:1.5}.ChatView-module__QxqOzW__suggestions{flex-wrap:wrap;justify-content:center;gap:8px;max-width:560px;margin-top:8px;display:flex}.ChatView-module__QxqOzW__suggestion{background:var(--bg-subtle,var(--bg-surface));border:1px solid var(--border-default);font-size:var(--font-md,13px);color:var(--text-secondary);cursor:pointer;transition:background var(--transition-fast), color var(--transition-fast), border-color var(--transition-fast);border-radius:20px;padding:7px 14px}.ChatView-module__QxqOzW__suggestion:hover{background:var(--bg-active);color:var(--text-primary);border-color:var(--brand-green)}.ChatView-module__QxqOzW__msgRow{align-items:flex-start;gap:10px;width:100%;max-width:800px;margin:0 auto;display:flex}.ChatView-module__QxqOzW__msgRow[data-role=user]{flex-direction:row-reverse}.ChatView-module__QxqOzW__msgAvatar{width:28px;height:28px;color:var(--text-muted);border:1px solid var(--border-default);background:var(--bg-subtle,var(--bg-surface));border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ChatView-module__QxqOzW__msgRow[data-role=assistant] .ChatView-module__QxqOzW__msgAvatar{color:var(--brand-green);border-color:color-mix(in srgb, var(--brand-green) 30%, transparent)}.ChatView-module__QxqOzW__msgBody{flex-direction:column;gap:6px;min-width:0;max-width:calc(100% - 38px);display:flex}.ChatView-module__QxqOzW__msgBubble{font-size:var(--font-md,13px);white-space:pre-wrap;word-break:break-word;border-radius:12px;padding:10px 14px;line-height:1.6}.ChatView-module__QxqOzW__msgRow[data-role=user] .ChatView-module__QxqOzW__msgBubble{background:var(--brand-green);color:var(--text-on-brand);border-bottom-right-radius:4px}.ChatView-module__QxqOzW__msgRow[data-role=assistant] .ChatView-module__QxqOzW__msgBubble{background:var(--bg-subtle,var(--bg-surface));border:1px solid var(--border-subtle);color:var(--text-primary);border-bottom-left-radius:4px}.ChatView-module__QxqOzW__markdown{color:inherit;line-height:1.55;font-size:var(--font-md,13px)}.ChatView-module__QxqOzW__markdown p{margin:0;padding:0}.ChatView-module__QxqOzW__markdown p+p{margin-top:.35em}.ChatView-module__QxqOzW__markdown p:empty{display:none}.ChatView-module__QxqOzW__markdown strong{color:var(--text-primary);font-weight:600}.ChatView-module__QxqOzW__markdown em{font-style:italic}.ChatView-module__QxqOzW__markdown h1,.ChatView-module__QxqOzW__markdown h2,.ChatView-module__QxqOzW__markdown h3,.ChatView-module__QxqOzW__markdown h4{color:var(--text-primary);margin:.7em 0 .2em;font-weight:600;line-height:1.3}.ChatView-module__QxqOzW__markdown h1{font-size:15px}.ChatView-module__QxqOzW__markdown h2{font-size:14px}.ChatView-module__QxqOzW__markdown h3{font-size:13px}.ChatView-module__QxqOzW__markdown h4{color:var(--text-secondary);font-size:12px}.ChatView-module__QxqOzW__markdown h1:first-child,.ChatView-module__QxqOzW__markdown h2:first-child,.ChatView-module__QxqOzW__markdown h3:first-child,.ChatView-module__QxqOzW__markdown h4:first-child{margin-top:0}.ChatView-module__QxqOzW__markdown ul,.ChatView-module__QxqOzW__markdown ol{margin:.2em 0;padding-left:1.2em}.ChatView-module__QxqOzW__markdown li{margin:0;padding:0;line-height:1.5}.ChatView-module__QxqOzW__markdown ul ul,.ChatView-module__QxqOzW__markdown ol ol,.ChatView-module__QxqOzW__markdown ul ol,.ChatView-module__QxqOzW__markdown ol ul{margin:0}.ChatView-module__QxqOzW__markdown table{border-collapse:collapse;width:100%;margin:.5em 0;font-size:12px;line-height:1.4}.ChatView-module__QxqOzW__markdown th,.ChatView-module__QxqOzW__markdown td{border:1px solid var(--border-subtle);text-align:left;padding:4px 10px}.ChatView-module__QxqOzW__markdown th{background:var(--bg-hover);color:var(--text-secondary);font-weight:600}.ChatView-module__QxqOzW__markdown tr:nth-child(2n) td{background:var(--bg-muted)}.ChatView-module__QxqOzW__codeInline,.ChatView-module__QxqOzW__markdown code{background:var(--bg-hover);border:1px solid var(--border-subtle);color:var(--brand-green);border-radius:3px;padding:1px 5px;font-family:Fira Code,Consolas,monospace;font-size:11px;line-height:1}.ChatView-module__QxqOzW__codeBlock{background:var(--bg-muted);border:1px solid var(--border-subtle);border-radius:var(--radius-md,6px);margin:.5em 0;padding:10px 12px;overflow-x:auto}.ChatView-module__QxqOzW__codeBlockInner{color:var(--text-secondary);white-space:pre;background:0 0;border:none;margin:0;padding:0;font-family:Fira Code,Consolas,monospace;font-size:11px;line-height:1.5;display:block}.ChatView-module__QxqOzW__markdown pre{background:var(--bg-muted);border:1px solid var(--border-subtle);border-radius:var(--radius-md,6px);margin:.5em 0;padding:10px 12px;overflow-x:auto}.ChatView-module__QxqOzW__markdown pre code{color:var(--text-secondary);white-space:pre;background:0 0;border:none;padding:0;font-size:11px;line-height:1.5}.ChatView-module__QxqOzW__markdown pre p{margin:0}.ChatView-module__QxqOzW__markdown blockquote{border-left:2px solid var(--border-default);color:var(--text-muted);margin:.4em 0;padding:4px 10px;font-style:italic}.ChatView-module__QxqOzW__markdown hr{border:none;border-top:1px solid var(--border-subtle);margin:.6em 0}.ChatView-module__QxqOzW__markdown .katex{color:var(--text-primary);font-size:1em}.ChatView-module__QxqOzW__markdown .katex-display{margin:.6em 0;overflow:auto hidden}.ChatView-module__QxqOzW__markdown .katex-display>.katex{text-align:left}.ChatView-module__QxqOzW__typing{align-items:center;gap:4px;height:18px;display:inline-flex}.ChatView-module__QxqOzW__typing span{background:var(--text-muted);border-radius:50%;width:6px;height:6px;animation:1.2s infinite ChatView-module__QxqOzW__blink}.ChatView-module__QxqOzW__typing span:nth-child(2){animation-delay:.2s}.ChatView-module__QxqOzW__typing span:nth-child(3){animation-delay:.4s}@keyframes ChatView-module__QxqOzW__blink{0%,80%,to{opacity:.2;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}.ChatView-module__QxqOzW__msgActions{opacity:0;transition:opacity var(--transition-fast);align-items:center;gap:6px;margin-top:4px;display:flex}.ChatView-module__QxqOzW__msgRow:hover .ChatView-module__QxqOzW__msgActions{opacity:1}.ChatView-module__QxqOzW__copyBtn{border:1px solid var(--border-subtle);border-radius:var(--radius-md,6px);font-size:var(--font-base,11px);color:var(--text-muted);cursor:pointer;transition:color var(--transition-fast), border-color var(--transition-fast), background var(--transition-fast);background:0 0;align-items:center;gap:4px;padding:3px 8px;font-family:inherit;display:flex}.ChatView-module__QxqOzW__copyBtn:hover{color:var(--text-secondary);border-color:var(--border-default);background:var(--bg-subtle,var(--bg-surface))}.ChatView-module__QxqOzW__copyBtn[data-copied]{color:var(--brand-green);border-color:color-mix(in srgb, var(--brand-green) 30%, transparent)}.ChatView-module__QxqOzW__saveBtn{border:1px solid var(--border-subtle);border-radius:var(--radius-md,6px);font-size:var(--font-base,11px);color:var(--text-muted);cursor:pointer;transition:color var(--transition-fast), border-color var(--transition-fast), background var(--transition-fast);background:0 0;align-items:center;gap:4px;padding:3px 8px;font-family:inherit;display:flex}.ChatView-module__QxqOzW__saveBtn:hover{color:var(--brand-green);border-color:color-mix(in srgb, var(--brand-green) 30%, transparent);background:color-mix(in srgb, var(--brand-green) 5%, transparent)}.ChatView-module__QxqOzW__thinking{margin-bottom:4px}.ChatView-module__QxqOzW__thinkingSummary{font-size:var(--font-base,11px);color:var(--text-placeholder);cursor:pointer;-webkit-user-select:none;user-select:none;transition:color var(--transition-fast);align-items:center;gap:5px;padding:4px 0;list-style:none;display:flex}.ChatView-module__QxqOzW__thinkingSummary::-webkit-details-marker{display:none}.ChatView-module__QxqOzW__thinkingSummary:before{content:"›";font-size:13px;transition:transform .15s;display:inline-block}details[open] .ChatView-module__QxqOzW__thinkingSummary:before{transform:rotate(90deg)}.ChatView-module__QxqOzW__thinkingSummary:hover{color:var(--text-muted)}.ChatView-module__QxqOzW__thinkingIcon{color:inherit;flex-shrink:0}.ChatView-module__QxqOzW__thinkingContent{background:var(--bg-primary);border:1px solid var(--border-subtle);border-left:2px solid var(--text-placeholder);border-radius:0 var(--radius-md,6px) var(--radius-md,6px) 0;font-size:var(--font-base,11px);color:var(--text-muted);white-space:pre-wrap;word-break:break-word;margin:4px 0 0;padding:8px 10px;line-height:1.6}.ChatView-module__QxqOzW__sources{margin-top:2px}.ChatView-module__QxqOzW__sourcesSummary{font-size:var(--font-base,11px);color:var(--text-muted);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:4px;list-style:none;display:flex}.ChatView-module__QxqOzW__sourcesSummary::-webkit-details-marker{display:none}.ChatView-module__QxqOzW__sourcesSummary:before{content:"›";transition:transform .15s;display:inline-block}details[open] .ChatView-module__QxqOzW__sourcesSummary:before{transform:rotate(90deg)}.ChatView-module__QxqOzW__sourcesSummary:hover{color:var(--text-secondary)}.ChatView-module__QxqOzW__sourceList{flex-direction:column;gap:6px;margin:6px 0 0;padding:0;list-style:none;display:flex}.ChatView-module__QxqOzW__sourceItem{background:var(--bg-primary);border:1px solid var(--border-subtle);border-radius:var(--radius-md,6px);flex-direction:column;gap:2px;padding:8px 10px;display:flex}.ChatView-module__QxqOzW__sourceName{font-size:var(--font-base,11px);color:var(--brand-green);font-weight:600}.ChatView-module__QxqOzW__sourceContent{font-size:var(--font-base,11px);color:var(--text-muted);line-height:1.5}.ChatView-module__QxqOzW__inputArea{border-top:1px solid var(--border-subtle);background:var(--bg-primary);flex-shrink:0;align-items:flex-end;gap:8px;padding:14px 20px;display:flex}.ChatView-module__QxqOzW__input{resize:none;background:var(--bg-subtle,var(--bg-surface));border:1px solid var(--border-default);border-radius:var(--radius-lg,10px);font-family:inherit;font-size:var(--font-md,13px);color:var(--text-secondary);max-height:160px;transition:border-color var(--transition-fast);field-sizing:content;outline:none;flex:1;padding:10px 14px;line-height:1.5;overflow-y:auto}.ChatView-module__QxqOzW__input::placeholder{color:var(--text-placeholder)}.ChatView-module__QxqOzW__input:focus{border-color:var(--brand-green)}.ChatView-module__QxqOzW__input:disabled{opacity:.5;cursor:not-allowed}.ChatView-module__QxqOzW__sendBtn{background:var(--brand-green);width:36px;height:36px;color:var(--text-on-brand);cursor:pointer;transition:opacity var(--transition-fast), transform var(--transition-fast);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ChatView-module__QxqOzW__sendBtn:hover:not(:disabled){opacity:.85;transform:scale(1.05)}.ChatView-module__QxqOzW__sendBtn:disabled{opacity:.35;cursor:not-allowed}
@keyframes Skeleton-module__vkmpsq__shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.Skeleton-module__vkmpsq__bone{border-radius:var(--radius-md);background-image:linear-gradient(105deg, var(--bg-muted) 0%, var(--bg-muted) 35%, var(--bg-hover) 45%, color-mix(in srgb, var(--brand-green) 14%, var(--bg-hover)) 50%, var(--bg-hover) 55%, var(--bg-muted) 65%, var(--bg-muted) 100%);background-size:220% 100%;flex-shrink:0;animation:1.35s ease-in-out infinite Skeleton-module__vkmpsq__shimmer;display:block}.Skeleton-module__vkmpsq__round,.Skeleton-module__vkmpsq__pill{border-radius:999px}.Skeleton-module__vkmpsq__textStack{flex-direction:column;gap:8px;width:100%;display:flex}.Skeleton-module__vkmpsq__textLine{max-width:100%}.Skeleton-module__vkmpsq__table{border:1px solid var(--border-subtle);border-radius:var(--radius-lg);background:var(--bg-surface);overflow:hidden}.Skeleton-module__vkmpsq__tableHead,.Skeleton-module__vkmpsq__tableRow{grid-template-columns:repeat(var(--skeleton-cols,4), minmax(0, 1fr));align-items:center;gap:16px;padding:12px 16px;display:grid}.Skeleton-module__vkmpsq__tableHead{border-bottom:1px solid var(--border-subtle);background:var(--bg-elevated);opacity:.9}.Skeleton-module__vkmpsq__tableRow+.Skeleton-module__vkmpsq__tableRow{border-top:1px solid var(--border-subtle)}.Skeleton-module__vkmpsq__cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.Skeleton-module__vkmpsq__card{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);flex-direction:column;gap:10px;padding:14px;display:flex}.Skeleton-module__vkmpsq__cardMeta{gap:8px;margin-top:4px;display:flex}.Skeleton-module__vkmpsq__statusGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.Skeleton-module__vkmpsq__statusCard{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);flex-direction:column;gap:12px;min-height:72px;padding:14px 16px;display:flex}.Skeleton-module__vkmpsq__fluid{flex-direction:column;gap:0;height:100%;min-height:280px;display:flex}.Skeleton-module__vkmpsq__fluidBody{flex:1;height:100%;min-height:0;padding:0}.Skeleton-module__vkmpsq__fluidPane{border-radius:var(--radius-lg);width:100%;height:100%;min-height:200px}@media (max-width:1099px){.Skeleton-module__vkmpsq__cards,.Skeleton-module__vkmpsq__statusGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:767px){.Skeleton-module__vkmpsq__cards,.Skeleton-module__vkmpsq__statusGrid{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.Skeleton-module__vkmpsq__bone{background-image:none;background-color:var(--bg-muted);animation:none}}
.gridCard-module__qkjCza__body{box-sizing:border-box;flex-direction:column;gap:6px;height:100%;padding:14px 16px;display:flex}.gridCard-module__qkjCza__title{color:var(--text-primary);font-size:13px;font-weight:600;line-height:1.3}.gridCard-module__qkjCza__sub{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.gridCard-module__qkjCza__meta{flex-wrap:wrap;align-items:center;gap:6px;margin-top:2px;display:flex}.gridCard-module__qkjCza__chip{border-radius:var(--radius-sm);background:var(--bg-active);border:1px solid var(--border-subtle);color:var(--text-muted);white-space:nowrap;align-items:center;padding:2px 7px;font-size:11px;display:inline-flex}.gridCard-module__qkjCza__price{color:var(--text-primary);letter-spacing:-.3px;margin-top:auto;padding-top:8px;font-size:15px;font-weight:700}.gridCard-module__qkjCza__best{border-color:color-mix(in srgb, var(--brand-green) 40%, transparent)!important;background:color-mix(in srgb, var(--brand-green) 5%, transparent)!important}
.SidebarTeamNetwork-module__FTSxTG__contactsHead{flex-direction:column;gap:8px;min-width:0;padding:8px 8px 10px;display:flex;overflow:hidden}.SidebarTeamNetwork-module__FTSxTG__contactsTitle{letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);opacity:0;white-space:nowrap;text-overflow:ellipsis;max-width:100%;transition:opacity var(--transition-fast);pointer-events:none;padding-left:2px;font-size:10px;font-weight:650;overflow:hidden}:is([data-sidebar-panel]:hover .SidebarTeamNetwork-module__FTSxTG__contactsTitle,[data-sidebar-open] .SidebarTeamNetwork-module__FTSxTG__contactsTitle){opacity:1;pointer-events:auto}.SidebarTeamNetwork-module__FTSxTG__searchWrap{border:1px solid var(--border-subtle);background:var(--bg-muted);min-width:0;max-width:100%;color:var(--text-muted);border-radius:8px;align-items:center;gap:6px;padding:5px 8px;display:none;overflow:hidden}:is([data-sidebar-panel]:hover .SidebarTeamNetwork-module__FTSxTG__searchWrap,[data-sidebar-open] .SidebarTeamNetwork-module__FTSxTG__searchWrap){display:flex}.SidebarTeamNetwork-module__FTSxTG__search{width:100%;min-width:0;color:var(--text-primary);font:inherit;background:0 0;border:none;outline:none;flex:1;font-size:12px}.SidebarTeamNetwork-module__FTSxTG__search::placeholder{color:var(--text-muted)}.SidebarTeamNetwork-module__FTSxTG__hint{color:var(--text-muted);opacity:0;white-space:nowrap;text-overflow:ellipsis;max-width:100%;margin:0;padding:4px 10px 8px;font-size:11px;line-height:1.4;overflow:hidden}:is([data-sidebar-panel]:hover .SidebarTeamNetwork-module__FTSxTG__hint,[data-sidebar-open] .SidebarTeamNetwork-module__FTSxTG__hint){opacity:1;white-space:normal}.SidebarTeamNetwork-module__FTSxTG__contactList{flex-direction:column;gap:1px;min-width:0;padding-bottom:8px;display:flex}.SidebarTeamNetwork-module__FTSxTG__contactItem{border-radius:var(--radius-md);width:calc(100% - 8px);height:40px;color:var(--text-muted);box-sizing:border-box;min-width:0;transition:background var(--transition-base), color var(--transition-base);justify-content:center;align-items:center;gap:0;margin:1px 4px;padding:0;text-decoration:none;display:flex;overflow:visible}:is([data-sidebar-panel]:hover .SidebarTeamNetwork-module__FTSxTG__contactItem,[data-sidebar-open] .SidebarTeamNetwork-module__FTSxTG__contactItem){justify-content:flex-start;gap:10px;padding:0 8px}.SidebarTeamNetwork-module__FTSxTG__contactItem:hover{background:var(--bg-active);color:var(--text-secondary)}.SidebarTeamNetwork-module__FTSxTG__contactActive{box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--brand-green) 28%, transparent);background:color-mix(in srgb, var(--brand-green) 14%, var(--bg-active))!important;color:var(--text-primary)!important}.SidebarTeamNetwork-module__FTSxTG__contactActive .SidebarTeamNetwork-module__FTSxTG__avatarRing{border-color:var(--brand-green);box-shadow:0 0 0 1px color-mix(in srgb, var(--brand-green) 40%, transparent)}.SidebarTeamNetwork-module__FTSxTG__contactActive .SidebarTeamNetwork-module__FTSxTG__contactKind{color:color-mix(in srgb, var(--brand-green) 55%, var(--text-muted))}.SidebarTeamNetwork-module__FTSxTG__avatarRing{box-sizing:border-box;border:1.5px solid var(--border-default);background:var(--bg-elevated);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;line-height:0;display:inline-flex;overflow:hidden}.SidebarTeamNetwork-module__FTSxTG__avatar{width:100%!important;max-width:100%!important;height:100%!important;max-height:100%!important}.SidebarTeamNetwork-module__FTSxTG__contactMeta{opacity:0;min-width:0;transition:opacity var(--transition-base) 40ms;pointer-events:none;flex-direction:column;flex:1;gap:1px;display:none}:is([data-sidebar-panel]:hover .SidebarTeamNetwork-module__FTSxTG__contactMeta,[data-sidebar-open] .SidebarTeamNetwork-module__FTSxTG__contactMeta){opacity:1;display:flex}.SidebarTeamNetwork-module__FTSxTG__contactName{color:inherit;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:600;overflow:hidden}.SidebarTeamNetwork-module__FTSxTG__contactActive .SidebarTeamNetwork-module__FTSxTG__contactName{color:var(--text-primary);font-weight:700}.SidebarTeamNetwork-module__FTSxTG__contactKind{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}@media (max-width:767px){.SidebarTeamNetwork-module__FTSxTG__contactsTitle,.SidebarTeamNetwork-module__FTSxTG__hint{opacity:1;white-space:normal;pointer-events:auto}.SidebarTeamNetwork-module__FTSxTG__searchWrap{display:flex}.SidebarTeamNetwork-module__FTSxTG__contactItem{justify-content:flex-start;gap:12px;width:100%;height:auto;min-height:48px;margin:2px 0;padding:8px 12px}.SidebarTeamNetwork-module__FTSxTG__avatarRing{width:36px;height:36px}.SidebarTeamNetwork-module__FTSxTG__contactMeta{opacity:1;pointer-events:auto;display:flex}.SidebarTeamNetwork-module__FTSxTG__contactName{font-size:14px}}
.WhatsAppSessionCard-module__bQBDXG__header{align-items:center;gap:8px;display:flex}.WhatsAppSessionCard-module__bQBDXG__waIcon{border-radius:var(--radius-md);color:#25d366;background:#25d36624;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;display:inline-flex}.WhatsAppSessionCard-module__bQBDXG__qrWrap{flex-direction:column;align-items:center;gap:8px;padding:10px 0 4px;display:flex}.WhatsAppSessionCard-module__bQBDXG__qrImage{border-radius:var(--radius-md);border:1px solid var(--border-subtle);box-sizing:border-box;background:#fff;width:148px;height:148px;padding:6px}.WhatsAppSessionCard-module__bQBDXG__qrPlaceholder{border-radius:var(--radius-md);border:1px dashed var(--border-subtle);width:148px;height:148px;color:var(--text-muted);text-align:center;box-sizing:border-box;justify-content:center;align-items:center;padding:8px;font-size:11px;display:flex}.WhatsAppSessionCard-module__bQBDXG__qrHint{color:var(--text-muted);text-align:center;max-width:180px;font-size:11px;line-height:1.5}@media (max-width:767px){.WhatsAppSessionCard-module__bQBDXG__qrImage,.WhatsAppSessionCard-module__bQBDXG__qrPlaceholder{width:128px;height:128px}}
.RevisionSwitcher-module__tLY-ua__approvedBadge{letter-spacing:.04em;text-transform:uppercase;color:var(--brand-green);background:color-mix(in srgb, var(--brand-green) 12%, transparent);border:1px solid color-mix(in srgb, var(--brand-green) 30%, transparent);border-radius:var(--radius-sm);padding:1px 5px;font-size:9px;font-weight:600;line-height:1.4}.RevisionSwitcher-module__tLY-ua__approvedTag{color:var(--brand-green);background:color-mix(in srgb, var(--brand-green) 10%, transparent);border:1px solid color-mix(in srgb, var(--brand-green) 25%, transparent);border-radius:var(--radius-sm);flex-shrink:0;padding:1px 5px;font-size:10px;font-weight:500}
.FlowCanvas-module__1D_cVW__canvas{background:var(--bg-canvas);touch-action:none;width:100%;height:100%;min-height:280px;position:relative;overflow:hidden}.FlowCanvas-module__1D_cVW__canvasFill{position:absolute;inset:0}.FlowCanvas-module__1D_cVW__canvasLoading{touch-action:auto;flex-direction:column;display:flex}.FlowCanvas-module__1D_cVW__skeleton{flex:1;height:100%;min-height:0}:is(.FlowCanvas-module__1D_cVW__canvas .react-flow,.FlowCanvas-module__1D_cVW__canvas .react-flow__pane,.FlowCanvas-module__1D_cVW__canvas .react-flow__viewport,.FlowCanvas-module__1D_cVW__canvas .react-flow__renderer){touch-action:none}.FlowCanvas-module__1D_cVW__canvas .react-flow{background:var(--bg-canvas)}.FlowCanvas-module__1D_cVW__canvas .react-flow__background{background:var(--bg-canvas)}.FlowCanvas-module__1D_cVW__canvas .react-flow__background pattern circle{fill:var(--canvas-dot)}.FlowCanvas-module__1D_cVW__canvas .react-flow__controls{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-md);box-shadow:none;overflow:hidden}.FlowCanvas-module__1D_cVW__canvas .react-flow__controls-button{border:none;border-bottom:1px solid var(--border-subtle);color:var(--text-muted);cursor:pointer;width:28px;height:28px;transition:background var(--transition-fast), color var(--transition-fast);background:0 0;justify-content:center;align-items:center;display:flex}.FlowCanvas-module__1D_cVW__canvas .react-flow__controls-button:last-child{border-bottom:none}.FlowCanvas-module__1D_cVW__canvas .react-flow__controls-button:hover{background:var(--bg-active);color:var(--text-primary)}.FlowCanvas-module__1D_cVW__canvas .react-flow__controls-button svg{fill:currentColor}.FlowCanvas-module__1D_cVW__canvas .react-flow__controls-button svg.tabler-icon{fill:none;stroke:currentColor}.FlowCanvas-module__1D_cVW__canvas .react-flow__edge-path{stroke:var(--edge-stroke);stroke-width:2px}:is(.FlowCanvas-module__1D_cVW__canvas .react-flow__edge.selected .react-flow__edge-path,.FlowCanvas-module__1D_cVW__canvas .react-flow__edge:hover .react-flow__edge-path){stroke:var(--brand-green);stroke-width:2.5px}:is(.FlowCanvas-module__1D_cVW__canvas .react-flow__node-default,.FlowCanvas-module__1D_cVW__canvas .react-flow__node-input,.FlowCanvas-module__1D_cVW__canvas .react-flow__node-output){background:var(--bg-surface);border:1px solid var(--border-default);border-radius:var(--radius-lg);color:var(--text-primary);box-shadow:none;padding:10px 14px;font-size:12px;font-weight:500}:is(.FlowCanvas-module__1D_cVW__canvas .react-flow__node-default.selected,.FlowCanvas-module__1D_cVW__canvas .react-flow__node-input.selected,.FlowCanvas-module__1D_cVW__canvas .react-flow__node-output.selected){border-color:var(--brand-green);box-shadow:0 0 0 1px var(--brand-green)}.FlowCanvas-module__1D_cVW__canvas .react-flow__handle{background:var(--brand-green);border:none;width:8px;height:8px}.FlowCanvas-module__1D_cVW__zoomLabel{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);color:var(--text-muted);font-variant-numeric:tabular-nums;pointer-events:none;-webkit-user-select:none;user-select:none;padding:3px 8px;font-size:11px;font-weight:600}.FlowCanvas-module__1D_cVW__empty{pointer-events:none;flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex;position:absolute;inset:0}
.ComponentsView-module__QTJpHa__page{width:100%}.ComponentsView-module__QTJpHa__pageHeader{margin-bottom:28px}.ComponentsView-module__QTJpHa__pageTitle{color:var(--text-primary);margin:0 0 4px;font-size:22px;font-weight:600}.ComponentsView-module__QTJpHa__pageSubtitle{color:var(--text-muted);margin:0;font-size:13px}.ComponentsView-module__QTJpHa__section{border:1px solid var(--border-subtle);border-radius:var(--radius-lg);background:var(--bg-elevated);margin-bottom:20px;padding:20px 22px}.ComponentsView-module__QTJpHa__sectionTitle{color:var(--text-primary);margin:0 0 4px;font-size:14px;font-weight:600}.ComponentsView-module__QTJpHa__sectionDesc{color:var(--text-muted);margin:0 0 16px;font-size:12px}.ComponentsView-module__QTJpHa__row{flex-wrap:wrap;align-items:flex-start;gap:10px;margin-bottom:18px;display:flex}.ComponentsView-module__QTJpHa__row:last-child{margin-bottom:0}.ComponentsView-module__QTJpHa__rowLabel{letter-spacing:.4px;width:90px;color:var(--text-placeholder);text-transform:uppercase;flex-shrink:0;padding-top:9px;font-size:11px;font-weight:600}.ComponentsView-module__QTJpHa__field{width:320px;max-width:100%}.ComponentsView-module__QTJpHa__switcherField{flex:1;align-items:center;gap:12px;min-width:0;display:flex}.ComponentsView-module__QTJpHa__switcherStatus{color:var(--text-secondary);white-space:nowrap;font-size:13px}.ComponentsView-module__QTJpHa__toggle{background:var(--border-input);cursor:pointer;border:none;border-radius:999px;flex-shrink:0;width:36px;height:20px;margin-top:2px;padding:0;transition:background .2s;position:relative}.ComponentsView-module__QTJpHa__toggleOn{background:var(--brand-green)}.ComponentsView-module__QTJpHa__toggleThumb{background:var(--text-on-accent);border-radius:50%;width:14px;height:14px;transition:transform .2s;position:absolute;top:3px;left:3px}.ComponentsView-module__QTJpHa__toggleOn .ComponentsView-module__QTJpHa__toggleThumb{transform:translate(16px)}.ComponentsView-module__QTJpHa__sliderField{align-items:center;gap:10px;display:flex}.ComponentsView-module__QTJpHa__sliderInput{max-width:220px;accent-color:var(--brand-green);cursor:pointer;flex:1;height:4px}.ComponentsView-module__QTJpHa__sliderValue{color:var(--text-primary);text-align:right;min-width:36px;font-size:13px;font-weight:600}
.MessagingAuditSettingsSection-module__a3yaiG__sectionBody{min-width:0;padding:16px 22px 20px}.MessagingAuditSettingsSection-module__a3yaiG__sectionHint{color:var(--text-muted);margin:0;font-size:13px;line-height:1.55}.MessagingAuditSettingsSection-module__a3yaiG__choiceList{flex-direction:column;gap:10px;min-width:0;display:flex}.MessagingAuditSettingsSection-module__a3yaiG__choiceCard{border-radius:var(--radius-md);border:1px solid var(--border-subtle);background:var(--bg-subtle,var(--bg-active));text-align:left;cursor:pointer;width:100%;min-width:0;min-height:56px;color:inherit;transition:border-color var(--transition-fast,.15s ease), background var(--transition-fast,.15s ease);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:14px 14px 14px 12px;display:grid}.MessagingAuditSettingsSection-module__a3yaiG__choiceCard:hover{border-color:color-mix(in srgb, var(--brand-green) 35%, var(--border-subtle));background:var(--bg-hover,var(--bg-active))}.MessagingAuditSettingsSection-module__a3yaiG__choiceCard:focus-visible{outline:2px solid color-mix(in srgb, var(--brand-green) 55%, transparent);outline-offset:2px}.MessagingAuditSettingsSection-module__a3yaiG__choiceIcon{border-radius:var(--radius-md);background:color-mix(in srgb, var(--brand-green) 10%, var(--bg-elevated,var(--bg-hover)));width:40px;height:40px;color:var(--brand-green);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.MessagingAuditSettingsSection-module__a3yaiG__choiceText{flex-direction:column;gap:4px;min-width:0;display:flex}.MessagingAuditSettingsSection-module__a3yaiG__choiceTitleRow{flex-wrap:wrap;align-items:center;gap:8px;min-width:0;display:flex}.MessagingAuditSettingsSection-module__a3yaiG__choiceTitle{color:var(--text-primary);font-size:14px;font-weight:600;line-height:1.3}.MessagingAuditSettingsSection-module__a3yaiG__choiceDesc{color:var(--text-muted);overflow-wrap:anywhere;font-size:12px;line-height:1.45}.MessagingAuditSettingsSection-module__a3yaiG__choiceChevron{color:var(--text-placeholder);flex-shrink:0}.MessagingAuditSettingsSection-module__a3yaiG__choiceCard:hover .MessagingAuditSettingsSection-module__a3yaiG__choiceChevron{color:var(--text-muted)}.MessagingAuditSettingsSection-module__a3yaiG__statusPill{letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;border-radius:999px;align-items:center;padding:2px 7px;font-size:10px;font-weight:650;line-height:1.3;display:inline-flex}.MessagingAuditSettingsSection-module__a3yaiG__statusPill[data-tone=default]{background:var(--bg-active);color:var(--text-muted)}.MessagingAuditSettingsSection-module__a3yaiG__statusPill[data-tone=custom]{background:color-mix(in srgb, var(--brand-green) 14%, transparent);color:var(--brand-green)}.MessagingAuditSettingsSection-module__a3yaiG__auditModal{max-height:min(92vh,920px)}.MessagingAuditSettingsSection-module__a3yaiG__modalShell{flex-direction:column;min-height:0;max-height:min(82vh,820px);display:flex}.MessagingAuditSettingsSection-module__a3yaiG__modalScroll{-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;gap:14px;min-width:0;min-height:0;padding:16px 18px 12px;display:flex;overflow-y:auto}.MessagingAuditSettingsSection-module__a3yaiG__callout{border-radius:var(--radius-md);border:1px solid var(--border-subtle);background:color-mix(in srgb, var(--bg-active) 80%, transparent);padding:12px 14px}.MessagingAuditSettingsSection-module__a3yaiG__calloutText{color:var(--text-secondary);margin:0;font-size:13px;line-height:1.55}.MessagingAuditSettingsSection-module__a3yaiG__notice{border-radius:var(--radius-md);padding:10px 12px;font-size:12px;line-height:1.45}.MessagingAuditSettingsSection-module__a3yaiG__notice[data-tone=amber]{border:1px solid color-mix(in srgb, var(--status-warning,#c97800) 28%, transparent);background:color-mix(in srgb, var(--status-warning,#c97800) 10%, transparent);color:var(--status-warning,#c97800)}.MessagingAuditSettingsSection-module__a3yaiG__modalHint{color:var(--text-muted);margin:0;font-size:13px;line-height:1.5}.MessagingAuditSettingsSection-module__a3yaiG__editorField{flex-direction:column;gap:8px;min-width:0;display:flex}.MessagingAuditSettingsSection-module__a3yaiG__editorLabel{color:var(--text-primary);font-size:13px;font-weight:500}.MessagingAuditSettingsSection-module__a3yaiG__editorMarkdown{width:100%;min-width:0}.MessagingAuditSettingsSection-module__a3yaiG__editorMeta{color:var(--text-placeholder);font-variant-numeric:tabular-nums;justify-content:flex-end;font-size:11px;display:flex}.MessagingAuditSettingsSection-module__a3yaiG__modalFooter{border-top:1px solid var(--border-subtle);background:var(--bg-surface);flex-wrap:wrap;flex-shrink:0;justify-content:space-between;align-items:center;gap:10px;padding:12px 18px 16px;display:flex}.MessagingAuditSettingsSection-module__a3yaiG__footerActions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;margin-left:auto;display:flex}.MessagingAuditSettingsSection-module__a3yaiG__errorBox{border-radius:var(--radius-md);border:1px solid color-mix(in srgb, var(--status-danger) 30%, transparent);background:color-mix(in srgb, var(--status-danger) 12%, transparent);color:var(--status-danger);padding:10px 12px;font-size:13px;line-height:1.45}@media (max-width:767px){.MessagingAuditSettingsSection-module__a3yaiG__sectionBody{padding:14px 16px 18px}.MessagingAuditSettingsSection-module__a3yaiG__choiceCard{gap:10px;padding:12px}.MessagingAuditSettingsSection-module__a3yaiG__choiceIcon{width:36px;height:36px}.MessagingAuditSettingsSection-module__a3yaiG__modalScroll{padding:14px 14px 10px}.MessagingAuditSettingsSection-module__a3yaiG__modalFooter{flex-direction:column;align-items:stretch;padding:12px 14px 14px}.MessagingAuditSettingsSection-module__a3yaiG__footerSecondary{width:100%}.MessagingAuditSettingsSection-module__a3yaiG__footerActions{width:100%;margin-left:0}.MessagingAuditSettingsSection-module__a3yaiG__footerActions>*{flex:auto}}@media (min-width:1100px){.MessagingAuditSettingsSection-module__a3yaiG__modalScroll{padding:18px 20px 14px}}
.ProjectSettingsForm-module__5f6h8a__card{border:1px solid var(--border-subtle);border-radius:var(--radius-lg);background:var(--bg-surface);margin-bottom:16px;overflow:hidden}.ProjectSettingsForm-module__5f6h8a__cardHeader{border-bottom:1px solid var(--border-subtle);padding:13px 16px}.ProjectSettingsForm-module__5f6h8a__cardTitle{color:var(--text-primary);font-size:13px;font-weight:600}.ProjectSettingsForm-module__5f6h8a__cardSubtitle{font-size:var(--font-base);color:var(--text-muted);margin-top:2px}.ProjectSettingsForm-module__5f6h8a__settingRow{border-bottom:1px solid var(--border-subtle);grid-template-columns:200px 1fr;align-items:center;gap:12px;padding:12px 16px;display:grid}.ProjectSettingsForm-module__5f6h8a__settingRow.ProjectSettingsForm-module__5f6h8a__last{border-bottom:none}.ProjectSettingsForm-module__5f6h8a__settingLabel{font-size:var(--font-base);color:var(--text-secondary);margin-bottom:2px;font-weight:500}.ProjectSettingsForm-module__5f6h8a__settingHint{color:var(--text-muted);font-size:11px}.ProjectSettingsForm-module__5f6h8a__settingControl{flex-direction:column;display:flex}.ProjectSettingsForm-module__5f6h8a__saveRow{border-top:1px solid var(--border-subtle);justify-content:flex-end;padding:10px 16px;display:flex}.ProjectSettingsForm-module__5f6h8a__input{background:var(--bg-input);border:1px solid var(--border-input);border-radius:var(--radius-md);width:100%;font-size:var(--font-base);color:var(--text-secondary);transition:border-color var(--transition-fast);box-sizing:border-box;outline:none;padding:6px 9px;font-family:inherit}.ProjectSettingsForm-module__5f6h8a__input:focus{border-color:var(--border-hover)}.ProjectSettingsForm-module__5f6h8a__input[readonly]{color:var(--text-muted);cursor:default}.ProjectSettingsForm-module__5f6h8a__inputGroup{align-items:center;gap:6px;display:flex}.ProjectSettingsForm-module__5f6h8a__inputGroup>div,.ProjectSettingsForm-module__5f6h8a__inputGroup .ProjectSettingsForm-module__5f6h8a__input{flex:1}.ProjectSettingsForm-module__5f6h8a__btnPrimary{background:var(--brand-green);border-radius:var(--radius-md);font-size:var(--font-base);color:var(--text-on-brand);cursor:pointer;transition:opacity var(--transition-fast);white-space:nowrap;border:none;align-items:center;gap:5px;padding:5px 12px;font-family:inherit;font-weight:500;display:inline-flex}.ProjectSettingsForm-module__5f6h8a__btnPrimary:hover:not(:disabled){opacity:.85}.ProjectSettingsForm-module__5f6h8a__btnPrimary:disabled{opacity:.5;cursor:default}.ProjectSettingsForm-module__5f6h8a__btnSecondary{border:1px solid var(--border-default);border-radius:var(--radius-md);font-size:var(--font-base);color:var(--text-secondary);cursor:pointer;transition:background var(--transition-fast), color var(--transition-fast);white-space:nowrap;background:0 0;align-items:center;gap:5px;padding:5px 12px;font-family:inherit;display:inline-flex}.ProjectSettingsForm-module__5f6h8a__btnSecondary:hover{background:var(--bg-active);color:var(--text-primary)}.ProjectSettingsForm-module__5f6h8a__copyBtn{background:var(--bg-muted);border:1px solid var(--border-default);border-radius:var(--radius-md);font-size:var(--font-base);color:var(--text-secondary);cursor:pointer;white-space:nowrap;transition:background var(--transition-fast);align-items:center;gap:4px;padding:5px 9px;font-family:inherit;display:inline-flex}.ProjectSettingsForm-module__5f6h8a__copyBtn:hover{background:var(--bg-active)}.ProjectSettingsForm-module__5f6h8a__btnDanger{background:var(--status-danger-bg);border:1px solid var(--status-danger-border);border-radius:var(--radius-md);font-size:var(--font-base);color:var(--status-danger);cursor:pointer;transition:background var(--transition-fast);white-space:nowrap;align-items:center;gap:5px;padding:5px 12px;font-family:inherit;font-weight:500;display:inline-flex}.ProjectSettingsForm-module__5f6h8a__btnDanger:hover{background:var(--status-danger-hover)}.ProjectSettingsForm-module__5f6h8a__accessRow{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding:12px 16px;display:flex}.ProjectSettingsForm-module__5f6h8a__accessTitle{font-size:var(--font-md);color:var(--text-primary);margin-bottom:2px;font-weight:500}.ProjectSettingsForm-module__5f6h8a__accessDesc{font-size:var(--font-base);color:var(--text-muted)}.ProjectSettingsForm-module__5f6h8a__membersTable{padding:0 16px 16px}.ProjectSettingsForm-module__5f6h8a__email{color:var(--text-secondary)}.ProjectSettingsForm-module__5f6h8a__youPill{color:var(--text-muted);border:1px solid var(--border-default);vertical-align:middle;border-radius:3px;margin-left:6px;padding:0 4px;font-size:10px;display:inline-block}.ProjectSettingsForm-module__5f6h8a__role{color:var(--text-muted)}.ProjectSettingsForm-module__5f6h8a__availRow{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding:12px 16px;display:flex}.ProjectSettingsForm-module__5f6h8a__availRow.ProjectSettingsForm-module__5f6h8a__last{border-bottom:none}.ProjectSettingsForm-module__5f6h8a__availTitle{font-size:var(--font-md);color:var(--text-primary);margin-bottom:2px;font-weight:500}.ProjectSettingsForm-module__5f6h8a__availDesc{font-size:var(--font-base);color:var(--text-muted)}.ProjectSettingsForm-module__5f6h8a__featureRow{align-items:flex-start;gap:12px;padding:14px 16px;display:flex}.ProjectSettingsForm-module__5f6h8a__featureIcon{color:var(--text-muted);flex-shrink:0;margin-top:1px}.ProjectSettingsForm-module__5f6h8a__featureBody{flex:1}.ProjectSettingsForm-module__5f6h8a__featureTitle{font-size:var(--font-md);color:var(--text-primary);margin-bottom:3px;font-weight:500}.ProjectSettingsForm-module__5f6h8a__featureDesc{font-size:var(--font-base);color:var(--text-muted);line-height:1.5}.ProjectSettingsForm-module__5f6h8a__deleteBox{background:var(--status-danger-bg);border:1px solid var(--status-danger-border);border-radius:var(--radius-md);margin:12px 16px;overflow:hidden}.ProjectSettingsForm-module__5f6h8a__deleteBoxContent{border-bottom:1px solid var(--status-danger-border);align-items:flex-start;gap:10px;padding:12px 14px;display:flex}.ProjectSettingsForm-module__5f6h8a__deleteIcon{color:var(--status-danger);flex-shrink:0;margin-top:1px}.ProjectSettingsForm-module__5f6h8a__deleteTitle{font-size:var(--font-md);color:var(--text-primary);margin-bottom:3px;font-weight:500}.ProjectSettingsForm-module__5f6h8a__deleteSubtitle{font-size:var(--font-base);color:var(--text-muted)}.ProjectSettingsForm-module__5f6h8a__deleteBox>.btn{background:0 0;margin:10px 14px 12px}.ProjectSettingsForm-module__5f6h8a__deleteErrMsg{font-size:var(--font-base);color:var(--status-danger);margin:0 14px}
.TeamMemberNetworksView-module__qgtZTa__brandIcon{color:#25d366}.TeamMemberNetworksView-module__qgtZTa__backLink{color:var(--text-muted);border-radius:var(--radius-md);transition:color var(--transition-fast);align-items:center;gap:6px;margin-bottom:16px;padding:4px 0;font-size:12px;font-weight:500;text-decoration:none;display:inline-flex}.TeamMemberNetworksView-module__qgtZTa__backLink:hover{color:var(--text-primary)}.TeamMemberNetworksView-module__qgtZTa__modalBody{flex-direction:column;flex:1;gap:14px;min-width:0;padding:20px 16px;display:flex;overflow-y:auto}.TeamMemberNetworksView-module__qgtZTa__modalHint,.TeamMemberNetworksView-module__qgtZTa__modalText{color:var(--text-secondary,var(--text-muted));margin:0;font-size:13px;line-height:1.55}.TeamMemberNetworksView-module__qgtZTa__modalName{color:var(--text-primary);font-weight:600}.TeamMemberNetworksView-module__qgtZTa__modalFooter{border-top:1px solid var(--border-subtle);background:var(--bg-active);flex-wrap:wrap;flex-shrink:0;justify-content:flex-end;align-items:center;gap:8px;padding:14px 16px;display:flex}.TeamMemberNetworksView-module__qgtZTa__choiceList{-webkit-overflow-scrolling:touch;flex-direction:column;gap:8px;min-width:0;max-height:min(52vh,420px);margin:0 -4px;padding:2px 4px 4px;display:flex;overflow-y:auto}.TeamMemberNetworksView-module__qgtZTa__choiceCard{box-sizing:border-box;border-radius:var(--radius-lg);border:1px solid var(--border-subtle);background:var(--bg-elevated);text-align:left;cursor:pointer;width:100%;min-width:0;color:inherit;transition:border-color var(--transition-fast), background var(--transition-fast), box-shadow var(--transition-fast);align-items:flex-start;gap:14px;padding:14px 16px;font-family:inherit;display:flex}.TeamMemberNetworksView-module__qgtZTa__choiceCard:hover{border-color:var(--border-hover);background:var(--bg-hover);box-shadow:0 6px 18px #0000002e}.TeamMemberNetworksView-module__qgtZTa__choiceCard:focus-visible{outline:2px solid var(--brand-green);outline-offset:2px}.TeamMemberNetworksView-module__qgtZTa__choiceCardMuted{opacity:.78}.TeamMemberNetworksView-module__qgtZTa__choiceCardMuted:hover{opacity:.92;box-shadow:none}.TeamMemberNetworksView-module__qgtZTa__choiceIconWhatsapp,.TeamMemberNetworksView-module__qgtZTa__choiceIconInstagram,.TeamMemberNetworksView-module__qgtZTa__choiceIconSnapchat,.TeamMemberNetworksView-module__qgtZTa__choiceIconTiktok,.TeamMemberNetworksView-module__qgtZTa__choiceIconFacebook,.TeamMemberNetworksView-module__qgtZTa__choiceIconTelegram,.TeamMemberNetworksView-module__qgtZTa__choiceIconKwai,.TeamMemberNetworksView-module__qgtZTa__choiceIconYoutube,.TeamMemberNetworksView-module__qgtZTa__choiceIconThreads,.TeamMemberNetworksView-module__qgtZTa__choiceIconX,.TeamMemberNetworksView-module__qgtZTa__choiceIconDiscord,.TeamMemberNetworksView-module__qgtZTa__choiceIconLinkedin,.TeamMemberNetworksView-module__qgtZTa__choiceIconPinterest,.TeamMemberNetworksView-module__qgtZTa__choiceIconRoblox,.TeamMemberNetworksView-module__qgtZTa__choiceIconFortnite{background:var(--bg-muted);width:40px;height:40px;color:var(--text-secondary);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.TeamMemberNetworksView-module__qgtZTa__choiceIconWhatsapp{color:#25d366;background:color-mix(in srgb, #25d366 14%, var(--bg-muted))}.TeamMemberNetworksView-module__qgtZTa__choiceIconSnapchat{color:#111;background:color-mix(in srgb, #fffc00 52%, var(--bg-muted))}.TeamMemberNetworksView-module__qgtZTa__choiceIconInstagram{color:#e1306c;background:color-mix(in srgb, #e1306c 12%, var(--bg-muted))}.TeamMemberNetworksView-module__qgtZTa__choiceIconTiktok{color:#fe2c55;background:color-mix(in srgb, #25f4ee 10%, color-mix(in srgb, #fe2c55 12%, var(--bg-muted)))}.TeamMemberNetworksView-module__qgtZTa__choiceIconFacebook{color:#1877f2;background:color-mix(in srgb, #1877f2 14%, var(--bg-muted))}.TeamMemberNetworksView-module__qgtZTa__choiceIconTelegram{color:#2aabee;background:color-mix(in srgb, #2aabee 14%, var(--bg-muted))}.TeamMemberNetworksView-module__qgtZTa__choiceIconKwai{color:#ff4906;background:color-mix(in srgb, #ff4906 14%, var(--bg-muted))}.TeamMemberNetworksView-module__qgtZTa__choiceIconYoutube{color:red;background:color-mix(in srgb, red 12%, var(--bg-muted))}.TeamMemberNetworksView-module__qgtZTa__choiceIconThreads,.TeamMemberNetworksView-module__qgtZTa__choiceIconX{color:var(--text-primary);background:color-mix(in srgb, var(--text-primary) 10%, var(--bg-muted))}.TeamMemberNetworksView-module__qgtZTa__choiceIconDiscord{color:#5865f2;background:color-mix(in srgb, #5865f2 14%, var(--bg-muted))}.TeamMemberNetworksView-module__qgtZTa__choiceIconLinkedin{color:#0a66c2;background:color-mix(in srgb, #0a66c2 14%, var(--bg-muted))}.TeamMemberNetworksView-module__qgtZTa__choiceIconPinterest{color:#e60023;background:color-mix(in srgb, #e60023 12%, var(--bg-muted))}.TeamMemberNetworksView-module__qgtZTa__choiceIconRoblox{color:#e2231a;background:color-mix(in srgb, #e2231a 12%, var(--bg-muted))}.TeamMemberNetworksView-module__qgtZTa__choiceIconFortnite{color:#9d4dbb;background:color-mix(in srgb, #9d4dbb 14%, var(--bg-muted))}.TeamMemberNetworksView-module__qgtZTa__choiceText{flex-direction:column;flex:1;gap:4px;min-width:0;padding-top:1px;display:flex}.TeamMemberNetworksView-module__qgtZTa__choiceTitle{color:var(--text-primary);font-size:14px;font-weight:600;line-height:1.3}.TeamMemberNetworksView-module__qgtZTa__choiceDesc{color:var(--text-muted);overflow-wrap:anywhere;font-size:12px;line-height:1.45}.TeamMemberNetworksView-module__qgtZTa__choiceMeta{letter-spacing:.02em;color:var(--text-placeholder);border:1px solid var(--border-subtle);background:var(--bg-muted);white-space:nowrap;border-radius:999px;flex-shrink:0;align-self:center;padding:4px 8px;font-size:11px;font-weight:600}.TeamMemberNetworksView-module__qgtZTa__availableEmpty{color:var(--text-muted);text-align:center;margin:0;padding:20px 12px;font-size:13px;line-height:1.45}@media (max-width:767px){.TeamMemberNetworksView-module__qgtZTa__modalBody{gap:12px;padding:16px 14px}.TeamMemberNetworksView-module__qgtZTa__modalFooter{flex-direction:column-reverse;align-items:stretch;padding:12px 14px}.TeamMemberNetworksView-module__qgtZTa__modalFooter>*{width:100%}.TeamMemberNetworksView-module__qgtZTa__choiceList{max-height:min(48vh,360px)}.TeamMemberNetworksView-module__qgtZTa__choiceCard{gap:12px;padding:12px}.TeamMemberNetworksView-module__qgtZTa__choiceIconWhatsapp,.TeamMemberNetworksView-module__qgtZTa__choiceIconInstagram,.TeamMemberNetworksView-module__qgtZTa__choiceIconSnapchat,.TeamMemberNetworksView-module__qgtZTa__choiceIconTiktok,.TeamMemberNetworksView-module__qgtZTa__choiceIconFacebook,.TeamMemberNetworksView-module__qgtZTa__choiceIconTelegram,.TeamMemberNetworksView-module__qgtZTa__choiceIconKwai,.TeamMemberNetworksView-module__qgtZTa__choiceIconYoutube,.TeamMemberNetworksView-module__qgtZTa__choiceIconThreads,.TeamMemberNetworksView-module__qgtZTa__choiceIconX,.TeamMemberNetworksView-module__qgtZTa__choiceIconDiscord,.TeamMemberNetworksView-module__qgtZTa__choiceIconLinkedin,.TeamMemberNetworksView-module__qgtZTa__choiceIconPinterest,.TeamMemberNetworksView-module__qgtZTa__choiceIconRoblox,.TeamMemberNetworksView-module__qgtZTa__choiceIconFortnite{border-radius:10px;width:36px;height:36px}}
.MobileContextSheet-module__BmcOpG__trigger{display:none}@media (max-width:767px){.MobileContextSheet-module__BmcOpG__trigger{border:1px solid var(--border-default);background:var(--bg-elevated);width:100%;min-width:0;height:28px;color:var(--text-primary);cursor:pointer;transition:background var(--transition-fast);border-radius:999px;justify-content:center;align-items:center;gap:6px;padding:0 10px;font-family:inherit;font-size:12px;font-weight:500;display:inline-flex}.MobileContextSheet-module__BmcOpG__trigger:hover,.MobileContextSheet-module__BmcOpG__triggerOpen{background:var(--bg-active)}.MobileContextSheet-module__BmcOpG__triggerLoading{cursor:default;pointer-events:none}.MobileContextSheet-module__BmcOpG__triggerLoading:hover{background:var(--bg-elevated)}.MobileContextSheet-module__BmcOpG__triggerIcon{color:var(--brand-green);flex-shrink:0}.MobileContextSheet-module__BmcOpG__triggerLabel{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.MobileContextSheet-module__BmcOpG__triggerMeta{color:var(--text-muted);flex-shrink:0;font-weight:400}.MobileContextSheet-module__BmcOpG__triggerChevron{color:var(--text-muted);flex-shrink:0}}.MobileContextSheet-module__BmcOpG__sheet{z-index:var(--z-modal);background:var(--bg-elevated);flex-direction:column;display:flex;position:fixed;inset:0}.MobileContextSheet-module__BmcOpG__header,.MobileContextSheet-module__BmcOpG__headerNav{border-bottom:1px solid var(--border-default);flex-shrink:0;justify-content:space-between;align-items:center;gap:10px;padding:16px 14px;display:flex}.MobileContextSheet-module__BmcOpG__title{color:var(--text-primary);margin:0;font-size:15px;font-weight:600}.MobileContextSheet-module__BmcOpG__headerNav .MobileContextSheet-module__BmcOpG__title{text-align:center;flex:1}.MobileContextSheet-module__BmcOpG__backBtn,.MobileContextSheet-module__BmcOpG__closeBtn{background:var(--bg-muted);border:1px solid var(--border-default);width:34px;height:34px;color:var(--text-muted);cursor:pointer;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:flex}.MobileContextSheet-module__BmcOpG__backBtn:hover,.MobileContextSheet-module__BmcOpG__closeBtn:hover{background:var(--bg-active);color:var(--text-primary)}.MobileContextSheet-module__BmcOpG__body{flex:1;padding:8px 14px 32px;overflow-y:auto}.MobileContextSheet-module__BmcOpG__section{border-bottom:1px solid var(--border-default)}.MobileContextSheet-module__BmcOpG__section:last-child{border-bottom:none}.MobileContextSheet-module__BmcOpG__sectionTrigger{width:100%;min-height:52px;color:var(--text-primary);text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:12px;padding:12px 4px;font-family:inherit;display:flex}.MobileContextSheet-module__BmcOpG__sectionTrigger:hover{color:var(--text-primary)}.MobileContextSheet-module__BmcOpG__sectionText{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.MobileContextSheet-module__BmcOpG__sectionTitle{letter-spacing:.4px;text-transform:uppercase;color:var(--text-muted);font-size:11px;font-weight:600}.MobileContextSheet-module__BmcOpG__sectionValue{color:inherit;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:500;overflow:hidden}.MobileContextSheet-module__BmcOpG__sectionChevron{color:var(--text-muted);flex-shrink:0}.MobileContextSheet-module__BmcOpG__modal{z-index:1;background:var(--bg-elevated);flex-direction:column;display:flex;position:absolute;inset:0}.MobileContextSheet-module__BmcOpG__modalBody{flex:1;padding:12px 14px 32px;overflow-y:auto}
.ProjectSettingsPageClient-module__0DP83W__loading{align-items:center;gap:var(--space-3);padding:var(--space-10) 0;color:var(--text-secondary);font-size:var(--font-md);display:flex}.ProjectSettingsPageClient-module__0DP83W__spinner{color:var(--brand-green);flex-shrink:0;animation:.8s linear infinite ProjectSettingsPageClient-module__0DP83W__spin}@keyframes ProjectSettingsPageClient-module__0DP83W__spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.ProjectSettingsPageClient-module__0DP83W__spinner{animation:none}}
.layout-module__BpYtQG__shell{background:var(--bg-base);flex-direction:column;height:100dvh;display:flex;overflow:hidden}.layout-module__BpYtQG__body{flex:1;min-height:0;display:flex;position:relative;overflow:hidden}.layout-module__BpYtQG__main{padding:var(--main-padding-y) var(--main-padding-x) 60px;flex:1;min-width:0;overflow:hidden auto}.layout-module__BpYtQG__mainTight{padding:0 var(--main-padding-x) 0;flex:1;min-width:0;overflow:hidden auto}.layout-module__BpYtQG__mainCanvas{flex-direction:column;flex:1;min-width:0;padding:0;display:flex;overflow:hidden}.layout-module__BpYtQG__backdrop,.layout-module__BpYtQG__mobileContextHost{display:none}@media (max-width:767px){.layout-module__BpYtQG__body{flex-direction:column}.layout-module__BpYtQG__backdrop{inset:0;top:var(--topbar-height);background:var(--overlay-scrim-soft);z-index:calc(var(--z-modal) - 1);cursor:pointer;border:none;padding:0;display:block;position:fixed}.layout-module__BpYtQG__mobileContextHost{width:58%;height:var(--topbar-height);z-index:calc(var(--z-sticky) + 1);pointer-events:none;justify-content:center;align-items:center;display:flex;position:fixed;top:0;left:21%}.layout-module__BpYtQG__mobileContextHost>button{pointer-events:auto;width:100%}}
.AccountPreferencesView-module__5AnYnG__section{min-width:0;margin-bottom:32px}.AccountPreferencesView-module__5AnYnG__sectionTitle{color:var(--text-primary);margin:0 0 4px;font-size:15px;font-weight:600}.AccountPreferencesView-module__5AnYnG__sectionSub{color:var(--text-muted);margin:0 0 14px;font-size:13px;line-height:1.5}.AccountPreferencesView-module__5AnYnG__panel{background:var(--bg-surface);border:1px solid var(--border-default);border-radius:var(--radius-xl);min-width:0;overflow:hidden}.AccountPreferencesView-module__5AnYnG__appearanceLayout{border-bottom:1px solid var(--border-subtle);gap:24px;min-width:0;padding:20px 22px;display:flex}.AccountPreferencesView-module__5AnYnG__appearanceCopy{flex-shrink:0;width:230px}.AccountPreferencesView-module__5AnYnG__appearanceTitle{color:var(--text-primary);margin-bottom:6px;font-size:13px;font-weight:500}.AccountPreferencesView-module__5AnYnG__appearanceDesc{color:var(--text-muted);margin:0;font-size:12px;line-height:1.5}.AccountPreferencesView-module__5AnYnG__emptyIdentities{color:var(--text-muted);padding:18px 22px;font-size:13px}.AccountPreferencesView-module__5AnYnG__emailReadonly{border-radius:var(--radius-md);border:1px solid var(--border-input);background:var(--bg-muted);min-height:36px;color:var(--text-secondary);font-size:var(--font-md,13px);align-items:center;padding:0 12px;display:flex}.AccountPreferencesView-module__5AnYnG__avatarUpload{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:14px;max-width:100%;padding:0;font-family:inherit;display:inline-flex}.AccountPreferencesView-module__5AnYnG__avatarFrame{outline:2px solid var(--border-subtle);outline-offset:2px;transition:outline-color var(--transition-fast), opacity var(--transition-fast);isolation:isolate;border-radius:50%;flex-shrink:0;position:relative;overflow:visible}.AccountPreferencesView-module__5AnYnG__avatarUpload:hover .AccountPreferencesView-module__5AnYnG__avatarFrame{outline-color:var(--brand-green)}.AccountPreferencesView-module__5AnYnG__avatarPhoto{z-index:0;position:relative}.AccountPreferencesView-module__5AnYnG__avatarBadge{z-index:2;background:var(--bg-elevated);border:1.5px solid var(--border-default);width:28px;height:28px;color:var(--text-secondary);pointer-events:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;bottom:-4px;right:-4px;box-shadow:0 2px 8px #00000047}.AccountPreferencesView-module__5AnYnG__avatarUpload:hover .AccountPreferencesView-module__5AnYnG__avatarBadge{color:var(--brand-green);border-color:color-mix(in srgb, var(--brand-green) 40%, var(--border-default))}.AccountPreferencesView-module__5AnYnG__avatarMeta{flex-direction:column;gap:2px;min-width:0;display:flex}.AccountPreferencesView-module__5AnYnG__avatarMetaTitle{color:var(--text-primary);font-size:13px;font-weight:500}.AccountPreferencesView-module__5AnYnG__avatarMetaHint{color:var(--text-muted);font-size:12px;line-height:1.4}.AccountPreferencesView-module__5AnYnG__modalBody{flex-direction:column;gap:16px;display:flex}.AccountPreferencesView-module__5AnYnG__modalText{color:var(--text-secondary);margin:0;font-size:13px;line-height:1.55}.AccountPreferencesView-module__5AnYnG__modalActions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}@media (max-width:767px){.AccountPreferencesView-module__5AnYnG__appearanceLayout{flex-direction:column;gap:16px}.AccountPreferencesView-module__5AnYnG__appearanceCopy{width:auto}.AccountPreferencesView-module__5AnYnG__section{margin-bottom:24px}}
.auth-module__PPdCdW__field{margin-bottom:18px}.auth-module__PPdCdW__submitWrapper{margin-top:8px}.auth-module__PPdCdW__backLink{color:var(--text-muted);transition:color var(--transition-fast);align-items:center;gap:5px;font-size:13px;text-decoration:none;display:inline-flex}.auth-module__PPdCdW__backLink:hover{color:var(--text-secondary)}.auth-module__PPdCdW__devLinkBox{background:color-mix(in srgb, var(--status-amber) 8%, transparent);border:1px solid color-mix(in srgb, var(--status-amber) 25%, transparent);border-radius:var(--radius-md);color:var(--text-secondary);margin-bottom:16px;padding:12px 14px;font-size:13px;line-height:1.5}.auth-module__PPdCdW__devLinkTitle{color:var(--status-amber);text-transform:uppercase;letter-spacing:.04em;margin:0 0 4px;font-size:12px;font-weight:600}.auth-module__PPdCdW__devLinkHint{color:var(--text-muted);margin:0 0 10px;font-size:12px}.auth-module__PPdCdW__devLink{color:var(--brand-green,var(--brand-green));word-break:break-all;font-weight:500;text-decoration:underline;display:inline-flex}.auth-module__PPdCdW__authErrorBody{flex-direction:column;gap:6px;min-width:0;display:flex}.auth-module__PPdCdW__authErrorMessage{margin:0;font-weight:500}.auth-module__PPdCdW__authErrorHint{opacity:.92;margin:0;font-size:12px;line-height:1.45}.auth-module__PPdCdW__authErrorLink{color:inherit;font-weight:600;text-decoration:underline;display:inline}
.NewOrgForm-module__j_2wCq__card{background:var(--bg-surface);border:1px solid var(--border-input);border-radius:var(--radius-xl);width:680px;margin-top:24px}.NewOrgForm-module__j_2wCq__header{border-bottom:1px solid var(--border-default);padding:22px 24px 18px}.NewOrgForm-module__j_2wCq__title{color:var(--text-primary);margin-bottom:6px;font-size:16px;font-weight:600}.NewOrgForm-module__j_2wCq__subtitle{font-size:var(--font-base);color:var(--text-muted);line-height:1.5}.NewOrgForm-module__j_2wCq__globalError{background:color-mix(in srgb, var(--status-danger) 8%, transparent);border:1px solid color-mix(in srgb, var(--status-danger) 25%, transparent);border-radius:var(--radius-md);font-size:var(--font-base);color:var(--status-red);margin:16px 24px 0;padding:10px 14px}.NewOrgForm-module__j_2wCq__row{border-bottom:1px solid var(--bg-surface);grid-template-columns:180px 1fr;align-items:start;gap:16px;padding:18px 24px;display:grid}.NewOrgForm-module__j_2wCq__rowLabel{font-size:var(--font-base);color:var(--text-secondary);padding-top:7px;font-weight:500}.NewOrgForm-module__j_2wCq__rowControl{flex-direction:column;gap:6px;display:flex}.NewOrgForm-module__j_2wCq__hint{font-size:var(--font-base);color:var(--text-muted);line-height:1.5}.NewOrgForm-module__j_2wCq__link{color:var(--brand-green);cursor:pointer;text-decoration:none}.NewOrgForm-module__j_2wCq__link:hover{text-decoration:underline}.NewOrgForm-module__j_2wCq__fieldError{font-size:var(--font-base);color:var(--status-red)}.NewOrgForm-module__j_2wCq__rowLabelError{color:var(--status-red)!important}.NewOrgForm-module__j_2wCq__planSuffix{font-size:var(--font-base);color:var(--text-muted)}.NewOrgForm-module__j_2wCq__footer{justify-content:flex-end;align-items:center;gap:8px;padding:14px 24px;display:flex}
.NewProjectForm-module__Sp8f6a__fieldset{border:none;margin:0;padding:0}.NewProjectForm-module__Sp8f6a__cbGroup{margin-bottom:14px}.NewProjectForm-module__Sp8f6a__cbGroup:last-child{margin-bottom:0}.NewProjectForm-module__Sp8f6a__cbContent{flex-direction:column;gap:3px;display:flex}.NewProjectForm-module__Sp8f6a__cbTitle{color:var(--text-primary);font-size:13px;font-weight:600}.NewProjectForm-module__Sp8f6a__cbDesc{color:var(--text-muted);font-size:12px;line-height:1.5}.NewProjectForm-module__Sp8f6a__budgetField{flex-wrap:wrap;align-items:center;gap:8px;min-width:0;margin-top:10px;margin-left:24px;display:flex}.NewProjectForm-module__Sp8f6a__budgetPrefix{color:var(--text-muted);font-size:13px}.NewProjectForm-module__Sp8f6a__budgetSuffix{color:var(--text-muted);white-space:nowrap;font-size:12px}.NewProjectForm-module__Sp8f6a__sliderField{margin-top:10px;margin-left:24px}.NewProjectForm-module__Sp8f6a__gpsRow{grid-template-columns:1fr 1fr;gap:10px;min-width:0;display:grid}.NewProjectForm-module__Sp8f6a__notifRow{align-items:flex-start;gap:10px;display:flex}.NewProjectForm-module__Sp8f6a__freeDesc{color:var(--text-muted);margin:0;font-size:12px;line-height:1.5}.NewProjectForm-module__Sp8f6a__costs{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:6px;min-width:0;font-size:13px;display:flex}.NewProjectForm-module__Sp8f6a__costsValue{color:var(--brand-green);font-weight:600}.NewProjectForm-module__Sp8f6a__costsSep{color:var(--text-muted)}.NewProjectForm-module__Sp8f6a__costsBreakdown{color:var(--text-muted);font-size:11px}.NewProjectForm-module__Sp8f6a__fieldError{font-size:var(--font-base);color:var(--status-red);margin-top:5px}@keyframes NewProjectForm-module__Sp8f6a__spin{to{transform:rotate(360deg)}}.NewProjectForm-module__Sp8f6a__spinIcon{animation:.8s linear infinite NewProjectForm-module__Sp8f6a__spin}@media (max-width:767px){.NewProjectForm-module__Sp8f6a__gpsRow{grid-template-columns:1fr}.NewProjectForm-module__Sp8f6a__budgetField,.NewProjectForm-module__Sp8f6a__sliderField{margin-left:0}.NewProjectForm-module__Sp8f6a__costs{font-size:12px;line-height:1.45}}
.OrgSettingsForm-module__jyvGrW__planSuffix{font-size:var(--font-base);color:var(--text-muted)}.OrgSettingsForm-module__jyvGrW__savedBadge{font-size:var(--font-md);color:var(--brand-green);align-items:center;gap:5px;animation:.2s OrgSettingsForm-module__jyvGrW__fadeIn;display:flex}@keyframes OrgSettingsForm-module__jyvGrW__fadeIn{0%{opacity:0;transform:translateY(2px)}to{opacity:1;transform:translateY(0)}}.OrgSettingsForm-module__jyvGrW__empty{font-size:var(--font-md);color:var(--text-muted);padding:40px 0}.OrgSettingsForm-module__jyvGrW__auditSection{min-width:0;margin-top:20px}
.TeamMemberAlertView-module__hvlnMG__topBar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;min-width:0;margin-bottom:16px;display:flex}.TeamMemberAlertView-module__hvlnMG__backLink{min-height:32px;color:var(--text-secondary);align-items:center;gap:6px;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex}.TeamMemberAlertView-module__hvlnMG__backLink:hover{color:var(--brand-green)}.TeamMemberAlertView-module__hvlnMG__header{align-items:flex-start;gap:12px;min-width:0;margin-bottom:18px;display:flex}.TeamMemberAlertView-module__hvlnMG__headerIcon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}.TeamMemberAlertView-module__hvlnMG__iconInfo{color:#3b82f6;background:color-mix(in srgb, #3b82f6 12%, var(--bg-surface));border:1px solid color-mix(in srgb, #3b82f6 25%, var(--border-subtle))}.TeamMemberAlertView-module__hvlnMG__iconWarning{color:var(--status-amber,#f5a524);background:color-mix(in srgb, var(--status-amber,#f5a524) 12%, var(--bg-surface));border:1px solid color-mix(in srgb, var(--status-amber,#f5a524) 28%, var(--border-subtle))}.TeamMemberAlertView-module__hvlnMG__iconDanger{color:var(--status-danger,#e5484d);background:color-mix(in srgb, var(--status-danger,#e5484d) 12%, var(--bg-surface));border:1px solid color-mix(in srgb, var(--status-danger,#e5484d) 25%, var(--border-subtle))}.TeamMemberAlertView-module__hvlnMG__iconCritical{color:#c51d29;background:color-mix(in srgb, #c51d29 14%, var(--bg-surface));border:1px solid color-mix(in srgb, #c51d29 32%, var(--border-subtle))}.TeamMemberAlertView-module__hvlnMG__headerText{flex:1;min-width:0}.TeamMemberAlertView-module__hvlnMG__title{letter-spacing:-.02em;color:var(--text-primary);margin:0;font-size:clamp(1.15rem,2vw,1.4rem);font-weight:650;line-height:1.3}.TeamMemberAlertView-module__hvlnMG__time{color:var(--text-muted);align-items:center;gap:5px;margin:0;font-size:12px;display:inline-flex}.TeamMemberAlertView-module__hvlnMG__headerMeta{align-items:center;gap:8px;min-width:0;margin-top:6px;display:flex}.TeamMemberAlertView-module__hvlnMG__chatIconBtn{width:28px;height:28px;color:var(--brand-green);background:color-mix(in srgb, var(--brand-green) 10%, transparent);border:1px solid color-mix(in srgb, var(--brand-green) 28%, var(--border-subtle));border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.TeamMemberAlertView-module__hvlnMG__chatIconBtn:hover{background:color-mix(in srgb, var(--brand-green) 18%, transparent)}.TeamMemberAlertView-module__hvlnMG__riskCard{border:1px solid #0000;border-radius:14px;flex-direction:column;gap:12px;min-width:0;margin-bottom:16px;padding:16px 18px;display:flex}.TeamMemberAlertView-module__hvlnMG__toneInfo{background:color-mix(in srgb, #3b82f6 8%, var(--bg-surface));border-color:#3b82f638}.TeamMemberAlertView-module__hvlnMG__toneWarning{background:color-mix(in srgb, #f5a524 10%, var(--bg-surface));border-color:#f5a52447}.TeamMemberAlertView-module__hvlnMG__toneDanger{background:color-mix(in srgb, #e5484d 9%, var(--bg-surface));border-color:#e5484d42}.TeamMemberAlertView-module__hvlnMG__toneCritical{background:color-mix(in srgb, #c51d29 12%, var(--bg-surface));border-color:#c51d2957}.TeamMemberAlertView-module__hvlnMG__riskTop{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.TeamMemberAlertView-module__hvlnMG__riskEyebrow{letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);margin:0;font-size:11px;font-weight:600}.TeamMemberAlertView-module__hvlnMG__riskBadge{border-radius:999px;align-items:center;padding:4px 10px;font-size:12px;font-weight:700;line-height:1.3;display:inline-flex}.TeamMemberAlertView-module__hvlnMG__toneInfo .TeamMemberAlertView-module__hvlnMG__riskBadge{color:#3b82f6;background:#3b82f62e}.TeamMemberAlertView-module__hvlnMG__toneWarning .TeamMemberAlertView-module__hvlnMG__riskBadge{color:#c4841d;background:#f5a52433}.TeamMemberAlertView-module__hvlnMG__toneDanger .TeamMemberAlertView-module__hvlnMG__riskBadge{color:#e5484d;background:#e5484d2e}.TeamMemberAlertView-module__hvlnMG__toneCritical .TeamMemberAlertView-module__hvlnMG__riskBadge{color:#c51d29;background:#c51d2933}.TeamMemberAlertView-module__hvlnMG__riskBlurb{flex-direction:column;gap:4px;min-width:0;display:flex}.TeamMemberAlertView-module__hvlnMG__riskBlurbHeading{color:var(--text-primary);margin:0;font-size:13px;font-weight:700;line-height:1.35}.TeamMemberAlertView-module__hvlnMG__riskHeader{letter-spacing:-.01em;color:var(--text-primary);overflow-wrap:anywhere;margin:0;font-size:14px;font-weight:650;line-height:1.4}.TeamMemberAlertView-module__hvlnMG__metaList{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;min-width:0;margin:0 0 16px;display:grid}.TeamMemberAlertView-module__hvlnMG__metaItem{border:1px solid var(--border-subtle);background:var(--bg-elevated);border-radius:12px;min-width:0;margin:0;padding:12px 14px}.TeamMemberAlertView-module__hvlnMG__metaItem dt{letter-spacing:.03em;text-transform:uppercase;color:var(--text-muted);align-items:center;gap:6px;margin:0 0 6px;font-size:11px;font-weight:600;display:inline-flex}.TeamMemberAlertView-module__hvlnMG__metaItem dd{color:var(--text-primary);overflow-wrap:anywhere;margin:0;font-size:13px;font-weight:600}.TeamMemberAlertView-module__hvlnMG__analysis{border-top:1px solid var(--border-subtle);flex-direction:column;gap:8px;min-width:0;padding-top:4px;display:flex}.TeamMemberAlertView-module__hvlnMG__analysisTitle{letter-spacing:-.01em;color:var(--text-primary);margin:12px 0 0;font-size:15px;font-weight:650}.TeamMemberAlertView-module__hvlnMG__analysisHint{color:var(--text-muted);margin:0 0 6px;font-size:12px;line-height:1.4}.TeamMemberAlertView-module__hvlnMG__markdown{color:var(--text-primary);overflow-wrap:anywhere;min-width:0;font-size:14px;line-height:1.65}.TeamMemberAlertView-module__hvlnMG__markdown p{color:var(--text-secondary);margin:0}.TeamMemberAlertView-module__hvlnMG__markdown p+p{margin-top:.65em}.TeamMemberAlertView-module__hvlnMG__markdown strong{color:var(--text-primary);font-weight:650}:is(.TeamMemberAlertView-module__hvlnMG__markdown h1,.TeamMemberAlertView-module__hvlnMG__markdown h2,.TeamMemberAlertView-module__hvlnMG__markdown h3,.TeamMemberAlertView-module__hvlnMG__markdown h4){color:var(--text-primary);letter-spacing:-.01em;margin:1.15em 0 .4em;font-weight:650;line-height:1.3}.TeamMemberAlertView-module__hvlnMG__markdown h1{border-bottom:1px solid var(--border-subtle);padding-bottom:6px;font-size:1.25em}.TeamMemberAlertView-module__hvlnMG__markdown h2{font-size:1.12em}:is(.TeamMemberAlertView-module__hvlnMG__markdown h3,.TeamMemberAlertView-module__hvlnMG__markdown h4){color:var(--text-secondary);font-size:1.02em}:is(.TeamMemberAlertView-module__hvlnMG__markdown h1:first-child,.TeamMemberAlertView-module__hvlnMG__markdown h2:first-child,.TeamMemberAlertView-module__hvlnMG__markdown h3:first-child,.TeamMemberAlertView-module__hvlnMG__markdown h4:first-child){margin-top:0}:is(.TeamMemberAlertView-module__hvlnMG__markdown ul,.TeamMemberAlertView-module__hvlnMG__markdown ol){color:var(--text-secondary);margin:.5em 0;padding-left:1.35em}.TeamMemberAlertView-module__hvlnMG__markdown li{margin:.2em 0;line-height:1.55}.TeamMemberAlertView-module__hvlnMG__markdown blockquote{border-left:3px solid var(--border-default);color:var(--text-muted);margin:.75em 0;padding:.35em 0 .35em .9em}.TeamMemberAlertView-module__hvlnMG__markdown code{background:var(--bg-muted);border-radius:4px;padding:.1em .35em;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.92em}.TeamMemberAlertView-module__hvlnMG__markdown pre{background:var(--bg-muted);border:1px solid var(--border-subtle);border-radius:10px;margin:.75em 0;padding:12px 14px;overflow-x:auto}.TeamMemberAlertView-module__hvlnMG__markdown pre code{background:0 0;padding:0}.TeamMemberAlertView-module__hvlnMG__markdown hr{border:none;border-top:1px solid var(--border-subtle);margin:1.2em 0}.TeamMemberAlertView-module__hvlnMG__markdown a{color:var(--brand-green)}.TeamMemberAlertView-module__hvlnMG__markdown table{border-collapse:collapse;width:100%;margin:.75em 0;font-size:.95em;display:block;overflow-x:auto}:is(.TeamMemberAlertView-module__hvlnMG__markdown th,.TeamMemberAlertView-module__hvlnMG__markdown td){border:1px solid var(--border-subtle);text-align:left;padding:6px 10px}.TeamMemberAlertView-module__hvlnMG__markdown th{background:var(--bg-muted);font-weight:650}@media (max-width:1099px){.TeamMemberAlertView-module__hvlnMG__metaList{grid-template-columns:1fr}}@media (max-width:767px){.TeamMemberAlertView-module__hvlnMG__header{gap:10px}.TeamMemberAlertView-module__hvlnMG__headerIcon{width:36px;height:36px}.TeamMemberAlertView-module__hvlnMG__riskCard{padding:14px}.TeamMemberAlertView-module__hvlnMG__markdown{font-size:13px}}@media (min-width:1600px){.TeamMemberAlertView-module__hvlnMG__metaList{grid-template-columns:repeat(3,minmax(0,1fr))}}.TeamMemberAlertView-module__hvlnMG__readSentinel{pointer-events:none;width:100%;height:1px;margin:0;padding:0}
.TeamMemberDashboard-module__y7s3AG__hero{border:1px solid var(--border-subtle);background:linear-gradient(135deg, color-mix(in srgb, var(--brand-green) 8%, var(--bg-elevated)) 0%, var(--bg-elevated) 48%, color-mix(in srgb, var(--status-amber) 5%, var(--bg-elevated)) 100%);border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:20px;min-width:0;margin-bottom:22px;padding:18px 18px 20px;display:flex}.TeamMemberDashboard-module__y7s3AG__heroIdentity{flex:1;align-items:center;gap:14px;min-width:0;display:flex}.TeamMemberDashboard-module__y7s3AG__heroText{min-width:0}.TeamMemberDashboard-module__y7s3AG__heroTitleRow{flex-wrap:wrap;align-items:center;gap:10px;min-width:0;display:flex}.TeamMemberDashboard-module__y7s3AG__heroTitle{letter-spacing:-.03em;color:var(--text-primary);margin:0;font-size:clamp(1.25rem,2.2vw,1.55rem);font-weight:650;line-height:1.2}.TeamMemberDashboard-module__y7s3AG__heroSub{color:var(--text-muted);margin:6px 0 0;font-size:13px;line-height:1.4}.TeamMemberDashboard-module__y7s3AG__heroControls{flex-direction:column;gap:6px;min-width:min(220px,100%);display:flex}.TeamMemberDashboard-module__y7s3AG__periodLabel{flex-direction:column;gap:6px;min-width:0;display:flex}.TeamMemberDashboard-module__y7s3AG__periodLabelText{letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);font-size:11px;font-weight:600}.TeamMemberDashboard-module__y7s3AG__periodHint{color:var(--text-muted);margin:0;font-size:12px}.TeamMemberDashboard-module__y7s3AG__metricsGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:18px;display:grid}.TeamMemberDashboard-module__y7s3AG__metric{letter-spacing:-.02em;color:var(--text-primary);font-variant-numeric:tabular-nums;font-size:18px;font-weight:650}.TeamMemberDashboard-module__y7s3AG__metricSoft{color:var(--text-muted);font-size:12px;font-weight:500}.TeamMemberDashboard-module__y7s3AG__mainGrid{grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:14px;min-width:0;margin-bottom:14px;display:grid}.TeamMemberDashboard-module__y7s3AG__panel,.TeamMemberDashboard-module__y7s3AG__panelWide{border:1px solid var(--border-default);background:var(--bg-elevated);border-radius:14px;min-width:0;padding:16px 16px 14px}.TeamMemberDashboard-module__y7s3AG__panelWide{margin-bottom:8px;scroll-margin-top:80px}.TeamMemberDashboard-module__y7s3AG__panelHead{justify-content:space-between;align-items:flex-start;gap:12px;min-width:0;margin-bottom:14px;display:flex}.TeamMemberDashboard-module__y7s3AG__panelTitle{color:var(--text-primary);letter-spacing:-.01em;margin:0;font-size:14px;font-weight:650}.TeamMemberDashboard-module__y7s3AG__panelSub{color:var(--text-muted);margin:4px 0 0;font-size:12px;line-height:1.4}.TeamMemberDashboard-module__y7s3AG__panelIcon{color:var(--text-muted);flex-shrink:0;margin-top:2px}.TeamMemberDashboard-module__y7s3AG__panelLink{color:var(--brand-green);flex-shrink:0;font-size:12px;font-weight:600;text-decoration:none}.TeamMemberDashboard-module__y7s3AG__panelLink:hover{text-decoration:underline}.TeamMemberDashboard-module__y7s3AG__chartWrap{min-width:0}.TeamMemberDashboard-module__y7s3AG__chartWrap>*{box-shadow:none;background:0 0;border:none;padding:0}.TeamMemberDashboard-module__y7s3AG__chartWrap .card{box-shadow:none;background:0 0;border:none;padding:0}.TeamMemberDashboard-module__y7s3AG__accountList{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.TeamMemberDashboard-module__y7s3AG__accountRow{background:var(--bg-muted);border:1px solid var(--border-subtle);min-width:0;min-height:48px;color:inherit;cursor:pointer;border-radius:10px;align-items:center;gap:10px;padding:10px 12px;text-decoration:none;transition:background .15s,border-color .15s;display:flex}.TeamMemberDashboard-module__y7s3AG__accountRow:hover{border-color:color-mix(in srgb, var(--brand-green) 35%, var(--border-subtle));background:color-mix(in srgb, var(--brand-green) 8%, var(--bg-muted))}.TeamMemberDashboard-module__y7s3AG__accountRow:hover .TeamMemberDashboard-module__y7s3AG__accountName{color:var(--brand-green)}.TeamMemberDashboard-module__y7s3AG__accountRow:hover .TeamMemberDashboard-module__y7s3AG__accountChevron{color:var(--brand-green);transform:translate(2px)}.TeamMemberDashboard-module__y7s3AG__accountDot{background:var(--text-muted);border-radius:999px;flex-shrink:0;width:8px;height:8px}.TeamMemberDashboard-module__y7s3AG__accountDot[data-online]{background:var(--brand-green);box-shadow:0 0 0 3px color-mix(in srgb, var(--brand-green) 22%, transparent)}.TeamMemberDashboard-module__y7s3AG__accountMeta{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.TeamMemberDashboard-module__y7s3AG__accountName{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;overflow:hidden}.TeamMemberDashboard-module__y7s3AG__accountStatus{color:var(--text-muted);text-transform:capitalize;font-size:11px}.TeamMemberDashboard-module__y7s3AG__accountBadge{color:#fff;background:var(--status-danger);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;min-width:22px;height:22px;padding:0 6px;font-size:11px;font-weight:700;display:inline-flex}.TeamMemberDashboard-module__y7s3AG__accountChevron{color:var(--text-muted);flex-shrink:0;transition:color .15s,transform .15s}.TeamMemberDashboard-module__y7s3AG__empty,.TeamMemberDashboard-module__y7s3AG__emptyBlock{color:var(--text-muted);margin:0;font-size:13px;line-height:1.45}.TeamMemberDashboard-module__y7s3AG__emptyBlock{text-align:center;border:1px dashed var(--border-subtle);color:var(--text-muted);border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:28px 16px;display:flex}.TeamMemberDashboard-module__y7s3AG__emptyCta{min-height:34px;color:var(--brand-green);border:1px solid color-mix(in srgb, var(--brand-green) 35%, var(--border-subtle));background:color-mix(in srgb, var(--brand-green) 10%, var(--bg-elevated));border-radius:10px;justify-content:center;align-items:center;padding:0 14px;font-size:12px;font-weight:650;text-decoration:none;display:inline-flex}.TeamMemberDashboard-module__y7s3AG__emptyCta:hover{background:color-mix(in srgb, var(--brand-green) 16%, var(--bg-elevated))}.TeamMemberDashboard-module__y7s3AG__alertCell{flex-direction:column;gap:3px;min-width:0;display:flex}.TeamMemberDashboard-module__y7s3AG__alertName{font-size:var(--font-md,13px);color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-weight:600;overflow:hidden}.TeamMemberDashboard-module__y7s3AG__alertName[data-unread]{font-weight:700}.TeamMemberDashboard-module__y7s3AG__alertSub{font-size:var(--font-base,12px);color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.TeamMemberDashboard-module__y7s3AG__cellMuted{font-size:var(--font-base,12px);color:var(--text-muted)}.TeamMemberDashboard-module__y7s3AG__alertCardBody{padding-right:40px}.TeamMemberDashboard-module__y7s3AG__alertCardHead{justify-content:flex-start;align-items:center;gap:8px;min-width:0;margin-bottom:8px;display:flex}@media (max-width:1099px){.TeamMemberDashboard-module__y7s3AG__metricsGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.TeamMemberDashboard-module__y7s3AG__mainGrid{grid-template-columns:1fr}}@media (max-width:767px){.TeamMemberDashboard-module__y7s3AG__hero{border-radius:14px;gap:14px;margin-bottom:16px;padding:14px 12px 16px}.TeamMemberDashboard-module__y7s3AG__heroControls{width:100%}.TeamMemberDashboard-module__y7s3AG__metricsGrid{grid-template-columns:1fr;gap:8px}.TeamMemberDashboard-module__y7s3AG__panel,.TeamMemberDashboard-module__y7s3AG__panelWide{border-radius:12px;padding:14px 12px}}@media (min-width:1600px){.TeamMemberDashboard-module__y7s3AG__metricsGrid{grid-template-columns:repeat(6,minmax(0,1fr))}}
.TeamMemberDetailView-module__uDcQ9a__section{min-width:0;margin-bottom:32px;scroll-margin-top:72px}.TeamMemberDetailView-module__uDcQ9a__settingsJump{border:1px solid var(--border-subtle);background:var(--bg-muted);border-radius:12px;flex-wrap:wrap;gap:8px;margin:0 0 24px;padding:10px 12px;display:flex}.TeamMemberDetailView-module__uDcQ9a__settingsJump a{min-height:28px;color:var(--text-secondary);background:var(--bg-elevated);border:1px solid var(--border-subtle);transition:color var(--transition-fast), border-color var(--transition-fast), background var(--transition-fast);border-radius:8px;align-items:center;padding:4px 10px;font-size:12px;font-weight:600;text-decoration:none;display:inline-flex}.TeamMemberDetailView-module__uDcQ9a__settingsJump a:hover{color:var(--text-primary);border-color:var(--border-default)}@media (max-width:767px){.TeamMemberDetailView-module__uDcQ9a__settingsJump{gap:6px;padding:8px}.TeamMemberDetailView-module__uDcQ9a__settingsJump a{flex:auto;justify-content:center}}.TeamMemberDetailView-module__uDcQ9a__sectionTitle{color:var(--text-primary);margin:0 0 4px;font-size:15px;font-weight:600}.TeamMemberDetailView-module__uDcQ9a__sectionSub{color:var(--text-muted);margin:0 0 14px;font-size:13px;line-height:1.5}.TeamMemberDetailView-module__uDcQ9a__sectionHeaderRow{justify-content:space-between;align-items:flex-start;gap:16px;min-width:0;margin-bottom:14px;display:flex}.TeamMemberDetailView-module__uDcQ9a__sectionHeaderRow .TeamMemberDetailView-module__uDcQ9a__sectionTitle,.TeamMemberDetailView-module__uDcQ9a__sectionHeaderRow .TeamMemberDetailView-module__uDcQ9a__sectionSub{margin-bottom:0}.TeamMemberDetailView-module__uDcQ9a__sectionHeaderRow .TeamMemberDetailView-module__uDcQ9a__sectionSub{margin-top:4px}.TeamMemberDetailView-module__uDcQ9a__networksEmpty{border:1px dashed var(--border-subtle);border-radius:var(--radius-xl);color:var(--text-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:28px 16px;font-size:13px;display:flex}.TeamMemberDetailView-module__uDcQ9a__networksGrid{grid-template-columns:1fr;gap:12px;min-width:0;display:grid}.TeamMemberDetailView-module__uDcQ9a__backLink{color:var(--text-muted);border-radius:var(--radius-md);transition:color var(--transition-fast);align-items:center;gap:6px;margin-bottom:16px;padding:4px 0;font-size:12px;font-weight:500;text-decoration:none;display:inline-flex}.TeamMemberDetailView-module__uDcQ9a__backLink:hover{color:var(--text-primary)}.TeamMemberDetailView-module__uDcQ9a__headingMeta{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.TeamMemberDetailView-module__uDcQ9a__headingEmail{color:var(--text-muted);font-size:13px}.TeamMemberDetailView-module__uDcQ9a__avatarUpload{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:14px;max-width:100%;padding:0;font-family:inherit;display:inline-flex}.TeamMemberDetailView-module__uDcQ9a__avatarFrame{outline:2px solid var(--border-subtle);outline-offset:2px;transition:outline-color var(--transition-fast);isolation:isolate;border-radius:50%;flex-shrink:0;position:relative;overflow:visible}.TeamMemberDetailView-module__uDcQ9a__avatarUpload:hover .TeamMemberDetailView-module__uDcQ9a__avatarFrame{outline-color:var(--brand-green)}.TeamMemberDetailView-module__uDcQ9a__avatarPhoto{z-index:0;position:relative}.TeamMemberDetailView-module__uDcQ9a__avatarBadge{z-index:2;background:var(--bg-elevated);border:1.5px solid var(--border-default);width:28px;height:28px;color:var(--text-secondary);pointer-events:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;bottom:-4px;right:-4px;box-shadow:0 2px 8px #00000047}.TeamMemberDetailView-module__uDcQ9a__avatarUpload:hover .TeamMemberDetailView-module__uDcQ9a__avatarBadge{color:var(--brand-green)}.TeamMemberDetailView-module__uDcQ9a__avatarMeta{flex-direction:column;gap:2px;min-width:0;display:flex}.TeamMemberDetailView-module__uDcQ9a__avatarMetaTitle{color:var(--text-primary);font-size:13px;font-weight:500}.TeamMemberDetailView-module__uDcQ9a__avatarMetaHint{color:var(--text-muted);font-size:12px;line-height:1.4}.TeamMemberDetailView-module__uDcQ9a__fileHidden{display:none}.TeamMemberDetailView-module__uDcQ9a__projectList{flex-direction:column;gap:8px;max-height:240px;padding:4px 0;display:flex;overflow-y:auto}.TeamMemberDetailView-module__uDcQ9a__invitePanel{background:var(--bg-surface);border:1px solid var(--border-default);border-radius:var(--radius-xl);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;min-width:0;padding:16px 22px;display:flex}.TeamMemberDetailView-module__uDcQ9a__inviteInfo{flex:1;min-width:0}.TeamMemberDetailView-module__uDcQ9a__inviteTitle{color:var(--text-primary);margin-bottom:2px;font-size:13px;font-weight:500}.TeamMemberDetailView-module__uDcQ9a__inviteDetail{color:var(--text-muted);font-size:12px}.TeamMemberDetailView-module__uDcQ9a__modalBody{flex-direction:column;gap:14px;min-width:0;padding:20px 18px 18px;display:flex}.TeamMemberDetailView-module__uDcQ9a__modalText{color:var(--text-secondary);margin:0;font-size:13px;line-height:1.6}.TeamMemberDetailView-module__uDcQ9a__modalHint{color:var(--text-muted);margin:0;font-size:12px;line-height:1.55}.TeamMemberDetailView-module__uDcQ9a__modalName{color:var(--text-primary);font-weight:600}.TeamMemberDetailView-module__uDcQ9a__modalFooter{border-top:1px solid var(--border-subtle);background:color-mix(in srgb, var(--bg-muted) 35%, var(--bg-surface));flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;padding:14px 18px;display:flex}.TeamMemberDetailView-module__uDcQ9a__choiceList{flex-direction:column;gap:10px;min-width:0;max-height:min(52vh,420px);padding-right:2px;display:flex;overflow-y:auto}.TeamMemberDetailView-module__uDcQ9a__choiceCard{border-radius:var(--radius-lg);border:1px solid var(--border-subtle);background:var(--bg-elevated);text-align:left;cursor:pointer;width:100%;min-width:0;color:inherit;transition:border-color var(--transition-fast), background var(--transition-fast), box-shadow var(--transition-fast);align-items:flex-start;gap:14px;padding:14px 16px;font-family:inherit;display:flex}.TeamMemberDetailView-module__uDcQ9a__choiceCard:hover{border-color:var(--border-hover);background:var(--bg-hover);box-shadow:0 6px 18px #0000002e}.TeamMemberDetailView-module__uDcQ9a__choiceCard:focus-visible{outline:2px solid var(--brand-green);outline-offset:2px}.TeamMemberDetailView-module__uDcQ9a__choiceCardMuted{opacity:.78}.TeamMemberDetailView-module__uDcQ9a__choiceCardMuted:hover{opacity:.92;box-shadow:none}.TeamMemberDetailView-module__uDcQ9a__choiceIcon,.TeamMemberDetailView-module__uDcQ9a__choiceIconWhatsapp,.TeamMemberDetailView-module__uDcQ9a__choiceIconInstagram,.TeamMemberDetailView-module__uDcQ9a__choiceIconSnapchat,.TeamMemberDetailView-module__uDcQ9a__choiceIconTiktok,.TeamMemberDetailView-module__uDcQ9a__choiceIconFacebook,.TeamMemberDetailView-module__uDcQ9a__choiceIconTelegram,.TeamMemberDetailView-module__uDcQ9a__choiceIconKwai,.TeamMemberDetailView-module__uDcQ9a__choiceIconYoutube,.TeamMemberDetailView-module__uDcQ9a__choiceIconThreads,.TeamMemberDetailView-module__uDcQ9a__choiceIconX,.TeamMemberDetailView-module__uDcQ9a__choiceIconDiscord,.TeamMemberDetailView-module__uDcQ9a__choiceIconLinkedin,.TeamMemberDetailView-module__uDcQ9a__choiceIconPinterest,.TeamMemberDetailView-module__uDcQ9a__choiceIconRoblox,.TeamMemberDetailView-module__uDcQ9a__choiceIconFortnite{background:var(--bg-muted);width:40px;height:40px;color:var(--text-secondary);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.TeamMemberDetailView-module__uDcQ9a__choiceIconWhatsapp{color:#25d366;background:color-mix(in srgb, #25d366 14%, var(--bg-muted))}.TeamMemberDetailView-module__uDcQ9a__choiceIconSnapchat{color:#111;background:color-mix(in srgb, #fffc00 52%, var(--bg-muted))}.TeamMemberDetailView-module__uDcQ9a__choiceIconInstagram{color:#e1306c;background:color-mix(in srgb, #e1306c 12%, var(--bg-muted))}.TeamMemberDetailView-module__uDcQ9a__choiceIconTiktok{color:#fe2c55;background:color-mix(in srgb, #25f4ee 10%, color-mix(in srgb, #fe2c55 12%, var(--bg-muted)))}.TeamMemberDetailView-module__uDcQ9a__choiceIconFacebook{color:#1877f2;background:color-mix(in srgb, #1877f2 14%, var(--bg-muted))}.TeamMemberDetailView-module__uDcQ9a__choiceIconTelegram{color:#2aabee;background:color-mix(in srgb, #2aabee 14%, var(--bg-muted))}.TeamMemberDetailView-module__uDcQ9a__choiceIconKwai{color:#ff4906;background:color-mix(in srgb, #ff4906 14%, var(--bg-muted))}.TeamMemberDetailView-module__uDcQ9a__choiceIconYoutube{color:red;background:color-mix(in srgb, red 12%, var(--bg-muted))}.TeamMemberDetailView-module__uDcQ9a__choiceIconThreads,.TeamMemberDetailView-module__uDcQ9a__choiceIconX{color:var(--text-primary);background:color-mix(in srgb, var(--text-primary) 10%, var(--bg-muted))}.TeamMemberDetailView-module__uDcQ9a__choiceIconDiscord{color:#5865f2;background:color-mix(in srgb, #5865f2 14%, var(--bg-muted))}.TeamMemberDetailView-module__uDcQ9a__choiceIconLinkedin{color:#0a66c2;background:color-mix(in srgb, #0a66c2 14%, var(--bg-muted))}.TeamMemberDetailView-module__uDcQ9a__choiceIconPinterest{color:#e60023;background:color-mix(in srgb, #e60023 12%, var(--bg-muted))}.TeamMemberDetailView-module__uDcQ9a__choiceIconRoblox{color:#e2231a;background:color-mix(in srgb, #e2231a 12%, var(--bg-muted))}.TeamMemberDetailView-module__uDcQ9a__choiceIconFortnite{color:#9d4dbb;background:color-mix(in srgb, #9d4dbb 14%, var(--bg-muted))}.TeamMemberDetailView-module__uDcQ9a__choiceText{flex-direction:column;flex:1;gap:4px;min-width:0;padding-top:1px;display:flex}.TeamMemberDetailView-module__uDcQ9a__choiceTitle{color:var(--text-primary);font-size:14px;font-weight:600}.TeamMemberDetailView-module__uDcQ9a__choiceDesc{color:var(--text-muted);overflow-wrap:anywhere;font-size:12px;line-height:1.5}.TeamMemberDetailView-module__uDcQ9a__choiceMeta{letter-spacing:.02em;color:var(--text-placeholder);border:1px solid var(--border-subtle);background:var(--bg-muted);border-radius:999px;flex-shrink:0;align-self:center;padding:4px 8px;font-size:11px;font-weight:600}.TeamMemberDetailView-module__uDcQ9a__createNetworkBtn{border-radius:var(--radius-lg);border:1px solid color-mix(in srgb, var(--brand-green) 35%, var(--border-subtle));background:color-mix(in srgb, var(--brand-green) 8%, var(--bg-elevated));text-align:left;cursor:pointer;width:100%;min-width:0;color:inherit;transition:border-color var(--transition-fast), background var(--transition-fast), box-shadow var(--transition-fast);align-items:center;gap:14px;padding:14px 16px;font-family:inherit;display:flex}.TeamMemberDetailView-module__uDcQ9a__createNetworkBtn:hover{border-color:color-mix(in srgb, var(--brand-green) 55%, var(--border-subtle));background:color-mix(in srgb, var(--brand-green) 12%, var(--bg-hover));box-shadow:0 6px 18px #00000029}.TeamMemberDetailView-module__uDcQ9a__createNetworkBtn:focus-visible{outline:2px solid var(--brand-green);outline-offset:2px}.TeamMemberDetailView-module__uDcQ9a__createNetworkIcon{background:color-mix(in srgb, var(--brand-green) 18%, transparent);width:40px;height:40px;color:var(--brand-green);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.TeamMemberDetailView-module__uDcQ9a__availableList{flex-direction:column;gap:8px;min-width:0;max-height:220px;margin-top:4px;padding-right:2px;display:flex;overflow-y:auto}.TeamMemberDetailView-module__uDcQ9a__availableTitle{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin:8px 0 0;font-size:11px;font-weight:600}.TeamMemberDetailView-module__uDcQ9a__availableRow{border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:var(--bg-elevated);min-width:0;transition:border-color var(--transition-fast), background var(--transition-fast);justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}.TeamMemberDetailView-module__uDcQ9a__availableRow:hover{border-color:var(--border-hover);background:var(--bg-hover)}.TeamMemberDetailView-module__uDcQ9a__availableInfo{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.TeamMemberDetailView-module__uDcQ9a__availableEmpty{border-radius:var(--radius-md);border:1px dashed var(--border-subtle);background:color-mix(in srgb, var(--bg-muted) 60%, transparent);color:var(--text-muted);text-align:center;margin:0;padding:14px 16px;font-size:12px;line-height:1.5}@media (max-width:767px){.TeamMemberDetailView-module__uDcQ9a__section{margin-bottom:24px}.TeamMemberDetailView-module__uDcQ9a__sectionHeaderRow,.TeamMemberDetailView-module__uDcQ9a__invitePanel,.TeamMemberDetailView-module__uDcQ9a__availableRow{flex-direction:column;align-items:stretch}.TeamMemberDetailView-module__uDcQ9a__availableRow>button{width:100%}.TeamMemberDetailView-module__uDcQ9a__modalBody{padding:16px 14px}.TeamMemberDetailView-module__uDcQ9a__modalFooter,.TeamMemberDetailView-module__uDcQ9a__choiceCard,.TeamMemberDetailView-module__uDcQ9a__createNetworkBtn{padding:12px 14px}}@media (min-width:768px){.TeamMemberDetailView-module__uDcQ9a__networksGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1100px){.TeamMemberDetailView-module__uDcQ9a__networksGrid{grid-template-columns:repeat(3,minmax(0,1fr))}}
.TeamMemberVehicleCostsView-module__yirWWa__brandIcon{color:var(--brand-green)}.TeamMemberVehicleCostsView-module__yirWWa__statusGrid{grid-template-columns:1fr 1fr;gap:8px;min-width:0;margin-bottom:18px;display:grid}.TeamMemberVehicleCostsView-module__yirWWa__metric{color:var(--text-primary);font-size:13px;font-weight:600}.TeamMemberVehicleCostsView-module__yirWWa__cellMain{flex-direction:column;gap:2px;min-width:0;display:flex}.TeamMemberVehicleCostsView-module__yirWWa__cellTitle{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-weight:600;overflow:hidden}.TeamMemberVehicleCostsView-module__yirWWa__cellSub{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.TeamMemberVehicleCostsView-module__yirWWa__cellAmount{font-variant-numeric:tabular-nums;color:var(--text-primary);white-space:nowrap;font-weight:600}.TeamMemberVehicleCostsView-module__yirWWa__emptyActions{justify-content:center;margin-top:12px;display:flex}@media (max-width:767px){.TeamMemberVehicleCostsView-module__yirWWa__statusGrid{grid-template-columns:1fr}}@media (min-width:1100px){.TeamMemberVehicleCostsView-module__yirWWa__statusGrid{grid-template-columns:repeat(4,1fr)}}
.TeamMemberVehicleDashboardView-module__pYz-bG__infoRow{gap:14px;min-width:0;margin-bottom:22px;display:flex}.TeamMemberVehicleDashboardView-module__pYz-bG__statusGrid{flex:1;grid-template-columns:1fr 1fr;gap:8px;min-width:0;display:grid}.TeamMemberVehicleDashboardView-module__pYz-bG__dbAside{flex-shrink:0;width:220px}.TeamMemberVehicleDashboardView-module__pYz-bG__metric{color:var(--text-primary);font-size:13px;font-weight:600}.TeamMemberVehicleDashboardView-module__pYz-bG__summaryCard{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);flex-direction:column;min-width:0;height:100%;padding:12px;display:flex}.TeamMemberVehicleDashboardView-module__pYz-bG__summaryHead{justify-content:space-between;align-items:center;gap:8px;min-width:0;margin-bottom:10px;display:flex}.TeamMemberVehicleDashboardView-module__pYz-bG__summaryLeft{align-items:center;gap:7px;min-width:0;display:flex}.TeamMemberVehicleDashboardView-module__pYz-bG__summaryIcon{border-radius:var(--radius-md);background:var(--brand-green-bg);flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.TeamMemberVehicleDashboardView-module__pYz-bG__summaryName{color:var(--text-secondary);font-size:12px;font-weight:600}.TeamMemberVehicleDashboardView-module__pYz-bG__summaryPeriod{color:var(--text-muted);letter-spacing:.3px;text-overflow:ellipsis;white-space:nowrap;flex-shrink:0;max-width:7ch;font-size:10px;overflow:hidden}.TeamMemberVehicleDashboardView-module__pYz-bG__budgetRow{flex-wrap:wrap;align-items:baseline;gap:4px;min-width:0;margin-bottom:8px;display:flex}.TeamMemberVehicleDashboardView-module__pYz-bG__budgetUsed{color:var(--text-primary);font-size:14px;font-weight:700}.TeamMemberVehicleDashboardView-module__pYz-bG__budgetSep,.TeamMemberVehicleDashboardView-module__pYz-bG__budgetTotal{color:var(--text-muted);font-size:11px}.TeamMemberVehicleDashboardView-module__pYz-bG__progressLabel{color:var(--text-disabled);margin:0 0 12px;font-size:10px}.TeamMemberVehicleDashboardView-module__pYz-bG__stats{flex-direction:column;gap:6px;margin:0;display:flex}.TeamMemberVehicleDashboardView-module__pYz-bG__stat{justify-content:space-between;gap:8px;min-width:0;font-size:11px;display:flex}.TeamMemberVehicleDashboardView-module__pYz-bG__stat dt{color:var(--text-placeholder);margin:0}.TeamMemberVehicleDashboardView-module__pYz-bG__stat dd{color:var(--text-secondary);text-align:right;text-overflow:ellipsis;min-width:0;margin:0;font-weight:600;overflow:hidden}.TeamMemberVehicleDashboardView-module__pYz-bG__requestsSection{min-width:0;margin-bottom:22px}.TeamMemberVehicleDashboardView-module__pYz-bG__requestsHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;min-width:0;margin-bottom:14px;display:flex}.TeamMemberVehicleDashboardView-module__pYz-bG__requestsTitle{color:var(--text-primary);margin:0;font-size:17px;font-weight:600}.TeamMemberVehicleDashboardView-module__pYz-bG__timePill{border:1px solid var(--border-default);border-radius:var(--radius-md);background:var(--bg-surface);color:var(--text-secondary);align-items:center;gap:5px;padding:4px 10px;font-size:12px;display:inline-flex}.TeamMemberVehicleDashboardView-module__pYz-bG__detailGrid{grid-template-columns:repeat(2,1fr);gap:10px;min-width:0;display:grid}.TeamMemberVehicleDashboardView-module__pYz-bG__detailCard{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);min-width:0;padding:14px}.TeamMemberVehicleDashboardView-module__pYz-bG__detailCardTitle{color:var(--text-secondary);letter-spacing:.3px;margin:0 0 12px;font-size:12px;font-weight:650}.TeamMemberVehicleDashboardView-module__pYz-bG__detailList{flex-direction:column;gap:8px;margin:0;display:flex}.TeamMemberVehicleDashboardView-module__pYz-bG__detailRow{justify-content:space-between;gap:12px;min-width:0;font-size:12px;display:flex}.TeamMemberVehicleDashboardView-module__pYz-bG__detailRow dt{color:var(--text-placeholder);margin:0}.TeamMemberVehicleDashboardView-module__pYz-bG__detailRow dd{color:var(--text-primary);text-align:right;text-overflow:ellipsis;min-width:0;margin:0;font-weight:600;overflow:hidden}.TeamMemberVehicleDashboardView-module__pYz-bG__mono{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:11px}.TeamMemberVehicleDashboardView-module__pYz-bG__notes{border-top:1px solid var(--border-subtle);color:var(--text-muted);margin:12px 0 0;padding-top:10px;font-size:12px;line-height:1.45}@media (max-width:767px){.TeamMemberVehicleDashboardView-module__pYz-bG__infoRow{flex-direction:column}.TeamMemberVehicleDashboardView-module__pYz-bG__dbAside{width:100%}.TeamMemberVehicleDashboardView-module__pYz-bG__statusGrid,.TeamMemberVehicleDashboardView-module__pYz-bG__detailGrid{grid-template-columns:1fr}}@media (min-width:768px) and (max-width:1099px){.TeamMemberVehicleDashboardView-module__pYz-bG__infoRow{flex-direction:column}.TeamMemberVehicleDashboardView-module__pYz-bG__dbAside{width:100%}.TeamMemberVehicleDashboardView-module__pYz-bG__statusGrid{grid-template-columns:1fr 1fr}}
.TeamMemberVehicleDetailView-module__LtYmRq__summary{border:1px solid var(--border-subtle);border-radius:var(--radius-lg);background:var(--bg-elevated);align-items:flex-start;gap:14px;min-width:0;margin-bottom:18px;padding:14px 16px;display:flex}.TeamMemberVehicleDetailView-module__LtYmRq__summaryText{flex:1;min-width:0}.TeamMemberVehicleDetailView-module__LtYmRq__summaryEyebrow{letter-spacing:.02em;text-transform:uppercase;color:var(--text-muted);align-items:center;gap:6px;margin-bottom:6px;font-size:11px;font-weight:600;display:inline-flex}.TeamMemberVehicleDetailView-module__LtYmRq__summaryTitle{color:var(--text-primary);overflow-wrap:anywhere;margin:0;font-size:18px;font-weight:650;line-height:1.3}.TeamMemberVehicleDetailView-module__LtYmRq__summarySub{color:var(--text-muted);overflow-wrap:anywhere;margin:6px 0 0;font-size:13px;line-height:1.45}.TeamMemberVehicleDetailView-module__LtYmRq__tabsWrap{-webkit-overflow-scrolling:touch;min-width:0;margin-bottom:14px;overflow-x:auto}.TeamMemberVehicleDetailView-module__LtYmRq__form{margin-top:0}@media (max-width:767px){.TeamMemberVehicleDetailView-module__LtYmRq__summary{gap:12px;padding:12px 14px}.TeamMemberVehicleDetailView-module__LtYmRq__summaryTitle{font-size:16px}}
.NavMenuItem-module__RgrUhq__menuItem{align-items:center;gap:var(--space-2);width:100%;padding:var(--space-2) var(--space-4);cursor:pointer;font-family:inherit;font-size:var(--font-md);color:var(--text-secondary);text-align:left;transition:background var(--transition-fast), color var(--transition-fast);background:0 0;border:none;text-decoration:none;display:flex}.NavMenuItem-module__RgrUhq__menuItem:hover,.NavMenuItem-module__RgrUhq__menuActive{background:var(--bg-active);color:var(--text-primary)}.NavMenuItem-module__RgrUhq__menuIcon{color:var(--text-muted);flex-shrink:0;display:inline-flex}.NavMenuItem-module__RgrUhq__menuItem:hover .NavMenuItem-module__RgrUhq__menuIcon{color:var(--text-secondary)}.NavMenuItem-module__RgrUhq__menuLabel{min-width:0}.NavMenuItem-module__RgrUhq__danger{color:var(--status-danger)}.NavMenuItem-module__RgrUhq__danger:hover{color:var(--status-danger);background:color-mix(in srgb, var(--status-danger) 10%, transparent)}.NavMenuItem-module__RgrUhq__danger:hover .NavMenuItem-module__RgrUhq__menuIcon,.NavMenuItem-module__RgrUhq__danger:hover .NavMenuItem-module__RgrUhq__sidebarIcon,.NavMenuItem-module__RgrUhq__sidebarItem.NavMenuItem-module__RgrUhq__danger,.NavMenuItem-module__RgrUhq__menuItem.NavMenuItem-module__RgrUhq__danger .NavMenuItem-module__RgrUhq__menuIcon{color:var(--status-danger)}.NavMenuItem-module__RgrUhq__sidebarItem{border-radius:var(--radius-md);cursor:pointer;white-space:nowrap;height:34px;color:var(--text-muted);transition:background var(--transition-base), color var(--transition-base);text-align:left;background:0 0;border:none;flex-shrink:0;align-items:center;gap:10px;width:calc(100% - 12px);margin:1px 6px;padding:0 8px;font-family:inherit;text-decoration:none;display:flex}.NavMenuItem-module__RgrUhq__sidebarItem:hover{background:var(--bg-active);color:var(--text-secondary)}.NavMenuItem-module__RgrUhq__sidebarActive{background:var(--bg-active)!important;color:var(--text-primary)!important}.NavMenuItem-module__RgrUhq__sidebarIcon{text-align:center;flex-shrink:0;justify-content:center;width:20px;display:inline-flex}.NavMenuItem-module__RgrUhq__sidebarLabel{opacity:0;transition:opacity var(--transition-base) 40ms;pointer-events:none;font-size:12px;font-weight:500}.NavMenuItem-module__RgrUhq__sidebarActive .NavMenuItem-module__RgrUhq__sidebarLabel{font-weight:600}:is([data-sidebar-panel]:hover .NavMenuItem-module__RgrUhq__sidebarLabel,[data-sidebar-panel][data-sidebar-open] .NavMenuItem-module__RgrUhq__sidebarLabel){opacity:1}@media (max-width:767px){.NavMenuItem-module__RgrUhq__sidebarItem{width:100%;height:auto;min-height:42px;color:var(--text-muted);border-radius:8px;gap:12px;margin:2px 0;padding:10px 12px}.NavMenuItem-module__RgrUhq__sidebarItem:hover{background:var(--bg-active);color:var(--text-primary)}.NavMenuItem-module__RgrUhq__sidebarActive{background:var(--bg-active)!important;color:var(--text-primary)!important}.NavMenuItem-module__RgrUhq__sidebarLabel{opacity:1;pointer-events:auto;font-size:14px;font-weight:500}.NavMenuItem-module__RgrUhq__sidebarActive .NavMenuItem-module__RgrUhq__sidebarLabel{font-weight:600}.NavMenuItem-module__RgrUhq__sidebarIcon{width:22px}}
.AlertButton-module__uW0JWa__root{cursor:pointer;color:var(--text-placeholder);transition:color var(--transition-base);background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:inline-flex;position:relative}.AlertButton-module__uW0JWa__root:hover{color:var(--text-secondary)}.AlertButton-module__uW0JWa__badge{background:var(--status-danger);min-width:14px;height:14px;color:var(--text-on-accent);text-align:center;font-variant-numeric:tabular-nums;box-shadow:0 0 0 2px var(--topbar-bg);pointer-events:none;border-radius:999px;padding:0 3px;font-size:9px;font-weight:700;line-height:14px;position:absolute;top:-4px;right:-5px}
.NotificationsDrawer-module__0Ipx6W__toolbar{border-bottom:1px solid var(--border-subtle);flex-shrink:0;align-items:center;gap:8px;padding:10px 12px;display:flex}.NotificationsDrawer-module__0Ipx6W__search{flex:1;min-width:0}.NotificationsDrawer-module__0Ipx6W__list{flex-direction:column;flex:1;gap:10px;min-height:0;padding:12px;display:flex;overflow-y:auto}.NotificationsDrawer-module__0Ipx6W__empty{font-size:var(--font-base);color:var(--text-muted);text-align:center;margin:auto;padding:24px}.NotificationsDrawer-module__0Ipx6W__card{border-radius:var(--radius-lg);background:var(--bg-surface);border:1px solid var(--border-subtle);text-align:left;cursor:pointer;transition:background var(--transition-fast), border-color var(--transition-fast);flex-direction:column;gap:6px;padding:12px 14px;display:flex}.NotificationsDrawer-module__0Ipx6W__card:hover{background:var(--bg-active);border-color:var(--border-default)}.NotificationsDrawer-module__0Ipx6W__cardUnread{border-color:color-mix(in srgb, var(--brand-green) 35%, var(--border-subtle));background:color-mix(in srgb, var(--brand-green) 6%, var(--bg-surface))}.NotificationsDrawer-module__0Ipx6W__cardHeader{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.NotificationsDrawer-module__0Ipx6W__cardTitle{color:var(--text-primary);font-size:13px;font-weight:600;line-height:1.3}.NotificationsDrawer-module__0Ipx6W__cardTime{color:var(--text-placeholder);white-space:nowrap;flex-shrink:0;font-size:11px}.NotificationsDrawer-module__0Ipx6W__cardBody{color:var(--text-muted);margin:0;font-size:12px;line-height:1.45}.NotificationsDrawer-module__0Ipx6W__cardMeta{align-items:center;gap:6px;display:flex}.NotificationsDrawer-module__0Ipx6W__dot{background:var(--brand-green);border-radius:50%;flex-shrink:0;width:7px;height:7px}.NotificationsDrawer-module__0Ipx6W__toneWarning{background:var(--status-amber)}.NotificationsDrawer-module__0Ipx6W__toneDanger{background:var(--status-danger)}.NotificationsDrawer-module__0Ipx6W__toneInfo{background:var(--status-info)}.NotificationsDrawer-module__0Ipx6W__toneSuccess{background:var(--brand-green)}@media (max-width:767px){.NotificationsDrawer-module__0Ipx6W__toolbar{padding:10px 14px}.NotificationsDrawer-module__0Ipx6W__list{gap:12px;padding:14px}.NotificationsDrawer-module__0Ipx6W__card{padding:14px}.NotificationsDrawer-module__0Ipx6W__cardTitle{font-size:14px}.NotificationsDrawer-module__0Ipx6W__cardBody{font-size:13px}}
.Topbar-module__Xjl9oG__topbar{height:var(--topbar-height);background:var(--topbar-bg);border-bottom:1px solid var(--border-subtle);z-index:var(--z-sticky);flex-shrink:0;justify-content:space-between;align-items:center;gap:8px;min-width:0;padding:0 14px;display:flex;position:sticky;top:0}.Topbar-module__Xjl9oG__left,.Topbar-module__Xjl9oG__right,.Topbar-module__Xjl9oG__center{align-items:center;gap:8px;min-width:0;display:flex}.Topbar-module__Xjl9oG__left{flex:1;min-width:0}.Topbar-module__Xjl9oG__center{display:none}.Topbar-module__Xjl9oG__right{flex-shrink:0}.Topbar-module__Xjl9oG__profileAfterAlerts{margin-inline-start:8px}.Topbar-module__Xjl9oG__menuBtn{border-radius:var(--radius-md);width:28px;height:28px;color:var(--text-secondary);cursor:pointer;transition:background var(--transition-base), color var(--transition-base);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:none}.Topbar-module__Xjl9oG__menuBtn:hover{background:var(--bg-active);color:var(--text-primary)}.Topbar-module__Xjl9oG__hideOnTablet,.Topbar-module__Xjl9oG__hideOnMobile,.Topbar-module__Xjl9oG__desktopBreadcrumb{align-items:center;gap:inherit;min-width:0;display:inline-flex}.Topbar-module__Xjl9oG__logoLink{color:inherit;border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;text-decoration:none;display:inline-flex}.Topbar-module__Xjl9oG__logoLink:hover .Topbar-module__Xjl9oG__logoIcon{opacity:.85}.Topbar-module__Xjl9oG__logoLink:focus-visible{outline:2px solid var(--brand-green);outline-offset:2px}.Topbar-module__Xjl9oG__logoIconBox{flex-shrink:0;justify-content:center;align-items:center;line-height:0;display:inline-flex;overflow:visible}.Topbar-module__Xjl9oG__logoIcon{color:var(--brand-green);flex-shrink:0;display:block}.Topbar-module__Xjl9oG__sep{color:var(--border-input);margin:0 2px;font-size:14px}.Topbar-module__Xjl9oG__crumb{border-radius:var(--radius-md);color:var(--text-secondary);background:0 0;border:none;align-items:center;gap:5px;padding:3px 6px;font-family:inherit;font-size:12px;text-decoration:none;display:flex}.Topbar-module__Xjl9oG__crumbInteractive{cursor:pointer;transition:background var(--transition-base)}.Topbar-module__Xjl9oG__crumbInteractive:hover{background:var(--bg-active)}.Topbar-module__Xjl9oG__crumbActive{color:var(--text-primary);font-weight:500}.Topbar-module__Xjl9oG__metaPill{letter-spacing:.5px;border-radius:var(--radius-sm);flex-shrink:0;padding:1px 6px;font-size:10px}.Topbar-module__Xjl9oG__metaPillMuted{color:var(--text-muted);border:1px solid var(--border-default);padding:1px 5px}.Topbar-module__Xjl9oG__metaPillAmber{background:var(--status-amber-bg);color:var(--status-amber);border:1px solid var(--status-amber-border)}.Topbar-module__Xjl9oG__branchName{color:var(--text-secondary);font-size:12px}.Topbar-module__Xjl9oG__connectBtn{border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;color:var(--text-secondary);transition:background var(--transition-base);background:0 0;flex-shrink:0;align-items:center;gap:5px;padding:4px 10px;font-family:inherit;font-size:12px;display:flex}.Topbar-module__Xjl9oG__connectBtn:hover{background:var(--bg-active)}.Topbar-module__Xjl9oG__connectLabel{display:inline}@media (max-width:1099px){.Topbar-module__Xjl9oG__topbar{padding:0 10px}.Topbar-module__Xjl9oG__left,.Topbar-module__Xjl9oG__right{gap:4px}.Topbar-module__Xjl9oG__hideOnTablet{display:none}}@media (max-width:767px){.Topbar-module__Xjl9oG__topbar{justify-content:space-between;gap:6px;padding:0 10px;display:flex}.Topbar-module__Xjl9oG__menuBtn{display:inline-flex}.Topbar-module__Xjl9oG__hideOnMobile,.Topbar-module__Xjl9oG__desktopBreadcrumb,.Topbar-module__Xjl9oG__logoLink,.Topbar-module__Xjl9oG__logoIcon,.Topbar-module__Xjl9oG__connectLabel{display:none}.Topbar-module__Xjl9oG__connectBtn{padding:4px 8px}.Topbar-module__Xjl9oG__sep{display:none}.Topbar-module__Xjl9oG__left{z-index:1;flex:none;justify-content:flex-start;gap:6px}.Topbar-module__Xjl9oG__center{justify-content:center;align-items:center;width:58%;min-width:0;display:flex;position:absolute;top:0;bottom:0;left:21%}.Topbar-module__Xjl9oG__right{z-index:1;flex:none;justify-content:flex-end;margin-left:auto}}
.RozttaLogo-module__cPy0gq__logo{color:var(--brand-green);flex-shrink:0;display:block;overflow:visible}
.ViewportBreakpointIndicator-module__IFCqfa__badge{z-index:var(--z-toast);background:color-mix(in srgb, var(--bg-overlay) 92%, transparent);border:1px solid var(--border-input);box-shadow:var(--shadow-dropdown);color:var(--text-primary);letter-spacing:.3px;pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:999px;align-items:center;gap:6px;padding:6px 10px;font-size:11px;font-weight:600;display:flex;position:fixed;bottom:12px;right:12px}.ViewportBreakpointIndicator-module__IFCqfa__icon{color:var(--brand-green);flex-shrink:0}.ViewportBreakpointIndicator-module__IFCqfa__label{text-transform:uppercase}.ViewportBreakpointIndicator-module__IFCqfa__width{color:var(--text-muted);font-variant-numeric:tabular-nums;font-weight:500}
.SidebarAccount-module__9Ia3OW__wrap{min-height:0;width:var(--sidebar-secondary-width);background:var(--bg-elevated);border-right:1px solid var(--border-subtle);flex-direction:column;flex-shrink:0;align-self:stretch;display:flex;overflow:hidden}.SidebarAccount-module__9Ia3OW__backWrap{flex-shrink:0;padding:12px 14px 4px}.SidebarAccount-module__9Ia3OW__backLink{color:var(--text-muted);border-radius:var(--radius-md);transition:color var(--transition-fast), background var(--transition-fast);align-items:center;gap:6px;padding:6px 4px;font-size:12px;font-weight:500;text-decoration:none;display:inline-flex}.SidebarAccount-module__9Ia3OW__backLink:hover{color:var(--text-primary);background:var(--bg-hover)}.SidebarAccount-module__9Ia3OW__sidebar{background:0 0;border-right:none;flex:1;width:100%;min-height:0}@media (max-width:767px){.SidebarAccount-module__9Ia3OW__wrap{top:var(--topbar-height);z-index:var(--z-sidebar);width:min(280px,86vw);display:none;position:fixed;bottom:0;left:0;box-shadow:4px 0 24px #00000059}.SidebarAccount-module__9Ia3OW__wrap.SidebarAccount-module__9Ia3OW__open{display:flex}}
.layout-module__rIGi5q__shell{background:var(--bg-base);flex-direction:column;height:100dvh;display:flex;overflow:hidden}.layout-module__rIGi5q__main{padding:var(--main-padding-y) var(--main-padding-x) 60px;flex:1;justify-content:center;align-items:flex-start;min-width:0;display:flex;overflow:hidden auto}
