.cdl-studio {
	--od-navy: #1b1530;
	--od-plum: #5a2a4e;
	--od-magenta: #c43b7a;
	--od-ivory: #f7f1e8;
	color: var(--od-navy);
	max-width: 72rem;
	margin: 0 auto;
	padding: 1.25rem 1rem 3rem;
}
.cdl-studio__hero { margin-bottom: 1.25rem; }
.cdl-studio__kicker {
	letter-spacing: .12em;
	text-transform: uppercase;
	font-size: .72rem;
	color: var(--od-plum);
	margin: 0 0 .35rem;
}
.cdl-studio__lead { max-width: 40rem; color: #4a4258; margin: .35rem 0; }
.cdl-studio__tagline { font-weight: 600; color: var(--od-navy); margin: 0 0 .6rem; }
.cdl-studio__pill {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	background: var(--od-ivory);
	border: 1px solid #e4d4c6;
	border-radius: 999px;
	padding: .2rem .9rem;
	font-size: .85rem;
}
.cdl-studio__pill--free { background: #fff; border-style: dashed; }
.cdl-studio__nav {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem 1rem;
	margin: 0 0 1.5rem;
}
.cdl-studio__nav a {
	color: var(--od-plum);
	text-decoration: none;
	min-height: 44px;
	display: inline-flex;
	align-items: center;
	padding: 0 .2rem;
}
.cdl-studio__nav a:focus-visible,
.cdl-studio button:focus-visible,
.cdl-studio a:focus-visible,
.cdl-studio input:focus-visible,
.cdl-studio select:focus-visible,
.cdl-studio summary:focus-visible {
	outline: 3px solid var(--od-magenta);
	outline-offset: 2px;
}
.cdl-studio__cards {
	display: grid;
	grid-template-columns: 1fr;
	gap: .75rem;
}
.cdl-st-card {
	background: var(--od-ivory);
	border-radius: 1rem;
	padding: 1rem 1.1rem;
	border: 1px solid #eadfce;
}
.cdl-st-card strong {
	display: block;
	font-size: 1.65rem;
	line-height: 1.1;
}
.cdl-st-card span { color: #5c5368; font-size: .92rem; }
.cdl-st-card__hint { display: block; font-style: normal; font-size: .8rem; color: #6b6274; }
.cdl-st-elans {
	background: linear-gradient(160deg, #1b1530, #5a2a4e);
	color: #fff;
	margin: 1.25rem 0;
}
.cdl-st-elans h2, .cdl-st-elans .cdl-studio__kicker { color: #f7f1e8; }
.cdl-st-elans__total strong { font-size: 2.2rem; display: inline; }
.cdl-st-elans .cdl-st-notice { color: #f3d7e6; }
.cdl-st-elans__cats { display: flex; flex-wrap: wrap; gap: .5rem; list-style: none; padding: 0; }
.cdl-st-elans__cats li {
	background: rgba(247, 241, 232, .12);
	border-radius: 999px;
	padding: .35rem .8rem;
	min-height: 44px;
	display: inline-flex;
	align-items: center;
}
.cdl-st-hist ul { list-style: none; padding: 0; margin: 0; }
.cdl-st-hist li {
	display: grid;
	grid-template-columns: 4.5rem 1fr auto;
	gap: .75rem;
	align-items: start;
	padding: .7rem 0;
	border-bottom: 1px solid #eadfce;
	min-height: 44px;
}
.cdl-st-hist__n { font-weight: 700; color: var(--od-magenta); }
.cdl-st-notice { font-size: .88rem; color: #f3d7e6; }
.cdl-st-muted { color: #5c5368; }
.cdl-st-periods { display: flex; flex-wrap: wrap; gap: .4rem; margin: 0 0 1rem; }
.cdl-st-period {
	min-height: 44px;
	min-width: 44px;
	border-radius: 999px;
	border: 1px solid #eadfce;
	background: #fff;
	color: var(--od-navy);
	padding: 0 .9rem;
	cursor: pointer;
}
.cdl-st-period.is-on { background: var(--od-navy); color: #fff; border-color: var(--od-navy); }
.cdl-st-empty { text-align: left; padding: 1.4rem; }
.cdl-st-badges {
	display: grid;
	grid-template-columns: 1fr;
	gap: .65rem;
}
.cdl-st-badge {
	display: flex;
	flex-direction: column;
	gap: .25rem;
	min-height: 44px;
	padding: .7rem .85rem;
	border-radius: 1rem;
	background: #f4f0ea;
	border: 1px dashed #d7c9b6;
}
.cdl-st-badge.is-owned {
	background: #efe4d6;
	border-style: solid;
	border-color: #c9b496;
}
.cdl-st-badge strong { font-size: 1rem; }
.cdl-st-live {
	border-top: 1px solid #eadfce;
	padding: 1rem 0;
}
.cdl-st-chart { margin: .6rem 0 0; }
.cdl-st-spark { width: 100%; height: 140px; display: block; }
.cdl-st-spark__pt { fill: #c43b7a; }
.cdl-st-chart__cap { font-size: .85rem; color: #5c5368; }
.cdl-st-ret { display: grid; grid-template-columns: repeat(2, 1fr); gap: .5rem; list-style: none; padding: 0; }
.cdl-st-ret li { background: var(--od-ivory); border-radius: .75rem; padding: .55rem .7rem; }
.cdl-st-cmp { display: grid; gap: .75rem; background: var(--od-ivory); border-radius: 1rem; padding: 1rem; }
.cdl-st-cmp-row { display: grid; gap: .2rem; }
.cdl-st-cmp-pick { display: grid; gap: .6rem; }
.cdl-st-cmp-pick label, .cdl-st-cmp-pick select {
	min-height: 44px;
	width: 100%;
}
.cdl-st-further { margin-top: 1.5rem; }
.cdl-st-preview { margin: .6rem 0; }
.cdl-st-awards { display: grid; gap: .65rem; }
.cdl-st-formula { margin-top: 1rem; }
.cdl-st-formula summary { min-height: 44px; cursor: pointer; color: var(--od-plum); }
.cdl-st-vis label { display: flex; align-items: center; gap: .5rem; min-height: 44px; padding: .35rem 0; }
.cdl-st-vis input { width: 1.15rem; height: 1.15rem; }
.cdl-studio__loading { color: #5c5368; }
.cdl-hub__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 1rem;
	border-radius: 999px;
	text-decoration: none;
}
@media (min-width: 390px) {
	.cdl-st-badges { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 700px) {
	.cdl-studio__cards { grid-template-columns: repeat(2, 1fr); }
	.cdl-st-cmp { grid-template-columns: 1fr; }
	.cdl-st-cmp-pick { grid-template-columns: 1fr 1fr auto; align-items: end; }
	.cdl-st-ret { grid-template-columns: repeat(5, 1fr); }
	.cdl-st-awards { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 900px) {
	.cdl-studio__grid--fold,
	#cdl-st-stats + #cdl-st-elans { }
	.cdl-studio__cards { grid-template-columns: repeat(3, 1fr); }
	.cdl-st-live .cdl-st-chart { max-width: 36rem; }
}
@media (min-width: 1280px) {
	.cdl-studio { padding-top: 1.75rem; }
	.cdl-studio__cards { grid-template-columns: repeat(3, 1fr); }
}
@media (prefers-reduced-motion: reduce) {
	.cdl-st-badge, .cdl-st-card, .cdl-st-period { transition: none; }
}
