.portal-module__aA9dCa__loginPage{background:var(--background);height:100vh;position:relative;overflow:hidden}.portal-module__aA9dCa__topLeftBtn{background:var(--orange);color:var(--black);cursor:pointer;font-size:16px;font-family:var(--font-family);border:none;border-radius:0;padding:12px 24px;text-decoration:none;transition:transform .2s;display:inline-block;position:absolute;top:20px;left:20px}.portal-module__aA9dCa__topLeftBtn:hover{text-decoration:none;transform:scale(1.05)}.portal-module__aA9dCa__topRightBtn{background:var(--orange);color:var(--black);cursor:pointer;font-size:16px;font-family:var(--font-family);border:none;border-radius:0;padding:12px 24px;text-decoration:none;transition:transform .2s;display:inline-block;position:absolute;top:20px;right:20px}.portal-module__aA9dCa__topRightBtn:hover{text-decoration:none;transform:scale(1.05)}.portal-module__aA9dCa__loginContainer{box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.portal-module__aA9dCa__loginHeader{text-align:center;margin-bottom:32px}.portal-module__aA9dCa__loginHeader h3{color:var(--orange)}.portal-module__aA9dCa__loginHeader h4{color:var(--black);margin-top:8px}.portal-module__aA9dCa__loginBox{background:var(--white);width:100%;max-width:450px;box-shadow:none;border:none}.portal-module__aA9dCa__loginBoxHeader{border-bottom:1px solid var(--grey-light);text-align:center;padding:30px 40px 20px}.portal-module__aA9dCa__loginBoxHeader p{color:var(--grey-dark);margin:0}.portal-module__aA9dCa__form{padding:32px 40px}.portal-module__aA9dCa__formGroup{margin-bottom:24px}.portal-module__aA9dCa__formGroup label{font-family:var(--font-family);color:var(--black);margin-bottom:8px;display:block}.portal-module__aA9dCa__formGroup input{width:100%;font-size:16px;font-family:var(--mono-font);box-sizing:border-box;background:var(--white);border:1px solid #ccc;border-radius:0;margin:0;padding:14px;transition:border-color .2s}.portal-module__aA9dCa__formGroup input:focus{border-color:var(--orange);outline:none}.portal-module__aA9dCa__inputError{border-color:var(--red)!important}.portal-module__aA9dCa__fieldError{color:var(--red);font-family:var(--mono-font);margin-top:4px;font-size:14px;display:none}.portal-module__aA9dCa__fieldErrorVisible{display:block}.portal-module__aA9dCa__authError{border:2px solid var(--red);color:var(--grey-dark);text-align:center;font-family:var(--mono-font);box-sizing:border-box;width:100%;margin-bottom:20px;padding:12px;font-size:14px}.portal-module__aA9dCa__submitBtn{background:var(--orange);width:100%;color:var(--black);font-size:16px;font-family:var(--font-family);cursor:pointer;border:none;border-radius:0;padding:14px;font-weight:700;transition:transform .2s}.portal-module__aA9dCa__submitBtn:hover:not(:disabled){transform:scale(1.02)}.portal-module__aA9dCa__submitBtn:disabled{opacity:.7;cursor:not-allowed}.portal-module__aA9dCa__loginFooter{border-top:2px solid var(--grey-light);justify-content:center;align-items:center;gap:12px;padding:24px 40px;display:flex}.portal-module__aA9dCa__loginFooter a,.portal-module__aA9dCa__loginFooter button{color:var(--grey);font-family:var(--font-family);cursor:pointer;background:0 0;border:none;padding:0;font-size:14px;text-decoration:none}.portal-module__aA9dCa__loginFooter a:hover,.portal-module__aA9dCa__loginFooter button:hover{color:var(--black)}.portal-module__aA9dCa__separator{color:#ccc}.portal-module__aA9dCa__popupOverlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.portal-module__aA9dCa__popupBox{background:var(--white);width:100%;max-width:400px;box-shadow:none;border:none;padding:40px}.portal-module__aA9dCa__popupBox p{font-family:var(--font-family);color:var(--grey-dark);margin-bottom:12px;line-height:1.5}.portal-module__aA9dCa__popupForm{margin-top:16px}.portal-module__aA9dCa__popupFormGroup{margin-bottom:16px}.portal-module__aA9dCa__popupFormGroup label{font-family:var(--font-family);color:var(--black);margin-bottom:8px;display:block}.portal-module__aA9dCa__popupFormGroup input{width:100%;font-size:16px;font-family:var(--mono-font);box-sizing:border-box;background:var(--white);border:1px solid #ccc;border-radius:0;padding:14px;transition:border-color .2s}.portal-module__aA9dCa__popupFormGroup input:focus{border-color:var(--orange);outline:none}.portal-module__aA9dCa__popupStatus,.portal-module__aA9dCa__popupError{font-family:var(--mono-font);margin-top:16px;margin-bottom:4px;padding:12px;font-size:14px}.portal-module__aA9dCa__popupStatus{border:2px solid var(--orange);color:var(--grey-dark)}.portal-module__aA9dCa__popupError{border:2px solid var(--red);color:var(--grey-dark)}.portal-module__aA9dCa__popupButtonRow{gap:12px;margin-top:8px;display:flex}.portal-module__aA9dCa__popupPrimaryBtn,.portal-module__aA9dCa__popupSecondaryBtn{font-size:16px;font-family:var(--font-family);cursor:pointer;border:none;border-radius:0;padding:12px 24px}.portal-module__aA9dCa__popupPrimaryBtn{background:var(--orange);color:var(--black)}.portal-module__aA9dCa__popupSecondaryBtn{background:var(--grey-light);color:var(--black)}.portal-module__aA9dCa__popupPrimaryBtn:disabled,.portal-module__aA9dCa__popupSecondaryBtn:disabled{opacity:.7;cursor:not-allowed}.portal-module__aA9dCa__popupBtnCompact{padding:10px 16px;font-size:14px;line-height:1}.portal-module__aA9dCa__popupBoxWide{background:var(--white);width:100%;max-width:42rem;box-shadow:none;border:none;border-radius:0;max-height:90vh;padding:24px;overflow-y:auto}.portal-module__aA9dCa__popupCloseBtn{background:var(--grey-light);color:var(--black);font-size:16px;font-family:var(--font-family);cursor:pointer;border:none;border-radius:0;margin-top:8px;padding:12px 24px;transition:transform .2s}.portal-module__aA9dCa__popupCloseBtn:hover{transform:scale(1.05)}@media (max-width:480px){.portal-module__aA9dCa__loginBoxHeader,.portal-module__aA9dCa__form,.portal-module__aA9dCa__loginFooter{padding-left:24px;padding-right:24px}.portal-module__aA9dCa__loginHeader h3{font-size:48px}.portal-module__aA9dCa__topLeftBtn,.portal-module__aA9dCa__topRightBtn{padding:10px 14px;font-size:13px}}@media (max-width:639px){.portal-module__aA9dCa__popupOverlay{align-items:flex-end;padding:12px}.portal-module__aA9dCa__popupBox,.portal-module__aA9dCa__popupBoxWide{border-radius:16px 16px 0 0;width:100%;max-width:none;max-height:92vh;padding:20px 16px}.portal-module__aA9dCa__popupPrimaryBtn,.portal-module__aA9dCa__popupSecondaryBtn{min-height:44px}}@media (max-height:700px){.portal-module__aA9dCa__loginContainer{justify-content:flex-start;padding-top:80px}.portal-module__aA9dCa__loginHeader{margin-bottom:20px}}
.partner-portal-module__9PaWua__portal{background:var(--background);min-height:100vh;color:var(--black);font-family:var(--mono-font)}.partner-portal-module__9PaWua__loadingScreen{background:var(--background);min-height:100vh;color:var(--grey);font-family:var(--mono-font);justify-content:center;align-items:center;font-size:16px;display:flex}.partner-portal-module__9PaWua__header{background:var(--orange);z-index:20;border-bottom:none;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex;position:sticky;top:0}.partner-portal-module__9PaWua__headerBrand{flex:1;align-items:center;gap:12px;min-width:0;display:flex}.partner-portal-module__9PaWua__logo{flex-shrink:0;width:auto;height:44px}.partner-portal-module__9PaWua__logoSquare{-o-object-fit:contain;object-fit:contain;flex-shrink:0;width:44px;height:44px}.partner-portal-module__9PaWua__headerText{min-width:0}.partner-portal-module__9PaWua__headerTitle{font-family:var(--heading-font);color:var(--black);text-transform:uppercase;margin:0;font-size:18px;line-height:1.1}.partner-portal-module__9PaWua__headerMeta{font-family:var(--mono-font);color:var(--grey);margin:4px 0 0;font-size:14px;line-height:1.3}.partner-portal-module__9PaWua__headerActions{flex-shrink:0;align-items:center;gap:8px;display:flex}.partner-portal-module__9PaWua__tabs{background:var(--white);z-index:10;border-bottom:none;display:flex;position:sticky;top:65px}.partner-portal-module__9PaWua__tab{font-family:var(--mono-font);color:var(--grey);cursor:pointer;background:0 0;border:none;border-bottom:3px solid #0000;border-radius:0;flex:1;padding:14px 16px;font-size:16px;transition:color .15s}.partner-portal-module__9PaWua__tab:hover{color:var(--black)}.partner-portal-module__9PaWua__tabActive{color:var(--orange);border-bottom-color:var(--orange);font-weight:500}.partner-portal-module__9PaWua__content{padding:16px}.partner-portal-module__9PaWua__contentInner{max-width:48rem;margin:0 auto}.partner-portal-module__9PaWua__stack{flex-direction:column;gap:16px;display:flex}.partner-portal-module__9PaWua__panel{background:var(--white);border:none;border-radius:0;padding:20px}.partner-portal-module__9PaWua__panelAccent{background:var(--white);border:none;border-radius:0;padding:16px 20px}.partner-portal-module__9PaWua__panelCenter{text-align:center}.partner-portal-module__9PaWua__panelIcon{background:var(--orange);width:48px;height:48px;color:var(--black);border-radius:0;justify-content:center;align-items:center;margin:0 auto 12px;font-size:22px;display:flex}.partner-portal-module__9PaWua__headingSm{font-family:var(--heading-font);color:var(--black);text-transform:uppercase;margin:0 0 8px;font-size:22px;line-height:1.1}.partner-portal-module__9PaWua__headingSection{font-family:var(--heading-font);color:var(--black);text-transform:uppercase;margin:0;font-size:18px;line-height:1.1}.partner-portal-module__9PaWua__slideOverName{font-family:var(--mono-font);color:var(--black);word-break:break-word;text-transform:none;margin:0;font-size:18px;font-weight:600;line-height:1.25}.partner-portal-module__9PaWua__body{font-family:var(--mono-font);color:var(--grey-dark);margin:0;font-size:16px;line-height:1.45}.partner-portal-module__9PaWua__bodySm{font-family:var(--mono-font);color:var(--grey);margin:0;font-size:14px;line-height:1.4}.partner-portal-module__9PaWua__muted{color:var(--grey)}.partner-portal-module__9PaWua__error{color:var(--red);font-size:14px}.partner-portal-module__9PaWua__success{color:var(--grey-dark)}.partner-portal-module__9PaWua__btnPrimary{cursor:pointer;font-size:18px;line-height:1;font-family:var(--mono-font);background:var(--orange);color:var(--black);text-align:center;border:none;border-radius:0;padding:12px 24px;text-decoration:none;transition:transform .2s;display:inline-block}.partner-portal-module__9PaWua__btnPrimary:hover:not(:disabled){transform:scale(1.05)}.partner-portal-module__9PaWua__btnPrimary:disabled{opacity:.6;cursor:not-allowed;transform:none}.partner-portal-module__9PaWua__btnPrimaryCompact{padding:10px 16px;font-size:14px;line-height:1}.partner-portal-module__9PaWua__btnSecondary{cursor:pointer;font-size:16px;font-family:var(--mono-font);background:var(--grey-light);color:var(--black);border:none;border-radius:0;padding:12px 24px;transition:transform .2s}.partner-portal-module__9PaWua__btnSecondary:hover:not(:disabled){transform:scale(1.03)}.partner-portal-module__9PaWua__btnSecondaryCompact{padding:10px 16px;font-size:14px;line-height:1}.partner-portal-module__9PaWua__btnLogout{cursor:pointer;font-size:14px;line-height:1;font-family:var(--mono-font);background:var(--grey-light);color:var(--black);border:none;border-radius:0;padding:10px 16px;text-decoration:none;transition:transform .2s,background .15s}.partner-portal-module__9PaWua__btnLogout:hover{background:#e0e0e0;transform:scale(1.05)}.partner-portal-module__9PaWua__btnLink{font-family:var(--mono-font);color:var(--grey);cursor:pointer;background:0 0;border:none;border-radius:0;padding:8px 4px;font-size:14px;text-decoration:underline}.partner-portal-module__9PaWua__btnLink:hover{color:var(--black)}.partner-portal-module__9PaWua__linkAction{font-family:var(--mono-font);color:var(--grey-dark);cursor:pointer;background:0 0;border:none;padding:0;font-size:14px;text-decoration:underline}.partner-portal-module__9PaWua__linkAction:hover{color:var(--black)}.partner-portal-module__9PaWua__linkActionDanger{font-family:var(--mono-font);color:var(--red);cursor:pointer;background:0 0;border:none;padding:0;font-size:14px;text-decoration:underline}.partner-portal-module__9PaWua__input{width:100%;font-size:16px;font-family:var(--mono-font);background:var(--white);color:var(--black);box-sizing:border-box;border:1px solid #ccc;border-radius:0;margin:4px 0 0;padding:12px}.partner-portal-module__9PaWua__input:focus{border-color:var(--orange);outline:none}.partner-portal-module__9PaWua__inputInline{flex-shrink:0;width:auto;min-width:10rem;max-width:14rem;margin:0;padding:10px 16px;font-size:14px;line-height:1}.partner-portal-module__9PaWua__label{font-family:var(--font-family);color:var(--black);margin-bottom:4px;font-size:14px;display:block}.partner-portal-module__9PaWua__field{margin-bottom:16px}.partner-portal-module__9PaWua__grid2{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.partner-portal-module__9PaWua__grid3{grid-template-columns:repeat(1,1fr);gap:12px;display:grid}@media (min-width:640px){.partner-portal-module__9PaWua__grid3{grid-template-columns:repeat(3,1fr)}}.partner-portal-module__9PaWua__statCard{background:var(--white);border:none;border-radius:0;flex-direction:column;gap:8px;padding:16px;display:flex;overflow:visible}.partner-portal-module__9PaWua__statValue{font-family:var(--heading-font);color:var(--black);font-size:28px;line-height:1}.partner-portal-module__9PaWua__metricRow{justify-content:space-between;align-items:flex-start;gap:8px;width:100%;display:flex}.partner-portal-module__9PaWua__metricLabel{font-family:var(--mono-font);text-transform:uppercase;letter-spacing:.04em;color:var(--grey);font-size:12px;line-height:1.3}.partner-portal-module__9PaWua__innerCard{background:var(--background);border:none;border-radius:0;padding:12px}.partner-portal-module__9PaWua__badge{font-family:var(--mono-font);background:var(--background);color:var(--grey-dark);border:none;border-radius:0;padding:4px 8px;font-size:12px;display:inline-block}.partner-portal-module__9PaWua__badgeOrange{font-family:var(--mono-font);background:var(--orange);color:var(--black);border:none;border-radius:0;padding:4px 8px;font-size:12px;display:inline-block}.partner-portal-module__9PaWua__changeUp{font-family:var(--mono-font);color:var(--grey-dark);font-size:12px;font-weight:500}.partner-portal-module__9PaWua__changeDown{font-family:var(--mono-font);color:var(--red);font-size:12px;font-weight:500}.partner-portal-module__9PaWua__progressTrack{background:var(--grey-light);border-radius:0;width:100%;min-width:0;height:8px;overflow:hidden}.partner-portal-module__9PaWua__progressFill{background:var(--orange);border-radius:0;flex-shrink:0;height:100%;transition:width .2s}.partner-portal-module__9PaWua__engagementBlock{min-width:0;max-width:100%;overflow:hidden}@keyframes partner-portal-module__9PaWua__skeletonPulse{0%{opacity:.55}50%{opacity:1}to{opacity:.55}}.partner-portal-module__9PaWua__skeleton{background:var(--grey-light);border-radius:0;animation:1.4s ease-in-out infinite partner-portal-module__9PaWua__skeletonPulse}.partner-portal-module__9PaWua__skeletonLabel{width:55%;max-width:120px;height:12px}.partner-portal-module__9PaWua__skeletonValue{width:35%;max-width:72px;height:28px;margin-top:8px}.partner-portal-module__9PaWua__skeletonSub{width:70%;max-width:100px;height:12px;margin-top:6px}.partner-portal-module__9PaWua__skeletonBar{width:100%;height:8px}.partner-portal-module__9PaWua__skeletonChart{width:100%;min-height:180px}.partner-portal-module__9PaWua__skeletonChartTall{width:100%;min-height:240px}.partner-portal-module__9PaWua__skeletonBarRow{align-items:center;gap:10px;display:flex}.partner-portal-module__9PaWua__skeletonBarRowLabel{flex-shrink:0;width:96px;height:12px}.partner-portal-module__9PaWua__skeletonBarRowTrack{flex:1;min-width:0;height:22px}.partner-portal-module__9PaWua__skeletonSectionTitle{width:min(200px,55%);height:18px}.partner-portal-module__9PaWua__upgradeGate{min-height:28rem;position:relative}.partner-portal-module__9PaWua__upgradeGatePreview{opacity:.42;pointer-events:none;-webkit-user-select:none;user-select:none;filter:grayscale(.15)}.partner-portal-module__9PaWua__upgradeGateOverlay{background:#f5f5f5b8;justify-content:center;align-items:center;padding:24px 16px;display:flex;position:absolute;inset:0}.partner-portal-module__9PaWua__upgradeGateCard{background:var(--white);text-align:center;width:100%;max-width:380px;padding:28px 24px;box-shadow:0 8px 32px #0000001f}.partner-portal-module__9PaWua__tableWrap{overflow-x:auto}.partner-portal-module__9PaWua__table{border-collapse:collapse;width:100%;font-family:var(--mono-font);font-size:14px}.partner-portal-module__9PaWua__table th{text-align:left;text-transform:uppercase;color:var(--grey);border-bottom:none;padding:10px 12px 10px 0;font-size:12px}.partner-portal-module__9PaWua__table td{color:var(--black);border-top:none;padding:10px 12px 10px 0}.partner-portal-module__9PaWua__table tr.partner-portal-module__9PaWua__inactive{opacity:.45}.partner-portal-module__9PaWua__rowActions{text-align:right;white-space:nowrap}.partner-portal-module__9PaWua__modalOverlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.partner-portal-module__9PaWua__modal{background:var(--white);box-shadow:none;border:none;border-radius:0;width:100%;max-width:400px;padding:40px}.partner-portal-module__9PaWua__modalWide{background:var(--white);box-shadow:none;border:none;border-radius:0;width:100%;max-width:42rem;max-height:90vh;padding:24px;overflow-y:auto}.partner-portal-module__9PaWua__modalActions,.partner-portal-module__9PaWua__popupButtonRow{gap:12px;margin-top:16px;display:flex}.partner-portal-module__9PaWua__modalActions>*,.partner-portal-module__9PaWua__popupButtonRow>*{flex:1}.partner-portal-module__9PaWua__popupPrimaryBtn,.partner-portal-module__9PaWua__popupSecondaryBtn{font-size:16px;font-family:var(--font-family);cursor:pointer;text-align:center;border:none;border-radius:0;padding:12px 24px;transition:transform .2s}.partner-portal-module__9PaWua__popupPrimaryBtn{background:var(--orange);color:var(--black)}.partner-portal-module__9PaWua__popupSecondaryBtn{background:var(--grey-light);color:var(--black)}.partner-portal-module__9PaWua__popupPrimaryBtn:hover:not(:disabled),.partner-portal-module__9PaWua__popupSecondaryBtn:hover:not(:disabled){transform:scale(1.03)}.partner-portal-module__9PaWua__popupPrimaryBtn:disabled,.partner-portal-module__9PaWua__popupSecondaryBtn:disabled{opacity:.7;cursor:not-allowed;transform:none}.partner-portal-module__9PaWua__popupBtnCompact{padding:10px 16px;font-size:14px;line-height:1}.partner-portal-module__9PaWua__flexBetween{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.partner-portal-module__9PaWua__slideOverOverlay{z-index:50;background:#0009;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}@media (min-width:640px){.partner-portal-module__9PaWua__slideOverOverlay{justify-content:flex-end;align-items:flex-start}}.partner-portal-module__9PaWua__slideOverPanel{background:var(--white);border-radius:16px 16px 0 0;width:100%;max-width:42rem;height:92vh;overflow-y:auto;box-shadow:0 8px 32px #00000026}@media (min-width:640px){.partner-portal-module__9PaWua__slideOverPanel{border-radius:0;height:100%}}.partner-portal-module__9PaWua__slideOverHeader{z-index:10;background:var(--white);border-bottom:1px solid var(--grey-light);justify-content:space-between;align-items:flex-start;gap:12px;padding:16px 20px;display:flex;position:sticky;top:0}.partner-portal-module__9PaWua__slideOverBody{flex-direction:column;gap:20px;padding:20px;display:flex}.partner-portal-module__9PaWua__hintWrap{flex-shrink:0;display:inline-flex;position:relative}.partner-portal-module__9PaWua__hintBtn{background:var(--grey-light);width:18px;height:18px;font-family:var(--mono-font);color:var(--grey-dark);cursor:help;border:none;border-radius:0;justify-content:center;align-items:center;padding:0;font-size:11px;font-weight:600;display:inline-flex}.partner-portal-module__9PaWua__hintTooltip{z-index:30;background:var(--white);width:13rem;font-family:var(--mono-font);color:var(--grey-dark);opacity:0;visibility:hidden;pointer-events:none;border:none;border-radius:0;margin-top:6px;padding:10px 12px;font-size:12px;line-height:1.4;transition:opacity .15s;position:absolute;top:100%;right:0;box-shadow:0 4px 16px #0000001a}.partner-portal-module__9PaWua__hintWrap:hover .partner-portal-module__9PaWua__hintTooltip,.partner-portal-module__9PaWua__hintWrap:focus-within .partner-portal-module__9PaWua__hintTooltip{opacity:1;visibility:visible}.partner-portal-module__9PaWua__sectionHead{justify-content:space-between;align-items:center;gap:8px;margin-bottom:12px;display:flex}.partner-portal-module__9PaWua__upgradeBlock{flex-direction:column;align-items:center;gap:8px;display:flex}.partner-portal-module__9PaWua__upgradeNote{text-align:center;max-width:20rem}.partner-portal-module__9PaWua__scanTitle{font-family:var(--heading-font);text-align:center;text-transform:uppercase;color:var(--black);margin:16px 0 0;font-size:22px}.partner-portal-module__9PaWua__scanViewport{aspect-ratio:1;background:var(--white);border:none;border-radius:0;width:100%;position:relative;overflow:hidden}.partner-portal-module__9PaWua__scanError{color:var(--red);font-family:var(--mono-font);text-align:center;background:var(--white);border:none;padding:12px;font-size:14px}@media (max-width:639px){.partner-portal-module__9PaWua__header{flex-wrap:wrap;gap:10px;padding:12px}.partner-portal-module__9PaWua__headerActions{flex-wrap:wrap;justify-content:flex-end;gap:8px;width:100%}.partner-portal-module__9PaWua__headerTitle{font-size:16px}.partner-portal-module__9PaWua__headerMeta{font-size:12px}.partner-portal-module__9PaWua__tabs{position:relative;top:auto}.partner-portal-module__9PaWua__tab{white-space:nowrap;flex:none;padding:12px 14px;font-size:14px}.partner-portal-module__9PaWua__panel,.partner-portal-module__9PaWua__panelAccent{padding:16px}.partner-portal-module__9PaWua__grid2{grid-template-columns:1fr}.partner-portal-module__9PaWua__inputInline{flex:100%;width:100%;min-width:0;max-width:none}.partner-portal-module__9PaWua__slideOverPanel{width:100%;max-width:none!important}.partner-portal-module__9PaWua__slideOverHeader{padding:12px 16px}.partner-portal-module__9PaWua__slideOverBody{padding:16px}.partner-portal-module__9PaWua__modalOverlay{align-items:flex-end;padding:12px}.partner-portal-module__9PaWua__modal,.partner-portal-module__9PaWua__modalWide{border-radius:16px 16px 0 0;max-height:92vh;padding:20px 16px}}
.admin-portal-compat-module__KVLxGq__root{font-family:var(--mono-font);color:var(--black);-webkit-font-smoothing:antialiased}:is(.admin-portal-compat-module__KVLxGq__root h1,.admin-portal-compat-module__KVLxGq__root h2,.admin-portal-compat-module__KVLxGq__root h3,.admin-portal-compat-module__KVLxGq__root h4.text-sm,.admin-portal-compat-module__KVLxGq__root h5.text-sm,.admin-portal-compat-module__KVLxGq__root h6.text-sm,.admin-portal-compat-module__KVLxGq__root .text-3xl,.admin-portal-compat-module__KVLxGq__root .text-2xl,.admin-portal-compat-module__KVLxGq__root .text-xl.font-semibold,.admin-portal-compat-module__KVLxGq__root .text-xl.font-bold,.admin-portal-compat-module__KVLxGq__root .text-lg.font-bold,.admin-portal-compat-module__KVLxGq__root .text-lg.font-semibold,.admin-portal-compat-module__KVLxGq__root .text-base.font-semibold,.admin-portal-compat-module__KVLxGq__root h3.text-sm.font-semibold,.admin-portal-compat-module__KVLxGq__root h3.text-lg.font-bold,.admin-portal-compat-module__KVLxGq__root h4.text-sm.font-semibold,.admin-portal-compat-module__KVLxGq__root .text-sm.font-semibold.text-gray-700,.admin-portal-compat-module__KVLxGq__root .text-sm.font-semibold.text-gray-300,.admin-portal-compat-module__KVLxGq__root .font-bold.text-lg.tracking-wider,.admin-portal-compat-module__KVLxGq__root [class*=headingSm],.admin-portal-compat-module__KVLxGq__root [class*=headingSection],.admin-portal-compat-module__KVLxGq__root [class*=headerTitle],.admin-portal-compat-module__KVLxGq__root [class*=statValue]){text-transform:uppercase;letter-spacing:normal;font-weight:400;font-family:var(--heading-font)!important}:is(.admin-portal-compat-module__KVLxGq__root h4.font-semibold:not(.text-sm),.admin-portal-compat-module__KVLxGq__root h3.text-lg.font-semibold:not(.text-sm)){text-transform:none;font-weight:600;font-family:var(--mono-font)!important}:is(.admin-portal-compat-module__KVLxGq__root label,.admin-portal-compat-module__KVLxGq__root [class*=label]){font-family:var(--font-family)!important}:is(.admin-portal-compat-module__KVLxGq__root .uppercase.tracking-wider,.admin-portal-compat-module__KVLxGq__root .uppercase.tracking-\[0\.16em\],.admin-portal-compat-module__KVLxGq__root .uppercase.tracking-\[0\.18em\],.admin-portal-compat-module__KVLxGq__root .uppercase.tracking-\[0\.24em\],.admin-portal-compat-module__KVLxGq__root .uppercase.tracking-\[0\.25em\],.admin-portal-compat-module__KVLxGq__root .uppercase.tracking-\[0\.3em\],.admin-portal-compat-module__KVLxGq__root .text-xs.uppercase,.admin-portal-compat-module__KVLxGq__root [class*=metricLabel],.admin-portal-compat-module__KVLxGq__root [class*=body],.admin-portal-compat-module__KVLxGq__root [class*=bodySm],.admin-portal-compat-module__KVLxGq__root [class*=headerMeta],.admin-portal-compat-module__KVLxGq__root [class*=tab]){font-family:var(--mono-font)!important}.admin-portal-compat-module__KVLxGq__content{max-width:100rem;margin:0 auto;padding:16px}.admin-portal-compat-module__KVLxGq__tabsScroll{scrollbar-width:none;overflow-x:auto}.admin-portal-compat-module__KVLxGq__tabsScroll::-webkit-scrollbar{display:none}.admin-portal-compat-module__KVLxGq__tabsScroll>button{flex:none;min-width:4.5rem}.admin-portal-compat-module__KVLxGq__stack{flex-direction:column;gap:20px;display:flex}:is(.admin-portal-compat-module__KVLxGq__root .rounded-xl,.admin-portal-compat-module__KVLxGq__root .rounded-2xl,.admin-portal-compat-module__KVLxGq__root .rounded-lg,.admin-portal-compat-module__KVLxGq__root .rounded-md){border-radius:0!important}.admin-portal-compat-module__KVLxGq__root .rounded-full{border-radius:0!important}.admin-portal-compat-module__KVLxGq__root .bg-gray-50{background:var(--background)!important}.admin-portal-compat-module__KVLxGq__root .bg-gray-100{background:var(--white)!important}.admin-portal-compat-module__KVLxGq__root .bg-white{background:var(--white)!important}:is(.admin-portal-compat-module__KVLxGq__root [class*=border-gray],.admin-portal-compat-module__KVLxGq__root [class*=border-red],.admin-portal-compat-module__KVLxGq__root [class*=border-orange],.admin-portal-compat-module__KVLxGq__root [class*=border-indigo],.admin-portal-compat-module__KVLxGq__root [class*=border-blue],.admin-portal-compat-module__KVLxGq__root [class*=border-amber]),:is(.admin-portal-compat-module__KVLxGq__root .border,.admin-portal-compat-module__KVLxGq__root .border-b,.admin-portal-compat-module__KVLxGq__root .border-t){border-color:#0000!important}.admin-portal-compat-module__KVLxGq__root [class*=slideOverName]{font-family:var(--mono-font)!important;text-transform:none!important;letter-spacing:normal!important;font-weight:600!important}.admin-portal-compat-module__KVLxGq__root header{border-bottom:none!important}:is(.admin-portal-compat-module__KVLxGq__root .text-gray-900,.admin-portal-compat-module__KVLxGq__root .text-gray-700,.admin-portal-compat-module__KVLxGq__root .text-gray-800){color:var(--black)!important}:is(.admin-portal-compat-module__KVLxGq__root .text-gray-600,.admin-portal-compat-module__KVLxGq__root .text-gray-500,.admin-portal-compat-module__KVLxGq__root .text-gray-400){color:var(--grey)!important}:is(.admin-portal-compat-module__KVLxGq__root input:not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=button]):not([type=submit]):not([type=reset]),.admin-portal-compat-module__KVLxGq__root select,.admin-portal-compat-module__KVLxGq__root textarea){box-sizing:border-box;font-family:var(--mono-font)!important;background:var(--white)!important;color:var(--black)!important;border:1px solid #ccc!important;border-radius:0!important}:is(.admin-portal-compat-module__KVLxGq__root input[type=checkbox],.admin-portal-compat-module__KVLxGq__root input[type=radio]){accent-color:var(--orange);border:1px solid #ccc!important;border-radius:0!important}:is(.admin-portal-compat-module__KVLxGq__root input:focus:not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=button]):not([type=submit]):not([type=reset]),.admin-portal-compat-module__KVLxGq__root select:focus,.admin-portal-compat-module__KVLxGq__root textarea:focus){border-color:var(--orange)!important;outline:none!important}.admin-portal-compat-module__KVLxGq__root table{font-family:var(--mono-font);font-size:14px}.admin-portal-compat-module__KVLxGq__root thead th{text-transform:uppercase;color:var(--grey);font-size:14px;border-bottom:none!important}:is(.admin-portal-compat-module__KVLxGq__root button[class*=btnPrimaryCompact],.admin-portal-compat-module__KVLxGq__root button[class*=btnSecondaryCompact]){padding:10px 16px!important;font-size:14px!important;line-height:1!important}.admin-portal-compat-module__KVLxGq__root tbody tr{border-top:none!important}.admin-portal-compat-module__KVLxGq__root tbody tr:hover{background:var(--background)!important}.admin-portal-compat-module__KVLxGq__root button{font-family:var(--mono-font);border-radius:0!important}:is(.admin-portal-compat-module__KVLxGq__root button[class*=popupPrimaryBtn],.admin-portal-compat-module__KVLxGq__root button[class*=popupSecondaryBtn]){transition:transform .2s;font-family:var(--font-family)!important;border:none!important;font-size:16px!important;line-height:normal!important;text-decoration:none!important}.admin-portal-compat-module__KVLxGq__root button[class*=popupPrimaryBtn]{background:var(--orange)!important;color:var(--black)!important;padding:12px 24px!important}.admin-portal-compat-module__KVLxGq__root button[class*=popupSecondaryBtn]{background:var(--grey-light)!important;color:var(--black)!important;padding:12px 24px!important}.admin-portal-compat-module__KVLxGq__root button[class*=popupBtnCompact]{padding:10px 16px!important;font-size:14px!important;line-height:1!important}:is(.admin-portal-compat-module__KVLxGq__root button.text-white,.admin-portal-compat-module__KVLxGq__root button[class*=text-white][class*=font-semibold]){cursor:pointer;padding:10px 16px;font-size:14px;line-height:1;transition:transform .2s;background:var(--orange)!important;color:var(--black)!important;border:none!important}:is(.admin-portal-compat-module__KVLxGq__root button.text-white:hover:not(:disabled),.admin-portal-compat-module__KVLxGq__root button[class*=text-white][class*=font-semibold]:hover:not(:disabled)){transform:scale(1.03)}:is(.admin-portal-compat-module__KVLxGq__root button.text-white:disabled,.admin-portal-compat-module__KVLxGq__root button[class*=text-white][class*=font-semibold]:disabled){opacity:.6;cursor:not-allowed;transform:none}:is(.admin-portal-compat-module__KVLxGq__root button.bg-gray-200,.admin-portal-compat-module__KVLxGq__root button[class*=bg-gray-200],.admin-portal-compat-module__KVLxGq__root button[class*=bg-gray-700]){cursor:pointer;padding:10px 16px;font-size:14px;transition:transform .2s;background:var(--grey-light)!important;color:var(--black)!important;border:none!important}:is(.admin-portal-compat-module__KVLxGq__root button.bg-gray-200:hover:not(:disabled),.admin-portal-compat-module__KVLxGq__root button[class*=bg-gray-200]:hover:not(:disabled)){transform:scale(1.03)}:is(.admin-portal-compat-module__KVLxGq__root button.text-xs.text-blue-600,.admin-portal-compat-module__KVLxGq__root button.text-xs.text-blue-400,.admin-portal-compat-module__KVLxGq__root button.text-xs.font-medium,.admin-portal-compat-module__KVLxGq__root button.text-xs.text-gray-500,.admin-portal-compat-module__KVLxGq__root button.text-sm.text-gray-500){cursor:pointer;transition:transform .2s;background:var(--grey-light)!important;color:var(--black)!important;border:none!important;padding:8px 12px!important;text-decoration:none!important}:is(.admin-portal-compat-module__KVLxGq__root button.text-xs.text-blue-600:hover:not(:disabled),.admin-portal-compat-module__KVLxGq__root button.text-xs.text-blue-400:hover:not(:disabled),.admin-portal-compat-module__KVLxGq__root button.text-xs.font-medium:hover:not(:disabled),.admin-portal-compat-module__KVLxGq__root button.text-xs.text-gray-500:hover:not(:disabled),.admin-portal-compat-module__KVLxGq__root button.text-sm.text-gray-500:hover:not(:disabled)){transform:scale(1.03)}:is(.admin-portal-compat-module__KVLxGq__root button[class*=border-emerald],.admin-portal-compat-module__KVLxGq__root button[class*=border-red],.admin-portal-compat-module__KVLxGq__root button[class*=border-amber]){background:var(--grey-light)!important;color:var(--black)!important;border:none!important;padding:8px 12px!important}.admin-portal-compat-module__KVLxGq__root button[class*=rounded-lg]:not([class*=rounded-full]){font-family:var(--mono-font);border-radius:0!important}:is(.admin-portal-compat-module__KVLxGq__root a[class*=btnSecondary],.admin-portal-compat-module__KVLxGq__root a[class*=btnPrimary]){text-align:center;box-sizing:border-box;display:inline-block;font-family:var(--mono-font)!important;text-decoration:none!important}.admin-portal-compat-module__KVLxGq__emailComposerSplit{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;gap:20px;width:100%;display:grid}.admin-portal-compat-module__KVLxGq__emailComposerPane{min-width:0}.admin-portal-compat-module__KVLxGq__emailComposerPreviewPane{min-width:0;position:sticky;top:8px}.admin-portal-compat-module__KVLxGq__emailComposerPreviewFrame{background:var(--white);border:1px solid #ccc;width:100%;height:calc(100vh - 220px);min-height:480px;max-height:640px}@media (max-width:720px){.admin-portal-compat-module__KVLxGq__emailComposerSplit{grid-template-columns:1fr}.admin-portal-compat-module__KVLxGq__emailComposerPreviewPane{position:static}.admin-portal-compat-module__KVLxGq__emailComposerPreviewFrame{height:420px;max-height:none}}@media (max-width:639px){.admin-portal-compat-module__KVLxGq__adminHeader{flex-wrap:nowrap;gap:8px}.admin-portal-compat-module__KVLxGq__adminHeaderActions{flex-wrap:nowrap;flex-shrink:0;width:auto}}.admin-portal-compat-module__KVLxGq__tabsBar{z-index:10;position:sticky;top:65px}.admin-portal-compat-module__KVLxGq__slideOverPanel{max-width:var(--admin-slide-over-max,42rem)}.admin-portal-compat-module__KVLxGq__tableScroll{-webkit-overflow-scrolling:touch;max-width:100%;overflow-x:auto}@media (max-width:639px){.admin-portal-compat-module__KVLxGq__content{padding:12px}.admin-portal-compat-module__KVLxGq__tabsBar{position:relative;top:auto}.admin-portal-compat-module__KVLxGq__tabsScroll>button{min-width:auto;min-height:44px;padding-left:14px;padding-right:14px}.admin-portal-compat-module__KVLxGq__slideOverPanel{width:100%;max-width:none!important}.admin-portal-compat-module__KVLxGq__root .overflow-x-auto{-webkit-overflow-scrolling:touch;max-width:100%}.admin-portal-compat-module__KVLxGq__root .flex.flex-nowrap{flex-wrap:wrap}:is(.admin-portal-compat-module__KVLxGq__root .flex.flex-nowrap>input,.admin-portal-compat-module__KVLxGq__root .flex.flex-nowrap>.inputInline){flex:100%;width:100%;min-width:0;max-width:none}.admin-portal-compat-module__KVLxGq__root .flex.items-center.justify-between.mb-4{flex-direction:column;align-items:stretch;gap:12px}:is(.admin-portal-compat-module__KVLxGq__root .flex.items-center.justify-between.mb-4>input,.admin-portal-compat-module__KVLxGq__root input.w-56){width:100%;max-width:none}:is(.admin-portal-compat-module__KVLxGq__root li.flex.items-center.justify-between,.admin-portal-compat-module__KVLxGq__root .flex.items-start.justify-between.gap-3){flex-direction:column;align-items:stretch;gap:10px}:is(.admin-portal-compat-module__KVLxGq__root li.flex.items-center.justify-between>.flex,.admin-portal-compat-module__KVLxGq__root .flex.items-start.justify-between.gap-3>.flex){flex-wrap:wrap;justify-content:flex-start}:is(.admin-portal-compat-module__KVLxGq__root button[class*=popupPrimaryBtn],.admin-portal-compat-module__KVLxGq__root button[class*=popupSecondaryBtn],.admin-portal-compat-module__KVLxGq__root a[class*=popupPrimaryBtn],.admin-portal-compat-module__KVLxGq__root a[class*=popupSecondaryBtn]){justify-content:center;align-items:center;min-height:44px;display:inline-flex}.admin-portal-compat-module__KVLxGq__root table{min-width:640px}}
