.pc-provider-portal-shell {
	margin: 0 auto;
	max-width: 1120px;
	padding: 2rem 1rem 4rem;
}

body.pc-provider-portal--immersive .pc-site-main {
	gap: 0;
}

body.pc-provider-portal--login {
	background: #f5f7fb;
}

body.pc-provider-portal--login .pc-site-shell {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

body.pc-provider-portal--login .pc-site-main,
body.pc-provider-portal--login .pc-site-shell > main {
	align-items: center;
	background: #f5f7fa;
	display: flex;
	flex: 1 0 auto;
	justify-content: center;
	padding: 6.5rem 1rem 4rem;
}

body.admin-bar.pc-provider-portal--login .pc-site-main,
body.admin-bar.pc-provider-portal--login .pc-site-shell > main {
	padding-top: calc(6.5rem + 32px);
}

.pc-provider-portal__app {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	width: 100%;
}

.pc-provider-portal-shell.is-hub-dashboard .pc-provider-portal__app {
	display: block;
}

.pc-provider-portal__kyc-hub .pc-provider-portal-workspace-panel__inner,
.pc-provider-portal__kyc-hub .pc-providers-hub-edit-section,
.pc-provider-portal__kyc-hub .pc-provider-portal__workspace-empty {
	box-sizing: border-box;
	width: 100%;
}

.pc-provider-portal__hero {
	align-items: center;
	display: grid;
	gap: 1.5rem;
	grid-template-columns: minmax(0, 1.1fr) minmax(320px, 420px);
}

.pc-provider-portal__eyebrow {
	background: #eef5fc;
	border: 1px solid #dce5ef;
	border-radius: 999px;
	color: #152547;
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	margin-bottom: 0.85rem;
	padding: 0.45rem 0.8rem;
	text-transform: uppercase;
}

.pc-provider-portal__hero-copy h1,
.pc-provider-portal__login-card h1,
.pc-provider-portal__login-card h2 {
	color: #152547;
	margin: 0;
}

.pc-provider-portal__hero-copy h1 {
	font-size: clamp(2rem, 4vw, 3rem);
	line-height: 1.05;
}

.pc-provider-portal__provider-hint,
.pc-provider-portal__login-subtitle,
.pc-provider-portal__support-copy {
	color: #657287;
	margin: 0;
}

.pc-provider-portal__provider-hint {
	font-size: 0.92rem;
	margin-top: 0.9rem;
}

.pc-provider-portal__login-card,
.pc-provider-portal__loading,
.pc-provider-portal__empty,
.pc-provider-portal__kyc-card,
.pc-provider-portal__table-card,
.pc-provider-portal__stat-card,
.pc-provider-portal__profile-card,
.pc-provider-portal__analytics-card {
	background: #ffffff;
	border: 1px solid #dce5ef;
	border-radius: 1.25rem;
	box-shadow: 0 20px 40px rgba(15, 23, 42, 0.06);
}

.pc-provider-portal__loading,
.pc-provider-portal__empty {
	margin: 0 auto;
	max-width: 32rem;
	padding: 2rem;
	text-align: center;
}

.pc-provider-portal-shell.is-login-screen {
	max-width: none;
	padding: 0;
	width: 100%;
}

.pc-provider-portal-shell.is-login-screen .pc-provider-portal__app {
	width: 100%;
}

.pc-provider-portal__login-screen {
	align-items: center;
	display: flex;
	justify-content: center;
	min-height: auto;
	width: 100%;
}

.pc-provider-portal__login-card {
	background: rgba(255, 255, 255, 0.98);
	border: 1px solid #dce5ef;
	border-radius: 1rem;
	box-shadow: 0 20px 44px rgba(15, 23, 42, 0.1), 0 2px 8px rgba(15, 23, 42, 0.04);
	margin: 0 auto;
	max-width: 24rem;
	padding: 2rem;
	text-align: center;
	width: 100%;
}

.pc-provider-portal__login-lock {
	align-items: center;
	background: linear-gradient(180deg, #eef1f6 0%, #e5e9f0 100%);
	border: 1px solid #edf1f6;
	border-radius: 1rem;
	display: inline-flex;
	height: 3.5rem;
	justify-content: center;
	margin: 0 auto 1.15rem;
	width: 3.5rem;
}

.pc-provider-portal__login-lock svg {
	color: #21345c;
	display: block;
	height: 1.6rem;
	width: 1.6rem;
}

.pc-provider-portal__login-card h1 {
	font-family: var(--pc-font-body);
	font-size: 1.5rem;
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 2rem;
}

.pc-provider-portal__login-subtitle {
	font-size: 0.875rem;
	line-height: 1.25rem;
	margin: 0.5rem auto 0;
	max-width: 20rem;
}

.pc-provider-portal__login-form {
	margin-top: 1.5rem;
}

.pc-provider-portal__field {
	display: grid;
	gap: 0.45rem;
	margin-bottom: 1rem;
	text-align: left;
}

.pc-provider-portal__field > span {
	font-size: 0.9rem;
	font-weight: 600;
}

.pc-provider-portal-shell.is-login-screen .pc-provider-portal__field {
	gap: 0.35rem;
	margin-bottom: 0.9rem;
}

.pc-provider-portal-shell.is-login-screen .pc-provider-portal__field > span {
	color: #66748c;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1rem;
}

.pc-provider-portal__field input,
.pc-provider-portal__field textarea,
.pc-provider-portal__period select {
	border: 1px solid #dce5ef;
	border-radius: 0.8rem;
	font: inherit;
	padding: 0.85rem 1rem;
}

.pc-provider-portal__password-wrap {
	display: block;
	position: relative;
	width: 100%;
}

.pc-provider-portal-shell.is-login-screen .pc-provider-portal__field input {
	background: #ffffff;
	border-color: #d6dfeb;
	border-radius: 0.625rem;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 2px 6px rgba(15, 23, 42, 0.04);
	color: #152547;
	font-size: 0.875rem;
	line-height: 1.25rem;
	min-height: 2.25rem;
	padding: 0.5rem 0.85rem;
}

.pc-provider-portal-shell.is-login-screen .pc-provider-portal__field input::placeholder {
	color: #7a879c;
	opacity: 1;
}

.pc-provider-portal-shell.is-login-screen .pc-provider-portal__field input:focus {
	border-color: #a8bde3;
	box-shadow: 0 0 0 4px rgba(60, 173, 250, 0.14), 0 10px 20px rgba(15, 23, 42, 0.05);
	outline: none;
}

.pc-provider-portal__password-wrap input {
	padding-right: 2.7rem;
	width: 100%;
}

.pc-provider-portal__password-toggle {
	align-items: center;
	background: transparent;
	border: 0;
	bottom: 0;
	color: #6d7a91;
	cursor: pointer;
	display: inline-flex;
	height: 1.75rem;
	justify-content: center;
	margin-block: auto;
	padding: 0;
	position: absolute;
	right: 0.45rem;
	top: 0;
	width: 1.75rem;
}

.pc-provider-portal__password-toggle svg {
	display: block;
	height: 1rem;
	width: 1rem;
}

.pc-provider-portal__password-toggle:hover,
.pc-provider-portal__password-toggle:focus-visible {
	color: #21345c;
	outline: none;
}

.pc-provider-portal__visually-hidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.pc-provider-portal__field textarea {
	min-height: 7rem;
	resize: vertical;
}

.pc-provider-portal__choice-grid {
	display: grid;
	gap: 0.75rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pc-provider-portal__choice-card {
	background: #f8fafc;
	border: 1px solid #dce5ef;
	border-radius: 0.95rem;
	cursor: pointer;
	display: grid;
	gap: 0.35rem;
	padding: 0.9rem 1rem;
}

.pc-provider-portal__choice-card.is-selected {
	background: #eef5fc;
	border-color: #152547;
}

.pc-provider-portal__choice-card input {
	margin: 0;
}

.pc-provider-portal__choice-card strong {
	color: #152547;
	font-size: 0.9rem;
}

.pc-provider-portal__choice-card small {
	color: #657287;
	font-size: 0.78rem;
	line-height: 1.4;
}

.pc-provider-portal__feature-groups {
	display: grid;
	gap: 1rem;
}

.pc-provider-portal__feature-group p {
	color: #475467;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	margin: 0 0 0.6rem;
	text-transform: uppercase;
}

.pc-provider-portal__error {
	background: #fef3f2;
	border: 1px solid #fecdca;
	border-radius: 0.95rem;
	color: #b42318;
	font-size: 0.9rem;
	margin: 0 0 1rem;
	padding: 0.8rem 0.95rem;
	text-align: left;
}

.pc-provider-portal__error[hidden] {
	display: none !important;
}

.pc-provider-portal__login-button.pc-button--primary {
	background: #1f315b;
	border-color: #1f315b;
	border-radius: 0.625rem;
	box-shadow: 0 8px 18px rgba(31, 49, 91, 0.16);
	color: #ffffff;
	font-family: var(--pc-font-body);
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 700;
	min-height: 2.25rem;
	padding-block: 0.5rem;
	width: 100%;
}

.pc-provider-portal__login-button.pc-button--primary:hover,
.pc-provider-portal__login-button.pc-button--primary:focus-visible {
	background: #1a294c;
	border-color: #1a294c;
}

.pc-provider-portal__login-button.pc-button--primary:disabled {
	cursor: wait;
	opacity: 0.88;
	transform: none;
}

.pc-provider-portal__support-copy {
	font-size: 0.75rem;
	line-height: 1rem;
	margin: 1.2rem auto 0;
	max-width: 20rem;
	text-align: center;
}

.pc-provider-portal__support-link {
	color: #3a9ff8;
	font-weight: 600;
	text-decoration: none;
}

.pc-provider-portal__support-link:hover,
.pc-provider-portal__support-link:focus-visible {
	outline: none;
	text-decoration: underline;
}

.pc-provider-portal__dashboard {
	display: grid;
	gap: 1rem;
}

.pc-provider-portal__toolbar {
	align-items: end;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: space-between;
}

.pc-provider-portal__toolbar-actions {
	align-items: end;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.pc-provider-portal__preview-link {
	background: #ecfdf3;
	border: 1px solid #a6f4c5;
	border-radius: 999px;
	color: #087443;
	font-size: 0.82rem;
	font-weight: 700;
	padding: 0.8rem 1rem;
	text-decoration: none;
}

.pc-provider-portal__period {
	display: grid;
	gap: 0.35rem;
}

.pc-provider-portal__period span {
	font-size: 0.8rem;
	font-weight: 600;
}

.pc-provider-portal__stats {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pc-provider-portal__stats--leads {
	margin-bottom: 0;
}

.pc-provider-portal__stats--secondary {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pc-provider-portal__stat-card {
	background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
	border: 1px solid #dce5ef;
	border-radius: 1rem;
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
	display: grid;
	gap: 0.45rem;
	min-height: 7.5rem;
	padding: 1.1rem 1.15rem;
}

.pc-provider-portal__stat-card-top {
	align-items: flex-start;
	display: flex;
	gap: 0.75rem;
	justify-content: space-between;
}

.pc-provider-portal__stat-label {
	color: #657287;
	font-size: 0.82rem;
	font-weight: 600;
	line-height: 1.35;
	margin: 0;
}

.pc-provider-portal__stat-icon {
	align-items: center;
	background: #eef5fc;
	border-radius: 0.75rem;
	color: #152547;
	display: inline-flex;
	flex-shrink: 0;
	height: 2.25rem;
	justify-content: center;
	width: 2.25rem;
}

.pc-provider-portal__stat-icon svg {
	display: block;
	height: 1.15rem;
	width: 1.15rem;
}

.pc-provider-portal__stat-value {
	color: #152547;
	font-size: clamp(1.65rem, 2.4vw, 2rem);
	font-variant-numeric: tabular-nums;
	font-weight: 800;
	line-height: 1.1;
}

.pc-provider-portal__stat-subline {
	color: #7a879c;
	display: block;
	font-size: 0.76rem;
	line-height: 1.4;
}

.pc-provider-portal__stat-subline--secondary {
	color: #5c6b82;
	font-weight: 600;
}

.pc-provider-portal__leads-dashboard {
	display: grid;
	gap: 1rem;
}

.pc-provider-portal__leads-summary {
	display: grid;
	gap: 1rem;
}

.pc-provider-portal__leads-panel {
	padding: 1.25rem;
}

.pc-provider-portal__leads-empty,
.pc-provider-portal__leads-filter-empty {
	align-items: center;
	background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
	border: 1px dashed #c9d8ea;
	border-radius: 1rem;
	display: grid;
	gap: 0.65rem;
	justify-items: center;
	margin-top: 0.25rem;
	padding: 2rem 1.5rem;
	text-align: center;
}

.pc-provider-portal__leads-filter-empty {
	justify-items: start;
	text-align: left;
}

.pc-provider-portal__leads-empty-icon {
	align-items: center;
	background: #eef5fc;
	border-radius: 999px;
	color: #152547;
	display: inline-flex;
	height: 3.5rem;
	justify-content: center;
	width: 3.5rem;
}

.pc-provider-portal__leads-empty-icon svg {
	height: 1.6rem;
	width: 1.6rem;
}

.pc-provider-portal__leads-empty h4,
.pc-provider-portal__leads-filter-empty p {
	color: #152547;
	font-size: 1rem;
	font-weight: 700;
	margin: 0;
}

.pc-provider-portal__leads-empty p {
	color: #657287;
	font-size: 0.9rem;
	font-weight: 400;
	line-height: 1.55;
	margin: 0;
	max-width: 34rem;
}

.pc-provider-portal__stat-card p {
	color: #657287;
	font-size: 0.85rem;
	margin: 0 0 0.35rem;
}

.pc-provider-portal__stat-card strong {
	color: #152547;
	font-size: 1.5rem;
}

.pc-provider-portal__tabs {
	display: flex;
	gap: 0.75rem;
}

.pc-provider-portal__tab {
	background: #eef5fc;
	border: 1px solid #dce5ef;
	border-radius: 999px;
	cursor: pointer;
	font-weight: 600;
	padding: 0.75rem 1.1rem;
}

.pc-provider-portal__tab.is-active {
	background: #152547;
	border-color: #152547;
	color: #ffffff;
}

.pc-provider-portal__table-card,
.pc-provider-portal__kyc-card,
.pc-provider-portal__profile-card,
.pc-provider-portal__analytics-card {
	padding: 1.25rem;
}

.pc-provider-portal__table-head {
	align-items: end;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: space-between;
	margin-bottom: 1rem;
}

.pc-provider-portal__table-actions {
	align-items: end;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.pc-provider-portal__export-button {
	white-space: nowrap;
}

.pc-provider-portal__analytics {
	display: grid;
	gap: 1rem;
}

.pc-provider-portal__analytics-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pc-provider-portal__section-head {
	margin-bottom: 1rem;
}

.pc-provider-portal__section-head h3 {
	margin: 0 0 0.2rem;
}

.pc-provider-portal__section-head p,
.pc-provider-portal__analytics-empty {
	color: #657287;
	margin: 0;
}

.pc-provider-portal__funnel {
	display: grid;
	gap: 0.9rem;
}

.pc-provider-portal__funnel-stage {
	display: grid;
	gap: 0.35rem;
}

.pc-provider-portal__funnel-head,
.pc-provider-portal__funnel-meta {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.pc-provider-portal__funnel-head span,
.pc-provider-portal__funnel-meta span {
	color: #657287;
	font-size: 0.85rem;
}

.pc-provider-portal__funnel-head strong {
	color: #152547;
}

.pc-provider-portal__funnel-bar {
	background: #eef5fc;
	border-radius: 999px;
	height: 0.75rem;
	overflow: hidden;
}

.pc-provider-portal__funnel-bar span {
	background: #152547;
	display: block;
	height: 100%;
}

.pc-provider-portal__trend-table-wrap {
	overflow-x: auto;
}

.pc-provider-portal__trend-table {
	border-collapse: collapse;
	width: 100%;
}

.pc-provider-portal__trend-table th,
.pc-provider-portal__trend-table td {
	border-bottom: 1px solid #eef2f7;
	padding: 0.7rem 0.5rem;
	text-align: left;
	white-space: nowrap;
}

.pc-provider-portal__trend-table th {
	color: #657287;
	font-size: 0.78rem;
	text-transform: uppercase;
}

.pc-provider-portal__trend-table td {
	font-size: 0.88rem;
}

.pc-provider-portal__benchmark-list,
.pc-provider-portal__insight-list {
	display: grid;
	gap: 0.85rem;
}

.pc-provider-portal__benchmark-row {
	align-items: center;
	border-bottom: 1px solid #eef2f7;
	display: grid;
	gap: 0.75rem;
	grid-template-columns: minmax(0, 1.6fr) repeat(2, minmax(0, 0.8fr));
	padding-bottom: 0.85rem;
}

.pc-provider-portal__benchmark-row:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.pc-provider-portal__benchmark-row span {
	color: #657287;
	font-size: 0.88rem;
}

.pc-provider-portal__benchmark-row div {
	text-align: right;
}

.pc-provider-portal__benchmark-row strong {
	color: #152547;
	display: block;
}

.pc-provider-portal__benchmark-row small {
	color: #657287;
	display: block;
	font-size: 0.74rem;
	margin-top: 0.15rem;
}

.pc-provider-portal__insight {
	border-radius: 0.95rem;
	padding: 0.95rem 1rem;
}

.pc-provider-portal__insight p {
	margin: 0;
}

.pc-provider-portal__insight--success {
	background: #ecfdf3;
	border: 1px solid #a6f4c5;
	color: #087443;
}

.pc-provider-portal__insight--warning {
	background: #fff7ed;
	border: 1px solid #fed7aa;
	color: #9a3412;
}

.pc-provider-portal__insight--neutral {
	background: #f8fafc;
	border: 1px solid #dce5ef;
	color: #475467;
}

.pc-provider-portal__profile-head {
	margin-bottom: 1rem;
}

.pc-provider-portal__profile-head p {
	color: #657287;
	margin: 0;
	max-width: 48rem;
}

.pc-provider-portal__profile-hub,
.pc-provider-portal__profile-hub-panel,
.pc-provider-portal__panel {
	width: 100%;
}

.pc-provider-portal__profile-hub-panel .pc-provider-portal-workspace-panel__inner {
	width: 100%;
	max-width: none;
}

.pc-provider-portal__workspace-section-head {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: space-between;
}

.pc-provider-portal__workspace-toolbar {
	align-items: flex-end;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.pc-provider-portal__workspace-filter {
	margin: 0;
	min-width: 12rem;
}

.pc-provider-portal-workspace-panel__inner .pc-provider-portal__stats--leads {
	margin-top: 0.25rem;
}

.pc-provider-portal-workspace-panel__inner .pc-provider-portal__stat-card {
	background: #fff;
	border: 1px solid #dcdcde;
	border-radius: 12px;
	box-shadow: none;
	min-height: 6.75rem;
}

.pc-provider-portal-workspace-panel__inner .pc-provider-portal__stat-icon {
	background: #f6f7f7;
	color: #1d2327;
}

.pc-provider-portal-workspace-panel__inner .pc-provider-portal__stat-value {
	color: #1d2327;
	font-size: 1.75rem;
}

.pc-provider-portal-workspace-panel__inner .pc-provider-portal__stat-label,
.pc-provider-portal-workspace-panel__inner .pc-provider-portal__stat-subline {
	color: #646970;
}

.pc-provider-portal__workspace-table {
	margin-top: 0.25rem;
}

.pc-provider-portal__workspace-table th {
	color: #646970;
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.pc-provider-portal__workspace-empty,
.pc-provider-portal__leads-empty,
.pc-provider-portal__leads-filter-empty {
	align-items: center;
	background: #f6f7f7;
	border: 1px dashed #c3c4c7;
	border-radius: 12px;
	box-sizing: border-box;
	display: grid;
	gap: 0.65rem;
	justify-items: center;
	margin-top: 0.25rem;
	padding: 2rem 1.5rem;
	text-align: center;
	width: 100%;
}

.pc-provider-portal__workspace-empty-icon,
.pc-provider-portal__leads-empty-icon {
	align-items: center;
	background: #fff;
	border: 1px solid #dcdcde;
	border-radius: 999px;
	color: #1d2327;
	display: inline-flex;
	height: 3.25rem;
	justify-content: center;
	width: 3.25rem;
}

.pc-provider-portal__workspace-empty-icon svg,
.pc-provider-portal__leads-empty-icon svg {
	height: 1.5rem;
	width: 1.5rem;
}

.pc-provider-portal__workspace-empty h4,
.pc-provider-portal__leads-empty h4,
.pc-provider-portal__leads-filter-empty p {
	color: #1d2327;
	font-size: 0.95rem;
	font-weight: 600;
	margin: 0;
}

.pc-provider-portal__workspace-empty p,
.pc-provider-portal__leads-empty p {
	color: #646970;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.55;
	margin: 0;
	max-width: 34rem;
}

.pc-provider-portal__document-list {
	display: grid;
	gap: 0.75rem;
}

.pc-provider-portal__document-link {
	background: #f6f7f7;
	border: 1px solid #dcdcde;
	border-radius: 12px;
	color: inherit;
	display: grid;
	gap: 0.2rem;
	padding: 0.85rem 1rem;
	text-decoration: none;
	transition: background-color 0.15s ease, border-color 0.15s ease;
}

.pc-provider-portal__document-link:hover {
	background: #fff;
	border-color: #c3c4c7;
}

.pc-provider-portal__document-link strong {
	color: #1d2327;
	font-size: 0.9rem;
}

.pc-provider-portal__document-link span {
	color: #646970;
	font-size: 0.82rem;
}

.pc-provider-portal__kyc-meta {
	display: grid;
	gap: 0.15rem;
	text-align: right;
}

.pc-provider-portal__kyc-meta span {
	color: #646970;
	font-size: 0.82rem;
}

.pc-provider-portal__profile-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
}

.pc-provider-portal__profile-link {
	border: 1px solid #dce5ef;
	border-radius: 999px;
	color: #152547;
	font-size: 0.82rem;
	font-weight: 600;
	padding: 0.55rem 0.9rem;
	text-decoration: none;
}

.pc-provider-portal__notice {
	border-radius: 0.9rem;
	font-size: 0.92rem;
	margin: 0 0 1rem;
	padding: 0.85rem 1rem;
}

.pc-provider-portal__notice--success {
	background: #ecfdf3;
	border: 1px solid #a6f4c5;
	color: #087443;
}

.pc-provider-portal__notice--error,
.pc-provider-portal__error--inline {
	background: #fef3f2;
	border: 1px solid #fecdca;
	color: #b42318;
}

.pc-provider-portal__profile-form {
	display: grid;
	gap: 1rem;
}

.pc-provider-portal__profile-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pc-provider-portal__field--full {
	grid-column: 1 / -1;
}

.pc-provider-portal__profile-actions {
	display: flex;
	justify-content: flex-end;
}

.pc-provider-portal__table {
	border-collapse: collapse;
	width: 100%;
}

.pc-provider-portal__table th,
.pc-provider-portal__table td {
	border-bottom: 1px solid #eef2f7;
	padding: 0.85rem 0.5rem;
	text-align: left;
	vertical-align: top;
}

.pc-provider-portal__lead-row {
	cursor: pointer;
}

.pc-provider-portal__lead-row:hover {
	background: #f8fbff;
}

.pc-provider-portal__stage-pill {
	background: #eef5fc;
	border: 1px solid #dce5ef;
	border-radius: 999px;
	color: #152547;
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 700;
	padding: 0.3rem 0.7rem;
}

.pc-provider-portal__table td strong,
.pc-provider-portal__kyc-card h3 {
	display: block;
}

.pc-provider-portal__table td span,
.pc-provider-portal__kyc-card p {
	color: #657287;
	font-size: 0.88rem;
	margin: 0.15rem 0 0;
}

.pc-provider-portal__kyc-head {
	align-items: start;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	margin-bottom: 1rem;
}

.pc-provider-portal__kyc-meta {
	display: grid;
	gap: 0.15rem;
	text-align: right;
}

.pc-provider-portal__kyc-meta span {
	color: #657287;
	font-size: 0.82rem;
}

.pc-provider-portal__document-list {
	display: grid;
	gap: 0.75rem;
}

.pc-provider-portal__document-link {
	background: #f8fafc;
	border: 1px solid #dce5ef;
	border-radius: 0.85rem;
	color: inherit;
	display: grid;
	gap: 0.15rem;
	padding: 0.85rem 1rem;
	text-decoration: none;
}

.pc-provider-portal__document-link strong {
	color: #152547;
}

.pc-provider-portal__document-link span {
	color: #657287;
	font-size: 0.85rem;
}

.pc-provider-portal__modal-backdrop {
	align-items: center;
	background: rgba(15, 23, 42, 0.68);
	display: flex;
	inset: 0;
	justify-content: center;
	padding: 1rem;
	position: fixed;
	z-index: 9999;
}

.pc-provider-portal__modal {
	max-width: 44rem;
	padding: 1.5rem;
	width: 100%;
}

.pc-provider-portal__modal-head {
	align-items: start;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	margin-bottom: 1rem;
}

.pc-provider-portal__modal-head h3 {
	margin: 0;
}

.pc-provider-portal__modal-head p {
	margin: 0.35rem 0 0;
}

.pc-provider-portal__modal-close {
	background: transparent;
	border: 0;
	color: #657287;
	cursor: pointer;
	font-size: 1.5rem;
	line-height: 1;
	padding: 0;
}

.pc-provider-portal__detail-grid {
	display: grid;
	gap: 0.85rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pc-provider-portal__detail-item {
	background: #f8fafc;
	border: 1px solid #dce5ef;
	border-radius: 0.9rem;
	display: grid;
	gap: 0.35rem;
	padding: 0.9rem 1rem;
}

.pc-provider-portal__detail-item span {
	color: #657287;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.pc-provider-portal__detail-item strong {
	color: #152547;
	font-size: 0.95rem;
}

@media (max-width: 900px) {
	.pc-provider-portal__hero {
		grid-template-columns: 1fr;
	}

	.pc-provider-portal__stats,
	.pc-provider-portal__stats--secondary,
	.pc-provider-portal__profile-grid,
	.pc-provider-portal__analytics-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pc-provider-portal__choice-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 700px) {
	body.pc-provider-portal--login .pc-site-main,
	body.pc-provider-portal--login .pc-site-shell > main {
		padding: 5.25rem 1rem 3rem;
	}

	body.admin-bar.pc-provider-portal--login .pc-site-main,
	body.admin-bar.pc-provider-portal--login .pc-site-shell > main {
		padding-top: calc(5.25rem + 46px);
	}

	.pc-provider-portal__login-card {
		border-radius: 1rem;
		padding: 1.8rem 1.5rem;
	}

	.pc-provider-portal__login-card h1 {
		font-size: 1.45rem;
	}

	.pc-provider-portal__login-subtitle {
		font-size: 0.84rem;
	}

	.pc-provider-portal-shell.is-login-screen .pc-provider-portal__field input {
		font-size: 0.875rem;
		min-height: 2.25rem;
	}

	.pc-provider-portal__stats,
	.pc-provider-portal__stats--secondary,
	.pc-provider-portal__profile-grid,
	.pc-provider-portal__analytics-grid {
		grid-template-columns: 1fr;
	}

	.pc-provider-portal__detail-grid {
		grid-template-columns: 1fr;
	}

	.pc-provider-portal__benchmark-row {
		grid-template-columns: 1fr;
	}

	.pc-provider-portal__benchmark-row div {
		text-align: left;
	}

	.pc-provider-portal__table thead {
		display: none;
	}

	.pc-provider-portal__table,
	.pc-provider-portal__table tbody,
	.pc-provider-portal__table tr,
	.pc-provider-portal__table td {
		display: block;
		width: 100%;
	}

	.pc-provider-portal__table tr {
		border-bottom: 1px solid #eef2f7;
		padding: 0.75rem 0;
	}

	.pc-provider-portal__table td {
		border: 0;
		padding: 0.2rem 0;
	}
}

.pc-devcalc-shell.pc-provider-portal-shell.is-login-screen,
.pc-devcalc-guard.is-login-screen {
	margin: 0;
	max-width: none;
	padding: 0;
	width: 100%;
}

.pc-devcalc-shell .pc-provider-portal__login-screen {
	width: 100%;
}

/* Provider Portal Hub (Base44 `/provider-portals/`) */
.pc-provider-portal-shell.is-hub-dashboard {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: none;
	padding-bottom: 3rem;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	width: 100vw;
}

.pc-provider-portal__dashboard-hero {
	background: linear-gradient(135deg, #1f315b 0%, #1a3a6e 100%);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	margin-bottom: 2rem;
	margin-top: 64px;
}

.pc-provider-portal__dashboard-hero-inner {
	margin: 0 auto;
	max-width: 64rem;
	padding: 2rem 1rem 1.75rem;
}

.pc-provider-portal__dashboard-hero-top {
	display: flex;
	justify-content: center;
	margin-bottom: 0.25rem;
}

.pc-provider-portal__dashboard-hero-copy {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	max-width: 42rem;
	text-align: center;
	width: 100%;
}

.pc-provider-portal__dashboard-hero-badge {
	align-items: center;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.7);
	display: inline-flex;
	font-size: 0.875rem;
	font-weight: 500;
	gap: 0.5rem;
	margin-bottom: 1.25rem;
	padding: 0.375rem 1rem;
}

.pc-provider-portal__dashboard-hero-copy h1,
.pc-provider-portal__dashboard-title {
	color: #ffffff;
	font-family: var(--font-pc-display, var(--pc-font-display, "Merriweather", Georgia, serif));
	font-size: clamp(2rem, 4vw, 3.75rem);
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.1;
	margin: 0;
}

.pc-provider-portal__dashboard-title-accent {
	color: #3cadfa;
}

.pc-provider-portal__dashboard-hero .pc-provider-portal__eyebrow {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.82);
}

.pc-provider-portal__dashboard-subtitle {
	color: rgba(255, 255, 255, 0.62);
	font-size: 0.95rem;
	line-height: 1.5;
	margin: 0.75rem 0 0;
	max-width: 36rem;
}

.pc-provider-portal__dashboard-hero-toolbar {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	justify-content: flex-end;
	margin-left: auto;
}

.pc-provider-portal__period-menu {
	display: block;
	margin: 0;
}

.pc-provider-portal__hero-menu-item.is-selected {
	background: #f0f7ff;
}

.pc-provider-portal__dashboard-hero-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.pc-provider-portal__hero-menu {
	position: relative;
}

.pc-provider-portal__hero-menu-trigger {
	align-items: center;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 0.5rem;
	color: #ffffff;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-size: 0.75rem;
	font-weight: 600;
	gap: 0.35rem;
	max-width: 100%;
	min-height: 2.25rem;
	min-width: 0;
	overflow: hidden;
	padding: 0.35rem 0.75rem;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pc-provider-portal__hero-menu-trigger svg {
	height: 0.95rem;
	width: 0.95rem;
}

.pc-provider-portal__hero-menu-trigger:hover,
.pc-provider-portal__hero-menu.is-open .pc-provider-portal__hero-menu-trigger {
	background: rgba(255, 255, 255, 0.18);
}

.pc-provider-portal__hero-menu-dropdown {
	background: #ffffff;
	border: 1px solid #dce5ef;
	border-radius: 0.75rem;
	box-shadow: 0 18px 36px rgba(15, 23, 42, 0.16);
	display: grid;
	gap: 0.15rem;
	min-width: 11.5rem;
	padding: 0.35rem;
	position: absolute;
	right: 0;
	top: calc(100% + 0.35rem);
	z-index: 30;
}

.pc-provider-portal__hero-menu-item {
	background: transparent;
	border: 0;
	border-radius: 0.55rem;
	color: #152547;
	cursor: pointer;
	font: inherit;
	font-size: 0.82rem;
	font-weight: 600;
	padding: 0.65rem 0.8rem;
	text-align: left;
	text-decoration: none;
}

.pc-provider-portal__hero-menu-item:hover {
	background: #f8fafc;
}

.pc-provider-portal__sign-out {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 0.5rem;
	color: #ffffff;
	cursor: pointer;
	font: inherit;
	font-size: 0.75rem;
	font-weight: 600;
	padding: 0.5rem 0.75rem;
}

.pc-provider-portal__sign-out:hover {
	background: rgba(255, 255, 255, 0.18);
}

.pc-provider-portal__dashboard-hero-controls {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: space-between;
	margin-top: 3rem;
}

@media (max-width: 700px) {
	.pc-provider-portal__dashboard-hero-toolbar {
		justify-content: flex-start;
		margin-left: 0;
		width: 100%;
	}

	.pc-provider-portal__dashboard-hero-controls {
		align-items: stretch;
		flex-direction: column;
	}
}

.pc-provider-portal__tabs--hero {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.pc-provider-portal__tabs--hero .pc-provider-portal__tab {
	background: rgba(255, 255, 255, 0.1);
	border: 0;
	border-radius: 0.75rem;
	color: rgba(255, 255, 255, 0.72);
	cursor: pointer;
	flex: 0 0 auto;
	font: inherit;
	font-size: 0.875rem;
	font-weight: 700;
	padding: 0.65rem 1.1rem;
	width: auto;
}

.pc-provider-portal__tabs--hero .pc-provider-portal__tab.is-active {
	background: #ffffff;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
	color: #1f315b;
}

.pc-provider-portal__dashboard--hub {
	width: 100%;
}

.pc-provider-portal__dashboard-body {
	margin: 0 auto;
	max-width: 64rem;
	padding: 0 1rem 2rem;
	width: 100%;
	box-sizing: border-box;
}

.pc-provider-portal__incumbent-meta {
	align-items: center;
	display: flex;
	font-size: 0.75rem;
	justify-content: space-between;
	margin-bottom: 0.35rem;
}

.pc-provider-portal__incumbent-meta span {
	color: #657287;
	font-weight: 600;
	text-transform: capitalize;
}

.pc-provider-portal__incumbent-meta strong {
	color: #152547;
	font-weight: 800;
}

.pc-provider-portal__incumbent-meta strong span {
	color: #657287;
	font-weight: 400;
}

.pc-provider-portal__incumbent-bar {
	background: #eef2f7;
	border-radius: 999px;
	height: 0.5rem;
	overflow: hidden;
	width: 100%;
}

.pc-provider-portal__incumbent-bar span {
	background: #38a9fa;
	border-radius: 999px;
	display: block;
	height: 100%;
}

.pc-provider-portal__support-brand {
	color: #38a9fa;
	font-weight: 700;
}

/* POS Features tab — matches public /pos/ comparison table */
.pc-pos-portal-root {
	width: 100%;
}

.pc-pos-portal-intro,
.pc-pos-portal-empty,
.pc-pos-portal-save-message {
	margin: 0;
}

.pc-pos-portal-publish__toggle input {
	accent-color: #38a9fa;
	height: 1rem;
	width: 1rem;
}

.pc-pos-portal-publish-row td {
	border-bottom: 1px solid rgba(21, 37, 71, 0.08);
}

.pc-pos-portal-status__trigger.is-disabled {
	cursor: default;
	opacity: 0.7;
}

.pc-pos-portal-status__menu[hidden] {
	display: none !important;
}

.pc-pos-portal-provider-select {
	appearance: auto;
	color: #ffffff;
	cursor: pointer;
}

.pc-pos-portal-provider-select option {
	color: #152547;
}

.pc-provider-portal__pos-hub .pc-provider-portal-workspace-panel__inner,
.pc-provider-portal__pos-hub .pc-pos-portal-root {
	box-sizing: border-box;
	width: 100%;
}

@media (max-width: 700px) {
	.pc-pos-comparison-table-card {
		overflow-x: auto;
	}

	.pc-pos-comparison-table {
		min-width: 36rem;
	}
}

/* -------------------------------------------------------------------------
 * Global provider-portal dropdown styling.
 * Scoped to the portal shell so calculator / wp-admin / other pages keep
 * their native selects. The POS provider picker keeps its own bespoke style.
 * ------------------------------------------------------------------------- */
.pc-provider-portal-shell select:not(.pc-pos-portal-provider-select) {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing: border-box;
	max-width: 100%;
	overflow: hidden;
	padding: 0.6rem 2.35rem 0.6rem 0.9rem;
	border: 1px solid #d6dfeb;
	border-radius: 0.7rem;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6l4 4 4-4' stroke='%23657287' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 0.8rem center;
	background-size: 0.85rem;
	color: #152547;
	font: inherit;
	font-size: 0.9rem;
	line-height: 1.3;
	cursor: pointer;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.pc-provider-portal-shell select:not(.pc-pos-portal-provider-select):hover {
	border-color: #a8bde3;
}

.pc-provider-portal-shell select:not(.pc-pos-portal-provider-select):focus,
.pc-provider-portal-shell select:not(.pc-pos-portal-provider-select):focus-visible {
	outline: none;
	border-color: #3cadfa;
	box-shadow: 0 0 0 4px rgba(60, 173, 250, 0.18);
}

.pc-provider-portal-shell select:not(.pc-pos-portal-provider-select) option {
	color: #152547;
	background-color: #fff;
}

/* Dark hero variant — the date-range filter sits on the dark hero band. */
.pc-provider-portal__dashboard-hero select:not(.pc-pos-portal-provider-select) {
	border-color: rgba(148, 175, 214, 0.4);
	background-color: rgba(9, 20, 40, 0.55);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6l4 4 4-4' stroke='%23d6e4f7' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	color: #eaf2ff;
}

.pc-provider-portal__dashboard-hero select:not(.pc-pos-portal-provider-select):hover {
	border-color: rgba(148, 175, 214, 0.7);
}

.pc-provider-portal__dashboard-hero select:not(.pc-pos-portal-provider-select):focus,
.pc-provider-portal__dashboard-hero select:not(.pc-pos-portal-provider-select):focus-visible {
	border-color: #7cc4ff;
	box-shadow: 0 0 0 4px rgba(124, 196, 255, 0.22);
}

/* Option list renders on white in most browsers; keep it readable. */
.pc-provider-portal__dashboard-hero select:not(.pc-pos-portal-provider-select) option {
	color: #152547;
	background-color: #fff;
}
