/* Skeleton screens */
:root{
	--skeleton-ink:#102f55;
	--skeleton-line:#e8eef4;
	--skeleton-surface:#f8fafc;
	--skeleton-surface-strong:#ffffff;
	--skeleton-block:#dfe7ef;
	--skeleton-header:#143764;
	--skeleton-accent:#17b88d;
}

body.has-skeleton-screen{
	overflow:hidden;
}

body.has-skeleton-screen > main{
	display:none;
}

.skeleton-screen{
	position:fixed;
	inset:0;
	z-index:9990;
	overflow:auto;
	overscroll-behavior:contain;
	background:var(--skeleton-surface);
	color:var(--skeleton-ink);
}

.skeleton-screen *,
.skeleton-screen *::before,
.skeleton-screen *::after{
	box-sizing:border-box;
}

.skeleton-topbar{
	height:72px;
	background:var(--skeleton-header);
	display:flex;
	align-items:center;
}

.skeleton-topbar-inner{
	width:calc(100% - 48px);
	margin:0 auto;
	display:grid;
	grid-template-columns:190px 1fr 180px;
	gap:28px;
	align-items:center;
}

.skeleton-logo{
	height:28px;
	width:170px;
	border-radius:5px;
	background:rgba(255,255,255,0.24);
}

.skeleton-main-nav{
	display:flex;
	justify-content:flex-end;
	gap:28px;
	align-items:center;
}

.skeleton-main-nav .skeleton-nav-item{
	height:14px;
	width:94px;
	border-radius:999px;
	background:rgba(255,255,255,0.24);
}

.skeleton-header-action{
	height:40px;
	width:140px;
	border-radius:4px;
	background:var(--skeleton-accent);
}

.skeleton-container{
	width:min(1180px, calc(100% - 40px));
	margin:0 auto;
}

.skeleton-page-head{
	background:var(--skeleton-surface-strong);
	padding:30px 0 58px;
}

.skeleton-page-title{
	height:58px;
	width:min(420px, 100%);
	margin:48px 0 30px;
}

.skeleton-screen-home .skeleton-topbar{
	position:absolute;
	top:0;
	left:0;
	right:0;
	z-index:2;
	height:88px;
	background:transparent;
}

.skeleton-screen-home .skeleton-topbar-inner{
	width:calc(100% - 56px);
}

.skeleton-home-hero{
	min-height:578px;
	padding:128px 0 80px;
	display:flex;
	align-items:flex-start;
	position:relative;
	overflow:hidden;
	background:
		linear-gradient(180deg, rgba(45,129,213,.95) 0%, rgba(21,62,110,.88) 42%, rgba(13,38,71,.94) 100%),
		linear-gradient(90deg, rgba(11,28,53,.18), rgba(11,28,53,.55));
}

.skeleton-home-hero::before{
	content:"";
	position:absolute;
	inset:0;
	background:
		radial-gradient(circle at 72% 16%, rgba(255,255,255,.22), transparent 18%),
		linear-gradient(90deg, rgba(9,28,58,.12) 0%, rgba(9,28,58,.42) 62%, rgba(9,28,58,.66) 100%);
}

.skeleton-home-copy{
	position:relative;
	z-index:1;
	max-width:520px;
	margin-left:32px;
}

.skeleton-home-title{
	display:block;
	height:64px;
	width:min(430px, 100%);
	margin:0 0 8px;
	background:rgba(255,255,255,0.28);
}

.skeleton-home-title-strong{
	width:min(500px, 100%);
	background:rgba(255,255,255,0.36);
}

.skeleton-home-copy .skeleton-line{
	max-width:360px;
	background:rgba(255,255,255,0.24);
}

.skeleton-home-copy .skeleton-actions{
	margin-top:44px;
}

.skeleton-home-copy .skeleton-button:first-child{
	background:rgba(255,255,255,0.28);
}

.skeleton-home-about-grid{
	display:grid;
	grid-template-columns:520px 1fr;
	gap:44px;
	align-items:center;
	padding:0 32px;
}

.skeleton-home-about-grid .skeleton-image{
	aspect-ratio:1 / 1;
	min-height:auto;
}

