#desktop-boot{position:fixed;inset:0;z-index:1;pointer-events:none}#desktop-boot .boot-wallpaper{position:absolute;inset:0;height:100%;width:100%;object-fit:cover}#desktop-boot .boot-center{position:absolute;inset:0;display:flex;flex-direction:column;gap:12px;align-items:center;justify-content:center}#desktop-boot .boot-logo{display:grid;grid-template-columns:1fr 1fr;gap:4px;width:36px;height:36px}#desktop-boot .boot-logo span{background:#a855f7;border-radius:2px;animation:bootPulse 1.4s ease-in-out infinite}#desktop-boot .boot-logo span:nth-child(2){animation-delay:.12s}#desktop-boot .boot-logo span:nth-child(3){animation-delay:.24s}#desktop-boot .boot-logo span:nth-child(4){animation-delay:.36s}#desktop-boot .boot-title{margin-top:4px;font-size:13px;font-weight:600;color:#2d1a44;font-family:var(--font-sans, system-ui, sans-serif);letter-spacing:.01em}#desktop-boot .boot-caption{font-size:11.5px;color:#52406c;font-family:var(--font-mono, ui-monospace, monospace);letter-spacing:.04em;min-height:1.2em}@keyframes bootPulse{0%,to{opacity:.45;transform:scale(1)}50%{opacity:1;transform:scale(1.08)}}@media(prefers-reduced-motion:reduce){#desktop-boot .boot-logo span{animation:none;opacity:.85}}
