*{box-sizing:border-box}body,html{margin:0;padding:0;width:100%;height:100%;overflow:hidden;background-color:#111}#root{width:100%;height:100%}.system-screen{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;background-color:#000;color:#fff;display:flex;align-items:center;justify-content:center;z-index:100;font-family:monospace;padding:24px}.system-screen__content{width:min(100%,640px);display:flex;flex-direction:column;align-items:center;text-align:center}.system-screen__eyebrow{margin:0 0 12px;color:#bcbcbc;font-size:14px;font-weight:700;letter-spacing:1px}.system-screen__title{margin:0 0 28px;color:#fff;font-family:monospace;font-size:clamp(28px,5vw,42px)}.system-screen__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:14px}.system-button{background:transparent;color:#fff;border:1px solid white;padding:10px 30px;font-family:monospace;font-size:18px;font-weight:700;cursor:pointer}.system-button:hover,.system-button:focus-visible{background:#fff;color:#000}.loading-screen__status{margin-bottom:20px;font-size:24px}.loading-screen__progress{width:200px;height:2px;margin-bottom:40px;background:#333}.loading-screen__progress>div{height:100%;background:#fff;transition:width .5s}.ssh-page__instruction{margin:0 0 18px;color:#e6e6e6;font-size:18px}.ssh-page__instruction--alternate{margin-top:-8px;font-size:16px}.ssh-page__command-row{width:min(100%,640px);margin-bottom:30px;display:flex;align-items:stretch;gap:12px}.ssh-page__command-row--alternate{margin-bottom:24px}.ssh-page__command{flex:1;min-width:0;border:1px solid white;padding:16px 18px;display:flex;gap:12px;justify-content:flex-start;background:#050505;color:#fff;font-size:18px;text-align:left}.ssh-page__command code{color:inherit;font-family:inherit;overflow-wrap:anywhere}.ssh-page__copy-button{flex:0 0 auto;min-width:112px;padding-inline:18px;font-size:16px}.ssh-page__fingerprint strong{color:#fff;font-weight:900;background:#ffffff29;border:1px solid rgba(255,255,255,.28);padding:1px 5px}@media (max-width: 640px){.system-screen{padding:20px}.system-screen__actions,.system-button{width:100%}.ssh-page__command-row{width:100%;gap:8px}.ssh-page__copy-button{width:auto;min-width:92px;padding-inline:10px;font-size:14px}}