.skeleton-home-funds-grid{
	display:grid;
	grid-template-columns:repeat(4, 1fr);
	gap:0;
	margin:0 32px;
	border:1px solid var(--skeleton-line);
	background:var(--skeleton-surface-strong);
}

.skeleton-home-fund-card{
	min-height:364px;
	padding:18px 16px 16px;
	border-right:1px solid var(--skeleton-line);
	display:flex;
	flex-direction:column;
}

.skeleton-home-fund-card:last-child{
	border-right:0;
}

.skeleton-home-fund-card .skeleton-title-sm{
	height:52px;
	width:92%;
}

.skeleton-home-fund-card .skeleton-chip-row{
	padding-bottom:14px;
	margin-bottom:8px;
	border-bottom:1px solid var(--skeleton-line);
	justify-content:space-between;
}

.skeleton-home-fund-card .skeleton-line{
	height:12px;
}

.skeleton-home-yield{
	display:block;
	width:128px;
	height:34px;
	margin:14px 0;
	border-radius:6px;
	background:var(--skeleton-block);
	position:relative;
	overflow:hidden;
}

.skeleton-home-foot{
	display:flex;
	align-items:flex-end;
	justify-content:flex-end;
	gap:20px;
	padding:20px 32px 0;
}

.skeleton-home-foot .skeleton-line{
	max-width:640px;
	margin-bottom:0;
}

.skeleton-home-insights-grid{
	display:grid;
	grid-template-columns:1.28fr .86fr .86fr;
	gap:12px;
	margin:0 32px;
}

.skeleton-home-contact{
	max-width:560px;
	margin:0 auto;
	text-align:center;
	padding:10px 0 0;
}

.skeleton-home-contact .skeleton-kicker,
.skeleton-home-contact .skeleton-title,
.skeleton-home-contact .skeleton-line,
.skeleton-home-contact .skeleton-button{
	margin-left:auto;
	margin-right:auto;
}

.skeleton-section{
	padding:56px 0;
	background:var(--skeleton-surface);
	border-top:1px solid var(--skeleton-line);
}

.skeleton-section-white{
	background:var(--skeleton-surface-strong);
}

.skeleton-tabs-section{
	background:var(--skeleton-surface-strong);
	border-top:1px solid var(--skeleton-line);
	border-bottom:1px solid var(--skeleton-line);
	padding:18px 0;
}

.skeleton-feature-grid,
.skeleton-two-col{
	display:grid;
	grid-template-columns:minmax(0, 1.12fr) minmax(320px, 0.88fr);
	gap:28px;
	align-items:start;
}

.skeleton-feature-grid .skeleton-image{
	min-height:330px;
	aspect-ratio:auto;
}

.skeleton-feature-copy{
	padding-top:8px;
}

.skeleton-feature-meta{
	display:flex;
	justify-content:space-between;
	gap:18px;
	align-items:center;
	margin-bottom:20px;
}

.skeleton-grid-3,
.skeleton-grid-4,
.skeleton-team-grid,
.skeleton-composition-grid,
.skeleton-stat-grid{
	display:grid;
	gap:22px;
}

.skeleton-grid-3{ grid-template-columns:repeat(3, minmax(0, 1fr)); }
.skeleton-grid-4{ grid-template-columns:repeat(4, minmax(0, 1fr)); }
.skeleton-team-grid{ grid-template-columns:repeat(2, minmax(0, 1fr)); }
.skeleton-composition-grid{ grid-template-columns:repeat(2, minmax(0, 1fr)); }
.skeleton-stat-grid{ grid-template-columns:repeat(2, minmax(0, 1fr)); }

.skeleton-card,
.skeleton-panel,
.skeleton-table,
.skeleton-form,
.skeleton-map,
.skeleton-chart,
.skeleton-banner{
	background:var(--skeleton-surface-strong);
	border:1px solid var(--skeleton-line);
	border-radius:8px;
	box-shadow:0 18px 44px rgba(16, 47, 85, 0.06);
}

.skeleton-card,
.skeleton-panel,
.skeleton-form,
.skeleton-banner{
	padding:24px;
}

