:root{--bg: #f8fafc;--surface: #ffffff;--text: #0f172a;--muted: #64748b;--border: #e2e8f0;--accent: #2563eb;--radius: 12px;font-family:DM Sans,system-ui,sans-serif;line-height:1.45;color:var(--text);background:var(--bg)}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh}#root{min-height:100vh}button,input,select{font:inherit}@keyframes report-loader-spin{to{transform:rotate(360deg)}}@keyframes report-loader-pulse{0%,to{opacity:.45;transform:scale(.92)}50%{opacity:1;transform:scale(1)}}.report-loader{display:flex;align-items:center;justify-content:center;min-height:min(52vh,420px);padding:32px 16px 48px}.report-loader__card{position:relative;width:min(100%,420px);padding:28px 28px 24px;border-radius:calc(var(--radius) + 6px);border:1px solid var(--border);background:linear-gradient(165deg,#fff,#f8f6f3);box-shadow:0 1px 2px #1c19170a,0 18px 40px #1c191714;overflow:hidden}.report-loader__orb{position:absolute;top:-48px;right:-32px;width:140px;height:140px;border-radius:50%;background:radial-gradient(circle at 30% 30%,#5a7a7247,#5a7a7200);pointer-events:none}.report-loader__eyebrow{margin:0 0 6px;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent)}.report-loader__title{margin:0 0 8px;font-size:1.35rem;font-weight:800;letter-spacing:-.02em;color:var(--text)}.report-loader__detail{margin:0 0 22px;font-size:14px;line-height:1.5;color:var(--muted);min-height:2.8em}.report-loader__steps{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.report-loader__step{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:var(--radius);border:1px solid transparent;transition:background .25s ease,border-color .25s ease,opacity .25s ease}.report-loader__step--pending{opacity:.45}.report-loader__step--active{background:#5a7a7214;border-color:#5a7a722e}.report-loader__step--done{opacity:.88}.report-loader__step-label{font-size:14px;font-weight:600;color:var(--text)}.report-loader__icon{flex-shrink:0;width:28px;height:28px;border-radius:50%;display:grid;place-items:center}.report-loader__icon--pending{border:2px solid #d6d3d1;background:#fafaf9}.report-loader__icon--active{border:2px solid transparent;border-top-color:var(--accent);border-right-color:#5a7a7259;background:#fff;animation:report-loader-spin .75s linear infinite}.report-loader__icon--done{background:var(--accent);color:#fafaf9}html[data-report-export="1"] .report-export-hide{display:none!important}html[data-report-export="1"]{--bg: #f8fafc}html[data-report-export="1"] body{background:var(--bg)}html[data-report-export="1"] #root>div{max-width:none!important;padding:20px!important}html[data-report-export="1"] section{overflow:visible!important}
