.planetary-inheritance-toggles{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin:10px 0;padding:8px;border:1px solid rgba(107,193,222,.2);background:rgba(5,18,25,.55)}
.planetary-inheritance-toggles .check{display:flex;align-items:center;gap:7px;margin:0;font-size:10px;color:#c1d5dc}
.nested-planet-texture,.nested-planet-clouds,.nested-region-canopy{display:none!important}
.nested-world-surface,.nested-world-clouds{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}
.nested-world-surface{z-index:0;object-fit:cover;filter:saturate(1.08) contrast(1.12)}
.nested-world-clouds{z-index:1;object-fit:cover;opacity:.66;mix-blend-mode:screen;filter:contrast(1.14) brightness(.9);animation:nested-inherited-cloud-drift 34s linear infinite alternate}
.nested-planet-orb>.nested-world-surface,.nested-planet-orb>.nested-world-clouds{inset:1.5%;width:97%;height:97%;border-radius:50%;transform:scale(1.08)}
.nested-planet-orb:before{display:none}.nested-planet-orb:after{z-index:2;background:linear-gradient(102deg,rgba(255,255,255,.18),transparent 25%,transparent 48%,rgba(0,0,0,.82) 82%),radial-gradient(circle at 30% 27%,color-mix(in srgb,var(--planet-atmosphere) 13%,transparent),transparent 22%);box-shadow:inset 0 0 0 2px color-mix(in srgb,var(--planet-atmosphere) 58%,transparent),inset -50px -18px 74px rgba(0,0,0,.48)}
.nested-planet-orb polygon{fill:color-mix(in srgb,var(--region-color) 7%,transparent);stroke:color-mix(in srgb,var(--region-color) 72%,white 28%);stroke-width:3;stroke-dasharray:9 8;filter:drop-shadow(0 0 4px color-mix(in srgb,var(--region-color) 54%,transparent))}
.nested-region-surface{background:linear-gradient(155deg,var(--planet-secondary),var(--planet-primary) 70%,#040a0d)}
.nested-region-surface>.nested-world-surface{opacity:.92;filter:saturate(.92) contrast(1.18) brightness(.62);transform:scale(1.06)}
.nested-region-surface>.nested-world-clouds{opacity:.34;filter:contrast(1.18) brightness(.74);transform:scale(1.08)}
.nested-region-surface:after{content:"";position:absolute;z-index:1;inset:0;pointer-events:none;background:linear-gradient(180deg,rgba(2,8,12,.08),rgba(2,7,10,.36)),radial-gradient(ellipse at 48% 44%,transparent 30%,rgba(0,0,0,.38) 100%)}
.nested-region-surface.hide-world-texture>.nested-world-surface,.nested-region-surface.hide-world-texture>.nested-world-clouds{display:none}
.nested-region-surface.hide-cartography>.nested-region-grid,.nested-region-surface.hide-cartography>[class^="nested-terrain-"],.nested-region-surface.hide-cartography>.nested-region-map-legend{display:none!important}
.nested-region-grid{z-index:4;opacity:.5}.nested-terrain-relief{opacity:.25}.nested-terrain-topographic{opacity:.34}.nested-terrain-waterways{opacity:.42}.nested-terrain-infrastructure{opacity:.42}.nested-terrain-coordinate-grid{opacity:.24}
.nested-location-scene>.nested-world-surface{opacity:.78;filter:saturate(.88) contrast(1.14) brightness(.64);transform:scale(var(--scene-scale,1))}
.nested-location-scene>.nested-world-clouds{opacity:.24;filter:contrast(1.2) brightness(.72);transform:scale(calc(var(--scene-scale,1) * 1.03))}
.nested-location-scene.has-custom-background>.nested-world-surface,.nested-location-scene.has-custom-background>.nested-world-clouds,.nested-location-scene.hide-world-texture>.nested-world-surface,.nested-location-scene.hide-world-texture>.nested-world-clouds{display:none}
.nested-location-scene:not(.show-procedural-scenery)>.nested-location-depth,.nested-location-scene.has-custom-background:not(.show-procedural-scenery)>.nested-location-depth{display:none!important}
.nested-location-scene.has-custom-background:before{background:linear-gradient(180deg,rgba(3,8,12,.05),rgba(3,8,12,.24));z-index:1}
.nested-location-custom-background{z-index:0;opacity:var(--scene-background-opacity,.78);filter:saturate(.96) contrast(1.05)}
.nested-location-scene.has-custom-background>.nested-location-beacon{display:none}
.nested-location-beacon{opacity:.76}
@keyframes nested-inherited-cloud-drift{from{transform:translate3d(-1.5%,0,0) scale(1.06)}to{transform:translate3d(1.5%,.8%,0) scale(1.1)}}
@media(max-width:760px){.planetary-inheritance-toggles{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){.nested-world-clouds{animation:none}}