.skeleton-line,
.skeleton-title,
.skeleton-kicker,
.skeleton-button,
.skeleton-image,
.skeleton-chip,
.skeleton-avatar,
.skeleton-chart-block,
.skeleton-input,
.skeleton-table-cell,
.skeleton-stat,
.skeleton-nav-item,
.skeleton-logo,
.skeleton-header-action{
	position:relative;
	overflow:hidden;
	background:var(--skeleton-block);
	border-radius:6px;
}

.skeleton-line::after,
.skeleton-title::after,
.skeleton-kicker::after,
.skeleton-button::after,
.skeleton-image::after,
.skeleton-chip::after,
.skeleton-avatar::after,
.skeleton-chart-block::after,
.skeleton-input::after,
.skeleton-table-cell::after,
.skeleton-stat::after,
.skeleton-home-yield::after,
.skeleton-nav-item::after,
.skeleton-logo::after,
.skeleton-header-action::after{
	content:"";
	position:absolute;
	inset:0;
	transform:translateX(-100%);
	background:linear-gradient(90deg, transparent, rgba(255,255,255,0.48), transparent);
	animation:skeleton-shimmer 1.45s ease-in-out infinite;
}

@keyframes skeleton-shimmer{
	100%{ transform:translateX(100%); }
}

.skeleton-breadcrumb{
	display:flex;
	gap:10px;
	align-items:center;
}

.skeleton-breadcrumb .skeleton-line{
	height:12px;
	width:78px;
	border-radius:999px;
}

.skeleton-kicker{
	height:16px;
	width:116px;
	border-radius:999px;
	margin-bottom:16px;
}

.skeleton-title{
	height:54px;
	width:min(620px, 100%);
	margin-bottom:18px;
}

.skeleton-title.skeleton-title-sm{
	height:34px;
	width:min(420px, 92%);
}

.skeleton-line{
	height:14px;
	width:100%;
	margin-bottom:12px;
}

.skeleton-line.is-short{ width:46%; }
.skeleton-line.is-medium{ width:72%; }
.skeleton-line.is-long{ width:88%; }

.skeleton-actions,
.skeleton-chip-row,
.skeleton-tabs,
.skeleton-meta-row{
	display:flex;
	gap:12px;
	align-items:center;
	flex-wrap:wrap;
}

.skeleton-actions-center{
	justify-content:center;
	margin-top:32px;
}

.skeleton-button{
	height:42px;
	width:148px;
	border-radius:999px;
}

.skeleton-chip,
.skeleton-nav-item{
	height:34px;
	width:132px;
	border-radius:999px;
}

.skeleton-image{
	min-height:240px;
	aspect-ratio:16 / 10;
	width:100%;
}

.skeleton-card .skeleton-image{
	min-height:190px;
	margin:-24px -24px 22px;
	width:calc(100% + 48px);
	border-radius:8px 8px 0 0;
}

.skeleton-avatar{
	width:96px;
	height:96px;
	border-radius:8px;
	flex:0 0 auto;
}

.skeleton-person-card{
	display:flex;
	gap:18px;
	align-items:flex-start;
}

.skeleton-table{
	overflow:hidden;
}

.skeleton-table-row{
	display:grid;
	grid-template-columns:1.4fr 0.9fr 0.62fr 0.82fr 0.62fr 0.9fr 0.7fr 0.7fr 0.82fr;
	gap:14px;
	align-items:center;
	padding:18px 22px;
	border-top:1px solid var(--skeleton-line);
}

.skeleton-table-row:first-child{
	border-top:0;
	background:#f1f5f8;
}

.skeleton-table-cell{
	height:18px;
	width:100%;
}

.skeleton-stat{
	height:118px;
	border-radius:8px;
}

.skeleton-chart{
	padding:24px;
}

.skeleton-chart-block{
	height:300px;
	width:100%;
	margin-top:18px;
}

.skeleton-chart-small{
	height:230px;
}

.skeleton-form{
	display:grid;
	gap:16px;
}

.skeleton-input{
	height:52px;
	width:100%;
}

