:root,
body.cdmu-groove-factory,
body.cdmu-groove-factory-context {
--cdmu-gf-neon-orange: #ff6b2c;
--cdmu-gf-neon-orange-glow: rgba(255, 107, 44, 0.45);
--cdmu-gf-magenta: #e040a0;
--cdmu-gf-magenta-glow: rgba(224, 64, 160, 0.4);
--cdmu-gf-violet-deep: #3b0d6b;
--cdmu-gf-violet-mid: #6a2fa0;
--cdmu-gf-violet-glow: rgba(106, 47, 160, 0.35);
--cdmu-gf-bg: #0f0618;
--cdmu-gf-surface: #1a0f28;
--cdmu-gf-surface-elevated: #241538;
--cdmu-gf-text: #f8f4ff;
--cdmu-gf-muted: #c4b8d8;
--cdmu-gf-border: rgba(224, 64, 160, 0.22);
--cdmu-gf-radius-hero: 22px;
--cdmu-gf-radius-card: 18px;
--cdmu-gf-shadow: 0 18px 48px rgba(15, 6, 24, 0.55);
--cdmu-gf-gradient-brand: linear-gradient(125deg, var(--cdmu-gf-neon-orange) 0%, var(--cdmu-gf-magenta) 48%, var(--cdmu-gf-violet-mid) 100%);
} .cdmu-gf-landing-hero {
margin: 0 0 0.25rem;
max-width: 100%;
background: none;
box-shadow: none;
}
.cdmu-gf-landing-hero::before,
.cdmu-gf-landing-hero::after {
content: none;
display: none;
}
.cdmu-gf-hero--visual {
position: relative;
isolation: isolate;
overflow: hidden;
margin: 0;
padding: 0;
border: 0;
border-radius: var(--cdmu-gf-radius-hero);
box-shadow:
var(--cdmu-gf-shadow),
0 0 32px rgba(255, 107, 44, 0.1),
0 0 48px rgba(224, 64, 160, 0.06);
background: #0a0a19;
aspect-ratio: 1717 / 916;
width: 100%;
max-width: 100%;
}
.cdmu-gf-hero--visual::after {
content: "";
position: absolute;
inset: 0;
pointer-events: none;
border-radius: inherit;
background: linear-gradient(
to bottom,
rgba(10, 10, 25, 0.1) 0%,
rgba(10, 10, 25, 0.04) 55%,
rgba(10, 10, 25, 0.08) 100%
);
}
.cdmu-gf-hero__img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
border-radius: inherit;
}
.cdmu-gf-hero-cta {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
gap: 1.25rem;
margin: 22px 0 28px;
padding: 0;
background: none;
border: none;
box-shadow: none;
}
.cdmu-gf-hero-cta::before,
.cdmu-gf-hero-cta::after {
content: none;
display: none;
}
body.cdmu-groove-factory .cdmu-gf-hero-cta {
justify-content: center;
}
.cdmu-gf-hero-cta .cdmu-gf-btn {
min-height: 2.75rem;
min-width: 11.5rem;
padding: 0.7rem 1.5rem;
box-sizing: border-box;
}
.cdmu-gf-hero-cta .cdmu-gf-btn--primary {
color: #fff;
background: var(--cdmu-gf-gradient-brand);
border: 1px solid transparent;
box-shadow: 0 4px 14px rgba(255, 107, 44, 0.28);
}
.cdmu-gf-hero-cta .cdmu-gf-btn--primary:hover,
.cdmu-gf-hero-cta .cdmu-gf-btn--primary:focus-visible {
transform: translateY(-1px);
box-shadow: 0 6px 18px rgba(224, 64, 160, 0.32);
color: #fff;
}
.cdmu-gf-hero-cta .cdmu-gf-btn--ghost {
color: var(--cdmu-gf-violet-deep);
background: #fff;
border: 1.5px solid rgba(224, 64, 160, 0.55);
box-shadow: 0 2px 10px rgba(106, 47, 160, 0.1);
}
.cdmu-gf-hero-cta .cdmu-gf-btn--ghost:hover,
.cdmu-gf-hero-cta .cdmu-gf-btn--ghost:focus-visible {
color: var(--cdmu-gf-violet-deep);
background: rgba(224, 64, 160, 0.06);
border-color: var(--cdmu-gf-magenta);
box-shadow: 0 4px 14px rgba(224, 64, 160, 0.18);
} .cdmu-gf-hero--premium .cdmu-gf-hero__halo,
.cdmu-gf-hero--premium .cdmu-gf-hero__content,
.cdmu-gf-hero--visual .cdmu-gf-hero__halo,
.cdmu-gf-hero--visual .cdmu-gf-hero__backdrop,
.cdmu-gf-hero--visual .cdmu-gf-hero__content {
display: none !important;
} .cdmu-gf-hero:not(.cdmu-gf-hero--visual) {
position: relative;
isolation: isolate;
overflow: hidden;
margin: 0 0 1.75rem;
padding: 0;
border-radius: var(--cdmu-gf-radius-hero);
border: 1px solid rgba(224, 64, 160, 0.28);
box-shadow:
var(--cdmu-gf-shadow),
0 0 40px rgba(255, 107, 44, 0.12),
0 0 60px rgba(224, 64, 160, 0.08);
background: #0a0a19;
min-height: clamp(220px, 53.4vw, 420px);
aspect-ratio: 1717 / 916;
width: 100%;
max-width: 100%;
}
.cdmu-gf-hero--premium {
color: #f8f8ff;
} .cdmu-gf-hero__halo {
position: absolute;
inset: -40% -20%;
z-index: 0;
pointer-events: none;
background:
radial-gradient(circle at 18% 28%, rgba(255, 107, 44, 0.38), transparent 42%),
radial-gradient(circle at 82% 22%, rgba(224, 64, 160, 0.32), transparent 38%),
radial-gradient(circle at 55% 92%, rgba(106, 47, 160, 0.28), transparent 40%);
animation: cdmu-gf-hero-halo 14s ease-in-out infinite alternate;
opacity: 0.82;
}
@keyframes cdmu-gf-hero-halo {
0% { transform: translate3d(-2%, 0, 0) scale(1); }
100% { transform: translate3d(2%, -1%, 0) scale(1.04); }
} .cdmu-gf-hero__backdrop {
position: absolute;
inset: 0;
z-index: 1;
pointer-events: none;
background-image:
linear-gradient(
to bottom,
rgba(10, 10, 25, 0.82) 0%,
rgba(10, 10, 25, 0.68) 32%,
rgba(10, 10, 25, 0.52) 58%,
rgba(10, 10, 25, 0.42) 100%
),
radial-gradient(
ellipse 72% 68% at 22% 32%,
rgba(10, 10, 25, 0.72) 0%,
rgba(10, 10, 25, 0.28) 52%,
transparent 76%
),
var(--cdmu-gf-banner-url, none);
background-size: 100% 100%, 100% 100%, cover;
background-position: center, center, center;
background-repeat: no-repeat;
} .cdmu-gf-hero__content {
position: relative;
z-index: 2;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
min-height: inherit;
height: 100%;
padding: clamp(1.25rem, 3.2vw, 1.85rem) clamp(1.25rem, 4vw, 2.25rem) clamp(2.75rem, 7vw, 4.5rem);
box-sizing: border-box;
}
.cdmu-gf-hero__copy {
position: relative;
max-width: min(34rem, 92%);
margin-bottom: 0.65rem;
padding: 0.65rem 0.85rem 0.7rem;
border-radius: 14px;
background: rgba(10, 10, 25, 0.38);
backdrop-filter: blur(4px);
}
.cdmu-gf-hero__title {
margin: 0 0 0.35rem;
font-size: clamp(1.65rem, 5vw, 2.75rem);
font-weight: 900;
letter-spacing: 0.14em;
line-height: 1.1;
text-transform: uppercase;
color: #fafaff;
text-shadow:
0 0 18px rgba(255, 107, 44, 0.55),
0 0 36px rgba(224, 64, 160, 0.35),
0 2px 16px rgba(10, 10, 25, 0.85),
0 4px 24px rgba(10, 10, 25, 0.65);
}
.cdmu-gf-hero__subtitle {
margin: 0 0 0.5rem;
font-size: clamp(0.88rem, 2.2vw, 1.05rem);
font-weight: 700;
letter-spacing: 0.12em;
text-transform: uppercase;
color: rgba(255, 248, 255, 0.94);
text-shadow:
0 0 12px rgba(224, 64, 160, 0.45),
0 2px 10px rgba(10, 10, 25, 0.75);
}
.cdmu-gf-hero__motto {
margin: 0;
font-size: clamp(0.92rem, 2.4vw, 1.08rem);
font-weight: 600;
letter-spacing: 0.06em;
color: rgba(248, 248, 255, 0.92);
text-shadow:
0 0 10px rgba(255, 107, 44, 0.35),
0 2px 8px rgba(10, 10, 25, 0.7);
}
.cdmu-gf-hero__actions {
display: flex;
flex-wrap: wrap;
gap: 0.65rem;
margin-top: 0.35rem;
} .cdmu-gf-btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 0.35rem;
padding: 0.65rem 1.15rem;
border-radius: 999px;
font-size: 0.92rem;
font-weight: 700;
text-decoration: none;
border: 1px solid transparent;
transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
cursor: pointer;
}
.cdmu-gf-btn--primary {
color: #fff;
background: var(--cdmu-gf-gradient-brand);
box-shadow: 0 0 22px var(--cdmu-gf-neon-orange-glow), inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
.cdmu-gf-btn--primary:hover,
.cdmu-gf-btn--primary:focus-visible {
transform: translateY(-1px);
box-shadow: 0 0 28px var(--cdmu-gf-magenta-glow), inset 0 1px 0 rgba(255, 255, 255, 0.2);
color: #fff;
}
.cdmu-gf-btn--ghost {
color: var(--cdmu-gf-text);
background: rgba(106, 47, 160, 0.18);
border-color: rgba(224, 64, 160, 0.35);
}
.cdmu-gf-btn--ghost:hover,
.cdmu-gf-btn--ghost:focus-visible {
background: rgba(106, 47, 160, 0.32);
color: #fff;
}
.cdmu-gf-btn--card {
width: 100%;
margin-top: auto;
background: rgba(255, 107, 44, 0.12);
border-color: rgba(255, 107, 44, 0.35);
color: var(--cdmu-gf-text);
}
.cdmu-gf-btn--card:hover,
.cdmu-gf-btn--card:focus-visible {
background: rgba(255, 107, 44, 0.22);
color: #fff;
} .cdmu-gf-badge {
display: inline-flex;
align-items: center;
padding: 0.18rem 0.6rem;
border-radius: 999px;
font-size: 0.68rem;
font-weight: 700;
letter-spacing: 0.06em;
text-transform: uppercase;
margin-bottom: 0.55rem;
}
.cdmu-gf-badge--orange {
color: #fff;
background: linear-gradient(135deg, rgba(255, 107, 44, 0.9), rgba(255, 140, 60, 0.75));
box-shadow: 0 0 14px var(--cdmu-gf-neon-orange-glow);
}
.cdmu-gf-badge--magenta {
color: #fff;
background: linear-gradient(135deg, rgba(224, 64, 160, 0.9), rgba(192, 75, 165, 0.75));
box-shadow: 0 0 14px var(--cdmu-gf-magenta-glow);
}
.cdmu-gf-badge--violet {
color: #f5f0ff;
background: linear-gradient(135deg, rgba(59, 13, 107, 0.95), rgba(106, 47, 160, 0.85));
box-shadow: 0 0 14px var(--cdmu-gf-violet-glow);
}
.cdmu-gf-badge--premium {
color: #fff;
font-size: 0.7rem;
font-weight: 800;
letter-spacing: 0.1em;
background: var(--cdmu-gf-gradient-brand);
border: 1px solid rgba(255, 255, 255, 0.35);
box-shadow:
0 0 18px var(--cdmu-gf-magenta-glow),
0 0 8px var(--cdmu-gf-neon-orange-glow);
} .cdmu-gf-hub {
max-width: 1080px;
margin-inline: auto;
padding-block: 0 2.5rem;
color: var(--cdmu-gf-text);
}
.cdmu-gf-intro {
margin-bottom: 1.35rem;
padding: 1.35rem 1.4rem;
border-radius: var(--cdmu-gf-radius-card);
background: var(--cdmu-gf-surface-elevated);
border: 1px solid var(--cdmu-gf-border);
}
.cdmu-gf-intro__title {
margin: 0 0 0.55rem;
font-size: 1.35rem;
font-weight: 800;
color: #fafaff !important;
background: var(--cdmu-gf-gradient-brand);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}
.cdmu-gf-intro__lead {
margin: 0 0 0.55rem;
color: var(--cdmu-gf-muted) !important;
line-height: 1.55;
}
.cdmu-gf-intro__subtitle {
margin: 0;
font-size: 0.82rem;
font-weight: 700;
letter-spacing: 0.07em;
text-transform: uppercase;
color: rgba(255, 180, 220, 0.95) !important;
}
.cdmu-gf-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 1rem;
}
.cdmu-gf-card--exercises {
grid-column: 1;
}
.cdmu-gf-card--music-ai {
grid-column: 2;
}
.cdmu-gf-card--challenges,
.cdmu-gf-card--premium,
.cdmu-gf-card--progression,
.cdmu-gf-card--wide {
grid-column: 1 / -1;
}
@media (max-width: 720px) {
.cdmu-gf-grid {
grid-template-columns: 1fr;
}
.cdmu-gf-card--exercises,
.cdmu-gf-card--music-ai,
.cdmu-gf-card--challenges,
.cdmu-gf-card--premium,
.cdmu-gf-card--progression,
.cdmu-gf-card--wide {
grid-column: 1 / -1;
}
} .cdmu-gf-card {
display: flex;
flex-direction: column;
padding: 1.2rem 1.25rem;
border-radius: var(--cdmu-gf-radius-card);
background: var(--cdmu-gf-surface);
border: 1px solid var(--cdmu-gf-border);
box-shadow: 0 10px 28px rgba(15, 6, 24, 0.35);
transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.cdmu-gf-card:hover {
border-color: rgba(255, 107, 44, 0.45);
box-shadow: 0 14px 36px rgba(224, 64, 160, 0.18);
}
.cdmu-gf-card--premium,
.cdmu-gf-card--wide {
grid-column: 1 / -1;
}
.cdmu-gf-card--premium {
position: relative;
overflow: hidden;
padding-top: 1.45rem;
background:
radial-gradient(620px 220px at 100% 0%, rgba(255, 107, 44, 0.2), transparent 58%),
radial-gradient(520px 200px at 0% 100%, rgba(224, 64, 160, 0.16), transparent 55%),
linear-gradient(145deg, #2a1438 0%, #1a0f28 52%, #140c20 100%);
border: 2px solid transparent;
background-clip: padding-box;
box-shadow:
0 14px 36px rgba(15, 6, 24, 0.45),
0 0 28px rgba(255, 107, 44, 0.16),
0 0 40px rgba(224, 64, 160, 0.12);
}
.cdmu-gf-card--premium::before {
content: "✦";
position: absolute;
top: 0.95rem;
right: 1.1rem;
font-size: 1.35rem;
line-height: 1;
color: #ffb347;
text-shadow:
0 0 12px rgba(255, 107, 44, 0.75),
0 0 22px rgba(224, 64, 160, 0.45);
pointer-events: none;
}
.cdmu-gf-card--premium::after {
content: "";
position: absolute;
inset: 0;
border-radius: inherit;
padding: 2px;
background: linear-gradient(125deg, rgba(255, 107, 44, 0.85), rgba(224, 64, 160, 0.75), rgba(106, 47, 160, 0.65));
-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
-webkit-mask-composite: xor;
mask-composite: exclude;
pointer-events: none;
}
.cdmu-gf-card--premium .cdmu-gf-card__title {
color: #fff !important;
}
.cdmu-gf-card--premium .cdmu-gf-btn--card {
background: var(--cdmu-gf-gradient-brand);
border-color: rgba(255, 255, 255, 0.22);
color: #fff;
box-shadow: 0 0 18px var(--cdmu-gf-neon-orange-glow);
}
.cdmu-gf-card__title {
margin: 0 0 0.45rem;
font-size: 1.05rem;
font-weight: 800;
color: #fafaff !important;
}
.cdmu-gf-card__desc {
margin: 0 0 1rem;
flex: 1;
font-size: 0.9rem;
line-height: 1.5;
color: var(--cdmu-gf-muted);
} .cdmu-gf-progress {
height: 8px;
border-radius: 999px;
background: rgba(59, 13, 107, 0.5);
overflow: hidden;
}
.cdmu-gf-progress__bar {
display: block;
height: 100%;
border-radius: inherit;
background: var(--cdmu-gf-gradient-brand);
box-shadow: 0 0 12px var(--cdmu-gf-neon-orange-glow);
transition: width 0.35s ease;
}
.cdmu-gf-hero__progress {
margin-top: 1.25rem;
max-width: 20rem;
}
.cdmu-gf-hero__progress-label {
margin: 0 0 0.35rem;
font-size: 0.78rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.06em;
color: var(--cdmu-gf-muted);
}
.cdmu-gf-hero__progress-meta {
margin: 0.35rem 0 0;
font-size: 0.82rem;
color: var(--cdmu-gf-muted);
} .cd-musicality-entry-card.cdmu-gf-member-card,
body.cdmu-groove-factory-context .cd-musicality-entry-card {
border-left-color: var(--cdmu-gf-neon-orange);
border-color: rgba(224, 64, 160, 0.3);
background:
radial-gradient(720px 240px at 100% 0%, rgba(255, 107, 44, 0.14), transparent 55%),
radial-gradient(900px 280px at 0% 0%, rgba(224, 64, 160, 0.12), transparent 55%),
linear-gradient(145deg, #1a0f28 0%, #120a1c 48%, #0f0618 100%);
box-shadow: 0 14px 32px rgba(59, 13, 107, 0.35);
}
.cd-musicality-entry-card.cdmu-gf-member-card .cdm-h2,
body.cdmu-groove-factory-context .cd-musicality-entry-card .cdm-h2 {
color: var(--cdmu-gf-text);
}
.cd-musicality-entry-card__pill.cdmu-gf-pill,
body.cdmu-groove-factory-context .cd-musicality-entry-card__pill {
background: var(--cdmu-gf-gradient-brand);
color: #fff;
border: none;
box-shadow: 0 0 14px var(--cdmu-gf-magenta-glow);
}
.cd-musicality-cta--primary.cdmu-gf-cta,
body.cdmu-groove-factory-context .cd-musicality-cta--primary {
background: var(--cdmu-gf-violet-deep) !important;
border-color: rgba(224, 64, 160, 0.4) !important;
color: #fff !important;
box-shadow: 0 10px 22px var(--cdmu-gf-violet-glow);
}
.cd-musicality-nav-section.cdmu-gf-nav .cd-fun-menu__section-label,
body.cdmu-groove-factory-context .cd-musicality-nav-section .cd-fun-menu__section-label {
color: var(--cdmu-gf-magenta);
} .cdm-player__title.cdmu-gf-player-title,
body.cdmu-groove-factory-context .cdm-player__title {
background: var(--cdmu-gf-gradient-brand);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}
@media (max-width: 640px) {
.cdmu-gf-hero--visual {
min-height: 0;
}
.cdmu-gf-hero-cta {
flex-direction: column;
align-items: stretch;
gap: 0.75rem;
margin: 22px 0 28px;
}
.cdmu-gf-hero-cta .cdmu-gf-btn {
width: 100%;
min-width: 0;
flex: 1 1 auto;
justify-content: center;
}
.cdmu-gf-hero:not(.cdmu-gf-hero--visual) {
min-height: clamp(200px, 52vw, 280px);
}
.cdmu-gf-hero__content {
padding-bottom: clamp(3.25rem, 10vw, 5rem);
}
.cdmu-gf-hero__copy {
padding: 0.55rem 0.7rem 0.6rem;
max-width: 100%;
}
.cdmu-gf-hero__backdrop {
background-image:
linear-gradient(
to bottom,
rgba(10, 10, 25, 0.86) 0%,
rgba(10, 10, 25, 0.7) 38%,
rgba(10, 10, 25, 0.55) 62%,
rgba(10, 10, 25, 0.45) 100%
),
radial-gradient(
ellipse 98% 88% at 24% 30%,
rgba(10, 10, 25, 0.62) 0%,
rgba(10, 10, 25, 0.26) 55%,
transparent 82%
),
var(--cdmu-gf-banner-url, none);
background-position: center, center, 50% 42%;
}
.cdmu-gf-hero__title {
letter-spacing: 0.1em;
font-size: clamp(1.35rem, 6.5vw, 1.85rem);
}
}
@media (prefers-reduced-motion: reduce) {
.cdmu-gf-hero__halo {
animation: none;
}
} .cdmu-gf-member-banner {
display: grid;
grid-template-columns: minmax(180px, 36%) minmax(0, 1fr);
align-items: stretch;
min-height: clamp(148px, 22vw, 188px);
border-radius: 20px;
overflow: hidden;
border: 1px solid rgba(224, 64, 160, 0.35);
background: linear-gradient(145deg, #1a0f28 0%, #120a1c 48%, #0f0618 100%);
box-shadow: 0 14px 32px rgba(59, 13, 107, 0.35);
scroll-margin-top: 88px;
}
.cdmu-gf-member-banner__visual {
position: relative;
min-height: 100%;
overflow: hidden;
}
.cdmu-gf-member-banner__img {
display: block;
width: 100%;
height: 100%;
min-height: 148px;
object-fit: cover;
object-position: center 42%;
}
.cdmu-gf-member-banner__veil {
position: absolute;
inset: 0;
background:
linear-gradient(90deg, rgba(10, 10, 25, 0.15) 0%, rgba(10, 10, 25, 0.55) 100%),
linear-gradient(180deg, transparent 40%, rgba(15, 6, 24, 0.72) 100%);
pointer-events: none;
}
.cdmu-gf-member-banner__body {
display: flex;
flex-direction: column;
justify-content: center;
gap: 0.35rem;
padding: 1rem 1.15rem 1.1rem;
color: var(--cdmu-gf-text, #f5f0ff);
}
.cdmu-gf-member-banner__brand {
margin: 0;
font-size: clamp(1rem, 2.4vw, 1.2rem);
font-weight: 800;
letter-spacing: 0.14em;
text-transform: uppercase;
background: var(--cdmu-gf-gradient-brand);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}
.cdmu-gf-member-banner__subtitle,
.cdmu-gf-member-banner__motto {
margin: 0;
font-size: 0.82rem;
color: var(--cdmu-gf-muted, rgba(245, 240, 255, 0.78));
}
.cdmu-gf-member-banner__motto {
font-weight: 600;
letter-spacing: 0.04em;
}
.cdmu-gf-member-banner__lead {
margin: 0.25rem 0 0.5rem;
font-size: 0.9rem;
line-height: 1.45;
color: rgba(245, 240, 255, 0.9);
max-width: 42ch;
}
.cdmu-gf-member-banner__actions {
display: flex;
flex-wrap: wrap;
gap: 0.55rem;
margin-top: 0.15rem;
}
.cdmu-gf-member-banner__actions .cdmu-gf-btn {
min-height: 2.35rem;
padding: 0.45rem 1rem;
font-size: 0.88rem;
}
@media (max-width: 720px) {
.cdmu-gf-member-banner {
grid-template-columns: 1fr;
}
.cdmu-gf-member-banner__visual {
min-height: 120px;
max-height: 140px;
}
.cdmu-gf-member-banner__img {
min-height: 120px;
}
.cdmu-gf-member-banner__actions {
flex-direction: column;
align-items: stretch;
}
.cdmu-gf-member-banner__actions .cdmu-gf-btn {
width: 100%;
justify-content: center;
}
} .cdmu-gf-tool-head {
margin: 0 0 1rem;
text-align: center;
}
.cdmu-gf-tool-head__title {
margin: 0 0 0.35rem;
font-size: clamp(1.5rem, 4vw, 2rem);
font-weight: 700;
color: var(--cdmu-gf-text);
}
.cdmu-gf-tool-head__lead {
margin: 0;
font-size: 1rem;
color: var(--cdmu-gf-muted);
}
.cdmu-gf-tool {
margin: 0.5rem 0 2rem;
}
body.cdmu-groove-factory .cdmu-gf-tool .cdm-player__hero {
display: none;
}