:root{--background:#ededed;--foreground:#272727;--card-background:#fff;--card-foreground:#272727;--light-background:#ededed;--dark-background:#272727;--light-foreground:#272727;--dark-foreground:#ededed;--success-green:#22c55e;--error-red:#f43f5e;--warning-yellow:#f59e0b;--primary-blue:#0ea5e9;--link-blue:#0070f3;--color-primary:var(--primary-blue);--color-secondary:#4f46e5;--color-gray-200:#e5e7eb;--card-border:#ddd}@media (prefers-color-scheme:dark){:root{--background:#272727;--foreground:#ededed;--card-background:#565656;--card-foreground:#ededed;--color-gray-200:#4b5563;--card-border:#ddd}}body,html{max-width:100vw;overflow-x:hidden;min-height:100vh;display:flex;flex-direction:column}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body>div:first-child{display:flex;flex-direction:column;flex:1 1}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2);border-radius:5px}*{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) transparent}@media (prefers-color-scheme:dark){::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.2)}*{scrollbar-color:hsla(0,0%,100%,.2) transparent}}.RootError_container__2h3p8{padding:2rem;width:100%;min-height:calc(100vh - 4rem);display:flex;align-items:center;justify-content:center}.RootError_centerContent__O0yi_{max-width:32rem;width:100%}.RootError_main__5vVpf{background:var(--card-background);color:var(--card-foreground);border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.1);padding:2rem}.RootError_content__hyMNx{line-height:1.5;text-align:center}.RootError_title__wU8fK{font-size:1.5rem;font-weight:600;margin-bottom:1rem}.RootError_message__FCbnZ{margin:.5rem 0}