*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.home{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:1rem;color:#64748b}.home h1{color:#1e293b}.status-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:1rem;color:#64748b}.status-screen.error{color:#ef4444}.status-screen h2{color:#1e293b}.status-screen button{padding:.5rem 1rem;background:#6366f1;color:#fff;border:none;border-radius:.5rem;cursor:pointer}.status-screen button:hover{background:#4f46e5}.spinner{width:40px;height:40px;border:4px solid #e2e8f0;border-top-color:#6366f1;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.preview-container{width:100%;min-height:100vh}
