@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";@import"https://fonts.googleapis.com/icon?family=Material+Icons";*{margin:0;padding:0;box-sizing:border-box}#root{min-height:100vh;background-color:#f8fafc}html{background-color:#f8fafc;min-height:100vh}body{font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;background-color:#f8fafc;min-height:100vh;width:100%;position:relative}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--primary: #137fec;--secondary: #64748b;--accent: #94a3b8;--bg-light: #f8fafc;--bg-white: #ffffff;--text-dark: #0f172a;--text-gray: #64748b;--border-light: #e2e8f0}.page-loader{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:1rem;background:#f8fafc;color:#64748b;font-size:.875rem}.page-loader-spinner{width:36px;height:36px;border:3px solid #e2e8f0;border-top-color:#137fec;border-radius:50%;animation:page-spin .7s linear infinite}@keyframes page-spin{to{transform:rotate(360deg)}}.page-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:1rem;padding:2rem;background:#f8fafc;text-align:center}.page-error-icon{font-size:2.5rem!important;color:#ef4444}.page-error h2{font-size:1.125rem;font-weight:600;color:#0f172a}.page-error p{font-size:.875rem;color:#64748b;max-width:360px}.page-error-actions{display:flex;gap:.75rem;margin-top:.5rem;flex-wrap:wrap;justify-content:center}.page-error-retry{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem 1.25rem;background:#137fec;color:#fff;border:none;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .15s}.page-error-retry:hover{background:#0f6fd4}.page-error-home{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem 1.25rem;background:transparent;color:#64748b;border:1px solid #e2e8f0;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;text-decoration:none;transition:border-color .15s,color .15s}.page-error-home:hover{border-color:#94a3b8;color:#0f172a}.admin-error-banner{display:flex;align-items:center;gap:.5rem;padding:.875rem 1.25rem;background:#fff1f2;border:1px solid #fecdd3;border-radius:.75rem;color:#be123c;font-size:.875rem;margin-bottom:1rem}.admin-error-banner .material-icons{font-size:1.1rem;flex-shrink:0}.admin-error-dismiss{margin-left:auto;background:none;border:none;color:#be123c;cursor:pointer;padding:0;display:flex;align-items:center}.loading-spinner{width:32px;height:32px;border:3px solid rgba(19,127,236,.15);border-top-color:#137fec;border-radius:50%;animation:page-spin .7s linear infinite}
