*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Noto Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color:#2c2c2c;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}#root{min-height:100vh;display:flex;flex-direction:column}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}img{max-width:100%;height:auto;display:block}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-track{background:#fb966e1a;border-radius:10px}::-webkit-scrollbar-thumb{background:#fb966e;border-radius:10px;transition:.15s ease-in-out}::-webkit-scrollbar-thumb:hover{background:#fa723c}::-webkit-scrollbar-thumb:active{background:#f96024}*{scrollbar-width:thin;scrollbar-color:#fb966e rgba(251,150,110,.1)}.error-boundary{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background-color:#f9fafb}.error-boundary__container{max-width:600px;width:100%;background:#fff;border-radius:1rem;padding:3rem 2rem;box-shadow:0 10px 15px -3px #0000001a;text-align:center}.error-boundary__title{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.error-boundary__message{font-size:1.125rem;color:#6b7280;margin-bottom:2rem;line-height:1.75}.error-boundary__details{text-align:left;margin:2rem 0;padding:1rem;background-color:#f3f4f6;border-radius:.5rem;border:1px solid #e5e7eb}.error-boundary__summary{cursor:pointer;font-weight:600;color:#374151;margin-bottom:.5rem;-webkit-user-select:none;user-select:none}.error-boundary__summary:hover{color:#1f2937}.error-boundary__stack{margin-top:1rem;padding:1rem;background-color:#1f2937;color:#f9fafb;border-radius:.375rem;overflow-x:auto;font-size:.875rem;line-height:1.5;white-space:pre-wrap;word-break:break-word}.error-boundary__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.error-boundary__button{padding:.75rem 2rem;font-size:1rem;font-weight:600;border-radius:.5rem;border:none;cursor:pointer;transition:all .2s;background-color:#fb966e;color:#fff}.error-boundary__button:hover{background-color:#f97d4d;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a}.error-boundary__button:active{transform:translateY(0)}.error-boundary__button--secondary{background-color:#e5e7eb;color:#374151}.error-boundary__button--secondary:hover{background-color:#d1d5db}.layout{min-height:100vh;display:flex;flex-direction:column}.layout__main{flex:1}.app-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background-color:#fff}.app-loading__spinner{width:50px;height:50px;border:4px solid #f1f1f1;border-top-color:#fb966e;border-radius:50%;animation:spin 1s linear infinite}.app-loading__text{margin-top:1.5rem;color:#666;font-size:1rem}@keyframes spin{to{transform:rotate(360deg)}}
