.Button_button__GDFKd{border:none;border-radius:var(--shell-radius-full);font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:var(--shell-spacing-sm);transition:transform var(--shell-transition-base),box-shadow var(--shell-transition-base),opacity var(--shell-transition-base),background var(--shell-transition-base);font-family:var(--shell-font-sans)}.Button_sm__Abu8T{padding:6px 14px;font-size:.8125rem}.Button_md__3MGx3{padding:10px 20px;font-size:.875rem}.Button_lg__xSduN{padding:12px 28px;font-size:1rem}.Button_primary__7R9vq{background:var(--shell-gradient-brand);color:#fff;box-shadow:var(--shell-shadow-brand)}.Button_primary__7R9vq:hover:not(:disabled){transform:translateY(-1px);box-shadow:var(--shell-shadow-brand-hover)}.Button_secondary__XwnMp{background:var(--shell-color-surface);color:var(--shell-color-text);border:1px solid var(--shell-color-border)}.Button_secondary__XwnMp:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 16px rgba(148,163,184,.25);border-color:var(--shell-color-border-strong)}[data-theme=dark] .Button_secondary__XwnMp{background:var(--shell-color-surface-elevated)}.Button_ghost__xkyO4{background:transparent;color:var(--shell-color-text-muted);border:1px solid transparent}.Button_ghost__xkyO4:hover:not(:disabled){background:var(--shell-color-surface-alt);color:var(--shell-color-text)}[data-theme=dark] .Button_ghost__xkyO4:hover:not(:disabled){background:rgba(51,65,85,.5)}.Button_button__GDFKd:disabled{opacity:.5;cursor:not-allowed;transform:none!important;box-shadow:none!important}.Card_card__hZHDD{background:var(--shell-color-surface);border:1px solid var(--shell-color-border-strong);border-radius:var(--shell-radius-lg);padding:var(--shell-spacing-lg);transition:border-color var(--shell-transition-base),transform var(--shell-transition-base),box-shadow var(--shell-transition-base)}[data-theme=dark] .Card_card__hZHDD{background:rgba(30,41,59,.5);border-color:var(--shell-color-border)}.Card_interactive__7Oi27{cursor:pointer}.Card_interactive__7Oi27:hover{transform:translateY(-2px);box-shadow:var(--shell-shadow-md)}.Card_interactive__7Oi27:hover,[data-theme=dark] .Card_interactive__7Oi27:hover{border-color:var(--shell-color-brand)}.Card_title__GKIL7{margin:0 0 var(--shell-spacing-sm);font-size:1rem;font-weight:700;color:var(--shell-color-text)}.Card_description__MFh8o{margin:0;font-size:.875rem;color:var(--shell-color-text-muted);line-height:1.5}.settings_settingsLayout__M8DGK{display:grid;grid-template-columns:220px 1fr;min-height:calc(100vh - 48px);margin:calc(-1 * var(--shell-spacing-lg))}@media (max-width:900px){.settings_settingsLayout__M8DGK{grid-template-columns:1fr}.settings_sidebar__AAJnm{display:none}}.settings_sidebar__AAJnm{background:var(--shell-color-surface);border-right:1px solid var(--shell-color-border);padding:var(--shell-spacing-lg);position:-webkit-sticky;position:sticky;top:48px;height:calc(100vh - 48px);overflow-y:auto}[data-theme=dark] .settings_sidebar__AAJnm{background:rgba(15,23,42,.4)}.settings_sidebarHeader__ecl5P{margin-bottom:var(--shell-spacing-xl)}.settings_backLink__ntmbH{font-size:.875rem;font-weight:500;color:var(--shell-color-text-muted);display:flex;align-items:center;gap:var(--shell-spacing-xs);transition:color var(--shell-transition-fast)}.settings_backLink__ntmbH:hover{color:var(--shell-color-text)}.settings_sidebarNav__h9O98{display:flex;flex-direction:column;gap:var(--shell-spacing-xl)}.settings_navSection__A5D4r{display:flex;flex-direction:column;gap:var(--shell-spacing-xs)}.settings_navSectionTitle__uh7MG{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--shell-color-text-muted);margin:0 0 var(--shell-spacing-sm);padding:0 var(--shell-spacing-sm)}.settings_navList__6fPbx{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.settings_navItem___MeFe{display:block;padding:var(--shell-spacing-sm) var(--shell-spacing-md);font-size:.875rem;font-weight:500;color:var(--shell-color-text-muted);border-radius:var(--shell-radius-sm);transition:all var(--shell-transition-fast)}.settings_navItem___MeFe:hover{background:rgba(99,102,241,.08);color:var(--shell-color-text)}.settings_navItemActive__gzxRj{background:rgba(99,102,241,.12);color:var(--shell-color-brand)}.settings_mainContent__CEUeD{padding:var(--shell-spacing-xl) var(--shell-spacing-2xl);overflow-y:auto}.settings_pageHeader__hmNa5{margin-bottom:var(--shell-spacing-2xl)}.settings_pageTitle__TvbNr{font-size:1.5rem;font-weight:600;margin:0 0 var(--shell-spacing-xs);color:var(--shell-color-text)}.settings_pageDescription__03Xr7{font-size:.875rem;color:var(--shell-color-text-muted);margin:0;max-width:600px;line-height:1.5}.settings_connectionsGrid__fqX55{display:flex;flex-direction:column;gap:var(--shell-spacing-xl)}.settings_connectionSection__EABfs{background:var(--shell-color-surface);border:1px solid var(--shell-color-border);border-radius:var(--shell-radius-md);padding:var(--shell-spacing-lg)}[data-theme=dark] .settings_connectionSection__EABfs{background:rgba(15,23,42,.5)}.settings_connectionHeader___C180{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--shell-spacing-lg)}.settings_connectionTitle__KgYRE{display:flex;align-items:center;gap:var(--shell-spacing-sm);font-size:1rem;font-weight:600;margin:0;color:var(--shell-color-text)}.settings_connectionDescription__OaQQv{font-size:.813rem;color:var(--shell-color-text-muted);margin:var(--shell-spacing-xs) 0 0}.settings_connectionDescription__OaQQv code{background:var(--shell-color-surface-alt);padding:2px 6px;border-radius:4px;font-size:.85em}.settings_formGrid__XNseZ{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:var(--shell-spacing-md);gap:var(--shell-spacing-md);margin-bottom:var(--shell-spacing-lg)}.settings_formField__PfPqD{display:flex;flex-direction:column;gap:var(--shell-spacing-xs)}.settings_formFieldFull__8bMY8{grid-column:1/-1}.settings_actions__3KNfr{display:flex;align-items:center;gap:var(--shell-spacing-md);padding-top:var(--shell-spacing-md);border-top:1px solid var(--shell-color-border)}.settings_statusIndicator__m_4O2{display:inline-flex;align-items:center;gap:6px;font-size:.813rem;color:var(--shell-color-text-muted)}.settings_statusDot__9m5w0{width:8px;height:8px;border-radius:50%;background:var(--shell-color-border)}.settings_statusDot__9m5w0.settings_ok__Ud_me{background:var(--shell-color-positive)}.settings_statusDot__9m5w0.settings_missing__cmhuw{background:#eab308}.settings_statusDot__9m5w0.settings_error__5TMZE{background:var(--shell-color-negative)}.settings_teamSection__VtCXe{background:var(--shell-color-surface);border:1px solid var(--shell-color-border);border-radius:var(--shell-radius-md)}[data-theme=dark] .settings_teamSection__VtCXe{background:rgba(15,23,42,.5)}.settings_teamHeader____rII{display:flex;align-items:center;justify-content:space-between;padding:var(--shell-spacing-lg);border-bottom:1px solid var(--shell-color-border)}.settings_teamTitle__Q2C7Q{font-size:1.125rem;font-weight:600;margin:0}.settings_teamControls__Mt6JO{display:flex;align-items:center;gap:var(--shell-spacing-md)}.settings_searchInput__BuGxV{width:220px;padding:var(--shell-spacing-sm) var(--shell-spacing-md);border:1px solid var(--shell-color-border);border-radius:var(--shell-radius-sm);background:var(--shell-color-surface-alt);color:var(--shell-color-text);font-size:.875rem}.settings_searchInput__BuGxV::placeholder{color:var(--shell-color-text-muted)}.settings_filterSelect__rdE0R{padding:var(--shell-spacing-sm) var(--shell-spacing-md);border:1px solid var(--shell-color-border);border-radius:var(--shell-radius-sm);background:var(--shell-color-surface-alt);color:var(--shell-color-text);font-size:.875rem;cursor:pointer}.settings_membersTable__YGqpu{width:100%;border-collapse:collapse}.settings_membersTable__YGqpu th{text-align:left;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--shell-color-text-muted);background:var(--shell-color-surface-alt)}.settings_membersTable__YGqpu td,.settings_membersTable__YGqpu th{padding:var(--shell-spacing-md) var(--shell-spacing-lg);border-bottom:1px solid var(--shell-color-border)}.settings_membersTable__YGqpu td{font-size:.875rem;vertical-align:middle}.settings_membersTable__YGqpu tr:last-child td{border-bottom:none}.settings_membersTable__YGqpu tr:hover td{background:rgba(99,102,241,.03)}.settings_memberCell__ysw5g{display:flex;align-items:center;gap:var(--shell-spacing-md)}.settings_memberAvatar__WXpOp{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;color:#fff;text-transform:uppercase;flex-shrink:0}.settings_memberInfo__OLaG1{display:flex;flex-direction:column;gap:2px}.settings_memberName__gDwJk{font-weight:500;color:var(--shell-color-text)}.settings_memberEmail__rKa_M{font-size:.75rem;color:var(--shell-color-text-muted)}.settings_roleSelect__lMphD{padding:6px 12px;border:1px solid var(--shell-color-border);border-radius:var(--shell-radius-sm);background:transparent;color:var(--shell-color-text);font-size:.813rem;cursor:pointer;min-width:100px}.settings_roleSelect__lMphD:hover{border-color:var(--shell-color-brand)}.settings_accessToggle__69US3{display:flex;align-items:center;gap:var(--shell-spacing-xs)}.settings_accessSelect__JMDUU{padding:4px 10px;border:1px solid var(--shell-color-border);border-radius:var(--shell-radius-sm);background:transparent;color:var(--shell-color-text);font-size:.75rem;cursor:pointer}.settings_deleteButton__EhSFL{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:var(--shell-color-text-muted);cursor:pointer;border-radius:var(--shell-radius-sm);transition:all var(--shell-transition-fast)}.settings_deleteButton__EhSFL:hover{background:rgba(239,68,68,.1);color:var(--shell-color-negative)}.settings_inviteButton__n4wzz{display:flex;align-items:center;gap:var(--shell-spacing-xs);padding:var(--shell-spacing-sm) var(--shell-spacing-md);background:var(--shell-color-brand);color:#fff;border:none;border-radius:var(--shell-radius-sm);font-size:.875rem;font-weight:500;cursor:pointer;transition:background var(--shell-transition-fast)}.settings_inviteButton__n4wzz:hover{background:var(--shell-color-brand-hover)}.settings_fileUpload___ARIc{display:flex;flex-direction:column;gap:var(--shell-spacing-xs)}.settings_fileUpload___ARIc input[type=file]{padding:10px;border:2px dashed var(--shell-color-border);border-radius:8px;cursor:pointer;transition:all .2s ease;background:var(--shell-color-surface-alt)}.settings_fileUpload___ARIc input[type=file]:hover{border-color:var(--shell-color-brand);background:rgba(99,102,241,.03)}.settings_fileInfo__9WNkH{font-size:.85rem;color:var(--shell-color-text-muted)}.settings_alertBanner__vcx9I{padding:var(--shell-spacing-md);background:rgba(99,102,241,.05);border-left:3px solid var(--shell-color-brand);border-radius:var(--shell-radius-sm);font-size:.875rem;color:var(--shell-color-text-muted);margin-top:var(--shell-spacing-md)}.settings_testButton__ndFGU{display:flex;align-items:center;gap:var(--shell-spacing-xs);padding:var(--shell-spacing-sm) var(--shell-spacing-md);background:transparent;color:var(--shell-color-text-muted);border:1px solid var(--shell-color-border);border-radius:var(--shell-radius-sm);font-size:.813rem;cursor:pointer;transition:all var(--shell-transition-fast)}.settings_testButton__ndFGU:hover{border-color:var(--shell-color-brand);color:var(--shell-color-brand)}.settings_configureCell___RpEY{display:flex;align-items:center;justify-content:space-between;gap:var(--shell-spacing-md)}.settings_configureMeta__xHPf6{display:flex;flex-direction:column;gap:2px}.settings_configureLabel__33tff{font-size:.75rem;color:var(--shell-color-text-muted)}.settings_configureValue__Pi99s{font-weight:600;color:var(--shell-color-text)}.settings_configureButton__IRZhM{padding:6px 12px;background:var(--shell-color-surface-alt);border:1px solid var(--shell-color-border);border-radius:var(--shell-radius-sm);color:var(--shell-color-text);font-size:.813rem;cursor:pointer;transition:all var(--shell-transition-fast)}.settings_configureButton__IRZhM:hover{border-color:var(--shell-color-brand);color:var(--shell-color-brand)}.settings_modalOverlay__idhys{position:fixed;inset:0;background:rgba(0,0,0,.45);display:flex;align-items:center;justify-content:center;padding:var(--shell-spacing-lg);z-index:1200}.settings_modal__knFb5{background:var(--shell-color-surface);border:1px solid var(--shell-color-border);border-radius:var(--shell-radius-lg);padding:var(--shell-spacing-xl);width:100%;max-width:720px;box-shadow:0 20px 60px rgba(0,0,0,.25)}[data-theme=dark] .settings_modal__knFb5{background:rgba(15,23,42,.8)}.settings_modalHeader__r0u_O{display:flex;align-items:center;justify-content:space-between;gap:var(--shell-spacing-lg);margin-bottom:var(--shell-spacing-lg)}.settings_modalTitle__Vjnl2{font-size:1.1rem;font-weight:600;color:var(--shell-color-text)}.settings_modalSubtitle__dIK8v{color:var(--shell-color-text-muted);font-size:.875rem}.settings_modalClose__FblO8{border:none;background:transparent;font-size:1.25rem;color:var(--shell-color-text-muted);cursor:pointer}.settings_modalBody__f1rwJ{display:flex;flex-direction:column;gap:var(--shell-spacing-lg)}.settings_modalField__gh8kL{display:flex;flex-direction:column;gap:var(--shell-spacing-xs);font-size:.9rem;color:var(--shell-color-text)}.settings_modalSelect__KMLI4{padding:10px 12px;border:1px solid var(--shell-color-border);border-radius:var(--shell-radius-sm);background:var(--shell-color-surface-alt);color:var(--shell-color-text);font-size:.9rem}.settings_modalSectionTitle__nnQna{font-weight:600;color:var(--shell-color-text)}.settings_appPermissionsGrid__uexmM{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:var(--shell-spacing-md);gap:var(--shell-spacing-md)}.settings_appPermissionCard__l5Msi{border:1px solid var(--shell-color-border);border-radius:var(--shell-radius-md);padding:var(--shell-spacing-md);background:var(--shell-color-surface-alt)}.settings_appPermissionTitle__FT6dS{font-weight:600;margin-bottom:var(--shell-spacing-sm);color:var(--shell-color-text)}.settings_emptyNote__k_mxz{color:var(--shell-color-text-muted);font-size:.9rem}.settings_modalFooter__W3aDA{display:flex;justify-content:flex-end;gap:var(--shell-spacing-md);margin-top:var(--shell-spacing-lg)}.settings_modalGhost__c2wQI{padding:10px 14px;border:1px solid var(--shell-color-border);background:transparent;color:var(--shell-color-text);border-radius:var(--shell-radius-sm);cursor:pointer}