.os-boot-host{position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--os-z-system)}.os-boot{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:var(--os-bg-desktop);font-family:var(--os-font-mono);font-size:var(--os-fsm-300);line-height:var(--os-lhm-300);color:var(--os-text);animation:os-boot-in var(--os-dur-2) var(--os-ease-out)}@keyframes os-boot-in{0%{opacity:0}to{opacity:1}}.os-boot__inner{width:min(520px,88vw);display:flex;flex-direction:column;gap:var(--os-sp-12)}.os-boot__head{font-size:var(--os-fsm-400);line-height:var(--os-lhm-400);color:var(--os-text);padding-bottom:var(--os-sp-8);border-bottom:var(--os-bw-1) solid var(--os-border)}.os-boot__rows{display:flex;flex-direction:column;gap:var(--os-sp-4)}.os-boot__row{display:grid;grid-template-columns:110px 1fr;gap:var(--os-sp-12)}.os-boot__label{color:var(--os-text-muted)}.os-boot__value{color:var(--os-text)}.os-boot__row--pending .os-boot__value{color:var(--os-text-secondary)}.os-boot__slow,.os-boot__failed{color:var(--os-text-secondary);font-size:var(--os-fsm-200);line-height:var(--os-lhm-200)}.os-boot__failed{color:var(--os-danger)}.os-boot__skip{margin-top:var(--os-sp-8);color:var(--os-text-disabled);font-size:var(--os-fsm-200);line-height:var(--os-lhm-200)}@media(prefers-reduced-motion:reduce){.os-boot{animation:none}}.os-signin{display:grid;place-items:center;min-height:100vh;padding:var(--os-sp-24);background:var(--os-bg-desktop)}.os-signin__card{display:flex;flex-direction:column;gap:var(--os-sp-16);width:min(380px,100%)}.os-signin__title{margin:0;font-family:var(--os-font-ui);font-size:var(--os-fs-700);line-height:var(--os-lh-700);font-weight:600;letter-spacing:.04em;color:var(--os-text)}.os-signin__sub{margin:0;font-size:var(--os-fs-300);line-height:var(--os-lh-300);color:var(--os-text-secondary)}.os-signin__actions{display:flex;align-items:center;justify-content:space-between;gap:var(--os-sp-12);margin-top:var(--os-sp-8)}
