:root{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0}:root{--rpm-bg: #eef3f9;--rpm-card: #ffffff;--rpm-text: #1f2a37;--rpm-muted: #6b7280;--rpm-border: #d7e1ef;--rpm-sidebar: #133e66;--rpm-sidebar2: #0f2f4e;--rpm-primary: #2f66f6;--rpm-success: #1ea971;--rpm-warn: #d19a2a}.rpm-app-shell{display:flex;min-height:100vh}.rpm-sidebar{width:220px;background:linear-gradient(180deg,var(--rpm-sidebar),var(--rpm-sidebar2));color:#e8f1ff;padding:18px 14px;display:flex;flex-direction:column}.rpm-brand{display:flex;gap:10px;align-items:flex-start;margin-bottom:18px}.rpm-brand-mark{width:36px;height:36px;border-radius:10px;background:#ffffff26;display:flex;align-items:center;justify-content:center;font-weight:700}.rpm-brand-title{font-size:12px;opacity:.9}.rpm-brand-patient{margin-top:8px;font-size:18px;font-weight:700}.rpm-nav{display:flex;flex-direction:column;gap:8px;margin-top:8px}.rpm-nav-item{text-decoration:none;color:#e8f1ff;padding:10px 12px;border-radius:10px;font-size:13px;opacity:.9}.rpm-nav-item:hover{background:#ffffff14}.rpm-nav-item.active{background:#ffffff29;font-weight:700}.rpm-sidebar-footer{margin-top:auto;display:grid;gap:10px}.rpm-content{flex:1;padding:22px 26px;background:var(--rpm-bg);color:var(--rpm-text)}.rpm-page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:14px}.rpm-page-header h1{margin:0;font-size:22px}.rpm-subtitle{margin:4px 0 0;color:var(--rpm-muted);font-size:13px}.rpm-header-actions{display:flex;gap:10px;align-items:center}.rpm-btn{border:1px solid var(--rpm-border);background:#fff;padding:8px 12px;border-radius:8px;cursor:pointer;font-size:13px}.rpm-btn-primary{background:var(--rpm-primary);color:#fff;border-color:transparent}.rpm-btn-secondary{background:#fff}.rpm-btn-success{background:var(--rpm-success);color:#fff;border-color:transparent}.rpm-btn-ghost{background:#ffffff1f;border-color:transparent;color:#fff}.rpm-btn:disabled{opacity:.6;cursor:not-allowed}.rpm-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:14px}.rpm-card{background:var(--rpm-card);border:1px solid var(--rpm-border);border-radius:10px;padding:14px;box-shadow:0 1px #10182805}.rpm-card-title{font-weight:800;font-size:13px;margin-bottom:4px}.rpm-card-subtitle{color:var(--rpm-muted);font-size:12px;margin-bottom:10px}.rpm-span-12{grid-column:span 12}.rpm-span-8{grid-column:span 8}.rpm-span-4{grid-column:span 4}.rpm-span-3{grid-column:span 3}.rpm-field-label{display:block;font-size:12px;color:var(--rpm-muted);margin:10px 0 6px}.rpm-field-input,.rpm-field-textarea{width:100%;border:1px solid var(--rpm-border);border-radius:8px;padding:10px;font-size:13px;background:#fbfdff}.rpm-row{display:flex;gap:10px;align-items:center;margin-top:10px}.rpm-row.right{justify-content:flex-end}.rpm-row.space-between{justify-content:space-between}.rpm-row.wrap{flex-wrap:wrap}.rpm-badge{font-size:12px;padding:6px 10px;border-radius:999px;background:#eef2ff;border:1px solid var(--rpm-border)}.rpm-badge.ok{background:#eafff5}.rpm-badge.warn{background:#fff7e6}.rpm-badge.info{background:#f0f7ff}.rpm-pill{font-size:11px;padding:4px 8px;border-radius:999px;background:#fff7e6;border:1px solid #f1d49a;color:#8a6b1d}.rpm-kpi{background:#f6faff;border:1px solid var(--rpm-border);border-radius:10px;padding:10px}.rpm-kpi-label{font-size:12px;color:var(--rpm-muted)}.rpm-kpi-value{font-weight:800;margin-top:4px}.rpm-mini-label{font-size:11px;color:var(--rpm-muted)}.rpm-mini-value{font-size:13px;font-weight:700}.rpm-mini-hint{font-size:11px;color:var(--rpm-muted);margin-top:2px}.rpm-muted{margin-top:8px;color:var(--rpm-muted);font-size:12px}.rpm-list{margin:0;padding-left:16px;color:var(--rpm-muted);font-size:12px}.rpm-empty{border-top:1px solid var(--rpm-border);padding-top:10px;color:var(--rpm-muted);font-size:12px}.rpm-audit{display:flex;flex-direction:column;gap:10px}.rpm-audit-row{border-top:1px solid var(--rpm-border);padding-top:10px}.rpm-audit-type{font-weight:700;font-size:12px}.rpm-audit-at,.rpm-audit-detail{color:var(--rpm-muted);font-size:12px;margin-top:2px}.rpm-tbl{width:100%;border-collapse:collapse;font-size:13px}.rpm-tbl th{text-align:left;color:var(--rpm-muted);font-weight:700;border-bottom:1px solid var(--rpm-border);padding:10px 8px}.rpm-tbl td{border-bottom:1px solid var(--rpm-border);padding:10px 8px;vertical-align:top}.rpm-tbl-strong{font-weight:800}.rpm-tbl-muted{color:var(--rpm-muted);font-size:12px;margin-top:2px}.rpm-link{color:var(--rpm-primary);text-decoration:none;font-weight:700}.rpm-link:hover{text-decoration:underline}.rpm-inner{gap:10px}.rpm-wearlab-host{padding:0!important;background:#fff;min-height:100%}.rpm-view-tabs{display:flex;gap:.35rem;padding:.65rem 1rem 0;background:#fff;border-bottom:1px solid #c0c2c4;position:sticky;top:0;z-index:20}.rpm-view-tab{border:1px solid transparent;background:transparent;color:#005288;font-weight:900;font-size:.78rem;text-transform:uppercase;letter-spacing:.06em;padding:.55rem .9rem;border-radius:12px 12px 0 0;cursor:pointer;text-decoration:none}.rpm-view-tab:hover{background:#eaf2f8}.rpm-view-tab.active{background:linear-gradient(135deg,#005288,#0a6ea8 55%,#7fc6db);color:#fff}.rpm-view-tab.linkish{display:inline-flex;align-items:center}.wl-root{background:#fff;color:#111827;min-height:calc(100vh - 120px)}.wl-banner{background:linear-gradient(135deg,#005288,#0a6ea8 48%,#7fc6db);color:#fff;padding:1.2rem 1.35rem 1.05rem;box-shadow:0 10px 30px #00528838;position:relative;overflow:hidden}.wl-banner:after{content:"";position:absolute;inset:auto -8% -55% 55%;height:180%;background:radial-gradient(circle,rgba(255,255,255,.22) 0%,transparent 62%);pointer-events:none}.wl-banner-top{display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-end;justify-content:space-between;position:relative;z-index:1}.wl-brand{display:flex;align-items:center;gap:.75rem}.wl-pulse{width:40px;height:40px;border-radius:12px;background:#ffffff2e;border:1px solid rgba(255,255,255,.35);display:grid;place-items:center;font-weight:900}.wl-eyebrow{margin:0;font-size:.68rem;font-weight:900;letter-spacing:.18em;text-transform:uppercase;opacity:.85}.wl-title{margin:.15rem 0 0;font-size:1.45rem;font-weight:900}.wl-title span{color:#e8f7fc}.wl-sub{margin-top:.3rem;color:#ffffffe6;font-size:.82rem;font-weight:600}.wl-controls{display:flex;gap:.45rem;flex-wrap:wrap;align-items:center}.wl-controls input,.wl-controls select,.wl-btn{background:#fff;color:#111827;border:1px solid rgba(255,255,255,.55);border-radius:12px;padding:.45rem .7rem;font:inherit;font-weight:700;min-height:38px}.wl-btn{cursor:pointer;background:#ffffff29;color:#fff}.wl-btn:hover{background:#ffffff47}.wl-btn.primary{background:#fff;color:#005288;font-weight:900;border-color:transparent}.wl-btn.live-on{background:#16a34a;border-color:#16a34a;color:#fff}.wl-error{margin:.75rem 1.25rem 0;padding:.65rem .85rem;border-radius:12px;background:#fee2e2;color:#b91c1c;font-weight:700;font-size:.85rem}.wl-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:.7rem;padding:.9rem 1.25rem;background:linear-gradient(180deg,#eaf2f8,#fff)}.wl-stat{background:#fff;border:1px solid #c0c2c4;border-radius:14px;padding:.75rem .9rem}.wl-stat b{display:block;font-size:1.3rem;color:#005288;font-weight:900}.wl-stat span{color:#5a5b5d;font-size:.7rem;font-weight:900;text-transform:uppercase;letter-spacing:.05em}.wl-wrap{padding:0 1.25rem 1.5rem}.wl-table-shell{border:1px solid #c0c2c4;border-radius:16px;overflow:auto;background:#fff;box-shadow:0 12px 30px #0052880f;max-height:calc(100vh - 280px)}.wl-table{width:100%;border-collapse:collapse;font-size:.78rem;min-width:1480px}.wl-table th,.wl-table td{border-bottom:1px solid #c0c2c4;padding:.5rem .55rem;text-align:left;vertical-align:top;white-space:nowrap}.wl-table th{position:sticky;top:0;z-index:1;background:#005288;color:#fff;font-weight:900}.wl-table tr:nth-child(2n) td{background:#f8fbfe}.wl-table tr:hover td{background:#eaf2f8}.wl-flag{display:inline-block;padding:.1rem .4rem;border-radius:999px;font-size:.66rem;font-weight:900;margin:0 .12rem .12rem 0}.wl-flag.danger{background:#fee2e2;color:#b91c1c}.wl-flag.warn{background:#ffedd5;color:#b45309}.wl-flag.info{background:#dceaf6;color:#005288}.tier-High{color:#b91c1c;font-weight:900}.tier-Moderate{color:#b45309;font-weight:800}.tier-Low{color:#16a34a;font-weight:800}.wl-detail{max-width:260px;white-space:normal;color:#5a5b5d;font-weight:600}.wl-table strong{color:#003e66;font-weight:900}.wl-empty{text-align:center;padding:2rem!important;color:#5a5b5d;font-weight:700}.wl-row-click{cursor:pointer}.wl-row-click:hover td{background:#dceaf6!important}.cm-workspace{background:#fff;min-height:calc(100vh - 80px)}.cm-header{background:linear-gradient(135deg,#005288,#0a6ea8 48%,#7fc6db);color:#fff;padding:1.1rem 1.35rem;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;align-items:flex-end}.cm-header h1{margin:.25rem 0 0;font-size:1.4rem;font-weight:900}.cm-meta{opacity:.92;font-size:.85rem;font-weight:600}.cm-back{background:#ffffff2e;border:1px solid rgba(255,255,255,.4);color:#fff;border-radius:10px;padding:.3rem .65rem;font-weight:800;cursor:pointer}.cm-programs{display:flex;flex-wrap:wrap;gap:.6rem;align-items:center}.cm-tabs{display:flex;gap:.25rem;padding:.5rem 1rem 0;border-bottom:1px solid #c0c2c4;background:#eaf2f8;overflow-x:auto}.cm-tabs button{border:none;background:transparent;font-weight:900;font-size:.75rem;letter-spacing:.04em;color:#005288;padding:.65rem .85rem;border-radius:12px 12px 0 0;cursor:pointer}.cm-tabs button.active{background:#005288;color:#fff}.cm-panel{padding:1.25rem 1.35rem 2rem}.cm-panel h2{margin:0 0 1rem;color:#003e66;font-weight:900}.cm-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem;margin-bottom:1rem}.cm-field{display:flex;flex-direction:column;gap:.25rem;font-size:.8rem;font-weight:700;color:#5a5b5d}.cm-field input{border:1px solid #c0c2c4;border-radius:10px;padding:.45rem .6rem;font:inherit;font-weight:700;color:#111827}.cm-toggle{display:flex;align-items:center;gap:.4rem;font-weight:800;color:#003e66;font-size:.85rem}.cm-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.85rem}.cm-grid b{color:#005288;font-size:.72rem;text-transform:uppercase;letter-spacing:.05em}.cm-hint{color:#5a5b5d;font-weight:600}.cm-msg{margin:.75rem 1.25rem 0;padding:.55rem .8rem;border-radius:10px;background:#dcfce7;color:#166534;font-weight:700}.cm-loading{padding:1.5rem;color:#5a5b5d;font-weight:700}.cm-score{grid-column:1 / -1;font-weight:800;color:#005288;padding:.35rem 0}
