/* Only the homepage content viewport differs; navigation is shared. */
html.home-workspace {
  --ink:#25183d; --text:#25183d; --muted:#746782;
  --line:#eae3f3; --green:#7939df; --green-strong:#6326c0;
  --green-soft:#f1e9fc; --lime:#eadbff; background:#261142;
}
html.home-workspace body { overflow:hidden; background:#261142; }
html.home-workspace .workspace-shell { height:100dvh; min-height:0; }
html.home-workspace #creation-progress-dock { display:none !important; }
html.home-workspace .workspace-shell > main {
  min-width:0; min-height:0; height:100%; width:100%; max-width:none; margin:0; padding:0;
}
html.home-workspace #home { position:relative; height:100%; margin:0; padding:0; border:0; border-radius:0; }
html.home-workspace #home-frame { display:block; width:100%; height:100%; border:0; }
@media (max-width:760px) {
  html.home-workspace .workspace-shell > main { grid-column:1; grid-row:3; }
}
#home-load-error { position:absolute; inset:40% 20% auto; padding:28px; border-radius:18px; color:#f7f3ff; background:#261142; text-align:center; }
#home-load-error button,#home-load-error a { display:inline-block; margin:10px; padding:10px 18px; border-radius:10px; color:#fff; background:#8541ef; }
