*{margin:0;padding:0;box-sizing:border-box}#root,body,html{height:100%}body{font-family:system-ui,sans-serif;background:#fff;color:#000;line-height:1.4}.error_page_container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;padding:2rem;text-align:center}.error_page_container h2{color:#dc2626;margin-bottom:1rem;font-size:1.5rem}.error_page_container p{color:#6b7280;margin-bottom:2rem;max-width:500px}.error_retry_button{background:#3b82f6;color:white;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-size:1rem;cursor:pointer;transition:background-color .2s}.error_retry_button:hover{background:#2563eb}