.bsid-frontend-shell {
	box-sizing: border-box;
	color: #172033;
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	margin: 0 auto;
	max-width: 1180px;
	padding: 24px 16px;
}

.bsid-frontend-shell *,
.bsid-frontend-shell *::before,
.bsid-frontend-shell *::after {
	box-sizing: border-box;
}

.bsid-dashboard {
	container-type: inline-size;
	display: grid;
	gap: 22px;
	min-width: 0;
}

.bsid-share-page {
	display: grid;
	gap: 22px;
	min-width: 0;
}

.bsid-dashboard > * {
	min-width: 0;
}

.bsid-dashboard-hero {
	align-items: stretch;
	background: linear-gradient(135deg, #0d3850 0%, #0f6f85 58%, #b07816 140%);
	border-radius: 8px;
	color: #ffffff;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: space-between;
	overflow: hidden;
	padding: clamp(24px, 4vw, 44px);
}

.bsid-share-hero {
	align-items: stretch;
	background: linear-gradient(135deg, #0d3850 0%, #1262a3 62%, #16865f 135%);
	border-radius: 14px;
	color: #ffffff;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: space-between;
	padding: clamp(24px, 4vw, 44px);
}

.bsid-share-hero h1 {
	color: #ffffff;
	font-size: 46px;
	line-height: 1;
	margin: 0 0 12px;
	overflow-wrap: anywhere;
}

.bsid-share-hero p {
	color: rgba(255, 255, 255, .86);
	font-size: 17px;
	margin: 0;
	max-width: 680px;
}

.bsid-share-hero-meta {
	align-self: flex-end;
	background: rgba(255, 255, 255, .12);
	border: 1px solid rgba(255, 255, 255, .22);
	border-radius: 14px;
	min-width: min(100%, 220px);
	padding: 16px;
}

.bsid-share-hero-meta span {
	color: rgba(255, 255, 255, .72);
	display: block;
	font-size: 12px;
	font-weight: 800;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.bsid-share-hero-meta strong {
	color: #ffffff;
	display: block;
	font-size: 22px;
	line-height: 1.15;
}

.bsid-hero-copy {
	flex: 1 1 520px;
	min-width: 0;
}

.bsid-dashboard-hero h1 {
	color: #ffffff;
	font-size: 46px;
	letter-spacing: 0;
	line-height: 1.06;
	margin: 0 0 12px;
	max-width: 760px;
	overflow-wrap: normal;
	white-space: nowrap;
}

.bsid-dashboard-hero p {
	color: rgba(255, 255, 255, .86);
	font-size: 17px;
	margin: 0;
	max-width: 680px;
}

.bsid-eyebrow {
	color: #d9b36b;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .08em;
	margin: 0 0 8px;
	text-transform: uppercase;
	white-space: nowrap;
}

.bsid-hero-meta {
	align-self: flex-end;
	background: rgba(255, 255, 255, .12);
	border: 1px solid rgba(255, 255, 255, .22);
	border-radius: 14px;
	flex: 0 1 300px;
	min-width: min(100%, 260px);
	padding: 16px;
}

.bsid-investor-profile {
	align-items: center;
	display: flex;
	gap: 14px;
	min-width: 0;
}

.bsid-avatar-frame {
	align-items: center;
	background: rgba(255, 255, 255, .18);
	border: 1px solid rgba(255, 255, 255, .28);
	border-radius: 999px;
	display: flex;
	flex: 0 0 70px;
	height: 70px;
	justify-content: center;
	overflow: hidden;
	width: 70px;
}

.bsid-avatar-frame img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.bsid-avatar-frame span {
	color: #ffffff;
	font-size: 22px;
	font-weight: 900;
	margin: 0;
}

.bsid-investor-copy {
	min-width: 0;
}

.bsid-hero-meta span {
	color: rgba(255, 255, 255, .72);
	display: block;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.bsid-hero-meta strong {
	color: #ffffff;
	display: block;
	font-size: 18px;
	line-height: 1.25;
	margin-top: 5px;
	overflow-wrap: anywhere;
}

.bsid-logout-link {
	color: rgba(255, 255, 255, .86);
	display: inline-block;
	font-size: 13px;
	font-weight: 800;
	margin-top: 12px;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.bsid-kpi-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr));
}

.bsid-kpi-card,
.bsid-dashboard-panel,
.bsid-auth-card {
	background: #ffffff;
	border: 1px solid #e4ebf3;
	border-radius: 14px;
	box-shadow: 0 18px 42px rgba(23, 32, 51, .06);
}

.bsid-kpi-card {
	min-height: 132px;
	padding: 20px;
}

.bsid-kpi-card span {
	color: #596579;
	display: block;
	font-size: 12px;
	font-weight: 800;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.bsid-kpi-card strong {
	color: #172033;
	display: block;
	font-size: 34px;
	line-height: 1;
	margin-bottom: 12px;
	overflow-wrap: anywhere;
}

.bsid-kpi-card small {
	color: #667085;
	font-size: 13px;
	line-height: 1.35;
}

.bsid-visual-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bsid-dashboard-panel {
	padding: clamp(20px, 3vw, 30px);
	overflow: hidden;
}

.bsid-panel-title {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin-bottom: 18px;
}

.bsid-panel-title h2 {
	color: #172033;
	font-size: 26px;
	margin: 0;
	overflow-wrap: anywhere;
}

.bsid-panel-title-compact {
	margin-bottom: 14px;
}

.bsid-chart-card h2 {
	color: #172033;
	font-size: 22px;
	margin: 0;
}

.bsid-chart-head {
	margin-bottom: 18px;
}

.bsid-donut-wrap {
	align-items: center;
	display: grid;
	gap: 18px;
	grid-template-columns: 1fr;
	justify-items: center;
}

.bsid-donut {
	align-items: center;
	aspect-ratio: 1;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	position: relative;
	width: min(190px, 100%);
}

.bsid-donut::after {
	background: #ffffff;
	border-radius: 50%;
	content: "";
	inset: 16%;
	position: absolute;
}

.bsid-donut > div {
	position: relative;
	text-align: center;
	z-index: 1;
}

.bsid-donut strong {
	color: #172033;
	display: block;
	font-size: 25px;
	line-height: 1;
	overflow-wrap: anywhere;
}

.bsid-donut span {
	color: #667085;
	display: block;
	font-size: 11px;
	font-weight: 700;
	margin-top: 6px;
	max-width: 96px;
	overflow-wrap: normal;
}

.bsid-donut-legend {
	display: grid;
	gap: 10px;
	min-width: 0;
	width: 100%;
}

.bsid-donut-legend div {
	align-items: center;
	background: #f6f8fb;
	border: 1px solid #e3eaf2;
	border-radius: 12px;
	display: grid;
	gap: 9px;
	grid-template-columns: 11px minmax(0, 1fr) auto;
	padding: 10px 12px;
	width: 100%;
}

.bsid-donut-legend i {
	border-radius: 50%;
	display: block;
	height: 11px;
	width: 11px;
}

.bsid-donut-legend span {
	color: #4b5567;
	font-size: 13px;
	overflow-wrap: anywhere;
}

.bsid-summary-card-wide {
	grid-column: 1 / -1;
}

.bsid-share-chart-panel {
	overflow: hidden;
}

.bsid-share-chart-wrap {
	background: linear-gradient(180deg, #ffffff, #f7fafc);
	border: 1px solid #e4ebf3;
	border-radius: 14px;
	overflow-x: auto;
	padding: 12px;
	width: 100%;
	-webkit-overflow-scrolling: touch;
}

.bsid-share-chart {
	display: block;
	min-width: 760px;
	width: 100%;
}

.bsid-share-grid {
	stroke: #e6edf5;
	stroke-width: 1;
}

.bsid-share-axis,
.bsid-share-date {
	fill: #667085;
	font-size: 14px;
	font-weight: 700;
}

.bsid-share-date-end {
	text-anchor: end;
}

.bsid-share-area {
	fill: url(#bsid-share-fill);
}

.bsid-share-line {
	fill: none;
	stroke: #1262a3;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 4;
}

.bsid-share-point {
	fill: #ffffff;
	stroke: #1262a3;
	stroke-width: 4;
}

.bsid-share-hit {
	cursor: crosshair;
	fill: transparent;
	stroke: transparent;
}

.bsid-share-marker-dot {
	fill: #1262a3;
	opacity: 0;
	stroke: #ffffff;
	stroke-width: 3;
	transition: opacity .16s ease;
}

.bsid-share-tooltip {
	filter: drop-shadow(0 10px 18px rgba(23, 32, 51, .18));
	opacity: 0;
	pointer-events: none;
	transition: opacity .16s ease;
}

.bsid-share-tooltip rect {
	fill: #0d3850;
	stroke: rgba(255, 255, 255, .22);
	stroke-width: 1;
}

.bsid-share-tooltip text {
	fill: #ffffff;
}

.bsid-share-tooltip-date {
	font-size: 12px;
	font-weight: 700;
	opacity: .78;
}

.bsid-share-tooltip-price {
	font-size: 16px;
	font-weight: 900;
}

.bsid-share-marker:hover .bsid-share-marker-dot,
.bsid-share-marker:hover .bsid-share-tooltip {
	opacity: 1;
}

.bsid-donut-legend strong {
	color: #172033;
	font-size: 13px;
}

.bsid-bars {
	align-items: end;
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(auto-fit, minmax(74px, 1fr));
	min-height: 220px;
}

.bsid-bar {
	display: grid;
	gap: 7px;
	min-width: 0;
	text-align: center;
}

.bsid-bar > div {
	align-items: end;
	background: linear-gradient(180deg, #f7f9fc, #edf2f8);
	border: 1px solid #e2eaf2;
	border-radius: 8px;
	display: flex;
	height: 132px;
	justify-content: center;
	overflow: hidden;
	padding: 8px;
}

.bsid-bar > div span {
	background: linear-gradient(180deg, #1a78d6, #0f6f85);
	border-radius: 7px 7px 3px 3px;
	display: block;
	min-height: 8px;
	width: 100%;
}

.bsid-bar strong {
	color: #172033;
	font-size: 13px;
	overflow-wrap: anywhere;
}

.bsid-bar small {
	color: #667085;
	font-size: 11px;
	overflow-wrap: anywhere;
}

.bsid-empty-chart {
	align-items: center;
	background: #f6f8fb;
	border: 1px dashed #c8d4e1;
	border-radius: 8px;
	color: #667085;
	display: flex;
	min-height: 180px;
	justify-content: center;
	padding: 18px;
	text-align: center;
}

.bsid-summary-list {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bsid-summary-list div {
	background: #f6f8fb;
	border: 1px solid #e3eaf2;
	border-radius: 8px;
	padding: 13px;
}

.bsid-summary-list span,
.bsid-progress-block span {
	color: #667085;
	display: block;
	font-size: 12px;
	font-weight: 800;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.bsid-summary-list strong,
.bsid-progress-block strong {
	color: #172033;
	font-size: 18px;
	overflow-wrap: anywhere;
}

.bsid-progress-block {
	margin-top: 16px;
}

.bsid-progress-block > div:first-child {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: space-between;
}

.bsid-progress-track {
	background: #e6edf5;
	border-radius: 999px;
	height: 12px;
	overflow: hidden;
}

.bsid-progress-track span {
	background: linear-gradient(90deg, #1262a3, #16865f);
	border-radius: inherit;
	display: block;
	height: 100%;
}

.bsid-latest-pill {
	background: #f6f1e7;
	border: 1px solid #ead6ad;
	border-radius: 8px;
	min-width: 160px;
	padding: 12px 14px;
	text-align: right;
}

.bsid-latest-pill span {
	color: #7a5514;
	display: block;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.bsid-latest-pill strong {
	color: #172033;
	font-size: 20px;
}

.bsid-table-wrap {
	max-width: 100%;
	min-width: 0;
	overflow-x: auto;
	width: 100%;
	-webkit-overflow-scrolling: touch;
}

.bsid-dividend-table {
	border-collapse: collapse;
	min-width: 720px;
	width: 100%;
}

.bsid-dividend-table th {
	background: #f5f7fb;
	color: #4b5567;
	font-size: 12px;
	font-weight: 800;
	padding: 14px 12px;
	text-align: left;
	text-transform: uppercase;
}

.bsid-dividend-table td {
	border-top: 1px solid #e4eaf1;
	color: #243044;
	padding: 15px 12px;
}

.bsid-pagination {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
	margin-top: 18px;
}

.bsid-pagination a,
.bsid-pagination span {
	align-items: center;
	border: 1px solid #d7e1ec;
	border-radius: 6px;
	color: #172033;
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	justify-content: center;
	line-height: 1;
	min-height: 36px;
	min-width: 36px;
	padding: 0 12px;
	text-decoration: none;
}

.bsid-pagination a:hover,
.bsid-pagination .is-current {
	background: #0f6f85;
	border-color: #0f6f85;
	color: #ffffff;
}

.bsid-pagination .bsid-page-gap {
	background: transparent;
	border-color: transparent;
	color: #667085;
	min-width: 22px;
	padding: 0 4px;
}

.bsid-status {
	background: #edf7f9;
	border-radius: 999px;
	color: #0f6f85;
	display: inline-block;
	font-size: 12px;
	font-weight: 800;
	min-width: 78px;
	padding: 6px 10px;
	text-align: center;
}

.bsid-status-paid {
	background: #eaf7ef;
	color: #17693a;
}

.bsid-status-pending,
.bsid-status-declared {
	background: #f6f1e7;
	color: #7a5514;
}

.bsid-auth-card {
	margin: 40px auto;
	max-width: 560px;
	padding: 34px;
	text-align: center;
}

.bsid-auth-page {
	align-items: center;
	display: flex;
	justify-content: center;
	min-height: min(680px, 80vh);
	padding: 24px 0;
}

.bsid-auth-form-card {
	text-align: left;
	width: min(100%, 520px);
}

.bsid-auth-card h2 {
	color: #172033;
	font-size: 30px;
	margin: 0 0 12px;
}

.bsid-auth-card p {
	color: #566274;
	margin: 0 0 18px;
}

.bsid-auth-form {
	display: grid;
	gap: 16px;
	margin-top: 20px;
}

.bsid-auth-form label span {
	color: #596579;
	display: block;
	font-size: 12px;
	font-weight: 800;
	margin-bottom: 7px;
	text-transform: uppercase;
}

.bsid-auth-form input[type="text"],
.bsid-auth-form input[type="password"] {
	border: 1px solid #cbd5e1;
	border-radius: 6px;
	color: #172033;
	font-size: 16px;
	min-height: 46px;
	padding: 10px 12px;
	width: 100%;
}

.bsid-auth-row {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: space-between;
}

.bsid-auth-row a,
.bsid-auth-link {
	color: #0d5c75;
	font-weight: 800;
	text-decoration: none;
}

.bsid-checkbox-label {
	align-items: center;
	display: flex;
	gap: 8px;
}

.bsid-auth-form .bsid-checkbox-label span {
	color: #596579;
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	text-transform: none;
}

.bsid-auth-notice {
	border-radius: 6px;
	font-weight: 700;
	margin: 14px 0 0;
	padding: 12px;
}

.bsid-auth-notice-error {
	background: #fff1f2;
	border: 1px solid #fecdd3;
	color: #9f1239;
}

.bsid-auth-notice-success {
	background: #ecfdf3;
	border: 1px solid #bbf7d0;
	color: #166534;
}

.bsid-button {
	background: #0f6f85;
	border: 0;
	border-radius: 6px;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-weight: 800;
	padding: 12px 18px;
	text-decoration: none;
}

.bsid-button:hover {
	background: #0d3850;
	color: #ffffff;
}

@container (max-width: 820px) {
	.bsid-dashboard-hero {
		align-items: stretch;
		flex-direction: column;
	}

	.bsid-hero-copy {
		flex-basis: auto;
	}

	.bsid-dashboard-hero h1 {
		font-size: 34px;
	}

	.bsid-hero-meta {
		align-self: stretch;
		flex-basis: auto;
		text-align: left;
	}
}

@container (max-width: 420px) {
	.bsid-dashboard-hero h1 {
		font-size: 25px;
	}

	.bsid-eyebrow {
		font-size: 11px;
		letter-spacing: .04em;
	}
}

@media (max-width: 900px) {
	.bsid-dashboard-hero,
	.bsid-panel-title {
		align-items: stretch;
		flex-direction: column;
	}

	.bsid-hero-meta,
	.bsid-latest-pill {
		text-align: left;
	}

	.bsid-kpi-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bsid-dashboard-hero h1 {
		font-size: 34px;
	}

	.bsid-share-hero {
		flex-direction: column;
	}

	.bsid-share-hero h1 {
		font-size: 36px;
	}

	.bsid-share-hero-meta {
		align-self: stretch;
	}

	.bsid-donut {
		width: min(180px, 64%);
	}
}

@media (max-width: 720px) {
	.bsid-visual-grid {
		grid-template-columns: 1fr;
	}

	.bsid-panel-title h2 {
		font-size: 22px;
	}
}

@media (max-width: 620px) {
	.bsid-frontend-shell {
		padding: 12px;
	}

	.bsid-dashboard-hero {
		padding: 24px;
	}

	.bsid-share-hero {
		padding: 24px;
	}

	.bsid-share-hero h1 {
		font-size: 30px;
	}

	.bsid-investor-profile {
		align-items: flex-start;
	}

	.bsid-avatar-frame {
		flex-basis: 58px;
		height: 58px;
		width: 58px;
	}

	.bsid-kpi-grid {
		grid-template-columns: 1fr;
	}

	.bsid-kpi-card {
		min-height: auto;
	}

	.bsid-kpi-card strong {
		font-size: 28px;
	}

	.bsid-donut-wrap,
	.bsid-summary-list {
		grid-template-columns: 1fr;
	}

	.bsid-donut {
		width: min(170px, 72%);
	}

	.bsid-bars {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bsid-pagination {
		justify-content: center;
	}

	.bsid-auth-row {
		align-items: flex-start;
		flex-direction: column;
	}

	.bsid-dividend-table,
	.bsid-dividend-table tbody,
	.bsid-dividend-table tr,
	.bsid-dividend-table td {
		display: block;
		width: 100%;
	}

	.bsid-dividend-table {
		min-width: 0;
	}

	.bsid-dividend-table thead {
		display: none;
	}

	.bsid-dividend-table tr {
		background: #ffffff;
		border: 1px solid #e4eaf1;
		border-radius: 8px;
		margin-bottom: 10px;
		overflow: hidden;
	}

	.bsid-dividend-table td {
		align-items: center;
		border-top: 1px solid #edf2f7;
		display: flex;
		gap: 12px;
		justify-content: space-between;
		padding: 12px;
		text-align: right;
	}

	.bsid-dividend-table td:first-child {
		border-top: 0;
	}

	.bsid-dividend-table td::before {
		color: #667085;
		content: attr(data-label);
		font-size: 12px;
		font-weight: 800;
		text-align: left;
		text-transform: uppercase;
	}
}

@media (max-width: 360px) {
	.bsid-frontend-shell {
		padding: 8px;
	}

	.bsid-dashboard {
		gap: 14px;
	}

	.bsid-dashboard-hero,
	.bsid-share-hero,
	.bsid-dashboard-panel,
	.bsid-kpi-card,
	.bsid-auth-card {
		padding: 14px;
	}

	.bsid-share-hero h1 {
		font-size: 25px;
	}

	.bsid-dashboard-hero h1 {
		font-size: 20px;
	}

	.bsid-dashboard-hero p {
		font-size: 14px;
	}

	.bsid-hero-meta {
		min-width: 0;
	}

	.bsid-investor-profile {
		flex-direction: column;
	}

	.bsid-bars {
		grid-template-columns: 1fr;
	}

	.bsid-auth-card h2 {
		font-size: 24px;
	}
}
