/* Cairnova Night Sky — irregular, page-anchored subtle stars.
   Static SVG tile: no scripts, animation, canvas or network API calls. */
html,
body,
html body .nsi-root.c1-final {
  background-color: #020b14 !important;
  background-image:
    url("./nsi-star-field-v4.svg"),
    url("./nsi-star-field-v4.svg"),
    url("./nsi-star-field-v4.svg"),
    linear-gradient(180deg,#020b14 0%,#04111d 54%,#020a12 100%) !important;
  background-repeat: repeat, repeat, repeat, no-repeat !important;
  background-size: 1440px 900px, 1440px 900px, 1440px 900px, 100% 100% !important;
  background-position: 0 0, -613px -347px, -1027px -211px, 0 0 !important;
  background-attachment: scroll !important;
}

/* Offset the irregular field between widgets so no repeated row is visible. */
html body .nsi-root[data-c1-widget="overview"] { background-position: 0 0,-613px -347px,-1027px -211px,0 0 !important; }
html body .nsi-root[data-c1-widget="moon"] { background-position: -173px -137px,-786px -484px,-1200px -348px,0 0 !important; }
html body .nsi-root[data-c1-widget="planets"] { background-position: -347px -281px,-960px -628px,-1374px -492px,0 0 !important; }
html body .nsi-root[data-c1-widget="constellations"] { background-position: -521px -419px,-1134px -766px,-1548px -630px,0 0 !important; }

.elementor-element:has(.nsi-root),
.elementor-widget-container:has(> .nsi-root) {
  background-color: transparent !important;
  background-image: none !important;
}

html body .nsi-root.c1-final .tab-panel {
  background: rgba(7,21,34,.975) !important;
}
