.system-status-page{min-height:100svh;color:var(--text-primary,#151515);background:var(--surface-page,#f4f1e9);place-items:center;padding:clamp(1.25rem,5vw,4rem);display:grid}.system-status-card{border:1px solid var(--border-subtle,#15151524);border-radius:var(--radius-large,1.25rem);background:var(--surface-raised,#fffdf8);width:min(100%,32rem);box-shadow:var(--shadow-raised,0 1.5rem 4rem #241f161a);padding:clamp(1.5rem,5vw,2.75rem)}.system-status-mark{width:3rem;height:3rem;color:var(--text-primary,#151515);align-items:flex-end;gap:.32rem;margin-bottom:1.25rem;display:inline-flex;transform:skew(-11deg)}.system-status-mark i{background:currentColor;border-radius:.45rem .45rem .1rem .1rem;width:.72rem;height:1.45rem;display:block}.system-status-mark i:nth-child(2){height:2.2rem}.system-status-mark i:nth-child(3){background:var(--fh-lime,#c7ff38);height:3rem}.system-status-card h1{font:600 clamp(1.8rem, 6vw, 2.65rem)/1.05 var(--font-display,Georgia, serif);letter-spacing:-.04em;margin:0}.system-status-card p{color:var(--text-secondary,#615e57);margin:.9rem 0 0;line-height:1.55}.system-status-actions{flex-wrap:wrap;gap:.75rem;margin-top:1.5rem;display:flex}.system-status-actions button,.system-status-actions a{border:1px solid var(--border-strong,#1515154d);border-radius:var(--radius-control,.7rem);min-height:2.75rem;color:inherit;font:inherit;cursor:pointer;background:0 0;justify-content:center;align-items:center;padding:.7rem 1rem;font-weight:700;text-decoration:none;display:inline-flex}.system-status-actions button{border-color:var(--accent-primary,#17634b);color:var(--text-on-accent,#fff);background:var(--accent-primary,#17634b)}.system-status-actions button:focus-visible,.system-status-actions a:focus-visible{outline:3px solid var(--focus-ring,#43a986);outline-offset:3px}.system-status-loader{border:3px solid var(--border-subtle,#15151524);border-top-color:var(--accent-primary,#17634b);border-radius:50%;width:2rem;height:2rem;margin-bottom:1.25rem;animation:.8s linear infinite system-status-spin}@keyframes system-status-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.system-status-loader{animation:none}}@media (prefers-color-scheme:dark){.system-status-page{color:var(--text-primary,#f4f0e8);background:var(--surface-page,#111311)}.system-status-card{border-color:var(--border-subtle,#ffffff24);background:var(--surface-raised,#191c19)}.system-status-mark{color:var(--text-primary,#f4f0e8)}.system-status-card p{color:var(--text-secondary,#bdb9b0)}}
