.employeeInviteOverlay{--employee-invite-z-index:10000;--employee-invite-modal-width:1500px;--employee-invite-modal-height:900px;--employee-invite-viewport-gap:56px;--employee-invite-overlay-padding:28px;--employee-invite-aside-min:360px;--employee-invite-aside-ratio:.48fr;--employee-invite-main-padding:18px 26px 22px;--employee-invite-text:#172033;--employee-invite-text-soft:#6b7890;--employee-invite-text-muted:#8a96aa;--employee-invite-border:#dfe7f5;--employee-invite-border-strong:#cbd7ee;--employee-invite-surface:#fff;--employee-invite-surface-soft:#fbfcff;--employee-invite-surface-muted:#f8faff;--employee-invite-primary:#6d5dfc;--employee-invite-primary-strong:#2454d8;--employee-invite-primary-soft:#efedff;--employee-invite-primary-border:#d9d6ff;--employee-invite-accent:#18b7aa;--employee-invite-success:#16a34a;--employee-invite-success-soft:#ecfdf3;--employee-invite-success-border:#bbf7d0;--employee-invite-warning:#92400e;--employee-invite-warning-soft:#fff7e8;--employee-invite-warning-border:#fde68a;--employee-invite-danger:#991b1b;--employee-invite-danger-soft:#fff0f0;--employee-invite-danger-border:#fecaca;--employee-invite-info:#1e3a8a;--employee-invite-info-soft:#eff6ff;--employee-invite-info-border:#bfdbfe;z-index:var(--employee-invite-z-index);padding:var(--employee-invite-overlay-padding);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172a61;place-items:center;display:grid;position:fixed;inset:0}.employeeInviteOverlay *,.employeeInviteOverlay :before,.employeeInviteOverlay :after{box-sizing:border-box}.employeeInviteModal{width:min(var(--employee-invite-modal-width), 100%);min-width:0;max-width:100%;height:min(var(--employee-invite-modal-height), calc(100vh - var(--employee-invite-viewport-gap)));height:min(var(--employee-invite-modal-height), calc(100dvh - var(--employee-invite-viewport-gap)));max-height:calc(100vh - var(--employee-invite-viewport-gap));max-height:calc(100dvh - var(--employee-invite-viewport-gap));grid-template-columns:minmax(0, 1fr) minmax(var(--employee-invite-aside-min), var(--employee-invite-aside-ratio));color:var(--employee-invite-text);background:#fffffff5;border:1px solid #ffffffdb;border-radius:34px;grid-template-rows:minmax(0,1fr);display:grid;position:relative;overflow:hidden;box-shadow:0 30px 80px #1e293b33}.employeeInviteWizardPane{grid-area:1/1;grid-template-rows:auto auto minmax(0,1fr) auto;min-width:0;min-height:0;max-height:100%;display:grid;overflow:hidden}.employeeInviteModal.is-access-editing{grid-template-columns:minmax(0,1fr)}.employeeInviteModal.is-access-editing .employeeInviteWizardPane{grid-column:1}.employeeInviteModal.is-access-editing .employeeInviteAside{display:none}.employeeInviteHead,.employeeInviteFoot{border-color:var(--employee-invite-border);background:radial-gradient(circle at top left, color-mix(in srgb, var(--employee-invite-primary) 10%, transparent), transparent 26rem), linear-gradient(180deg, var(--employee-invite-surface), var(--employee-invite-surface-soft));justify-content:space-between;gap:20px;display:flex}.employeeInviteHead{border-bottom:1px solid var(--employee-invite-border);grid-area:1/1;align-items:flex-start;padding:22px 26px 18px}.employeeInviteTitle{align-items:flex-start;gap:14px;min-width:0;display:flex}.employeeInviteTitleIcon{color:#fff;background:linear-gradient(135deg, var(--employee-invite-primary), #d83b8f);box-shadow:0 16px 32px color-mix(in srgb, var(--employee-invite-primary) 25%, transparent);border-radius:18px;flex:none;place-items:center;width:48px;height:48px;font-weight:950;display:grid}.employeeInviteHead h1{color:var(--employee-invite-text);margin:0;font-size:clamp(22px,2.5vw,32px);line-height:1.05}.employeeInviteHead p,.employeeInvitePanelHead p{color:var(--employee-invite-text-soft);margin:7px 0 0;font-size:14px;line-height:1.45}.employeeInviteClose,.employeeInviteButton,.employeeInviteMiniButton{cursor:pointer;font-weight:950;transition:all .16s}.employeeInviteClose{z-index:2;border:1px solid var(--employee-invite-border);min-height:44px;color:var(--employee-invite-text);background:var(--employee-invite-surface);border-radius:999px;padding:10px 16px;position:absolute;top:28px;right:26px;box-shadow:0 10px 24px #1e293b0f}.employeeInviteSteps{border-bottom:1px solid var(--employee-invite-border);background:linear-gradient(180deg, var(--employee-invite-surface-soft), var(--employee-invite-surface-muted));grid-area:2/1;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;padding:14px 26px;display:grid}.employeeInviteStep{border:1px solid var(--employee-invite-border);text-align:left;min-width:0;color:var(--employee-invite-text-soft);background:var(--employee-invite-surface);cursor:pointer;border-radius:18px;grid-template-columns:auto 1fr;grid-template-areas:"number title""number text";align-items:center;gap:2px 10px;padding:10px 12px;display:grid;position:relative}.employeeInviteStep:after{content:"";border-right:2.2px solid var(--employee-invite-primary-strong);border-bottom:2.2px solid var(--employee-invite-primary-strong);opacity:0;transform-origin:50%;border-radius:1px;width:9px;height:9px;transition:border-color .14s,opacity .14s,transform .14s;display:block;position:absolute;top:50%;right:18px;transform:translateY(-50%)translate(-2px)rotate(-45deg)}.employeeInviteStep span{color:#4b5b76;background:#eef3ff;border-radius:12px;grid-area:number;place-items:center;width:30px;height:30px;font-weight:950;display:grid}.employeeInviteStep strong{min-width:0;color:var(--employee-invite-text);grid-area:title;font-size:13px}.employeeInviteStep small{text-overflow:ellipsis;white-space:nowrap;color:#7a879d;grid-area:text;min-width:0;font-size:12px;overflow:hidden}.employeeInviteStep.is-active{box-shadow:0 0 0 4px color-mix(in srgb, var(--employee-invite-primary) 8%, transparent);background:#f4f7ff;border-color:#8fa7ff}.employeeInviteStep.is-active:after{opacity:.78;animation:1.25s ease-in-out infinite employeeInviteStepArrowNudge}.employeeInviteStep.is-active span,.employeeInviteStep.is-complete span{color:#fff;background:linear-gradient(135deg, var(--employee-invite-primary-strong), var(--employee-invite-accent))}.employeeInviteStep:disabled{opacity:.55;cursor:not-allowed}.employeeInviteMain{overscroll-behavior:contain;min-width:0;min-height:0;max-height:100%;padding:var(--employee-invite-main-padding);scrollbar-gutter:stable both-edges;-webkit-overflow-scrolling:touch;grid-area:3/1;align-content:start;gap:16px;display:grid;overflow:hidden scroll}.employeeInviteMain:after{content:"";min-height:1px}.employeeInviteAside{overscroll-behavior:contain;scrollbar-gutter:stable;border-left:1px solid var(--employee-invite-border);background:radial-gradient(circle at top right, color-mix(in srgb, var(--employee-invite-primary) 13%, transparent), transparent 22rem), linear-gradient(180deg, var(--employee-invite-surface-soft) 0%, #f6f8ff 100%);-webkit-overflow-scrolling:touch;grid-area:1/2;align-content:start;gap:16px;min-width:0;min-height:0;max-height:100%;padding:110px 26px 40px;display:grid;overflow:hidden auto}.employeeInviteFoot{z-index:1;border-top:1px solid var(--employee-invite-border);background:#fffffff5;flex-wrap:nowrap;grid-area:4/1;align-items:center;padding:14px 26px}.employeeInviteFootNote{min-width:0;color:var(--employee-invite-text-soft);flex:auto;font-size:13px;line-height:1.4}.employeeInviteActions{flex-wrap:nowrap;flex:none;justify-content:flex-end;gap:10px;display:flex}.employeeInvitePanel{border:1px solid var(--employee-invite-border);background:var(--employee-invite-surface);border-radius:28px;min-width:0;overflow:visible;box-shadow:0 14px 34px #1e293b0d}.employeeInvitePanelHead{border-bottom:1px solid var(--employee-invite-border);background:linear-gradient(180deg, var(--employee-invite-surface), var(--employee-invite-surface-soft));border-radius:28px 28px 0 0;justify-content:space-between;align-items:flex-start;gap:12px;padding:16px 20px 12px;display:flex}.employeeInvitePanelHead h2{color:var(--employee-invite-text);margin:0;font-size:18px}.employeeInvitePanelBody{min-width:0;padding:16px 20px 18px}.employeeInviteAccessStepBody{gap:18px;display:grid}.employeeInviteManualEditHead{border:1px solid var(--employee-invite-primary-border);background:linear-gradient(135deg, var(--employee-invite-primary-soft), var(--employee-invite-surface) 74%), var(--employee-invite-surface);border-radius:18px;justify-content:space-between;align-items:flex-start;gap:16px;padding:14px;display:flex}.employeeInviteManualEditHead span{border:1px solid var(--employee-invite-primary-border);width:fit-content;color:var(--employee-invite-primary);background:var(--employee-invite-surface);border-radius:999px;margin-bottom:7px;padding:5px 9px;font-size:11px;font-weight:950;display:inline-flex}.employeeInviteManualEditHead h3,.employeeInviteManualEditHead p{margin:0}.employeeInviteManualEditHead h3{color:var(--employee-invite-text);font-size:17px;font-weight:950;line-height:1.2}.employeeInviteManualEditHead p{color:var(--employee-invite-text-soft);margin-top:5px;font-size:13px;line-height:1.4}.employeeInviteModal.is-access-editing .employeeInviteAccessBox{overscroll-behavior:auto;scrollbar-gutter:auto;height:auto;min-height:0;max-height:none;padding-right:0;overflow:visible}.employeeInviteModeTabs{border:1px solid var(--employee-invite-border);background:var(--employee-invite-surface-muted);border-radius:999px;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;width:min(650px,100%);margin-bottom:14px;padding:5px;display:grid}.employeeInviteModeTab{min-height:42px;color:var(--employee-invite-text-soft);cursor:pointer;background:0 0;border:0;border-radius:999px;padding:8px 12px;font-weight:950}.employeeInviteModeTab.is-active{color:#fff;background:var(--employee-invite-primary);box-shadow:0 10px 24px color-mix(in srgb, var(--employee-invite-primary) 25%, transparent)}.employeeInviteChoiceQuestion{gap:16px;margin-bottom:16px;padding:2px 0 4px;display:grid;position:relative}.employeeInviteChoiceQuestion p{color:var(--employee-invite-text);margin:0;font-size:16px;font-weight:850;line-height:1.35}.employeeInviteModeChoices{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;padding-top:14px;display:grid;position:relative}.employeeInviteModeChoices:before{display:none}.employeeInviteModeChoices:after{content:"или";z-index:1;border:1px solid var(--employee-invite-border);min-width:42px;height:24px;color:var(--employee-invite-text-soft);background:var(--employee-invite-surface);pointer-events:none;border-radius:999px;place-items:center;padding:0 10px;font-size:11px;font-weight:950;display:grid;position:absolute;top:-10px;left:50%;transform:translate(-50%)}.employeeInviteModeChoice{border:1px solid var(--employee-invite-border);min-width:0;min-height:108px;color:var(--employee-invite-text);background:linear-gradient(180deg, var(--employee-invite-surface), var(--employee-invite-surface-soft)), var(--employee-invite-surface);text-align:left;cursor:pointer;border-radius:20px;align-content:start;gap:8px;padding:18px 18px 16px 52px;transition:border-color .16s,background .16s,box-shadow .16s,transform .16s;display:grid;position:relative}.employeeInviteModeChoice:before{content:"";border:2px solid var(--employee-invite-border-strong);background:var(--employee-invite-surface);width:22px;height:22px;box-shadow:inset 0 0 0 5px var(--employee-invite-surface);border-radius:50%;transition:border-color .16s,background .16s,box-shadow .16s;position:absolute;top:18px;left:18px}.employeeInviteModeChoice:after{display:none}.employeeInviteModeChoice:hover{transform:translateY(-1px);box-shadow:0 12px 24px #1e293b14}.employeeInviteModeChoices.is-attention .employeeInviteModeChoice{border-color:color-mix(in srgb, #facc15 42%, var(--employee-invite-border));background:linear-gradient(180deg, color-mix(in srgb, #fef3c7 26%, var(--employee-invite-surface)), var(--employee-invite-surface-soft)), var(--employee-invite-surface);animation:1.8s ease-in-out infinite employee-invite-choice-attention}.employeeInviteModeChoices.is-attention .employeeInviteModeChoice:before{border-color:color-mix(in srgb, #facc15 56%, var(--employee-invite-border-strong))}.employeeInviteModeChoice.is-active{border-color:var(--employee-invite-primary);background:linear-gradient(180deg, color-mix(in srgb, var(--employee-invite-primary) 10%, #fff), var(--employee-invite-surface)), var(--employee-invite-surface);box-shadow:0 0 0 4px color-mix(in srgb, var(--employee-invite-primary) 11%, transparent)}.employeeInviteModeChoice.is-active:before{border-color:var(--employee-invite-primary);background:var(--employee-invite-primary);box-shadow:inset 0 0 0 5px var(--employee-invite-surface)}.employeeInviteModeChoice strong{color:var(--employee-invite-text);font-size:15px;font-weight:950;line-height:1.25}.employeeInviteModeChoice span{color:var(--employee-invite-text-soft);font-size:12px;font-weight:650;line-height:1.35}@keyframes employee-invite-choice-attention{0%,to{box-shadow:inset 0 0 0 1px #facc1517,0 0 #facc1524,0 10px 24px #facc150f}50%{box-shadow:inset 0 0 0 1px #facc1524,0 0 0 5px #facc151f,0 12px 28px #facc151a}}@keyframes employee-invite-field-attention{0%,to{box-shadow:0 0 #facc1529,0 8px 18px #facc150f}50%{box-shadow:0 0 0 5px #facc1521,0 10px 24px #facc151a}}.employeeInviteGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 20px;display:grid}.employeeInviteAccessPreset{margin-bottom:0}.employeeInviteField{align-content:start;gap:7px;min-width:0;display:grid}.employeeInviteWide{grid-column:1/-1}.employeeInviteLabelRow{justify-content:flex-start;align-items:center;gap:8px;min-height:16px;display:flex}.employeeInviteLabelRow strong{color:#20293a;font-size:13px;font-weight:950}.employeeInviteLabelRow em,.employeeInviteField small{color:var(--employee-invite-text-muted);font-size:12px;font-style:normal;font-weight:650;line-height:1.25}.employeeInviteField small{min-height:14px}.employeeInviteInput,.employeeInviteSelect{border:1px solid var(--employee-invite-border-strong);width:100%;min-height:42px;color:var(--employee-invite-text);background:var(--employee-invite-surface);border-radius:16px;outline:0;padding:10px 15px;transition:all .15s}.employeeInviteInput:focus,.employeeInviteSelect:focus{border-color:var(--employee-invite-primary);box-shadow:0 0 0 4px color-mix(in srgb, var(--employee-invite-primary) 12%, transparent)}.employeeInviteInput.is-invalid{border-color:var(--employee-invite-danger);box-shadow:0 0 0 4px color-mix(in srgb, var(--employee-invite-danger) 10%, transparent)}.employeeInviteField.is-guided .employeeInviteLabelRow strong{color:color-mix(in srgb, var(--employee-invite-warning) 72%, var(--employee-invite-text))}.employeeInviteField.is-guided .employeeInviteInput,.employeeInviteField.is-guided .employeeInviteSelect{border-color:color-mix(in srgb, #facc15 58%, var(--employee-invite-border-strong));background:color-mix(in srgb, #fef3c7 30%, var(--employee-invite-surface));animation:1.8s ease-in-out infinite employee-invite-field-attention}.employeeInviteInput:disabled{color:var(--employee-invite-text-muted);background:var(--employee-invite-surface-muted)}.employeeInviteSelect{appearance:none;background-image:linear-gradient(45deg,#0000 50%,#667085 50%),linear-gradient(135deg,#667085 50%,#0000 50%);background-position:calc(100% - 24px) 18px,calc(100% - 17px) 18px;background-repeat:no-repeat;background-size:7px 7px,7px 7px;padding-right:44px}.employeeInviteAccessBox,.employeeInviteSummaryList,.employeeInviteLinkPanel{gap:16px;min-width:0;display:grid}.employeeInviteAccessBox{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;max-height:320px;padding-right:4px;overflow:auto}.employeeInviteReviewAccess,.employeeInviteAccessBox--preview{overscroll-behavior:auto;max-height:none;padding-right:0;overflow:visible}.employeeInviteAside .employeeInviteAccessBox{overscroll-behavior:auto;max-height:none;padding-bottom:6px;padding-right:14px;overflow:visible}.employeeInviteQuickRoles{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.employeeInviteSelectedRole{grid-template-rows:38px minmax(150px,auto);gap:10px;min-height:198px;display:grid}.employeeInviteSelectedRoleHead{grid-template-columns:max-content minmax(0,1fr);align-items:center;gap:12px;min-height:38px;display:grid}.employeeInviteSelectedRoleHead>span{border:1px solid var(--employee-invite-success-border);width:fit-content;color:var(--employee-invite-success);background:var(--employee-invite-success-soft);border-radius:999px;padding:6px 10px;font-size:12px;font-weight:950}.employeeInviteInlineAction{min-height:34px;color:var(--employee-invite-primary);white-space:nowrap;cursor:pointer;background:0 0;border:0;justify-self:start;padding:0 10px;font-size:13px;font-weight:900;line-height:1.2}.employeeInviteInlineAction:hover{text-decoration:underline}.employeeInviteQuickCard{border:1px solid var(--employee-invite-border);text-align:left;background:var(--employee-invite-surface);cursor:pointer;border-radius:18px;align-content:start;gap:8px;min-height:112px;padding:14px;display:grid}.employeeInviteQuickCard--selected{cursor:default;min-height:150px}.employeeInviteQuickCard.is-active{border-color:var(--employee-invite-primary);background:var(--employee-invite-primary-soft);box-shadow:0 0 0 4px color-mix(in srgb, var(--employee-invite-primary) 10%, transparent)}.employeeInviteQuickCard.is-priority{grid-column:span 3;min-height:96px}.employeeInviteQuickCard.is-priority.is-active{background:linear-gradient(135deg,#eafff2 0%,#f3f7ff 68%);border-color:#22a86b;box-shadow:0 0 0 4px #22a86b24}.employeeInviteQuickCard--admin{border-color:var(--employee-invite-warning-border);background:linear-gradient(135deg, var(--employee-invite-warning-soft), var(--employee-invite-surface) 72%), var(--employee-invite-surface);grid-column:1/-1;min-height:0}.employeeInviteQuickCard--admin.is-active{border-color:var(--employee-invite-warning);box-shadow:0 0 0 4px color-mix(in srgb, var(--employee-invite-warning) 13%, transparent)}.employeeInviteQuickCard--selected,.employeeInviteQuickCard--selected.is-priority,.employeeInviteQuickCard--selected.employeeInviteQuickCard--admin{min-height:150px}.employeeInviteQuickCard.is-disabled{opacity:.62;cursor:not-allowed;background:var(--employee-invite-surface-muted)}.employeeInviteQuickCard.is-in-development{cursor:not-allowed;position:relative}.employeeInviteQuickCard.is-in-development .employeeInviteBadge{z-index:1;position:relative}.employeeInviteDevelopmentBlur{gap:8px;display:grid}.employeeInviteQuickCard.is-in-development .employeeInviteDevelopmentBlur{filter:blur(3px);opacity:.54;-webkit-user-select:none;user-select:none}.employeeInviteDevelopmentLabel{z-index:1;border:1px solid var(--employee-invite-primary-border);color:var(--employee-invite-primary);background:color-mix(in srgb, var(--employee-invite-surface) 86%, transparent);border-radius:999px;padding:5px 9px;font-size:12px;font-weight:950;position:absolute;bottom:14px;right:14px}.employeeInviteQuickCard strong,.employeeInviteAccessRow strong,.employeeInviteSummaryLine strong{color:var(--employee-invite-text)}.employeeInviteQuickCard p{color:var(--employee-invite-text-soft);margin:0;font-size:12px;line-height:1.35}.employeeInviteQuickCard--selected p{-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:32px;display:-webkit-box;overflow:hidden}.employeeInviteBadge{border:1px solid var(--employee-invite-primary-border);color:#3730a3;background:var(--employee-invite-primary-soft);border-radius:999px;align-items:center;width:fit-content;padding:6px 10px;font-size:12px;font-weight:950;display:inline-flex}.employeeInviteBadgeRow{align-items:center;gap:8px;width:fit-content;display:inline-flex}.employeeInviteWarningIcon{border:1px solid var(--employee-invite-warning-border);width:26px;height:26px;color:var(--employee-invite-warning);background:var(--employee-invite-warning-soft);border-radius:50%;place-items:center;font-size:16px;font-weight:950;line-height:1;display:inline-grid}.employeeInviteCrownIcon{border:1px solid var(--employee-invite-success-border);color:#166534;background:var(--employee-invite-success-soft);border-radius:50%;place-items:center;width:28px;height:28px;display:inline-grid}.employeeInviteBadge--green{color:#166534;border-color:var(--employee-invite-success-border);background:var(--employee-invite-success-soft)}.employeeInviteBadge--amber{color:var(--employee-invite-warning);border-color:var(--employee-invite-warning-border);background:var(--employee-invite-warning-soft)}.employeeInviteBadge--red{color:var(--employee-invite-danger);border-color:var(--employee-invite-danger-border);background:var(--employee-invite-danger-soft)}.employeeInviteAccessRow{border:1px solid var(--employee-invite-border);background:#e5e5f3;border-radius:18px;grid-template-columns:1fr auto;align-items:center;gap:12px;padding:14px;display:grid}.employeeInviteAccessRow--profile{grid-template-columns:minmax(0,1fr) auto;align-items:start;min-height:118px;padding:12px}.employeeInviteAccessRow--profile.is-readonly{background:#eefdf7;border-color:#bdf4dc;align-items:center;min-height:0}.employeeInviteAccessRow--profile.is-locked .employeeInviteSwitch{cursor:not-allowed}.employeeInviteAccessRow--profile.is-locked .employeeInviteSwitch:not(:has(input:checked)){opacity:.78}.employeeInviteAccessRow--profile.is-locked .employeeInviteSwitch input,.employeeInviteAccessRow--profile.is-locked .employeeInviteSwitch i{cursor:not-allowed}.employeeInviteAccessRow span{color:var(--employee-invite-text-soft);margin-top:4px;font-size:12px;line-height:1.35;display:block}.employeeInviteAccessRow--matrix{align-items:start}.employeeInviteAccessResultContent{min-width:0}.employeeInviteAccessMatrix{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin-top:10px;display:grid}.employeeInviteAccessMatrixCell{border:1px solid var(--employee-invite-border);background:#ffffff94;border-radius:10px;align-items:center;gap:6px;min-width:0;padding:6px 8px;display:flex}.employeeInviteAccessMatrixCell span{color:#fff;border-radius:50%;flex:none;place-items:center;width:18px;height:18px;margin:0;font-size:13px;font-weight:950;line-height:1;display:grid}.employeeInviteAccessMatrixCell small{min-width:0;color:var(--employee-invite-text);flex-wrap:wrap;align-items:center;gap:4px;font-size:11px;font-weight:850;line-height:1.15;display:flex}.employeeInviteAccessMatrixCell small em{border:1px solid var(--employee-invite-warning-border);color:var(--employee-invite-warning);background:var(--employee-invite-warning-soft);border-radius:999px;padding:2px 5px;font-size:9px;font-style:normal;font-weight:950;line-height:1}.employeeInviteAccessMatrixCell.is-allowed{border-color:var(--employee-invite-success-border);background:var(--employee-invite-success-soft)}.employeeInviteAccessMatrixCell.is-sensitive{border-color:var(--employee-invite-warning-border);background:linear-gradient(135deg, var(--employee-invite-warning-soft), var(--employee-invite-success-soft) 70%), var(--employee-invite-success-soft)}.employeeInviteAccessMatrixCell.is-allowed span{background:var(--employee-invite-success)}.employeeInviteAccessMatrixCell.is-sensitive span{background:var(--employee-invite-warning)}.employeeInviteAccessMatrixCell.is-denied{border-color:var(--employee-invite-danger-border);background:var(--employee-invite-danger-soft)}.employeeInviteAccessMatrixCell.is-denied span{background:var(--employee-invite-danger)}.employeeInviteAccessGroups,.employeeInviteTraineeDetails,.employeeInviteTraineeActions,.employeeInviteAccessGroup,.employeeInviteAccessGroupRows{display:grid}.employeeInviteAccessGroups{gap:14px}.employeeInviteRightsPreview{border:1px solid var(--employee-invite-border);background:var(--employee-invite-surface-soft);border-radius:18px;gap:12px;padding:12px;display:grid}.employeeInviteRightsPreviewHead{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.employeeInviteRightsPreviewHead h3,.employeeInviteRightsPreviewHead p{margin:0}.employeeInviteRightsPreviewHead h3{color:var(--employee-invite-text);font-size:14px;font-weight:950;line-height:1.25}.employeeInviteRightsPreviewHead p{color:var(--employee-invite-text-soft);margin-top:4px;font-size:12px;line-height:1.35}.employeeInviteRightsPreviewList{gap:8px;display:grid}.employeeInviteRightsPreviewRow{border:1px solid var(--employee-invite-border);background:var(--employee-invite-surface);border-radius:14px;grid-template-columns:minmax(0,1fr) minmax(220px,.8fr);align-items:center;gap:12px;padding:10px;display:grid}.employeeInviteRightsPreviewRow strong{color:var(--employee-invite-text);font-size:13px;font-weight:950;display:block}.employeeInviteRightsPreviewRow span{color:var(--employee-invite-text-soft);margin-top:3px;font-size:12px;line-height:1.3;display:block}.employeeInviteRightsPreviewActions{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:flex}.employeeInviteRightsPreviewActions .employeeInviteRightsPreviewAction{border:1px solid var(--employee-invite-success-border);color:var(--employee-invite-success);background:var(--employee-invite-success-soft);border-radius:999px;align-items:center;gap:4px;margin:0;padding:6px 8px;font-size:11px;font-weight:900;line-height:1;display:inline-flex}.employeeInviteRightsPreviewAction em{color:var(--employee-invite-warning);background:var(--employee-invite-warning-soft);border-radius:999px;padding:2px 5px;font-size:9px;font-style:normal;font-weight:950}.employeeInviteRightsPreviewActions .employeeInviteRightsPreviewAction.is-sensitive{border-color:var(--employee-invite-warning-border);color:var(--employee-invite-warning);background:var(--employee-invite-warning-soft)}.employeeInviteRightsPreviewActions .employeeInviteRightsPreviewAction.is-empty{border-color:var(--employee-invite-border);color:var(--employee-invite-text-muted);background:var(--employee-invite-surface-muted)}.employeeInviteTraineeBox{border:1px solid var(--employee-invite-border);background:var(--employee-invite-surface-soft);border-radius:18px;gap:12px;margin-top:0;padding:12px;display:grid}.employeeInviteTraineeBox.is-active{border-color:color-mix(in srgb, #14b8a6 34%, var(--employee-invite-border));background:linear-gradient(180deg, #ecf9f8 0%, var(--employee-invite-surface-soft) 48%)}.employeeInviteTraineeDetails{gap:12px}.employeeInviteTraineeDetails p{color:#43506a;background:#eefdf7;border-radius:14px;margin:0;padding:12px;font-size:13px;line-height:1.45}.employeeInviteTraineeActions{gap:10px}.employeeInviteCuratorPicker{gap:8px;display:grid}.employeeInviteCuratorList{gap:6px;max-height:220px;display:grid;overflow:auto}.employeeInviteCuratorOption{border:1px solid var(--employee-invite-border);width:100%;color:var(--employee-invite-text);background:var(--employee-invite-surface);text-align:left;cursor:pointer;border-radius:14px;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;display:flex}.employeeInviteCuratorOption.is-active{border-color:var(--employee-invite-primary);background:color-mix(in srgb, var(--employee-invite-primary) 9%, var(--employee-invite-surface))}.employeeInviteCuratorOption strong,.employeeInviteCuratorOption small{display:block}.employeeInviteCuratorOption small{color:var(--employee-invite-text-muted);margin-top:2px;font-size:12px}.employeeInviteCuratorOption b{color:var(--employee-invite-primary);font-size:12px}.employeeInviteCuratorEmpty,.employeeInviteFieldError{color:var(--employee-invite-danger);font-size:12px;font-weight:700}.employeeInviteAccessGroup{border:1px solid var(--employee-invite-border);background:var(--employee-invite-surface-soft);border-radius:18px;gap:10px;padding:12px}.employeeInviteAccessGroupHead{justify-content:space-between;align-items:flex-start;gap:12px;padding:2px 2px 0;display:flex}.employeeInviteAccessGroupHead h3,.employeeInviteAccessGroupHead p{margin:0}.employeeInviteAccessGroupHead h3{color:var(--employee-invite-text);font-size:13px;font-weight:950;line-height:1.25}.employeeInviteAccessGroupHead p{color:var(--employee-invite-text-soft);margin-top:4px;font-size:12px;line-height:1.35}.employeeInviteAccessGroupHead>span{color:#3730a3;background:var(--employee-invite-primary-soft);border-radius:999px;place-items:center;min-width:28px;height:24px;padding:0 8px;font-size:11px;font-weight:950;display:grid}.employeeInviteAccessGroupRows{gap:10px}.employeeInviteCrudLine{grid-column:1/-1;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;min-height:42px;display:grid}.employeeInviteAccessRow .employeeInviteCrudToggle{border:1px solid var(--employee-invite-border);background:var(--employee-invite-surface);border-radius:12px;justify-content:space-between;align-items:center;gap:6px;min-width:0;min-height:42px;padding:6px 8px;display:flex}.employeeInviteAccessRow .employeeInviteCrudToggle small{color:#5f6b82;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:11px;font-weight:700;overflow:hidden}.employeeInviteManualNote{border:1px solid var(--employee-invite-primary-border);color:#3730a3;background:var(--employee-invite-primary-soft);border-radius:16px;padding:13px 15px;font-size:13px;font-weight:650;line-height:1.4}.employeeInviteAdminNotice{border:1px solid var(--employee-invite-success-border);color:#166534;background:var(--employee-invite-success-soft);border-radius:16px;padding:13px 15px;font-size:13px;font-weight:650;line-height:1.4}.employeeInviteSwitch{cursor:pointer;background:#cbd5e1;border-radius:999px;flex:none;width:48px;height:28px;position:relative}.employeeInviteSwitch input{display:none}.employeeInviteSwitch i{background:var(--employee-invite-surface);border-radius:50%;width:22px;height:22px;transition:all .16s;position:absolute;top:3px;left:3px;box-shadow:0 2px 5px #0f172a2e}.employeeInviteSwitch:has(input:checked){background:var(--employee-invite-primary)}.employeeInviteSwitch:has(input:checked) i{left:23px}.employeeInviteScopeTabs{grid-template-columns:repeat(3,minmax(0,1fr));width:100%;margin-bottom:14px}.employeeInviteCabinetButton{border:1px solid var(--employee-invite-border);width:100%;min-height:54px;color:var(--employee-invite-text);background:var(--employee-invite-surface-muted);cursor:pointer;border-radius:18px;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;padding:12px 16px;font-weight:950;display:flex}.employeeInviteCabinetButton>span:first-child{gap:3px;display:grid}.employeeInviteCabinetButton small{color:#ef4444;font-size:13px;font-weight:700}.employeeInviteCabinetButton.is-active{border-color:color-mix(in srgb, var(--employee-invite-primary) 35%, transparent);background:#f0edff}.employeeInviteCabinetButton.is-active small{color:var(--employee-invite-success)}.employeeInviteScopeTabs .employeeInviteModeTab{justify-content:center;align-items:center;gap:8px;display:inline-flex}.employeeInviteScopeTabs small{color:#5b6478;background:var(--employee-invite-surface);border-radius:999px;place-items:center;min-width:22px;height:22px;font-size:12px;display:inline-grid}.employeeInviteScopeTabs .is-active small{color:var(--employee-invite-primary)}.employeeInviteScopeList{overscroll-behavior:auto;scrollbar-gutter:auto;align-content:start;height:auto;max-height:none;padding-right:0;overflow:visible}.employeeInviteScopeList .employeeInviteAccessRow{min-height:100px}.employeeInviteScopePanelBody{align-content:start;display:grid}.employeeInviteScopePanelBody:has(.employeeInviteScopeList){min-height:438px}.employeeInviteLinkModeBlock{gap:12px;margin:-4px 0 14px;display:grid}.employeeInviteLinkModeHint{border:1px solid var(--employee-invite-info-border);color:var(--employee-invite-info);background:var(--employee-invite-info-soft);border-radius:16px;margin:-4px 0 14px;padding:12px 14px;font-size:13px;font-weight:650;line-height:1.45}.employeeInviteLinkModeBlock .employeeInviteLinkModeHint{margin:0}.employeeInviteSummary{background:radial-gradient(circle at top right, color-mix(in srgb, var(--employee-invite-primary) 16%, transparent), transparent 16rem), linear-gradient(135deg, var(--employee-invite-surface), #f8f7ff);border:1px solid #dfdcff;border-radius:28px;gap:16px;padding:18px;display:grid}.employeeInviteFinishCard{background:radial-gradient(circle at top right, color-mix(in srgb, var(--employee-invite-primary) 17%, transparent), transparent 16rem), linear-gradient(135deg, var(--employee-invite-surface), #f8f7ff);border:1px solid #dfdcff;border-radius:28px;gap:10px;padding:24px;display:grid;box-shadow:0 20px 46px #1e293b14}.employeeInviteFinishCard>span{border:1px solid var(--employee-invite-success-border);width:fit-content;color:var(--employee-invite-success);background:var(--employee-invite-success-soft);text-transform:uppercase;border-radius:999px;padding:5px 9px;font-size:11px;font-weight:950}.employeeInviteFinishCard h2{color:var(--employee-invite-text);margin:0;font-size:24px;line-height:1.15}.employeeInviteFinishCard p{color:var(--employee-invite-text-soft);margin:0;font-size:14px;line-height:1.45}.employeeInvitePreviewHead{gap:6px;display:grid}.employeeInvitePreviewHead>span{border:1px solid var(--employee-invite-primary-border);color:#3730a3;background:var(--employee-invite-primary-soft);text-transform:uppercase;border-radius:999px;width:fit-content;padding:5px 9px;font-size:11px;font-weight:950}.employeeInvitePreviewHead h2{color:var(--employee-invite-text);margin:0;font-size:18px;line-height:1.2}.employeeInvitePreviewHead p{color:var(--employee-invite-text-soft);margin:0;font-size:13px;line-height:1.45}.employeeInviteSummaryLine{border:1px solid var(--employee-invite-border);background:#ffffffc2;border-radius:14px;justify-content:space-between;align-items:center;gap:10px;padding:11px 12px;display:flex}.employeeInviteSummaryLine span{color:var(--employee-invite-text-soft);text-align:right;font-size:12px}.employeeInvitePreviewList{gap:10px;display:grid}.employeeInvitePreviewList .employeeInviteSummaryLine{background:0 0;border:0;border-radius:0;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:start;gap:10px;padding:0 0 0 18px;display:grid;position:relative}.employeeInvitePreviewList .employeeInviteSummaryLine:before{content:"";background:var(--employee-invite-primary);border-radius:50%;width:7px;height:7px;position:absolute;top:7px;left:2px}.employeeInvitePreviewList .employeeInviteSummaryLine strong{color:var(--employee-invite-text-soft);font-size:12px;font-weight:850}.employeeInvitePreviewList .employeeInviteSummaryLine span{color:var(--employee-invite-text);text-align:left;font-size:12px;font-weight:750}.employeeInviteLink{border:1px solid var(--employee-invite-border);background:var(--employee-invite-surface-muted);border-radius:16px;grid-template-columns:minmax(0,1fr);gap:10px;padding:10px;display:grid}.employeeInviteLinkValue{width:100%;min-width:0;color:var(--employee-invite-text-soft);overflow-wrap:anywhere;word-break:break-word;padding:4px 6px;font-size:13px;font-weight:500;line-height:1.35}.employeeInviteLink .employeeInviteMiniButton{justify-self:start}.employeeInviteButton{border:1px solid var(--employee-invite-border-strong);min-height:46px;color:var(--employee-invite-text);background:var(--employee-invite-surface);white-space:nowrap;border-radius:999px;padding:11px 18px}.employeeInviteMiniButton{color:#fff;background:var(--employee-invite-primary);white-space:nowrap;border:0;border-radius:12px;padding:9px 11px}.employeeInviteButton:hover,.employeeInviteClose:hover,.employeeInviteQuickCard:hover{transform:translateY(-1px);box-shadow:0 12px 24px #1e293b14}.employeeInviteQuickCard.is-disabled:hover{box-shadow:none;transform:none}.employeeInviteButton--soft{color:var(--employee-invite-primary);border-color:var(--employee-invite-primary-border);background:var(--employee-invite-primary-soft)}.employeeInviteButton.is-saved{color:var(--employee-invite-success);border-color:var(--employee-invite-success-border);background:var(--employee-invite-success-soft)}.employeeInviteButton--primary{color:#fff;background:linear-gradient(135deg, var(--employee-invite-primary), #8c62ff);box-shadow:0 16px 30px color-mix(in srgb, var(--employee-invite-primary) 24%, transparent);border-color:#0000}.employeeInviteButton:disabled{opacity:.55;cursor:not-allowed;box-shadow:none;transform:none}.employeeInviteShare{flex-wrap:wrap;gap:8px;display:flex}.employeeInviteShare a,.employeeInviteInfo,.employeeInviteWarn{border-radius:18px;font-size:13px;line-height:1.45}.employeeInviteShare a{color:#5b21b6;background:var(--employee-invite-primary-soft);padding:9px 12px;font-weight:700}.employeeInviteInfo{border:1px solid var(--employee-invite-info-border);color:var(--employee-invite-info);background:var(--employee-invite-info-soft);padding:15px}.employeeInviteWarn{border:1px solid var(--employee-invite-warning-border);color:#78350f;background:var(--employee-invite-warning-soft);padding:15px}@keyframes employeeInviteStepArrowNudge{0%,to{opacity:.72;transform:translateY(-50%)translate(-2px)rotate(-45deg)}50%{opacity:1;transform:translateY(-50%)translate(5px)rotate(-45deg)}}@media (prefers-reduced-motion:reduce){.employeeInviteStep.is-active:after{opacity:1;animation:none;transform:translateY(-50%)translate(0)rotate(-45deg)}.employeeInviteModeChoices.is-attention .employeeInviteModeChoice,.employeeInviteField.is-guided .employeeInviteInput,.employeeInviteField.is-guided .employeeInviteSelect{animation:none}}@media (max-height:820px) and (min-width:861px){.employeeInviteOverlay{--employee-invite-overlay-padding:18px;--employee-invite-viewport-gap:36px;--employee-invite-main-padding:14px 22px 18px}.employeeInviteHead{padding:18px 24px 14px}.employeeInviteSteps{padding:10px 24px}.employeeInviteStep{padding:8px 10px}.employeeInvitePanelHead{padding:14px 18px 10px}.employeeInvitePanelBody{padding:14px 18px 16px}}@media (max-width:1180px){.employeeInviteModal{grid-template-columns:1fr}.employeeInviteAside{display:none}.employeeInviteClose{z-index:auto;position:static}}@media (max-width:860px){.employeeInviteOverlay{--employee-invite-viewport-gap:20px;--employee-invite-overlay-padding:10px;--employee-invite-main-padding:18px 18px 24px;align-items:start}.employeeInviteModal{border-radius:24px}.employeeInviteHead{flex-direction:column;padding:18px}.employeeInviteSteps{grid-template-columns:repeat(2,minmax(0,1fr));padding:12px 14px}.employeeInviteClose,.employeeInviteModeTabs{width:100%}.employeeInviteFoot{align-items:center;padding:14px}.employeeInviteGrid,.employeeInviteModeChoices,.employeeInviteQuickRoles{grid-template-columns:1fr}.employeeInviteModeChoices{gap:12px;padding-top:0}.employeeInviteModeChoices:before,.employeeInviteModeChoices:after,.employeeInviteModeChoice:after{display:none}.employeeInviteModeChoice{min-height:0;padding:14px 16px 14px 48px}.employeeInviteModeChoice:before{top:15px;left:16px}.employeeInviteQuickCard.is-priority{grid-column:1}.employeeInviteModeTabs{border-radius:18px}.employeeInviteModeTab{flex:1}}@media (max-width:520px){.employeeInviteOverlay{--employee-invite-overlay-padding:0;--employee-invite-viewport-gap:0px;--employee-invite-main-padding:12px 10px 16px;place-items:stretch stretch}.employeeInviteModal{border:0;border-radius:0;width:100vw;height:100dvh;max-height:100dvh}.employeeInviteHead{grid-template-columns:1fr auto;align-items:center;gap:10px;padding:10px 12px;display:grid}.employeeInviteTitle{flex-direction:row;align-items:center;gap:10px}.employeeInviteTitleIcon{border-radius:14px;width:36px;height:36px}.employeeInviteHead h1{font-size:18px;line-height:1.08}.employeeInviteHead p{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:3px;font-size:11px;line-height:1.25;display:-webkit-box;overflow:hidden}.employeeInviteClose{width:auto;min-height:34px;padding:7px 10px;font-size:0}.employeeInviteClose:after{content:"x";font-size:22px;line-height:1}.employeeInviteSteps{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;padding:8px}.employeeInviteStep{text-align:center;grid-template-columns:1fr;grid-template-areas:"number""title";justify-items:center;gap:5px;padding:8px 4px}.employeeInviteStep:after,.employeeInviteStep small{display:none}.employeeInviteStep span{border-radius:10px;width:26px;height:26px}.employeeInviteStep strong{font-size:10px}.employeeInviteMain,.employeeInviteAccessBox,.employeeInviteSummaryList,.employeeInviteLinkPanel{gap:12px}.employeeInviteAccessBox,.employeeInviteScopeList{overscroll-behavior:auto;scrollbar-gutter:auto;height:auto;max-height:none;padding-right:0;overflow:visible}.employeeInvitePanel{border-radius:20px}.employeeInvitePanelHead{border-radius:20px 20px 0 0;flex-direction:column;padding:14px}.employeeInvitePanelHead h2{font-size:17px}.employeeInvitePanelBody{padding:14px}.employeeInviteModeTabs{gap:6px;margin-bottom:12px;padding:5px}.employeeInviteModeTab{min-height:44px;padding:8px 10px;font-size:13px}.employeeInviteScopeTabs{border-radius:20px;grid-template-columns:1fr}.employeeInviteCabinetButton{border-radius:16px;min-height:52px;padding:10px 12px}.employeeInviteScopePanelBody:has(.employeeInviteScopeList){min-height:0}.employeeInviteTitle,.employeeInviteLink{flex-direction:column;grid-template-columns:1fr}.employeeInviteAccessRow{border-radius:16px;grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:12px}.employeeInviteRightsPreviewHead,.employeeInviteRightsPreviewRow{flex-direction:column;grid-template-columns:1fr;align-items:stretch}.employeeInviteRightsPreviewActions{justify-content:flex-start}.employeeInviteAccessRow--profile{min-height:0}.employeeInviteCrudLine{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.employeeInviteAccessRow .employeeInviteCrudToggle{min-height:40px;padding:6px}.employeeInviteAccessRow .employeeInviteCrudToggle small{font-size:10px}.employeeInviteSwitch{justify-self:end}.employeeInviteFoot{gap:10px;padding:8px 10px}.employeeInviteFootNote{max-height:30px;font-size:11px;line-height:1.25;overflow:hidden}.employeeInviteActions{gap:8px}.employeeInviteMiniButton{width:100%}.employeeInviteButton{min-height:40px;padding:8px 12px;font-size:13px}}
.settingsGeneralPage{--general-card:#ffffffdb;--general-line:#6e77912e;--general-muted:#667085;--general-muted-2:#8a94a8;--general-primary:var(--brand-600);--general-primary-2:var(--accent-500);--general-primary-3:var(--accent-500);--general-soft:color-mix(in srgb, var(--brand-600) 12%, transparent);--general-green:var(--success);--general-blue:var(--info);--general-amber:var(--warning);--general-accent:var(--accent-500);--general-green-soft:var(--success-soft);--general-blue-soft:var(--info-soft);--general-amber-soft:var(--warning-soft);--general-accent-soft:color-mix(in srgb, var(--accent-500) 12%, transparent);--general-shadow:0 14px 32px #2c236214}html[data-theme=dark] .settingsGeneralPage{--general-card:color-mix(in srgb, var(--surface-raised) 88%, transparent);--general-line:color-mix(in srgb, var(--brand-600) 18%, var(--border));--general-muted:var(--text-muted);--general-muted-2:var(--text-soft);--general-shadow:0 16px 34px #00000038}.settingsGeneralGrid{grid-template-columns:minmax(0,1fr) 360px;gap:24px;display:grid}.settingsGeneralMain,.settingsGeneralSide,.settingsGeneralModuleList,.settingsGeneralTimeline{align-content:start;gap:18px;display:grid}.settingsGeneralModuleList{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-gutter:stable;max-height:min(520px,58vh);padding-right:4px;overflow-y:auto}.settingsGeneralCard,.settingsGeneralSideCard,.settingsGeneralBusinessProfile>.erp-card,.settingsGeneralLanguage>.erp-card,.settingsGeneralOrganization>.erp-card{border:1px solid var(--general-line);background:var(--general-card);box-shadow:var(--general-shadow);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:22px;position:relative;overflow:hidden}.settingsGeneralCard{--general-card-glow:var(--general-soft);--general-card-accent:var(--general-primary);--general-card-accent-2:var(--general-primary-2);--general-card-shadow:color-mix(in srgb, var(--general-card-accent) 25%, transparent)}.settingsGeneralCard:after{content:"";background:var(--general-card-glow);border-radius:50%;width:138px;height:138px;position:absolute;bottom:-46px;right:-42px}.settingsGeneralCard:before,.settingsGeneralSideCard:before,.settingsGeneralBusinessProfile>.erp-card:before,.settingsGeneralLanguage>.erp-card:before,.settingsGeneralOrganization>.erp-card:before{content:"";background:linear-gradient(90deg, transparent, color-mix(in srgb, var(--general-primary) 35%, transparent), transparent);height:1px;position:absolute;inset:0 0 auto}.settingsGeneralCard{padding:26px 28px 28px}.settingsGeneralCard--blue{--general-card-accent:var(--general-blue);--general-card-accent-2:var(--general-primary);--general-card-shadow:color-mix(in srgb, var(--general-blue) 25%, transparent);--general-card-glow:var(--general-blue-soft)}.settingsGeneralCard--green{--general-card-accent:var(--general-green);--general-card-accent-2:#14b8a6;--general-card-shadow:color-mix(in srgb, var(--general-green) 25%, transparent);--general-card-glow:var(--general-green-soft)}.settingsGeneralCard--accent{--general-card-accent:var(--general-accent);--general-card-accent-2:var(--general-primary);--general-card-shadow:color-mix(in srgb, var(--general-accent) 25%, transparent);--general-card-glow:var(--general-accent-soft)}.settingsGeneralCard--amber{--general-card-accent:var(--general-amber);--general-card-accent-2:#f59e0b;--general-card-shadow:color-mix(in srgb, var(--general-amber) 25%, transparent);--general-card-glow:var(--general-amber-soft)}.settingsGeneralCardHeader,.settingsGeneralBusinessProfile .erp-card-header,.settingsGeneralLanguage .erp-card-header,.settingsGeneralOrganization .erp-card-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:18px;display:flex}.settingsGeneralTitle,.settingsGeneralBusinessProfile .erp-section-title,.settingsGeneralLanguage .erp-section-title,.settingsGeneralOrganization .erp-section-title{color:#101828;letter-spacing:-.035em;align-items:center;gap:13px;margin:0 0 8px;font-size:22px;line-height:1.15;display:flex}.settingsGeneralMark{color:#fff;background:linear-gradient(135deg, var(--general-primary), var(--general-primary-2));background:linear-gradient(135deg, var(--general-card-accent), var(--general-card-accent-2));width:34px;height:34px;box-shadow:0 12px 24px var(--general-card-shadow);border-radius:12px;flex:none;justify-content:center;align-items:center;display:inline-flex}.settingsGeneralMark svg{width:18px;height:18px}.settingsGeneralDesc,.settingsGeneralBusinessProfile .erp-section-subtitle,.settingsGeneralLanguage .erp-section-subtitle,.settingsGeneralOrganization .erp-section-subtitle{color:var(--general-muted);margin:0;font-size:15px;line-height:1.55}.settingsGeneralStats{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.settingsGeneralStat{--settings-general-stat-accent:var(--general-primary);--settings-general-stat-glow:var(--general-soft);background:linear-gradient(#ffffffe0,#ffffff94);border:1px solid #6970861f;border-radius:18px;padding:18px;position:relative;overflow:hidden}.settingsGeneralStatLink{color:inherit;text-decoration:none;transition:border-color .16s,box-shadow .16s,transform .16s;display:block}.settingsGeneralStatLink:hover{border-color:#20c99757;transform:translateY(-1px);box-shadow:0 12px 28px #20c9971a}.settingsGeneralStat:after{content:"";background:var(--settings-general-stat-glow);border-radius:50%;width:106px;height:106px;position:absolute;bottom:-38px;right:-34px}.settingsGeneralStat--green{--settings-general-stat-accent:var(--general-green);--settings-general-stat-glow:var(--general-green-soft)}.settingsGeneralStat--blue{--settings-general-stat-accent:var(--general-blue);--settings-general-stat-glow:var(--general-blue-soft)}.settingsGeneralStat--amber{--settings-general-stat-accent:var(--general-amber);--settings-general-stat-glow:var(--general-amber-soft)}.settingsGeneralStat--accent{--settings-general-stat-accent:var(--general-accent);--settings-general-stat-glow:var(--general-accent-soft)}.settingsGeneralStatLabel{z-index:1;color:var(--general-muted);justify-content:space-between;align-items:center;gap:10px;margin-bottom:8px;font-size:13px;font-weight:750;display:flex;position:relative}.settingsGeneralStatIcon{width:34px;height:34px;color:var(--settings-general-stat-accent);background:var(--settings-general-stat-glow);border-radius:13px;flex:none;place-items:center;line-height:1;display:grid}.settingsGeneralStatValue{z-index:1;color:#101828;letter-spacing:-.05em;font-size:26px;font-weight:950;line-height:1;position:relative}.settingsGeneralStatNote{z-index:1;color:var(--general-muted-2);margin-top:9px;font-size:12px;position:relative}.settingsGeneralBusinessProfile>.erp-card,.settingsGeneralLanguage>.erp-card,.settingsGeneralOrganization>.erp-card{padding:26px 28px 28px}.settingsBusinessProfileHeader{align-items:center}.settingsBusinessProfileReadonly{grid-template-columns:minmax(0,1fr) minmax(220px,max-content);align-items:center;gap:14px;display:grid}.settingsBusinessProfileReadonly .erp-label{color:#344054;margin:0 0 9px;font-size:13px;font-weight:850;display:block}.settingsBusinessProfileReadonlyValue{color:#344054;background:#ffffffc7;border:1px solid #6970862e;border-radius:14px;align-items:center;min-height:48px;padding:0 16px;font-size:14px;font-weight:750;display:flex}.settingsBusinessProfileReadonlyNote{border:1px solid color-mix(in srgb, var(--general-primary) 18%, transparent);background:color-mix(in srgb, var(--general-primary) 7%, white);color:var(--general-muted);border-radius:14px;align-self:end;padding:12px 14px;font-size:13px;line-height:1.35}.settingsBusinessProfileSummary{background:#ffffff9e;border:1px solid #6970861f;border-radius:16px;gap:5px;margin-top:16px;padding:14px 16px;display:grid}.settingsBusinessProfileSummaryLabel{color:var(--general-muted-2);letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:950}.settingsBusinessProfileSummary strong{color:#101828;font-size:14px;font-weight:950}.settingsBusinessProfileSummary span{color:var(--general-muted);font-size:13px;line-height:1.45}.settingsGeneralLanguage .erp-form-grid--compact{grid-template-columns:minmax(0,1fr) 260px;align-items:end;gap:14px;display:grid}.settingsGeneralLanguage .erp-label{color:#344054;margin:0 0 9px;font-size:13px;font-weight:850;display:block}.settingsGeneralLanguage .select,.settingsGeneralOrganization .input{color:#344054;background:#ffffffc7;border:1px solid #6970862e;border-radius:14px;min-height:48px}.settingsGeneralButton,.settingsGeneralLanguage .btn,.settingsGeneralOrganization .btn,.settingsGeneralOrganization .miniButton{border-radius:12px;min-height:38px;font-size:13px;font-weight:700}.settingsGeneralButton{color:#344054;background:#ffffffc7;border:1px solid #69708629;justify-content:center;align-items:center;padding:0 15px;display:inline-flex}.settingsGeneralLanguage .btn-primary,.settingsGeneralOrganization .btn-primary{color:#fff;background:linear-gradient(135deg, var(--general-primary), var(--general-primary-2));box-shadow:0 14px 28px color-mix(in srgb, var(--general-primary) 28%, transparent);border:0}.settingsGeneralOrganization .organization-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.settingsGeneralOrganization .settings-access-inline-status{margin-bottom:16px}.settingsGeneralOrganization .organization-board{grid-template-columns:minmax(0,1fr);gap:18px}.settingsGeneralOrganization .organization-company-card{background:#ffffffc7;border-color:#6970861f;border-radius:26px;height:auto;min-height:0;padding:22px;overflow:visible;box-shadow:0 16px 34px #2c236214}html[data-theme=dark] .settingsGeneralOrganization .organization-company-card,html[data-theme=dark] .settingsGeneralOrganization .organization-lane,html[data-theme=dark] .settingsGeneralModuleItem{border-color:var(--general-line);background:color-mix(in srgb, var(--surface-raised) 84%, transparent)}.settingsGeneralOrganization .organization-company-card:before{background:linear-gradient(90deg, var(--general-primary), var(--general-blue), var(--general-amber), var(--general-green))}.settingsGeneralOrganization .organization-company-head{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:18px;display:grid}.settingsGeneralOrganization .organization-company-head h3,.settingsGeneralOrganization .organization-unit-card strong{overflow-wrap:break-word;word-break:normal}.settingsGeneralOrganization .organization-company-head h3{font-size:24px;line-height:1.08}.settingsGeneralOrganization .organization-company-head p{margin-top:6px;font-size:14px}.settingsGeneralOrganization .organization-card-actions{flex:none;align-items:flex-start;min-width:220px}.settingsGeneralOrganization .organization-card-actions .miniButton{min-width:118px}.settingsGeneralOrganization .organization-lane-grid{grid-template-columns:repeat(2,minmax(300px,1fr));gap:16px}.settingsGeneralOrganization .organization-lane{background:#ffffffb8;border-color:#69708624;grid-template-rows:auto auto auto;height:auto;min-height:0;padding:16px;overflow:visible}.settingsGeneralOrganization .organization-lane-head strong{font-size:17px}.settingsGeneralOrganization .organization-lane-head small{margin-top:6px;font-size:13px;display:block}.settingsGeneralOrganization .organization-card-stack{height:auto;min-height:120px;overflow:visible}.settingsGeneralOrganization .organization-unit-card{grid-template-columns:42px minmax(0,1fr);align-items:start;min-height:0;padding:14px}.settingsGeneralOrganization .organization-unit-card>span{width:40px;height:40px}.settingsGeneralOrganization .organization-unit-card>div:not(.organization-unit-actions){min-width:0}.settingsGeneralOrganization .organization-unit-actions{grid-column:2;justify-content:flex-start;place-self:start stretch;min-width:0}.settingsGeneralOrganization .organization-unit-actions .miniButton{flex:132px;min-width:0}.settingsGeneralOrganization .organization-inline-add{flex-wrap:wrap;gap:10px;display:flex}.settingsGeneralOrganization .organization-inline-add .input{flex:170px}.settingsGeneralOrganization .organization-inline-add .btn{flex:none}.settingsGeneralOrganization .organization-more-card{justify-content:center;align-items:center;text-decoration:none;display:flex}.settingsGeneralSideCard{padding:24px}.settingsGeneralSideCard h3{color:#101828;letter-spacing:-.035em;margin:0;font-size:20px}html[data-theme=dark] .settingsGeneralSideCard h3,html[data-theme=dark] .settingsGeneralModuleName,html[data-theme=dark] .settingsGeneralTimelineTitle{color:var(--heading)}.settingsGeneralSideCard p{color:var(--general-muted);margin:8px 0 0;font-size:14px;line-height:1.55}.settingsGeneralLicenseStatus{background:#ffffffb8;border:1px solid #69708624;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;margin-top:14px;padding:11px 12px;display:flex}.settingsGeneralLicenseStatus span{color:var(--general-muted-2);font-size:12px;font-weight:850}.settingsGeneralLicenseStatus strong{color:#101828;font-size:13px;font-weight:950}.settingsGeneralLicenseStatus--active{background:#ecf9f3;border-color:#12b76a3d}.settingsGeneralLicenseStatus--trial{background:#eef3ff;border-color:#2f6bff3d}.settingsGeneralLicenseStatus--suspended{background:#fef5e9;border-color:#f7900942}.settingsGeneralLicenseStatus--archived{background:#69708614;border-color:#69708638}.settingsGeneralProgress{background:#6970861f;border-radius:999px;height:10px;margin:18px 0 16px;overflow:hidden}.settingsGeneralProgress span{border-radius:inherit;background:linear-gradient(90deg, var(--general-primary), var(--general-primary-3));width:68%;height:100%;display:block}.settingsGeneralModuleItem{background:#ffffffb8;border:1px solid #6970861f;border-radius:16px;justify-content:space-between;align-items:center;gap:12px;padding:12px;display:flex}.settingsGeneralModuleLeft{align-items:center;gap:11px;min-width:0;display:flex}.settingsGeneralModuleIcon{width:34px;height:34px;color:var(--general-primary);background:var(--general-soft);border-radius:12px;flex:none;justify-content:center;align-items:center;display:inline-flex}.settingsGeneralModuleIcon svg{width:18px;height:18px}.settingsGeneralModuleName{color:#101828;overflow-wrap:anywhere;font-size:14px;font-weight:700}.settingsGeneralModuleMeta{color:var(--general-muted-2);margin-top:3px;font-size:12px}.settingsGeneralModuleLink{border:1px solid color-mix(in srgb, var(--general-primary) 22%, #69708629);width:fit-content;color:var(--general-primary);background:var(--general-soft);border-radius:999px;justify-content:center;align-items:center;margin:0 0 14px;padding:10px 14px;font-size:13px;font-weight:850;text-decoration:none;display:inline-flex}.settingsGeneralModuleLink:hover{transform:translateY(-1px)}.settingsGeneralModuleState{color:var(--general-muted);background:#69708614;border:1px solid #6970862e;border-radius:999px;flex:none;padding:7px 10px;font-size:12px;font-weight:850}.settingsGeneralModuleState--on{border-color:color-mix(in srgb, var(--general-green) 30%, transparent);color:var(--general-green);background:color-mix(in srgb, var(--general-green-soft) 74%, #fff)}.settingsGeneralToggle{cursor:pointer;background:#69708633;border:0;border-radius:999px;flex:none;width:42px;height:24px;transition:opacity .16s,transform .16s,background .16s;position:relative}.settingsGeneralToggle:after{content:"";background:#fff;border-radius:50%;width:18px;height:18px;position:absolute;top:3px;left:3px;box-shadow:0 2px 7px #1018282e}.settingsGeneralToggle--on{background:linear-gradient(135deg, var(--general-primary), var(--general-primary-2))}.settingsGeneralToggle--on:after{left:21px}.settingsGeneralToggle:hover:not(:disabled){transform:translateY(-1px)}.settingsGeneralToggle:disabled{cursor:not-allowed;opacity:.48}.settingsGeneralToggle--loading{opacity:.72}.settingsGeneralTimelineItem{grid-template-columns:34px 1fr;align-items:start;gap:12px;display:grid}.settingsGeneralTimelineDot{color:#fff;background:linear-gradient(135deg, var(--general-primary), var(--general-primary-2));border-radius:50%;place-items:center;width:34px;height:34px;font-weight:950;display:grid}.settingsGeneralTimelineTitle{color:#101828;font-size:14px;font-weight:950}.settingsGeneralTimelineText{color:var(--general-muted);margin-top:3px;font-size:13px;line-height:1.4}@media (max-width:1240px){.settingsGeneralGrid{grid-template-columns:1fr}.settingsGeneralSide{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:1080px){.settingsGeneralOrganization .organization-lane-grid,.settingsGeneralOrganization .organization-unit-card{grid-template-columns:1fr}.settingsGeneralOrganization .organization-unit-actions{grid-column:1;justify-content:flex-start;justify-self:stretch;min-width:0}}@media (max-width:860px){.settingsGeneralStats,.settingsGeneralSide,.settingsBusinessProfileReadonly,.settingsGeneralLanguage .erp-form-grid--compact{grid-template-columns:1fr}.settingsGeneralCard,.settingsGeneralSideCard,.settingsGeneralBusinessProfile>.erp-card,.settingsGeneralLanguage>.erp-card,.settingsGeneralOrganization>.erp-card{border-radius:20px;padding:22px 20px}.settingsGeneralCardHeader,.settingsGeneralBusinessProfile .erp-card-header,.settingsGeneralLanguage .erp-card-header,.settingsGeneralOrganization .erp-card-header{flex-direction:column}.settingsGeneralModuleList{max-height:min(430px,52vh);padding-right:2px}.settingsGeneralModuleItem{gap:10px;padding:12px 10px}.settingsGeneralOrganization .organization-company-head{grid-template-columns:1fr}.settingsGeneralOrganization .organization-card-actions{justify-content:flex-start;min-width:0}}
.settingsSecurityPage{--security-panel:#ffffffdb;--security-line:#67708c29;--security-text:#101828;--security-muted:#667085;--security-muted-2:#98a2b3;--security-primary:var(--brand-600);--security-primary-2:var(--brand-500);--security-accent:var(--accent-500);--security-blue:#2ea8ff;--security-green:#20c997;--security-amber:#f59e0b;--security-red:#ef4444;--security-purple-soft:color-mix(in srgb, var(--brand-600) 12%, transparent);--security-green-soft:#20c9971f;--security-amber-soft:#f59e0b24;--security-blue-soft:#2ea8ff1f;--security-red-soft:#ef44441f;--security-shadow:0 12px 30px #2f276c14}.settingsSecurityLoading{border:1px solid var(--security-line);background:var(--security-panel);min-height:220px;box-shadow:var(--security-shadow);border-radius:24px;align-items:center;gap:16px;padding:28px;display:flex}.settingsSecurityLoadingMark{border:4px solid #7757ff29;border-top-color:var(--security-primary);border-radius:50%;width:42px;height:42px;animation:.85s linear infinite settingsSecuritySpin}.settingsSecurityLoading strong,.settingsSecurityLoading span{display:block}.settingsSecurityLoading strong{color:var(--security-text);font-size:18px;line-height:1.25}.settingsSecurityLoading span{color:var(--security-muted);margin-top:4px;font-size:14px;line-height:1.45}@keyframes settingsSecuritySpin{to{transform:rotate(360deg)}}.settingsSecurityMetrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:20px;display:grid}.settingsSecurityMetric,.settingsSecurityCard{border:1px solid var(--security-line);background:var(--security-panel);box-shadow:var(--security-shadow);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.settingsSecurityMetric{border-radius:24px;min-height:142px;padding:20px;position:relative;overflow:hidden}.settingsSecurityMetric:after{content:"";background:var(--metric-glow);border-radius:50%;width:122px;height:122px;position:absolute;bottom:-36px;right:-30px}.settingsSecurityMetric--secure{--metric-glow:var(--security-green-soft)}.settingsSecurityMetric--warn{--metric-glow:var(--security-amber-soft)}.settingsSecurityMetric--api{--metric-glow:var(--security-blue-soft)}.settingsSecurityMetric--alert{--metric-glow:var(--security-red-soft)}.settingsSecurityMetricTop{z-index:1;justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex;position:relative}.settingsSecurityMetricLabel{color:var(--security-muted);text-transform:uppercase;letter-spacing:.055em;font-size:12px;font-weight:950}.settingsSecurityMetricIcon{letter-spacing:0;border-radius:14px;flex:none;place-items:center;width:38px;height:38px;font-size:15px;line-height:1;display:grid}.settingsSecurityMetricIcon--secure{background:var(--security-green-soft)}.settingsSecurityMetricIcon--warn{background:var(--security-amber-soft)}.settingsSecurityMetricIcon--api{background:var(--security-blue-soft)}.settingsSecurityMetricIcon--alert{background:var(--security-red-soft)}.settingsSecurityMetricValue,.settingsSecurityMetricNote{z-index:1;position:relative}.settingsSecurityMetricValue{color:var(--security-text);letter-spacing:-.06em;font-size:36px;font-weight:950;line-height:1}.settingsSecurityMetricNote{color:var(--security-muted);margin-top:10px;font-size:13px;line-height:1.4}
.settingsSecurityLayout{grid-template-columns:minmax(0,1.35fr) 420px;align-items:start;gap:20px;display:grid}.settingsSecurityStack{gap:20px;display:grid}.settingsSecurityCard{border-radius:24px;overflow:hidden}.settingsSecurityCardHead{border-bottom:1px solid #67708c1a;justify-content:space-between;align-items:flex-start;gap:18px;padding:22px 22px 18px;display:flex}.settingsSecurityCardHead h2,.settingsSecuritySideCard h3{color:var(--security-text);letter-spacing:-.04em;margin:0 0 6px;font-size:22px;line-height:1.1}.settingsSecuritySideCard h3{font-size:18px}.settingsSecurityCardHead p,.settingsSecuritySideCard p{color:var(--security-muted);margin:0;font-size:14px;line-height:1.5}.settingsSecuritySideCard p{font-size:13px}.settingsSecurityCardBody{padding:20px 22px 22px}.settingsSecurityScore{grid-template-columns:250px minmax(0,1fr);align-items:center;gap:20px;display:grid}.settingsSecurityScoreRing{background:conic-gradient(var(--security-score-color,var(--security-green)) var(--security-score,0%), #67708c1f 0);border-radius:50%;place-items:center;width:210px;height:210px;margin:0 auto;display:grid;position:relative;box-shadow:inset 0 0 0 1px #67708c14,0 18px 38px #20c99726}.settingsSecurityScoreRing--warn{--security-score-color:var(--security-amber)}.settingsSecurityScoreRing--danger{--security-score-color:var(--security-red)}.settingsSecurityScoreRing:before{content:"";background:#fff;border-radius:50%;position:absolute;inset:18px;box-shadow:inset 0 0 0 1px #67708c14}.settingsSecurityScoreRing>div{z-index:1;text-align:center;position:relative}.settingsSecurityScoreRing strong{color:var(--security-text);letter-spacing:-.07em;font-size:46px;line-height:1;display:block}.settingsSecurityScoreRing span{color:var(--security-muted);margin-top:8px;font-size:13px;font-weight:850;display:block}.settingsSecurityChecklist,.settingsSecurityRules,.settingsSecurityPolicyList,.settingsSecuritySideBody{gap:12px;display:grid}
.settingsSecurityCheck{background:#ffffffb8;border:1px solid #67708c1a;border-radius:17px;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:12px;padding:13px;display:grid}.settingsSecurityCheckIcon{width:38px;height:38px;color:var(--security-green);background:var(--security-green-soft);border-radius:14px;place-items:center;font-weight:950;display:grid}.settingsSecurityCheckIcon--warn{color:var(--security-amber);background:var(--security-amber-soft)}.settingsSecurityCheckTitle,.settingsSecurityRuleTitle,.settingsSecurityPolicyTitle,.settingsSecuritySessionTitle{color:#182230;font-size:14px;font-weight:950}.settingsSecurityCheckMeta,.settingsSecurityPolicyText,.settingsSecuritySessionMeta{color:var(--security-muted);margin-top:3px;font-size:12px;line-height:1.4}.settingsSecurityStatus{white-space:nowrap;border-radius:999px;align-items:center;gap:7px;min-height:28px;padding:0 10px;font-size:12px;font-weight:950;display:inline-flex}.settingsSecurityStatus:before{content:"";background:currentColor;border-radius:50%;width:7px;height:7px}.settingsSecurityStatus--ok{color:#07845f;background:var(--security-green-soft)}.settingsSecurityStatus--warn{color:#98650d;background:var(--security-amber-soft)}.settingsSecurityStatus--blue{color:#1262a6;background:var(--security-blue-soft)}.settingsSecurityStatus--danger{color:#b42318;background:var(--security-red-soft)}
.settingsSecurityRules{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.settingsSecurityRule{background:#ffffffb8;border:1px solid #67708c1a;border-radius:22px;min-height:158px;padding:18px;position:relative;overflow:hidden}.settingsSecurityRule:after{content:"";background:#7757ff1a;border-radius:34px;width:112px;height:112px;position:absolute;bottom:-44px;right:-44px;transform:rotate(18deg)}.settingsSecurityRuleHead{z-index:1;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;display:flex;position:relative}.settingsSecurityRuleText{z-index:1;color:var(--security-muted);margin-bottom:14px;font-size:13px;line-height:1.5;position:relative}.settingsSecurityPills{z-index:1;flex-wrap:wrap;gap:8px;display:flex;position:relative}.settingsSecurityPills span{height:26px;color:var(--security-muted);background:#67708c14;border-radius:999px;align-items:center;padding:0 9px;font-size:12px;font-weight:850;display:inline-flex}.settingsSecurityToggle{background:#67708c2e;border-radius:999px;flex:none;width:48px;height:28px;position:relative}.settingsSecurityToggle:before{content:"";background:#fff;border-radius:50%;width:22px;height:22px;position:absolute;top:3px;left:3px;box-shadow:0 5px 12px #10182829}.settingsSecurityToggle--on{background:linear-gradient(135deg, var(--security-primary), var(--security-primary-2))}.settingsSecurityToggle--on:before{left:23px}.settingsSecurityPolicy{border-bottom:1px solid #67708c1a;grid-template-columns:minmax(0,1fr) 220px 120px;align-items:center;gap:12px;padding:14px 0;display:grid}.settingsSecurityPolicy:last-child{border-bottom:0}.settingsSecuritySelect{color:#344054;background:#ffffffd1;border:1px solid #67708c29;border-radius:14px;outline:0;width:100%;height:42px;padding:0 13px}
.settingsSecurityTableWrap{scrollbar-gutter:stable;max-height:390px;padding-right:4px;overflow:auto}.settingsSecurityTableWrap::-webkit-scrollbar{width:8px;height:8px}.settingsSecurityTableWrap::-webkit-scrollbar-track{background:0 0}.settingsSecurityTableWrap::-webkit-scrollbar-thumb{background:#67708c6b padding-box padding-box;border:2px solid #0000;border-radius:999px}.settingsSecurityTable{border-collapse:separate;border-spacing:0 10px;width:100%;min-width:760px}.settingsSecurityTable th{z-index:2;text-align:left;color:var(--security-muted-2);background:color-mix(in srgb, var(--security-panel) 92%, #fff);text-transform:uppercase;letter-spacing:.06em;padding:0 12px 2px;font-size:11px;font-weight:950;position:sticky;top:0}.settingsSecurityTable td{color:#344054;background:#ffffffb8;border-top:1px solid #67708c1a;border-bottom:1px solid #67708c1a;padding:15px 12px;font-size:13px}.settingsSecurityTable td:first-child{border-left:1px solid #67708c1a;border-radius:16px 0 0 16px}.settingsSecurityTable td:last-child{text-align:right;border-right:1px solid #67708c1a;border-radius:0 16px 16px 0}.settingsSecurityActor,.settingsSecuritySession{align-items:center;gap:10px;display:flex}.settingsSecurityActor>div,.settingsSecurityDevice{color:#fff;background:linear-gradient(135deg, var(--security-primary), var(--security-blue));border-radius:12px;flex:none;place-items:center;width:34px;height:34px;font-size:12px;font-weight:950;display:grid}.settingsSecurityActor strong,.settingsSecurityActor small{display:block}.settingsSecurityActor small{color:var(--security-muted);margin-top:2px;font-size:12px}
.settingsSecuritySideCard{padding:22px}.settingsSecuritySideBody{margin-top:18px}.settingsSecuritySessionBulk{background:#ffffffb3;border:1px solid #67708c1a;border-radius:17px;justify-content:space-between;align-items:center;gap:10px;padding:12px;display:flex}.settingsSecuritySessionBulk>span{color:var(--security-muted);font-size:12px;font-weight:950}.settingsSecuritySessionList{scrollbar-gutter:stable;gap:10px;max-height:358px;padding-right:4px;display:grid;overflow-y:auto}.settingsSecuritySessionList::-webkit-scrollbar{width:8px}.settingsSecuritySessionList::-webkit-scrollbar-track{background:0 0}.settingsSecuritySessionList::-webkit-scrollbar-thumb{background:#67708c6b padding-box padding-box;border:2px solid #0000;border-radius:999px}.settingsSecuritySession{background:#ffffffb8;border:1px solid #67708c1a;border-radius:18px;grid-template-columns:42px minmax(0,1fr) auto;gap:12px;padding:14px;display:grid}.settingsSecurityDevice{background:var(--security-purple-soft);border-radius:15px;width:42px;height:42px}.settingsSecuritySessionActions{justify-items:end;gap:8px;display:grid}.settingsSecurityIp,.settingsSecurityRisk,.settingsSecurityBackup{background:#ffffffb3;border:1px solid #67708c1a;border-radius:17px;padding:12px}.settingsSecurityIp{justify-content:space-between;align-items:center;gap:10px;font-size:13px;display:flex}.settingsSecurityIp code{color:#182230;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-weight:950}.settingsSecurityIp span:not(.settingsSecurityStatus){color:var(--security-muted);margin-top:3px;display:block}.settingsSecurityRisk{grid-template-columns:36px minmax(0,1fr);gap:10px;display:grid}.settingsSecurityRisk>div{color:#fff;background:linear-gradient(135deg, var(--security-primary), var(--security-accent));border-radius:14px;place-items:center;width:36px;height:36px;font-size:13px;font-weight:950;display:grid}.settingsSecurityRisk strong,.settingsSecurityRisk small{display:block}.settingsSecurityRisk strong{color:#182230;font-size:13px}.settingsSecurityRisk small{color:var(--security-muted);margin-top:3px;font-size:12px;line-height:1.4}.settingsSecurityBackup>div{justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;display:flex}.settingsSecurityBackup strong{color:#182230;font-size:13px}.settingsSecurityBackup p{background:#67708c1f;border-radius:999px;height:9px;margin:0;overflow:hidden}.settingsSecurityBackup p span{border-radius:inherit;background:linear-gradient(90deg, var(--security-primary), var(--security-green));height:100%;display:block}
.settingsSecurityButton{color:#fff;background:linear-gradient(135deg, var(--security-primary), var(--security-primary-2));white-space:nowrap;border:0;border-radius:13px;justify-content:center;align-items:center;min-height:36px;padding:0 14px;font-size:13px;font-weight:950;text-decoration:none;display:inline-flex;box-shadow:0 12px 24px #7757ff33}.settingsSecurityButton:disabled{cursor:not-allowed;opacity:.62}.settingsSecurityButton--secondary{color:#182230;box-shadow:var(--security-shadow);background:#ffffffdb;border:1px solid #67708c21}.settingsSecurityButton--danger{background:linear-gradient(135deg, var(--security-red), var(--security-accent));box-shadow:0 12px 24px #ef44442e}.settingsSecurityWideButton{width:100%}.settingsSecurityActions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}
@media (max-width:1300px){.settingsSecurityLayout{grid-template-columns:1fr}.settingsSecurityMetrics{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:860px){.settingsSecurityMetrics,.settingsSecurityRules,.settingsSecurityScore,.settingsSecurityPolicy{grid-template-columns:1fr}.settingsSecurityCardHead{flex-direction:column}.settingsSecurityCheck,.settingsSecuritySession{grid-template-columns:1fr}}

[data-section-panel=settings-lists].active,[data-section-panel=settings-modules].active,[data-section-panel=settings-advice].active{--settings-u-panel:#ffffffdb;--settings-u-line:#6e77912e;--settings-u-text:#101828;--settings-u-muted:#667085;--settings-u-muted-2:#8a94a8;--settings-u-primary:var(--brand-600);--settings-u-primary-2:var(--accent-500);--settings-u-accent:var(--accent-500);--settings-u-blue:var(--info);--settings-u-green:var(--success);--settings-u-amber:var(--warning);--settings-u-shadow:0 14px 32px #2c236214}html[data-theme=dark] [data-section-panel=settings-lists].active,html[data-theme=dark] [data-section-panel=settings-modules].active,html[data-theme=dark] [data-section-panel=settings-advice].active{--settings-u-panel:color-mix(in srgb, var(--surface-raised) 88%, transparent);--settings-u-line:color-mix(in srgb, var(--brand-600) 18%, var(--border));--settings-u-text:var(--heading);--settings-u-muted:var(--text-muted);--settings-u-muted-2:var(--text-soft);--settings-u-shadow:0 16px 34px #00000038}.settings-page>.settings-panel:not(.active),.settings-page[data-active-settings-tab]>[data-section-panel]{display:none!important}.settings-page[data-active-settings-tab=settings-general]>[data-section-panel=settings-general],.settings-page[data-active-settings-tab=settings-brand]>[data-section-panel=settings-brand],.settings-page[data-active-settings-tab=settings-lists]>[data-section-panel=settings-lists],.settings-page[data-active-settings-tab=settings-data]>[data-section-panel=settings-data],.settings-page[data-active-settings-tab=settings-access]>[data-section-panel=settings-access],.settings-page[data-active-settings-tab=settings-advice]>[data-section-panel=settings-advice],.settings-page[data-active-settings-tab=settings-modules]>[data-section-panel=settings-modules],.settings-page[data-active-settings-tab=settings-integrations]>[data-section-panel=settings-integrations],.settings-page[data-active-settings-tab=settings-security]>[data-section-panel=settings-security]{display:block!important}.settings-page .settingsCanvaTabs{align-items:center;gap:7px;margin:0;padding:6px}.settings-page .settingsCanvaTabs .settings-tab{min-height:38px;padding:0 16px}.settings-page .settingsCanvaTabs .settings-tab:hover,.settings-page .settingsCanvaTabs .settings-tab.accessCanvaTabActive,.settings-page .settingsCanvaTabs .settings-tab[aria-current=page]{color:#fff}.settingsIntegrationsBlocked{min-height:520px;position:relative}.settingsIntegrationsBlockedContent{filter:blur(7px);opacity:.48;pointer-events:none;-webkit-user-select:none;user-select:none}.settingsIntegrationsBlockedOverlay{z-index:2;background:color-mix(in srgb, var(--surface) 38%, transparent);border-radius:28px;place-items:center;min-height:420px;display:grid;position:absolute;inset:0}.settingsIntegrationsBlockedOverlay span{border:1px solid color-mix(in srgb, var(--brand-600) 24%, var(--border));min-height:58px;color:var(--heading);background:color-mix(in srgb, var(--surface-raised) 92%, transparent);border-radius:999px;justify-content:center;align-items:center;padding:16px 26px;font-size:24px;font-weight:950;display:inline-flex;box-shadow:0 18px 48px #0f172a24}[data-section-panel=settings-lists].active .erp-card,[data-section-panel=settings-modules].active .erp-card,[data-section-panel=settings-advice].active .erp-card{border:1px solid var(--settings-u-line);background:var(--settings-u-panel);box-shadow:var(--settings-u-shadow);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:24px;position:relative;overflow:hidden}[data-section-panel=settings-lists].active .erp-card:before,[data-section-panel=settings-modules].active .erp-card:before,[data-section-panel=settings-advice].active .erp-card:before{content:"";background:linear-gradient(90deg, transparent, color-mix(in srgb, var(--settings-u-primary) 35%, transparent), transparent);height:1px;position:absolute;inset:0 0 auto}[data-section-panel=settings-modules].active .erp-card,[data-section-panel=settings-advice].active .erp-card{padding:24px}[data-section-panel=settings-lists].active .erp-card-header,[data-section-panel=settings-modules].active .erp-card-header,[data-section-panel=settings-advice].active .erp-card-header{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px;display:flex}[data-section-panel=settings-lists].active .erp-section-title,[data-section-panel=settings-modules].active .erp-section-title,[data-section-panel=settings-advice].active .erp-section-title{color:var(--settings-u-text);letter-spacing:-.04em;margin:0 0 7px;font-size:22px;line-height:1.12}[data-section-panel=settings-lists].active .erp-section-subtitle,[data-section-panel=settings-modules].active .erp-section-subtitle,[data-section-panel=settings-advice].active .erp-section-subtitle{color:var(--settings-u-muted);margin:0;font-size:14px;line-height:1.55}[data-section-panel=settings-lists].active .btn,[data-section-panel=settings-modules].active .btn,[data-section-panel=settings-advice].active .btn{color:#fff;background:linear-gradient(135deg, var(--settings-u-primary), var(--settings-u-primary-2));min-height:40px;box-shadow:0 12px 24px color-mix(in srgb, var(--settings-u-primary) 22%, transparent);white-space:nowrap;border:0;border-radius:999px;justify-content:center;align-items:center;padding:0 16px;font-size:13px;font-weight:950;display:inline-flex}[data-section-panel=settings-lists].active .btn-secondary,[data-section-panel=settings-modules].active .btn-secondary,[data-section-panel=settings-advice].active .btn-secondary{color:#182230;box-shadow:var(--settings-u-shadow);background:#ffffffdb;border:1px solid #67708c21}[data-section-panel=settings-lists].active .input,[data-section-panel=settings-modules].active .input,[data-section-panel=settings-advice].active .input,[data-section-panel=settings-advice].active .select,[data-section-panel=settings-advice].active textarea{color:#344054;background:#ffffffc7;border:1px solid #6970862e;border-radius:14px;outline:0;width:100%;min-height:48px;padding:0 14px}[data-section-panel=settings-advice].active textarea{min-height:110px;padding:13px 14px}[data-section-panel=settings-lists].active .settings-lists-layout{grid-template-columns:250px minmax(0,1fr);gap:20px}[data-section-panel=settings-lists].active .settings-module-item{border-color:var(--settings-u-line);box-shadow:var(--settings-u-shadow);background:#ffffffc7;border-radius:18px}html[data-theme=dark] [data-section-panel=settings-lists].active .settings-module-item,html[data-theme=dark] [data-section-panel=settings-lists].active .reference-list-card,html[data-theme=dark] [data-section-panel=settings-modules].active .reference-list-card,html[data-theme=dark] [data-section-panel=settings-advice].active .module-advice-form,html[data-theme=dark] [data-section-panel=settings-advice].active .module-advice-list,html[data-theme=dark] [data-section-panel=settings-advice].active .module-advice-row{border-color:var(--settings-u-line);background:color-mix(in srgb, var(--surface-raised) 84%, transparent)}[data-section-panel=settings-lists].active .settings-module-item.active{border-color:color-mix(in srgb, var(--settings-u-primary) 35%, transparent);color:var(--brand-700);background:color-mix(in srgb, var(--settings-u-primary) 10%, transparent)}[data-section-panel=settings-lists].active .settings-lists-card{--settings-lists-glow:color-mix(in srgb, var(--settings-u-primary) 10%, transparent);--settings-lists-icon-bg:linear-gradient(135deg, var(--settings-u-primary), var(--settings-u-primary-2));--settings-lists-icon:"🧩";position:relative;overflow:hidden}[data-section-panel=settings-lists].active .settings-materials-lists{--settings-lists-glow:color-mix(in srgb, var(--settings-u-green) 14%, transparent);--settings-lists-icon-bg:linear-gradient(135deg, var(--settings-u-green), var(--settings-u-accent));--settings-lists-icon:"📦"}[data-section-panel=settings-lists].active .settings-products-lists{--settings-lists-glow:color-mix(in srgb, var(--settings-u-amber) 14%, transparent);--settings-lists-icon-bg:linear-gradient(135deg, var(--settings-u-amber), var(--settings-u-accent));--settings-lists-icon:"🛍️"}[data-section-panel=settings-lists].active .settings-lists-card:before{content:var(--settings-lists-icon);z-index:2;background:var(--settings-lists-icon-bg);color:#fff;pointer-events:none;border:1px solid #ffffff38;border-radius:16px;place-items:center;width:42px;height:42px;font-size:17px;display:inline-grid;position:absolute;top:24px;left:24px;box-shadow:0 12px 24px #0b0f2624}[data-section-panel=settings-lists].active .settings-lists-card>.erp-card-header{min-height:44px;padding-left:58px}[data-section-panel=settings-lists].active .settings-lists-card:after{content:"";background:var(--settings-lists-glow);border-radius:50%;width:108px;height:108px;position:absolute;bottom:-40px;right:-34px}[data-section-panel=settings-lists].active .settings-lists-card>*{z-index:1;position:relative}[data-section-panel=settings-lists].active .settings-list-workspace{gap:20px}[data-section-panel=settings-lists].active .erp-card{padding:24px}[data-section-panel=settings-lists].active .reference-list-grid,[data-section-panel=settings-modules].active .reference-list-grid{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:16px}[data-section-panel=settings-lists].active .reference-list-card,[data-section-panel=settings-modules].active .reference-list-card{background:#ffffffb8;border-color:#6970861f;border-radius:20px;position:relative;overflow:hidden;box-shadow:0 10px 24px #2c23620f}[data-section-panel=settings-lists].active .reference-list-card:after,[data-section-panel=settings-modules].active .reference-list-card:after{content:"";background:color-mix(in srgb, var(--settings-u-primary) 10%, transparent);border-radius:50%;width:108px;height:108px;position:absolute;bottom:-40px;right:-34px}[data-section-panel=settings-lists].active .reference-list-card>*,[data-section-panel=settings-modules].active .reference-list-card>*{z-index:1;position:relative}[data-section-panel=settings-lists].active .reference-list-title,[data-section-panel=settings-modules].active .reference-list-title{color:var(--settings-u-text);letter-spacing:-.03em;font-size:16px}[data-section-panel=settings-lists].active .reference-list-title:before{content:"📚";margin-right:8px}[data-section-panel=settings-modules].active .reference-list-title:before{content:"🧩";margin-right:8px}[data-section-panel=settings-lists].active .reference-list-subtitle,[data-section-panel=settings-modules].active .reference-list-subtitle,[data-section-panel=settings-modules].active .field-note{color:var(--settings-u-muted);line-height:1.45}[data-section-panel=settings-advice].active .module-advice-form,[data-section-panel=settings-advice].active .module-advice-list{background:#ffffffad;border-color:#6970861f;border-radius:20px}[data-section-panel=settings-advice].active .module-advice-row{background:#ffffffbd;border-color:#6970861f;border-radius:18px}@media (max-width:1100px){[data-section-panel=settings-lists].active .settings-lists-layout{grid-template-columns:1fr}[data-section-panel=settings-lists].active .settings-module-nav{grid-template-columns:repeat(2,minmax(0,1fr));position:static}}@media (max-width:680px){[data-section-panel=settings-lists].active .settings-module-nav{grid-template-columns:1fr}[data-section-panel=settings-lists].active .erp-card,[data-section-panel=settings-modules].active .erp-card,[data-section-panel=settings-advice].active .erp-card{border-radius:22px;padding:20px}[data-section-panel=settings-lists].active .erp-card-header,[data-section-panel=settings-modules].active .erp-card-header,[data-section-panel=settings-advice].active .erp-card-header{flex-direction:column}}
.settingsIntegrationsPage{--integrations-panel:#ffffffdb;--integrations-line:#66708529;--integrations-text:#101828;--integrations-muted:#667085;--integrations-muted-2:#98a2b3;--integrations-primary:var(--brand-600);--integrations-primary-2:var(--brand-500);--integrations-accent:var(--accent-500);--integrations-blue:#2f9bff;--integrations-cyan:#06b6d4;--integrations-green:#20c997;--integrations-amber:#f59e0b;--integrations-red:#ef4444;--integrations-violet-soft:color-mix(in srgb, var(--brand-600) 12%, transparent);--integrations-accent-soft:color-mix(in srgb, var(--accent-500) 12%, transparent);--integrations-blue-soft:#2f9bff1f;--integrations-cyan-soft:#06b6d41f;--integrations-green-soft:#20c9971f;--integrations-amber-soft:#f59e0b24;--integrations-red-soft:#ef44441f;--integrations-shadow:0 12px 30px #2f276c14;gap:20px;display:grid}.settingsIntegrationsMetrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.settingsIntegrationMetric,.settingsIntegrationsCard{border:1px solid var(--integrations-line);background:var(--integrations-panel);box-shadow:var(--integrations-shadow);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.settingsIntegrationMetric{border-radius:24px;min-height:142px;padding:20px;position:relative;overflow:hidden}.settingsIntegrationMetric:after{content:"";background:var(--metric-glow,var(--integrations-violet-soft));border-radius:50%;width:132px;height:132px;position:absolute;bottom:-46px;right:-40px}.settingsIntegrationMetric--green{--metric-glow:var(--integrations-green-soft)}.settingsIntegrationMetric--blue{--metric-glow:var(--integrations-blue-soft)}.settingsIntegrationMetric--amber{--metric-glow:var(--integrations-amber-soft)}.settingsIntegrationMetric--accent{--metric-glow:var(--integrations-accent-soft)}.settingsIntegrationMetricTop,.settingsIntegrationMetricValue,.settingsIntegrationMetricNote{z-index:1;position:relative}.settingsIntegrationMetricTop{justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}.settingsIntegrationMetricLabel{color:var(--integrations-muted);text-transform:uppercase;letter-spacing:.055em;font-size:12px;font-weight:950}.settingsIntegrationMetricIcon{width:36px;height:36px;color:var(--integrations-primary);background:var(--integrations-violet-soft);border-radius:14px;place-items:center;line-height:1;display:grid}.settingsIntegrationMetricIcon--green{color:var(--integrations-green);background:var(--integrations-green-soft)}.settingsIntegrationMetricIcon--blue{color:var(--integrations-blue);background:var(--integrations-blue-soft)}.settingsIntegrationMetricIcon--amber{color:var(--integrations-amber);background:var(--integrations-amber-soft)}.settingsIntegrationMetricIcon--accent{color:var(--integrations-accent);background:var(--integrations-accent-soft)}.settingsIntegrationMetricValue{color:var(--integrations-text);letter-spacing:-.06em;font-size:36px;font-weight:950;line-height:1}.settingsIntegrationMetricNote{color:var(--integrations-muted);margin-top:10px;font-size:13px;line-height:1.4}.settingsIntegrationsLayout{grid-template-columns:minmax(0,1.45fr) 410px;align-items:start;gap:20px;display:grid}.settingsIntegrationsStack{align-content:start;gap:20px;display:grid}.settingsIntegrationsCard{border-radius:24px;overflow:hidden}.settingsIntegrationsCardHead{border-bottom:1px solid #67708c1a;justify-content:space-between;align-items:flex-start;gap:18px;padding:22px 22px 18px;display:flex}.settingsIntegrationsCardHead h2,.settingsIntegrationsSideCard h3{color:var(--integrations-text);letter-spacing:-.04em;margin:0 0 6px;font-size:22px;line-height:1.1}.settingsIntegrationsSideCard h3{font-size:18px}.settingsIntegrationsCardHead p,.settingsIntegrationsSideCard p{color:var(--integrations-muted);margin:0;font-size:14px;line-height:1.5}.settingsIntegrationsSideCard p{font-size:13px}.settingsIntegrationsCardBody{padding:20px 22px 22px}.settingsIntegrationsSideCard{padding:22px}.settingsIntegrationsButton{color:#fff;background:linear-gradient(135deg, var(--integrations-primary), var(--integrations-primary-2));white-space:nowrap;border:0;border-radius:13px;justify-content:center;align-items:center;gap:9px;min-height:36px;padding:0 14px;font-size:13px;font-weight:950;display:inline-flex;box-shadow:0 12px 24px #7657ff38}.settingsIntegrationsButton--secondary{color:#182230;box-shadow:var(--integrations-shadow);background:#ffffffdb;border:1px solid #67708c21}.settingsIntegrationsButton--green{background:linear-gradient(135deg, var(--integrations-green), var(--integrations-cyan));box-shadow:0 16px 30px #20c99733}.settingsIntegrationsButton--danger{background:linear-gradient(135deg, var(--integrations-red), var(--integrations-accent));box-shadow:0 16px 30px #ef444433}.settingsIntegrationsToolbar{background:linear-gradient(#ffffffbd,#ffffffbd),repeating-linear-gradient(0deg,#7657ff0b 0 1px,#0000 1px 22px),repeating-linear-gradient(90deg,#7657ff0b 0 1px,#0000 1px 22px);border:1px solid #67708c1f;border-radius:22px;grid-template-columns:1fr;align-items:center;gap:12px;margin-bottom:16px;padding:14px;display:grid}.settingsIntegrationsSearch{position:relative}.settingsIntegrationsSearch span{color:var(--integrations-muted-2);pointer-events:none;font-weight:950;position:absolute;top:50%;left:15px;transform:translateY(-50%)}.settingsIntegrationsSearch input,.settingsIntegrationsSelect{color:#344054;background:#ffffffdb;border:1px solid #67708c29;border-radius:15px;outline:0;width:100%;min-height:46px;box-shadow:0 10px 22px #2f276c0d}.settingsIntegrationsSearch input{padding:0 16px 0 43px}.settingsIntegrationsSelect{padding:0 14px}.settingsIntegrationsTypeTabs{white-space:nowrap;scrollbar-width:none;background:#7657ff14;border-radius:16px;gap:6px;padding:5px;display:flex;overflow-x:auto}.settingsIntegrationsTypeTabs::-webkit-scrollbar{display:none}.settingsIntegrationsTypeTabs button{height:36px;color:var(--integrations-muted);background:0 0;border:0;border-radius:12px;padding:0 12px;font-size:13px;font-weight:950}.settingsIntegrationsTypeTabs button.active{color:#fff;background:linear-gradient(135deg, var(--integrations-primary), var(--integrations-primary-2));box-shadow:0 10px 20px #7657ff38}
.settingsIntegrationCatalog{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:14px;display:grid}.settingsIntegrationCatalogCard{--accent:var(--integrations-primary);--glow:var(--integrations-violet-soft);background:#ffffffc2;border:1px solid #67708c1f;border-radius:24px;flex-direction:column;gap:14px;min-height:268px;padding:18px;display:flex;position:relative;overflow:hidden;box-shadow:0 14px 30px #2f276c0f}.settingsIntegrationCatalogCard:before{content:"";background:linear-gradient(90deg, var(--accent), #fff0);height:5px;position:absolute;inset:0 0 auto}.settingsIntegrationCatalogCard:after{content:"";background:var(--glow);border-radius:36px;width:118px;height:118px;position:absolute;bottom:-44px;right:-42px;transform:rotate(17deg)}.settingsIntegrationCatalogCard--blue{--accent:var(--integrations-blue);--glow:var(--integrations-blue-soft)}.settingsIntegrationCatalogCard--green{--accent:var(--integrations-green);--glow:var(--integrations-green-soft)}.settingsIntegrationCatalogCard--accent{--accent:var(--integrations-accent);--glow:var(--integrations-accent-soft)}.settingsIntegrationCatalogCard--amber{--accent:var(--integrations-amber);--glow:var(--integrations-amber-soft)}.settingsIntegrationCatalogCard--cyan{--accent:var(--integrations-cyan);--glow:var(--integrations-cyan-soft)}.settingsIntegrationCatalogCard--disabled{opacity:.76}.settingsIntegrationChannelCatalog{margin-bottom:18px}.settingsCommerceChannels{gap:14px;margin-bottom:20px;display:grid}.settingsCommerceChannelsHead h3{color:#182230;margin:0 0 4px;font-size:17px}.settingsCommerceChannelsHead p{color:var(--integrations-muted);margin:0;font-size:13px;line-height:1.45}.settingsCommerceChannelForm,.settingsCommerceChannelEdit,.settingsCommerceLocationGrid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px;display:grid}.settingsCommerceChannelForm,.settingsCommerceChannelEdit,.settingsCommerceLocationForm{background:#ffffffb8;border:1px solid #67708c1f;border-radius:8px;padding:12px}.settingsCommerceChannelForm label,.settingsCommerceChannelEdit label,.settingsCommerceLocationGrid label{min-width:0;color:var(--integrations-muted);gap:5px;font-size:12px;font-weight:850;display:grid}.settingsCommerceChannelForm input,.settingsCommerceChannelForm select,.settingsCommerceChannelEdit input,.settingsCommerceChannelEdit select,.settingsCommerceLocationGrid input,.settingsCommerceLocationGrid select{color:#182230;background:#fff;border:1px solid #67708c2e;border-radius:8px;width:100%;min-height:36px;padding:0 10px}.settingsCommerceChannelCard{align-content:start}.settingsCommerceLocations,.settingsCommerceLocationForm{gap:10px;display:grid}.settingsCommerceLocationForm--new{border-style:dashed}.settingsCommerceLocationAddress{grid-column:1/-1}.settingsIntegrationChannelCard{background:#f8fafce6;border:1px solid #67708c1f;border-radius:18px;gap:12px;min-height:178px;padding:16px;display:grid}.settingsIntegrationCatalogHead,.settingsIntegrationCatalogCard p,.settingsIntegrationTags,.settingsIntegrationCardStats,.settingsIntegrationActions{z-index:1;position:relative}.settingsIntegrationCatalogHead{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.settingsIntegrationIdentity{align-items:center;gap:12px;min-width:0;display:flex}.settingsIntegrationServiceIcon{width:48px;height:48px;color:var(--accent);background:var(--glow);border:1px solid #ffffff9e;border-radius:18px;flex:none;place-items:center;font-size:20px;line-height:1;display:grid}.settingsIntegrationServiceIcon--image{overflow:hidden}.settingsIntegrationServiceIcon--image img{object-fit:contain;background:#fff;width:100%;height:100%;padding:6px}.settingsIntegrationIdentity h3{color:#182230;letter-spacing:-.04em;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:18px;line-height:1.1;overflow:hidden}.settingsIntegrationIdentity h3+div{color:var(--integrations-muted-2);margin-top:5px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;font-weight:850}.settingsIntegrationToggle{background:#67708c2e;border-radius:999px;flex:none;width:48px;height:28px;position:relative;box-shadow:inset 0 0 0 1px #67708c0f}.settingsIntegrationToggle:before{content:"";background:#fff;border-radius:50%;width:22px;height:22px;position:absolute;top:3px;left:3px;box-shadow:0 5px 12px #10182829}.settingsIntegrationToggle--on{background:linear-gradient(135deg, var(--integrations-primary), var(--integrations-primary-2))}.settingsIntegrationToggle--on:before{left:23px}.settingsIntegrationCatalogCard p{min-height:58px;color:var(--integrations-muted);margin:0;font-size:13px;line-height:1.5}.settingsIntegrationTags,.settingsIntegrationActions{flex-wrap:wrap;gap:7px;display:flex}.settingsIntegrationLogoActions{flex-wrap:wrap;gap:8px;display:flex}.settingsIntegrationLogoActions input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.settingsIntegrationTag,.settingsIntegrationStatus{white-space:nowrap;border-radius:999px;align-items:center;font-size:12px;font-weight:950;display:inline-flex}.settingsIntegrationTag{min-height:26px;color:var(--integrations-muted);background:#67708c14;padding:0 9px}.settingsIntegrationTag--ok,.settingsIntegrationStatus--ok{color:#07845f;background:var(--integrations-green-soft)}.settingsIntegrationTag--warn,.settingsIntegrationStatus--warn{color:#98650d;background:var(--integrations-amber-soft)}.settingsIntegrationTag--fail,.settingsIntegrationStatus--fail{color:#b42318;background:var(--integrations-red-soft)}.settingsIntegrationTag--blue{color:#1262a6;background:var(--integrations-blue-soft)}.settingsIntegrationTag--purple{color:#5b2bd7;background:var(--integrations-violet-soft)}.settingsIntegrationTag--lock{color:#475467;background:#67708c1f}.settingsIntegrationStatus{gap:7px;min-height:28px;padding:0 10px}.settingsIntegrationStatus:before{content:"";background:currentColor;border-radius:50%;width:7px;height:7px}.settingsIntegrationCardStats{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:auto;display:grid}.settingsIntegrationCardStats div{background:#f8fafcd1;border:1px solid #67708c1a;border-radius:14px;padding:10px}.settingsIntegrationCardStats strong,.settingsIntegrationCardStats span{display:block}.settingsIntegrationCardStats strong{color:#182230;letter-spacing:-.04em;font-size:17px;line-height:1}.settingsIntegrationCardStats span{color:var(--integrations-muted-2);text-transform:uppercase;letter-spacing:.04em;margin-top:5px;font-size:10px;font-weight:700}.settingsIntegrationMiniList{color:var(--integrations-muted);gap:6px;margin-top:10px;font-size:11px;line-height:1.35;display:grid}.settingsIntegrationMiniList span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.settingsIntegrationsNote{color:#475467;background:linear-gradient(135deg,#7657ff1a,#2f9bff14);border:1px solid #7657ff29;border-radius:20px;justify-content:space-between;align-items:center;gap:16px;margin-top:16px;padding:15px 16px;font-size:13px;line-height:1.45;display:flex}.settingsIntegrationsNote b{color:#182230}
.settingsIntegrationsFlow{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.settingsIntegrationsFlowStep{background:#ffffffbd;border:1px solid #67708c1a;border-radius:22px;min-height:128px;padding:16px;position:relative;overflow:hidden}.settingsIntegrationsFlowStep:after{content:"";background:#7657ff1a;border-radius:30px;width:88px;height:88px;position:absolute;bottom:-32px;right:-32px;transform:rotate(18deg)}.settingsIntegrationsFlowStep>*{z-index:1;position:relative}.settingsIntegrationsFlowStep div{color:#fff;background:linear-gradient(135deg, var(--integrations-primary), var(--integrations-accent));border-radius:13px;place-items:center;width:34px;height:34px;margin-bottom:12px;font-size:13px;font-weight:950;display:grid}.settingsIntegrationsFlowStep strong{color:#182230;margin-bottom:5px;font-size:14px;font-weight:950;display:block}.settingsIntegrationsFlowStep span{color:var(--integrations-muted);font-size:12px;line-height:1.45}.settingsIntegrationsTableWrap{overflow-x:auto}.settingsIntegrationsTable{border-collapse:separate;border-spacing:0 10px;width:100%}.settingsIntegrationsTable th{color:var(--integrations-muted-2);text-align:left;text-transform:uppercase;letter-spacing:.06em;padding:0 12px 2px;font-size:11px;font-weight:950}.settingsIntegrationsTable td{color:#344054;vertical-align:middle;background:#ffffffb8;border-top:1px solid #67708c1a;border-bottom:1px solid #67708c1a;padding:15px 12px;font-size:13px}.settingsIntegrationsTable td:first-child{border-left:1px solid #67708c1a;border-radius:16px 0 0 16px}.settingsIntegrationsTable td:last-child{text-align:right;border-right:1px solid #67708c1a;border-radius:0 16px 16px 0}.settingsIntegrationsTable code{color:#182230;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-weight:850}.settingsIntegrationsEndpoint{align-items:center;gap:10px;min-width:190px;display:flex}.settingsIntegrationsEndpoint>div:first-child{color:#fff;background:linear-gradient(135deg, var(--integrations-primary), var(--integrations-blue));border-radius:12px;flex:none;place-items:center;width:34px;height:34px;font-size:12px;font-weight:950;display:grid}.settingsIntegrationsEndpoint strong,.settingsIntegrationsEndpoint span{display:block}.settingsIntegrationsEndpoint strong{color:#182230;font-size:13px}.settingsIntegrationsEndpoint span{color:var(--integrations-muted);margin-top:2px;font-size:12px}.settingsIntegrationsHealth{background:#ffffffb8;border:1px solid #67708c1a;border-radius:20px;grid-template-columns:118px minmax(0,1fr);align-items:center;gap:16px;margin-top:18px;padding:14px;display:grid}.settingsIntegrationsHealthRing{background:conic-gradient(var(--integrations-green) calc(var(--score) * 1%), #67708c1f 0);border-radius:50%;place-items:center;width:106px;height:106px;display:grid;position:relative}.settingsIntegrationsHealthRing:before{content:"";background:#fff;border-radius:50%;position:absolute;inset:12px}.settingsIntegrationsHealthRing strong{z-index:1;letter-spacing:-.05em;font-size:26px;position:relative}.settingsIntegrationsHealth strong,.settingsIntegrationsSecret strong,.settingsIntegrationsEvent strong{color:#182230;display:block}.settingsIntegrationsHealth span,.settingsIntegrationsSecret span,.settingsIntegrationsEvent span{color:var(--integrations-muted);margin-top:3px;font-size:12px;line-height:1.4;display:block}.settingsIntegrationsUsage,.settingsIntegrationsSecretList,.settingsIntegrationsEventList,.settingsIntegrationsQuickActions{gap:12px;margin-top:18px;display:grid}.settingsIntegrationsUsageRow,.settingsIntegrationsSecret,.settingsIntegrationsEvent{background:#ffffffb8;border:1px solid #67708c1a;border-radius:17px;padding:13px}.settingsIntegrationsUsageRow>div:first-child,.settingsIntegrationsSecret{justify-content:space-between;align-items:center;gap:10px;display:flex}.settingsIntegrationsUsageRow>div:first-child{margin-bottom:10px}.settingsIntegrationsUsageRow strong{color:#182230;font-size:13px}.settingsIntegrationsUsageRow span{color:var(--integrations-muted);font-size:12px;font-weight:850}.settingsIntegrationsProgress{background:#67708c1f;border-radius:999px;height:9px;overflow:hidden}.settingsIntegrationsProgress span{width:var(--value,70%);border-radius:inherit;background:linear-gradient(90deg, var(--integrations-primary), var(--integrations-accent));height:100%;display:block}.settingsIntegrationsEvent{grid-template-columns:36px minmax(0,1fr);gap:10px;display:grid}.settingsIntegrationsEvent>div:first-child{color:#fff;background:linear-gradient(135deg, var(--integrations-primary), var(--integrations-blue));border-radius:14px;place-items:center;width:36px;height:36px;font-size:12px;font-weight:950;display:grid}.settingsIntegrationsWideButton{width:100%;margin-top:14px}@media (max-width:1420px){.settingsIntegrationCatalog,.settingsIntegrationsFlow{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:1300px){.settingsIntegrationsLayout{grid-template-columns:1fr}.settingsIntegrationsMetrics{grid-template-columns:repeat(2,minmax(0,1fr))}.settingsIntegrationsToolbar{grid-template-columns:1fr}}@media (max-width:680px){.settingsIntegrationsMetrics,.settingsIntegrationCatalog,.settingsIntegrationsFlow,.settingsIntegrationsHealth{grid-template-columns:1fr}.settingsIntegrationsCardHead,.settingsIntegrationsNote{flex-direction:column;align-items:flex-start}.settingsIntegrationsCardBody,.settingsIntegrationsCardHead,.settingsIntegrationsSideCard{padding:18px}.settingsIntegrationCardStats{grid-template-columns:repeat(3,minmax(90px,1fr));overflow-x:auto}}
.settingsCompanyModulesPage{--modules-panel:#ffffffdb;--modules-line:#66708529;--modules-text:#101828;--modules-muted:#667085;--modules-muted-2:#98a2b3;--modules-primary:var(--brand-600);--modules-primary-2:var(--brand-500);--modules-accent:var(--accent-500);--modules-blue:#2f9bff;--modules-cyan:#06b6d4;--modules-green:#20c997;--modules-amber:#f59e0b;--modules-red:#ef4444;--modules-violet-soft:color-mix(in srgb, var(--brand-600) 12%, transparent);--modules-accent-soft:color-mix(in srgb, var(--accent-500) 12%, transparent);--modules-blue-soft:#2f9bff1f;--modules-cyan-soft:#06b6d41f;--modules-green-soft:#20c9971f;--modules-amber-soft:#f59e0b24;--modules-red-soft:#ef44441f;--modules-shadow:0 12px 30px #2f276c14;gap:20px;display:grid}.settingsCompanyModulesMetrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.settingsCompanyModuleMetric,.settingsCompanyModulesCard{border:1px solid var(--modules-line);background:var(--modules-panel);box-shadow:var(--modules-shadow);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.settingsCompanyModuleMetric{border-radius:24px;min-height:142px;padding:20px;position:relative;overflow:hidden}.settingsCompanyModuleMetric:after{content:"";background:var(--metric-glow,var(--modules-violet-soft));border-radius:50%;width:132px;height:132px;position:absolute;bottom:-46px;right:-40px}.settingsCompanyModuleMetric--green{--metric-glow:var(--modules-green-soft)}.settingsCompanyModuleMetric--blue{--metric-glow:var(--modules-blue-soft)}.settingsCompanyModuleMetric--amber{--metric-glow:var(--modules-amber-soft)}.settingsCompanyModuleMetric--accent{--metric-glow:var(--modules-accent-soft)}.settingsCompanyModuleMetricTop,.settingsCompanyModuleMetric strong,.settingsCompanyModuleMetric p{z-index:1;position:relative}.settingsCompanyModuleMetricTop{justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}.settingsCompanyModuleMetricTop div{color:var(--modules-muted);text-transform:uppercase;letter-spacing:.055em;font-size:12px;font-weight:950}.settingsCompanyModuleMetricIcon{width:36px;height:36px;color:var(--modules-primary);background:var(--modules-violet-soft);border-radius:14px;place-items:center;line-height:1;display:grid}.settingsCompanyModuleMetricIcon--green{color:var(--modules-green);background:var(--modules-green-soft)}.settingsCompanyModuleMetricIcon--blue{color:var(--modules-blue);background:var(--modules-blue-soft)}.settingsCompanyModuleMetricIcon--amber{color:var(--modules-amber);background:var(--modules-amber-soft)}.settingsCompanyModuleMetricIcon--accent{color:var(--modules-accent);background:var(--modules-accent-soft)}.settingsCompanyModuleMetric strong{color:var(--modules-text);letter-spacing:-.06em;font-size:36px;font-weight:950;line-height:1;display:block}.settingsCompanyModuleMetric p{color:var(--modules-muted);margin:10px 0 0;font-size:13px;line-height:1.4}.settingsCompanyModulesLayout{grid-template-columns:minmax(0,1.42fr) 410px;align-items:start;gap:20px;display:grid}.settingsCompanyModulesStack{align-content:start;gap:20px;display:grid}.settingsCompanyModulesCard{border-radius:24px;overflow:hidden}.settingsCompanyModulesCardHead{border-bottom:1px solid #67708c1a;justify-content:space-between;align-items:flex-start;gap:18px;padding:22px 22px 18px;display:flex}.settingsCompanyModulesCardHead h2,.settingsCompanyModulesSideCard h3{color:var(--modules-text);letter-spacing:-.04em;margin:0 0 6px;font-size:22px;line-height:1.1}.settingsCompanyModulesSideCard h3{font-size:18px}.settingsCompanyModulesCardHead p,.settingsCompanyModulesSideCard p{color:var(--modules-muted);margin:0;font-size:14px;line-height:1.5}.settingsCompanyModulesSideCard p{font-size:13px}.settingsCompanyModulesCardBody{padding:20px 22px 22px}.settingsCompanyModulesSideCard{padding:22px}.settingsCompanyModulesButton{color:#fff;background:linear-gradient(135deg, var(--modules-primary), var(--modules-primary-2));white-space:nowrap;border:0;border-radius:13px;justify-content:center;align-items:center;gap:9px;min-height:36px;padding:0 14px;font-size:13px;font-weight:950;display:inline-flex;box-shadow:0 12px 24px #7657ff38}.settingsCompanyModulesButton--secondary{color:#182230;box-shadow:var(--modules-shadow);background:#ffffffdb;border:1px solid #67708c21}.settingsCompanyModulesButton--green{background:linear-gradient(135deg, var(--modules-green), var(--modules-cyan));box-shadow:0 16px 30px #20c99733}@media (max-width:1300px){.settingsCompanyModulesLayout{grid-template-columns:1fr}.settingsCompanyModulesMetrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:680px){.settingsCompanyModulesMetrics{grid-template-columns:1fr}.settingsCompanyModulesCardHead{flex-direction:column;align-items:flex-start}.settingsCompanyModulesCardBody,.settingsCompanyModulesCardHead,.settingsCompanyModulesSideCard{padding:18px}}
.settingsCompanyModulesToolbar{background:linear-gradient(#ffffffbd,#ffffffbd),repeating-linear-gradient(0deg,#7657ff0b 0 1px,#0000 1px 22px),repeating-linear-gradient(90deg,#7657ff0b 0 1px,#0000 1px 22px);border:1px solid #67708c1f;border-radius:22px;grid-template-columns:1fr;align-items:center;gap:12px;margin-bottom:16px;padding:14px;display:grid}.settingsCompanyModulesSearch{position:relative}.settingsCompanyModulesSearch span{color:var(--modules-muted-2);pointer-events:none;font-weight:950;position:absolute;top:50%;left:15px;transform:translateY(-50%)}.settingsCompanyModulesSearch input,.settingsCompanyModulesSelect{color:#344054;background:#ffffffdb;border:1px solid #67708c29;border-radius:15px;outline:0;width:100%;min-height:46px;box-shadow:0 10px 22px #2f276c0d}.settingsCompanyModulesSearch input{padding:0 16px 0 43px}.settingsCompanyModulesSelect{padding:0 14px}.settingsCompanyModulesTabs{white-space:nowrap;scrollbar-width:none;background:#7657ff14;border-radius:16px;gap:6px;padding:5px;display:flex;overflow-x:auto}.settingsCompanyModulesTabs::-webkit-scrollbar{display:none}.settingsCompanyModulesTabs button{height:36px;color:var(--modules-muted);background:0 0;border:0;border-radius:12px;padding:0 12px;font-size:13px;font-weight:950}.settingsCompanyModulesTabs button.active{color:#fff;background:linear-gradient(135deg, var(--modules-primary), var(--modules-primary-2));box-shadow:0 10px 20px #7657ff38}.settingsCompanyModulesGrid{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:14px;display:grid}.settingsCompanyModuleCard{--accent:var(--modules-primary);--glow:var(--modules-violet-soft);background:#ffffffc2;border:1px solid #67708c1f;border-radius:24px;flex-direction:column;gap:14px;min-height:276px;padding:18px;display:flex;position:relative;overflow:hidden;box-shadow:0 14px 30px #2f276c0f}.settingsCompanyModuleCard:before{content:"";background:linear-gradient(90deg, var(--accent), #fff0);height:5px;position:absolute;inset:0 0 auto}.settingsCompanyModuleCard:after{content:"";background:var(--glow);border-radius:36px;width:118px;height:118px;position:absolute;bottom:-44px;right:-42px;transform:rotate(17deg)}.settingsCompanyModuleCard--green{--accent:var(--modules-green);--glow:var(--modules-green-soft)}.settingsCompanyModuleCard--blue{--accent:var(--modules-blue);--glow:var(--modules-blue-soft)}.settingsCompanyModuleCard--accent{--accent:var(--modules-accent);--glow:var(--modules-accent-soft)}.settingsCompanyModuleCard--amber{--accent:var(--modules-amber);--glow:var(--modules-amber-soft)}.settingsCompanyModuleCard--cyan{--accent:var(--modules-cyan);--glow:var(--modules-cyan-soft)}.settingsCompanyModuleCard--locked{opacity:.78}.settingsCompanyModuleHead,.settingsCompanyModuleCard p,.settingsCompanyModuleTags,.settingsCompanyModuleSections,.settingsCompanyModuleStats,.settingsCompanyModuleActions{z-index:1;position:relative}.settingsCompanyModuleHead{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.settingsCompanyModuleIdentity{align-items:center;gap:12px;min-width:0;display:flex}.settingsCompanyModuleIcon{width:46px;height:46px;color:var(--accent);background:var(--glow);border:1px solid #ffffff9e;border-radius:17px;flex:none;place-items:center;font-size:20px;line-height:1;display:grid}.settingsCompanyModuleIdentity h3{color:#182230;letter-spacing:-.04em;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:18px;line-height:1.1;overflow:hidden}.settingsCompanyModuleIdentity h3+div{color:var(--modules-muted-2);margin-top:5px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;font-weight:850}.settingsCompanyModuleToggle{background:#67708c2e;border:0;border-radius:999px;flex:none;width:48px;height:28px;position:relative;box-shadow:inset 0 0 0 1px #67708c0f}.settingsCompanyModuleToggle:before{content:"";background:#fff;border-radius:50%;width:22px;height:22px;position:absolute;top:3px;left:3px;box-shadow:0 5px 12px #10182829}.settingsCompanyModuleToggle--on{background:linear-gradient(135deg, var(--modules-primary), var(--modules-primary-2))}.settingsCompanyModuleToggle--on:before{left:23px}.settingsCompanyModuleToggle--locked{cursor:not-allowed;background:#67708c24}.settingsCompanyModuleCard p{min-height:58px;color:var(--modules-muted);margin:0;font-size:13px;line-height:1.5}.settingsCompanyModuleSections{background:#ffffff94;border:1px solid #67708c1f;border-radius:14px;gap:8px;padding:10px;display:grid}.settingsCompanyModuleSections strong{color:#182230;font-size:12px}.settingsCompanyModuleSections div{flex-wrap:wrap;gap:6px;display:flex}.settingsCompanyModuleSections span{min-height:24px;color:var(--modules-muted);background:#67708c14;border-radius:999px;align-items:center;padding:0 8px;font-size:11px;font-weight:850;display:inline-flex}
.settingsCompanyModuleTags,.settingsCompanyModuleActions{flex-wrap:wrap;gap:7px;display:flex}.settingsCompanyModuleTag,.settingsCompanyModuleStatus{white-space:nowrap;border-radius:999px;align-items:center;font-size:12px;font-weight:950;display:inline-flex}.settingsCompanyModuleTag{min-height:26px;color:var(--modules-muted);background:#67708c14;padding:0 9px}.settingsCompanyModuleTag--ok,.settingsCompanyModuleStatus--ok{color:#07845f;background:var(--modules-green-soft)}.settingsCompanyModuleTag--warn,.settingsCompanyModuleStatus--warn{color:#98650d;background:var(--modules-amber-soft)}.settingsCompanyModuleTag--blue{color:#1262a6;background:var(--modules-blue-soft)}.settingsCompanyModuleTag--purple{color:#5b2bd7;background:var(--modules-violet-soft)}.settingsCompanyModuleTag--lock{color:#475467;background:#67708c1f}.settingsCompanyModuleStatus{gap:7px;min-height:28px;padding:0 10px}.settingsCompanyModuleStatus:before{content:"";background:currentColor;border-radius:50%;width:7px;height:7px}.settingsCompanyModuleStats{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:auto;display:grid}.settingsCompanyModuleStats div,.settingsCompanyModuleDependency,.settingsCompanyModulesUsageRow,.settingsCompanyModulesRolloutItem,.settingsCompanyModulesActivityItem{background:#ffffffb8;border:1px solid #67708c1a}.settingsCompanyModuleStats div{background:#f8fafcd1;border-radius:14px;padding:10px}.settingsCompanyModuleStats strong,.settingsCompanyModuleStats span{display:block}.settingsCompanyModuleStats strong{color:#182230;letter-spacing:-.04em;font-size:17px;line-height:1}.settingsCompanyModuleStats span{color:var(--modules-muted-2);text-transform:uppercase;letter-spacing:.04em;margin-top:5px;font-size:10px;font-weight:700}.settingsCompanyModulesNote{color:#475467;background:linear-gradient(135deg,#7657ff1a,#2f9bff14);border:1px solid #7657ff29;border-radius:20px;justify-content:space-between;align-items:center;gap:16px;margin-top:16px;padding:15px 16px;font-size:13px;line-height:1.45;display:flex}.settingsCompanyModulesNote b{color:#182230}.settingsCompanyModulesDependencies{gap:12px;display:grid}.settingsCompanyModuleDependency{border-radius:18px;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:12px;padding:13px;display:grid}.settingsCompanyModuleDependencyIcon{width:42px;height:42px;color:var(--modules-primary);background:var(--modules-violet-soft);border-radius:15px;place-items:center;line-height:1;display:grid}.settingsCompanyModuleDependencyIcon--green{color:var(--modules-green);background:var(--modules-green-soft)}.settingsCompanyModuleDependencyIcon--blue{color:var(--modules-blue);background:var(--modules-blue-soft)}.settingsCompanyModuleDependencyIcon--amber{color:var(--modules-amber);background:var(--modules-amber-soft)}.settingsCompanyModuleDependency strong,.settingsCompanyModuleDependency span{display:block}.settingsCompanyModuleDependency strong{color:#182230;font-size:14px}.settingsCompanyModuleDependency span{color:var(--modules-muted);margin-top:4px;font-size:12px;line-height:1.4}.settingsCompanyModulesCompany{background:#ffffffb8;border:1px solid #67708c1a;border-radius:18px;align-items:center;gap:12px;margin-top:18px;padding:14px;display:flex}.settingsCompanyModulesCompany>div:first-child{color:#fff;background:linear-gradient(135deg, #1d2939, var(--modules-primary));border-radius:18px;flex:none;place-items:center;width:48px;height:48px;font-weight:950;display:grid}.settingsCompanyModulesCompany strong,.settingsCompanyModulesCompany span{display:block}.settingsCompanyModulesCompany strong{color:#182230}.settingsCompanyModulesCompany span{color:var(--modules-muted);margin-top:3px;font-size:12px}.settingsCompanyModulesUsage,.settingsCompanyModulesRollout,.settingsCompanyModulesActivity,.settingsCompanyModulesQuickActions{gap:12px;margin-top:18px;display:grid}.settingsCompanyModulesUsageRow,.settingsCompanyModulesRolloutItem,.settingsCompanyModulesActivityItem{border-radius:17px;padding:13px}.settingsCompanyModulesUsageRow>div:first-child{justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;display:flex}.settingsCompanyModulesUsageRow strong{color:#182230;font-size:13px}.settingsCompanyModulesUsageRow span{color:var(--modules-muted);font-size:12px;font-weight:850}.settingsCompanyModulesProgress{background:#67708c1f;border-radius:999px;height:9px;overflow:hidden}.settingsCompanyModulesProgress span{width:var(--value,70%);border-radius:inherit;background:linear-gradient(90deg, var(--modules-primary), var(--modules-accent));height:100%;display:block}.settingsCompanyModulesBilling{border:1px solid color-mix(in srgb, var(--modules-primary) 16%, transparent);background:linear-gradient(135deg, color-mix(in srgb, var(--modules-primary) 12%, transparent), color-mix(in srgb, var(--modules-accent) 8%, transparent)), #ffffffad;border-radius:20px;margin-top:18px;padding:16px}.settingsCompanyModulesBilling strong,.settingsCompanyModulesBilling span{display:block}.settingsCompanyModulesBilling strong{color:#182230;font-size:15px}.settingsCompanyModulesBilling span{color:var(--modules-muted);margin-top:6px;font-size:13px;line-height:1.45}.settingsCompanyModulesRolloutItem,.settingsCompanyModulesActivityItem{grid-template-columns:36px minmax(0,1fr);gap:10px;display:grid}.settingsCompanyModulesRolloutItem>div:first-child,.settingsCompanyModulesActivityItem>div:first-child{color:#fff;background:linear-gradient(135deg, var(--modules-primary), var(--modules-accent));border-radius:14px;place-items:center;width:36px;height:36px;font-size:13px;font-weight:950;display:grid}.settingsCompanyModulesActivityItem>div:first-child{color:var(--modules-primary);background:var(--modules-violet-soft)}.settingsCompanyModulesRolloutItem strong,.settingsCompanyModulesRolloutItem span,.settingsCompanyModulesActivityItem strong,.settingsCompanyModulesActivityItem span{display:block}.settingsCompanyModulesRolloutItem strong,.settingsCompanyModulesActivityItem strong{color:#182230;font-size:13px}.settingsCompanyModulesRolloutItem span,.settingsCompanyModulesActivityItem span{color:var(--modules-muted);margin-top:3px;font-size:12px;line-height:1.4}.settingsCompanyModulesQuickActions .settingsCompanyModulesButton{width:100%}.settingsCompanyModulesStatus{color:var(--modules-muted);font-size:12px;line-height:1.4}@media (max-width:680px){.settingsCompanyModuleStats{grid-template-columns:repeat(3,minmax(90px,1fr));overflow-x:auto}.settingsCompanyModulesNote,.settingsCompanyModuleDependency{grid-template-columns:1fr}.settingsCompanyModulesNote{flex-direction:column;align-items:flex-start}}
