@import "https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500;9..40,600;9..40,700&display=swap";:root{--color-green-sidebar:#1c4f2c;--color-green-dark:#2b6035;--color-green-medium:#1b7a42;--color-green-light:#e5f3ec;--color-gold:#c8902a;--color-gold-bg:#fef3dc;--color-yellow-text:#926c12;--color-yellow-bg:#fef7e0;--color-red:#b93024;--color-red-bg:#fdecea;--color-red-row:#fef9f9;--color-bg-app:#f1f4f9;--color-bg-card:#fff;--color-bg-table-header:#f8fafc;--color-bg-table-alt:#fafbfc;--color-text-primary:#1a2332;--color-text-secondary:#4a5568;--color-text-tertiary:#96a3b4;--color-border:#e8edf4;--color-border-light:#eef1f6;--color-border-row:#f4f7fa;--color-topbar-border:#e2e8f0;--radius-card:12px;--radius-pill:20px;--radius-button:8px;--shadow-card:0 1px 4px #0000000d;--sidebar-width:232px;--topbar-height:56px;--font-family:"DM Sans", system-ui, sans-serif}*{box-sizing:border-box}html,body,#root{height:100%}body{background:var(--color-bg-app);font-family:var(--font-family);color:var(--color-text-primary);margin:0}button,select{font-family:var(--font-family)}#root{height:100%}.sidebar{width:var(--sidebar-width);background:var(--color-green-sidebar);flex-direction:column;flex-shrink:0;height:100%;display:flex}.sidebar__logo-block{border-bottom:1px solid #ffffff1a;padding:18px 16px 14px}.sidebar__logo-box{background:#fff;border-radius:9px;align-items:center;padding:10px 12px;display:inline-flex}.sidebar__logo-img{width:auto;height:28px;display:block}.sidebar__practice-block{border-bottom:1px solid #ffffff14;padding:12px 18px}.sidebar__practice-label{color:#fff6;letter-spacing:.7px;text-transform:uppercase;margin-bottom:3px;font-size:9px;font-weight:600}.sidebar__practice-name{color:#fff;font-size:12.5px;font-weight:600;line-height:1.35}.sidebar__nav{flex:1;padding:10px;overflow-y:auto}.sidebar__nav-item{cursor:pointer;border-left:3px solid #0000;border-radius:8px;align-items:center;gap:9px;margin-bottom:2px;padding:9px 11px;text-decoration:none;display:flex}.sidebar__nav-item--disabled{cursor:default;opacity:.85}.sidebar__nav-item--active{background:#c8902a29;border-left:3px solid #c8902a}.sidebar__nav-label{color:#ffffffb8;font-size:13px;font-weight:500}.sidebar__nav-item--active .sidebar__nav-label{color:#c8902a;font-weight:600}.sidebar__nav-badge{color:#c8902a;background:#c8902a38;border-radius:10px;margin-left:auto;padding:1px 7px;font-size:10px;font-weight:700}.sidebar__divider{background:#ffffff1a;height:1px;margin:10px 8px}.sidebar__user{border-top:1px solid #ffffff1a;align-items:center;gap:10px;padding:14px 16px;display:flex}.sidebar__avatar{background:var(--color-gold);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:12px;font-weight:700;display:flex}.sidebar__user-name{color:#fff;font-size:12px;font-weight:600}.sidebar__user-sub{color:#ffffff73;font-size:10px}.app-shell{background:var(--color-bg-app);width:100%;height:100vh;display:flex}.app-main{flex-direction:column;flex:1;min-width:0;display:flex;overflow-y:auto}.app-content{flex:1;padding:22px 26px}@media (width<=900px){.app-shell{flex-direction:column;height:auto;min-height:100vh}.app-content{padding:16px}}.topbar{border-bottom:1px solid var(--color-topbar-border);height:var(--topbar-height);background:#fff;flex-shrink:0;align-items:center;gap:10px;padding:0 26px;display:flex}.topbar__title-block{flex:1;min-width:0}.topbar__title{color:var(--color-text-primary);letter-spacing:-.2px;font-size:18px;font-weight:700}.topbar__date{color:var(--color-text-tertiary);margin-left:10px;font-size:12px}.topbar__range-select{color:var(--color-text-primary);border:1px solid var(--color-topbar-border);cursor:pointer;background:#fff;border-radius:7px;outline:none;padding:6px 10px;font-size:12px;font-weight:500}.topbar__lang-toggle{background:var(--color-bg-app);border:1px solid var(--color-topbar-border);border-radius:8px;align-items:center;padding:3px;display:flex}.topbar__lang-pill{color:#8a96a3;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:5px 13px;font-size:11.5px;font-weight:600}.topbar__lang-pill--active{background:var(--color-green-sidebar);color:#fff}.topbar__bell{border-radius:var(--radius-button);border:1px solid var(--color-topbar-border);cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex;position:relative}.topbar__bell-dot{background:var(--color-gold);border:1.5px solid #fff;border-radius:50%;width:6px;height:6px;position:absolute;top:6px;right:7px}.topbar__avatar{background:var(--color-green-sidebar);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:12px;font-weight:700;display:flex}.badge{border-radius:var(--radius-pill);white-space:nowrap;padding:3px 9px;font-size:10.5px;font-weight:700;display:inline-block}.metric-card{background:var(--color-bg-card);border-radius:var(--radius-card);box-shadow:var(--shadow-card);border:1px solid var(--color-border);padding:18px 20px}.metric-card--danger{border-color:var(--color-red-bg)}.metric-card__label{color:var(--color-text-tertiary);letter-spacing:.5px;text-transform:uppercase;margin-bottom:14px;font-size:10px;font-weight:600}.metric-card__value-row{align-items:baseline;gap:5px;display:flex}.metric-card__value{color:var(--color-text-primary);letter-spacing:-.5px;font-variant-numeric:tabular-nums;font-size:28px;font-weight:700;line-height:1}.metric-card__unit{color:var(--color-text-primary);font-size:13px;font-weight:500}.metric-card__footer{flex-wrap:wrap;align-items:center;gap:7px;margin-top:13px;display:flex}.metric-card__footer-text{color:var(--color-text-tertiary);font-size:10.5px}.metric-card__progress-track{background:#eef1f6;border-radius:4px;height:5px;margin-top:10px}.metric-card__progress-fill{border-radius:4px;height:5px}.card{background:var(--color-bg-card);border-radius:var(--radius-card);box-shadow:var(--shadow-card);border:1px solid var(--color-border)}.card--danger{border-color:var(--color-red-bg)}.card-header{border-bottom:1px solid var(--color-border-light);justify-content:space-between;align-items:center;padding:13px 18px;display:flex}.card-header__title{color:var(--color-text-primary);font-size:13.5px;font-weight:700}.card-header__link{color:var(--color-green-sidebar);cursor:pointer;background:0 0;border:none;padding:0;font-size:11px;font-weight:600}.snapshot-grid{grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:20px;display:grid}.revenue-grid{grid-template-columns:1fr 1.3fr;gap:12px;margin-bottom:22px;display:grid}.chart-card__body{padding:14px 18px 18px}.chart-legend{flex-direction:column;gap:8px;margin-top:6px;display:flex}.chart-legend__item{align-items:center;gap:8px;font-size:12px;display:flex}.chart-legend__dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.chart-legend__label{color:var(--color-text-secondary);flex:1}.chart-legend__value{color:var(--color-text-primary);font-variant-numeric:tabular-nums;font-weight:600}.revenue-trend-legend{justify-content:center;gap:18px;margin-top:4px;display:flex}.revenue-trend-legend__item{color:var(--color-text-secondary);align-items:center;gap:6px;font-size:11px;display:inline-flex}.revenue-trend-legend__swatch{border-radius:2px;width:8px;height:8px;display:inline-block}.bottom-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}@media (width<=1100px){.snapshot-grid{grid-template-columns:repeat(2,1fr)}.revenue-grid,.bottom-grid{grid-template-columns:1fr}}@media (width<=560px){.snapshot-grid{grid-template-columns:1fr}}.reimbursements__filters{align-items:center;gap:8px;display:flex}.snapshot-grid--4{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:22px;display:grid}.payer-table__row{border-bottom:1px solid var(--color-border-row);grid-template-columns:1.8fr .8fr .7fr .8fr 1.1fr 1.1fr .8fr .9fr .8fr .5fr;align-items:center;padding:11px 18px;display:grid}.payer-table__row--head{background:var(--color-bg-table-header);border-bottom:1px solid var(--color-border-light);padding:9px 18px}.claims-table__row{border-bottom:1px solid var(--color-border-row);grid-template-columns:1.8fr 1.2fr 1fr 1fr 1fr;align-items:center;padding:12px 18px;display:grid}.claims-table__row--head{background:var(--color-bg-table-header);border-bottom:1px solid var(--color-border-light);padding:9px 18px}.flag-btn{cursor:pointer;border:1.5px solid;border-radius:7px;align-items:center;gap:5px;width:fit-content;padding:5px 11px;font-size:11.5px;font-weight:600;transition:background .12s;display:flex}@media (width<=1100px){.snapshot-grid--4{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.snapshot-grid--4{grid-template-columns:1fr}.reimbursements__filters{flex-wrap:wrap}}.section-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.section-title{color:var(--color-text-primary);font-size:14.5px;font-weight:700}.section-subtitle{color:var(--color-text-tertiary);margin-top:1px;font-size:11px}.section-block{margin-bottom:18px}.refresh-link{color:var(--color-green-dark);cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;font-size:11.5px;font-weight:600;display:flex}.outline-btn{color:var(--color-green-sidebar);cursor:pointer;border:1.5px solid var(--color-green-sidebar);border-radius:var(--radius-button);background:#fff;padding:6px 13px;font-size:11.5px;font-weight:600}.filled-btn{color:#fff;background:var(--color-green-sidebar);border-radius:var(--radius-button);cursor:pointer;border:none;align-items:center;gap:6px;padding:7px 14px;font-size:12px;font-weight:600;display:flex}.status-dot{border-radius:50%;width:9px;height:9px;display:inline-block}.table-card{overflow:hidden}.table-scroll{overflow-x:auto}.table-scroll>.mini-table__row{min-width:640px}.table-scroll>.payer-table__row{min-width:980px}.table-scroll>.claims-table__row{min-width:640px}.mini-table__row{border-bottom:1px solid var(--color-border-row);grid-template-columns:1.6fr .9fr 1.1fr 1.1fr .8fr .6fr;align-items:center;padding:10px 18px;display:grid}.mini-table__row--head{background:var(--color-bg-table-header);border-bottom:1px solid var(--color-border-light);padding:9px 18px}.mini-table__row--alt{background:var(--color-bg-table-alt)}.th{color:var(--color-text-tertiary);letter-spacing:.5px;text-transform:uppercase;font-size:9.5px;font-weight:600}.td{color:var(--color-text-secondary);font-size:12px}.td--strong{color:var(--color-text-primary);font-size:12.5px;font-weight:600}.td--num{font-variant-numeric:tabular-nums}.list-panel{padding:0 18px}.list-row{border-bottom:1px solid var(--color-border-row);justify-content:space-between;align-items:center;gap:12px;padding:11px 0;display:flex}.list-row:last-child{border-bottom:none}.list-row__left{align-items:center;gap:9px;min-width:0;display:flex}.avatar-square{border-radius:var(--radius-button);flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:10px;font-weight:700;display:flex}.avatar-square--gold{background:var(--color-gold-bg);color:var(--color-gold)}.avatar-square--green{background:var(--color-green-light)}.list-row__title{color:var(--color-text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:12.5px;font-weight:600;overflow:hidden}.list-row__sub{color:var(--color-text-tertiary);margin-top:1px;font-size:10.5px}.list-row__amount{color:var(--color-text-primary);font-variant-numeric:tabular-nums;flex-shrink:0;font-size:13px;font-weight:700}.activity-row{border-bottom:1px solid var(--color-border-row);align-items:flex-start;gap:9px;padding:10px 0;display:flex}.activity-row:last-child{border-bottom:none}.activity-dot{border-radius:50%;flex-shrink:0;width:7px;height:7px;margin-top:4px}.activity-row__body{flex:1;min-width:0}.activity-row__label{color:var(--color-text-primary);font-size:12.5px;font-weight:500}.activity-row__sub{color:var(--color-text-tertiary);margin-top:1px;font-size:10.5px}.activity-row__amount{font-variant-numeric:tabular-nums;flex-shrink:0;font-size:12.5px}.readiness-card{padding:18px 20px}.readiness-card__top{justify-content:space-between;align-items:baseline;margin-bottom:10px;display:flex}.readiness-card__text{color:var(--color-text-secondary);font-size:13px;font-weight:500}.readiness-card__pct{color:var(--color-text-primary);font-variant-numeric:tabular-nums;font-size:20px;font-weight:700}.readiness-card__alert{background:var(--color-red-bg);color:var(--color-red);border-radius:8px;align-items:center;gap:7px;margin-top:14px;padding:10px 14px;font-size:12.5px;font-weight:600;display:flex}.readiness-card__deadline{color:var(--color-text-tertiary);margin-top:10px;font-size:11px}.contractor-table__row{border-bottom:1px solid var(--color-border-row);grid-template-columns:2fr 1fr 1fr 1fr 1fr;align-items:center;padding:12px 18px;display:grid}.contractor-table__row--head{background:var(--color-bg-table-header);border-bottom:1px solid var(--color-border-light);padding:9px 18px}.table-scroll>.contractor-table__row{min-width:560px}
