/* Coastal chrome on standalone Free Software tool pages */
.tool-chrome-page .site-header {
  position: sticky;
  top: 0;
  z-index: 200;
}

.tool-chrome-page .site-header .shell {
  width: var(--header-shell, min(1480px, calc(100% - 1.5rem)));
  max-width: none;
  margin-inline: auto;
}

.tool-chrome-page .mobile-sheet {
  z-index: 220;
}

.tool-chrome-page .page {
  position: relative;
}

/* Subtitle tool: soft coastal page wash behind existing UI */
.tool-chrome-page .page {
  background:
    radial-gradient(900px 420px at 8% -8%, rgba(98, 190, 210, 0.16), transparent 55%),
    radial-gradient(700px 360px at 96% 0%, rgba(233, 0, 90, 0.06), transparent 50%);
}

.tool-chrome-page #__next {
  position: relative;
}
