#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.error-modal{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center}.error-heading{font-size:18px;font-weight:700;margin-bottom:5px;color:red;align-self:flex-start}.error-content{max-width:30%;background-color:#fff;padding:16px 24px;border-radius:5px;box-shadow:0 0 10px #0000001a;display:flex;flex-direction:column}.error-detail{margin-top:1em;font-size:14px;color:#333}.error-confirm{margin-top:1em;font-size:14px;padding:.5em 1em;background-color:red;color:#fff;border:none;border-radius:5px;cursor:pointer;align-self:flex-end}.loader{width:48px;height:48px;border:5px solid #1972d2;border-bottom-color:transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite;margin:auto}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.download{margin-top:1em;padding:.5em 1em;background-color:#1972d2;color:#fff;border:none;border-radius:5px;cursor:pointer}.status-display{margin:1em 0;padding:1em;background-color:#f8f9fa;border-radius:8px;border-left:4px solid #6c757d;max-width:400px}.status-title{font-weight:600;font-size:16px;color:#495057;margin-bottom:.75em;text-align:left;font-family:monospace}.status-list{display:flex;flex-direction:column;gap:.5em}.status-item{display:flex;align-items:center;gap:.75em;padding:.25em 0}.status-indicator{font-size:12px;width:20px;text-align:center;color:#6c757d}.status-text{color:#6c757d;font-size:14px;text-align:left;font-family:Courier New,Courier,monospace}.status-item.active .status-indicator{color:#28a745;font-size:14px}.status-item.active .status-text{color:#28a745;font-weight:500}.status-item.completed .status-indicator,.status-item.completed .status-text{color:#6c757d}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;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;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}}