.skeleton-input.is-textarea{
	height:142px;
}

.skeleton-map{
	min-height:520px;
	overflow:hidden;
}

.skeleton-map .skeleton-image{
	aspect-ratio:auto;
	min-height:310px;
	border-radius:8px 8px 0 0;
}

.skeleton-map-body{
	padding:24px;
}

.skeleton-rich-text{
	max-width:820px;
	margin:0 auto;
}

.skeleton-rich-text .skeleton-title{
	height:42px;
}

.skeleton-doc-list{
	display:grid;
	gap:12px;
}

.skeleton-doc-item{
	display:grid;
	grid-template-columns:1fr 120px 110px;
	gap:18px;
	align-items:center;
	padding:18px 0;
	border-bottom:1px solid var(--skeleton-line);
}

.skeleton-banner{
	text-align:center;
}

@media (max-width:980px){
	.skeleton-topbar-inner{
		grid-template-columns:160px 1fr;
	}

	.skeleton-main-nav,
	.skeleton-header-action{
		display:none;
	}

	.skeleton-feature-grid,
	.skeleton-two-col,
	.skeleton-grid-3,
	.skeleton-grid-4,
	.skeleton-team-grid,
	.skeleton-composition-grid,
	.skeleton-home-about-grid,
	.skeleton-home-funds-grid,
	.skeleton-home-insights-grid{
		grid-template-columns:1fr;
	}

	.skeleton-home-fund-card{
		border-right:0;
		border-bottom:1px solid var(--skeleton-line);
	}

	.skeleton-home-fund-card:last-child{
		border-bottom:0;
	}

	.skeleton-table{
		overflow-x:auto;
	}

	.skeleton-table-row{
		min-width:940px;
	}
}

@media (max-width:640px){
	.skeleton-container{
		width:min(100% - 28px, 1180px);
	}

	.skeleton-topbar-inner{
		width:calc(100% - 28px);
	}

	.skeleton-screen-home .skeleton-topbar-inner{
		width:calc(100% - 28px);
	}

	.skeleton-home-hero{
		min-height:560px;
		padding:116px 0 58px;
	}

	.skeleton-home-copy{
		margin-left:0;
	}

	.skeleton-home-title{
		height:48px;
	}

	.skeleton-page-head{
		padding:28px 0 40px;
	}

	.skeleton-page-title{
		height:44px;
		width:min(300px, 100%);
		margin:36px 0 24px;
	}

	.skeleton-section{
		padding:38px 0;
	}

	.skeleton-card,
	.skeleton-panel,
	.skeleton-form,
	.skeleton-chart,
	.skeleton-banner{
		padding:18px;
	}

	.skeleton-title{
		height:42px;
	}

	.skeleton-image,
	.skeleton-feature-grid .skeleton-image{
		min-height:220px;
	}

	.skeleton-card .skeleton-image{
		margin:-18px -18px 18px;
		width:calc(100% + 36px);
	}

	.skeleton-home-about-grid,
	.skeleton-home-funds-grid,
	.skeleton-home-insights-grid{
		margin-left:0;
		margin-right:0;
		padding-left:0;
		padding-right:0;
	}

	.skeleton-home-foot{
		padding:20px 0 0;
		align-items:flex-start;
		flex-direction:column;
	}

	.skeleton-person-card{
		flex-direction:column;
	}

	.skeleton-doc-item{
		grid-template-columns:1fr;
		gap:10px;
	}

	.skeleton-stat-grid{
		grid-template-columns:1fr;
	}
}

@media (prefers-reduced-motion:reduce){
	.skeleton-line::after,
	.skeleton-title::after,
	.skeleton-kicker::after,
	.skeleton-button::after,
	.skeleton-image::after,
	.skeleton-chip::after,
	.skeleton-avatar::after,
	.skeleton-chart-block::after,
	.skeleton-input::after,
	.skeleton-table-cell::after,
	.skeleton-stat::after,
	.skeleton-home-yield::after,
	.skeleton-nav-item::after,
	.skeleton-logo::after,
	.skeleton-header-action::after{
		animation:none;
	}
}
