/* Small glass controls for the hero image/status area. */
.home-page .system-visual{isolation:isolate;background-color:var(--surface-2)}
.home-page .system-visual::before{right:18px;left:18px;bottom:18px;top:auto;width:auto;padding:10px 14px;border:1px solid color-mix(in srgb,var(--text) 18%,transparent);border-radius:999px;background:color-mix(in srgb,var(--surface) 68%,transparent);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:var(--text);font:600 11px var(--sans);letter-spacing:.04em;box-shadow:0 8px 20px #00000014}
.home-page .system-visual::after{left:18px;top:18px;padding:7px 10px;border:1px solid color-mix(in srgb,var(--text) 16%,transparent);border-radius:999px;background:color-mix(in srgb,var(--surface) 60%,transparent);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:var(--text);font:10px var(--mono);letter-spacing:.03em}
.home-page .status-line span{padding:8px 11px;border:1px solid color-mix(in srgb,var(--text) 16%,transparent);border-radius:999px;background:color-mix(in srgb,var(--surface) 62%,transparent);backdrop-filter:blur(9px);-webkit-backdrop-filter:blur(9px);box-shadow:0 5px 14px #0000000d}
.home-page .status-line span:first-child::before{content:'✓';display:inline-grid;place-items:center;width:17px;height:17px;margin-right:6px;border-radius:50%;background:var(--accent);color:#0d1110;font:700 10px var(--sans)}
.home-page .status-line span:nth-child(2)::before{content:'⌘';margin-right:7px;color:var(--accent);font-weight:700}.home-page .status-line span:nth-child(3)::before{content:'↗';margin-right:7px;color:var(--accent);font-weight:700}
.home-page .hero-actions .button.primary::before{content:'↳';font-size:15px;line-height:0}.home-page .hero-actions .button.primary{box-shadow:0 8px 18px color-mix(in srgb,var(--accent) 20%,transparent)}
@media(max-width:900px){.home-page .status-line span{padding:7px 9px}}
