:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.app-container,.error-container{min-height:100vh;width:100vw;display:flex;justify-content:center;align-items:center;background-color:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2.5rem}.status-indicator,.error-box{display:flex;align-items:center;gap:30px;padding:40px;background-color:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;width:fit-content;max-width:90vw}.status-dot,.error-dot{display:inline-block;width:96px;height:96px;border-radius:50%;flex-shrink:0}.status-text,.error-text{display:flex;flex-direction:column;gap:8px;font-size:3rem;margin-left:25px}.status-label,.error-label{font-size:3.3rem;font-weight:600}.status-url,.error-details{font-size:2.7rem;color:#666;word-break:break-all}.status-dot{transition:background-color .3s ease}.status-dot.disconnected{background-color:#f44}.status-dot.connecting{background-color:#fb3;animation:pulse 1.5s infinite}.status-dot.connected{background-color:#00c851;animation:gentlePulse 2s ease-in-out infinite}@keyframes pulse{0%{opacity:1}50%{opacity:.4}to{opacity:1}}@keyframes gentlePulse{0%{transform:scale(1);box-shadow:0 0 #00c85166}50%{transform:scale(1.05);box-shadow:0 0 20px 10px #00c85133}to{transform:scale(1);box-shadow:0 0 #00c85166}}
