#productionPanel .template-welcome { padding:22px 16px 24px; }
#productionPanel .template-welcome-greeting,
#productionPanel .template-welcome h2 { margin:0; color:var(--text-primary, #23262c); font-size:clamp(23px, 2vw, 30px); font-weight:750; line-height:1.45; letter-spacing:-.5px; }
#productionPanel .template-welcome h2 { margin-top:5px; }
#templateWelcomeGreeting { color:#078b99; background:linear-gradient(110deg, #252b39 12%, #2299a7 70%, #b28acc); background-clip:text; -webkit-background-clip:text; -webkit-text-fill-color:transparent; }
#productionPanel .template-welcome-hint { margin:12px 0 0; color:var(--text-muted, #778096); font-size:12px; line-height:1.7; }
#productionPanel[data-guide-stage="purpose"] .template-welcome,
#productionPanel[data-guide-stage="ready"] .template-welcome { display:none; }
[data-theme="dark"] #templateWelcomeGreeting { background-image:linear-gradient(110deg, #e9ecff, #66d9e2 70%, #d3aaf2); }
@media(forced-colors:active) { #templateWelcomeGreeting { background:none; -webkit-text-fill-color:CanvasText; } }
