.backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#fff;z-index:0}.box{position:fixed;top:var(--box-margin);left:var(--box-margin);bottom:var(--box-margin);width:min(600px,calc(100vw - var(--box-margin) - 40px));z-index:1;display:flex;flex-direction:column;gap:21px;padding:56px;overflow-y:auto;background:#fff;border:1px solid rgba(32,30,31,.08);border-radius:4px;box-shadow:0 24px 60px -20px #201e1f38}.box p{margin:0}.brand{display:flex;align-items:center;gap:14px}.logo{display:block;width:min(360px,100%);height:auto}.label{font-weight:600;padding-top:4px}.stack{list-style:none;margin:-11px 0 0;padding:0;display:flex;flex-direction:column;gap:10px}.row{display:flex;align-items:center;gap:9px;color:inherit;text-decoration:none;padding:6px 8px;margin:0 -8px;border-radius:4px;transition:background .14s ease}.row:hover{background:#201e1f0d}.glyph{width:27px;height:27px;object-fit:contain;flex:none}.glyph--missing{display:inline-block;border:1px dashed rgba(32,30,31,.35);border-radius:4px}.name{flex:1}.blurb{opacity:.5}.status{opacity:.55;white-space:nowrap}.row:hover .status{opacity:1}@media (max-width: 720px){.box{top:24px;left:24px;right:24px;bottom:24px;width:auto;padding:32px;gap:22px}}:root{--font: "SFMono-Regular", "SF Mono", "Menlo", "Consolas", "Liberation Mono", "Roboto Mono", ui-monospace, monospace;--fs: 12px;--ink: #201e1f;--box-margin: 100px}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:#fff;color:var(--ink);font-family:var(--font);font-size:var(--fs);line-height:1.6;-webkit-font-smoothing:antialiased}
