*{box-sizing:border-box}html,body,#root{margin:0;width:100%;height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:#0a0e1a;color:#e0e6ed;overflow:hidden}.app-shell{width:100%;height:100%;min-height:100dvh;display:flex;flex-direction:column;overflow:hidden}.shell-loading,.shell-loading-compact{display:flex;align-items:center;justify-content:center;gap:.6rem;color:#8b92a8}.shell-loading{flex:1}.shell-loading-compact{min-height:120px}.shell-loader{width:16px;height:16px;border-radius:50%;border:2px solid rgba(124,192,255,.25);border-top-color:#7cc0ff;animation:shell-spin .7s linear infinite}@keyframes shell-spin{to{transform:rotate(360deg)}}
