.gr-roro__eyebrow{align-items:center;color:#4478ff;display:flex;font-family:Inter,sans-serif;font-size:14px;font-weight:600;gap:8px;justify-content:center}.gr-roro__badge{background:#4478ff;border-radius:2px;color:#fff;font-size:10px;font-weight:700;padding:2px 6px}.gr-roro__sub,.gr-roro__title{margin-left:auto;margin-right:auto;max-width:640px}.gr-roro__mock{background:#fff;border:1px solid #ededf2;border-radius:4px;overflow:hidden;text-align:left}.gr-roro__mock-header{border-bottom:1px solid #ededf2;color:var(--gr-black);font-family:Inter,sans-serif;font-size:13px;font-weight:600;padding:16px 24px}.gr-roro__chat{display:flex;flex-direction:column;gap:16px;height:660px;overflow-y:auto;padding:24px 24px 8px;scroll-behavior:smooth;scrollbar-gutter:stable}.gr-roro__msg{align-items:flex-start;display:flex;gap:10px}.gr-roro__msg--user{justify-content:flex-end}.gr-roro__avatar{align-items:center;background:#1f35ff;border-radius:6px;color:#fff;display:flex;flex-shrink:0;height:28px;justify-content:center;width:28px}.gr-roro__avatar i{font-size:16px;line-height:1}.gr-roro__bubble{background:#f0f0f7;border-radius:12px;color:var(--gr-black);font-family:Inter,sans-serif;font-size:13px;line-height:1.5;max-width:560px;padding:14px 16px}.gr-roro__bubble--user{background:#1f35ff;color:#fff}.gr-roro__pills{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.gr-roro__pills--grid{display:grid;gap:8px;grid-template-columns:repeat(2,auto)}.gr-roro__pill{background:#fff;border:1px solid #ededf2;border-radius:20px;color:var(--gr-black);font-family:Inter,sans-serif;font-size:12px;padding:6px 14px;white-space:nowrap}.gr-roro__pill--active{background:#1f35ff;border-color:#1f35ff;color:#fff}.gr-roro__bubble--report{background:#f0f0f7;max-width:100%;width:100%}.gr-roro__report-title{color:var(--gr-black);font-family:Inter,sans-serif;font-size:13px;font-weight:400;line-height:1.5;margin-bottom:12px}.gr-roro__stats{display:grid;gap:12px;grid-template-columns:repeat(4,1fr);margin-bottom:16px}.gr-roro__stat{background:#fff;border-radius:4px;padding:12px;text-align:center}.gr-roro__stat-num{color:var(--gr-black);font-family:Inter,sans-serif;font-size:20px;font-weight:700}.gr-roro__stat-label{color:#909199;font-family:Inter,sans-serif;font-size:11px;margin-top:2px}.gr-roro__table-label{color:#909199;font-family:Inter,sans-serif;font-size:12px;margin-bottom:8px}.gr-roro__table{background:#fff;border-radius:4px;overflow:hidden}.gr-roro__table-row{border-bottom:1px solid #ededf2;color:var(--gr-black);display:grid;font-family:Inter,sans-serif;font-size:11px;gap:8px;grid-template-columns:1.4fr 1.4fr .5fr .9fr 1.4fr .8fr;padding:8px 12px}.gr-roro__table-row:last-child{border-bottom:none}.gr-roro__table-row--head{color:#909199;font-weight:600}.gr-roro__link{color:#1f35ff}.gr-roro__status{color:#1f9d55}.gr-roro__table-footer{align-items:center;display:flex;justify-content:space-between;margin-top:12px}.gr-roro__download{align-items:center;background:#fff;border:1px solid #d8d8e0;border-radius:8px;color:var(--gr-black);display:inline-flex;font-family:Inter,sans-serif;font-size:13px;font-weight:500;gap:6px;padding:8px 14px}.gr-roro__download i{font-size:14px}.gr-roro__pdf-btn{align-items:center;background:#fff;border:1px solid #d8d8e0;border-radius:8px;color:var(--gr-black);display:inline-flex;font-family:Inter,sans-serif;font-size:13px;font-weight:500;gap:6px;padding:8px 14px}.gr-roro__pdf-btn i{font-size:14px}.gr-roro__controlbar{border-top:1px solid #ededf2;display:flex;flex-direction:column;gap:10px;padding:16px 24px 20px}.gr-roro__control-row{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.gr-roro__control-label{color:#909199;flex-shrink:0;width:52px}.gr-roro__control-label,.gr-roro__export{font-family:Inter,sans-serif;font-size:12px;font-weight:600}.gr-roro__export{border:1px solid #1f35ff;border-radius:20px;color:#1f35ff;margin-left:auto;padding:6px 14px;white-space:nowrap}.gr-roro__input-row{display:flex;gap:10px;margin-top:6px}.gr-roro__input{background:#fff;border:1px solid #ededf2;color:#909199;flex:1;padding:10px 16px}.gr-roro__input,.gr-roro__send{border-radius:8px;font-family:Inter,sans-serif;font-size:13px}.gr-roro__send{background:#f0f0f5;color:#c0c2cc;font-weight:600;padding:10px 20px;white-space:nowrap}@media (max-width:900px){.gr-roro__stats{grid-template-columns:repeat(2,1fr)}.gr-roro__table-row{grid-template-columns:1fr 1fr}.gr-roro__table-row span:nth-child(n+3){display:none}.gr-roro__pills--grid{grid-template-columns:1fr}.gr-roro__control-label{width:auto}}.gr-roro__pills--grid .gr-roro__pill{transition:background .3s ease,border-color .3s ease}.gr-roro__pill--pressed{background:#f5f8ff;border-color:#1f35ff}.gr-roro__msg--reveal{opacity:0;transform:translateY(8px);transition:opacity .35s ease,transform .35s ease}.gr-roro__msg--reveal.gr-roro__msg--hidden{display:none}.gr-roro__msg--reveal.gr-roro__msg--visible{opacity:1;transform:translateY(0)}