.billing-module__m4KRUG__container{max-width:1300px;margin:0 auto;padding:2rem}.billing-module__m4KRUG__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:2rem;display:flex}.billing-module__m4KRUG__title{color:var(--color-text-primary,#0f172a);margin:0 0 .25rem;font-size:1.75rem;font-weight:700}.billing-module__m4KRUG__subtitle{color:var(--color-text-secondary,#64748b);margin:0;font-size:.95rem}.billing-module__m4KRUG__actions{gap:.75rem;display:flex}.billing-module__m4KRUG__kpiGrid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-bottom:2rem;display:grid}.billing-module__m4KRUG__kpiCard{background:var(--color-bg-card,#ffffffb3);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--color-border-subtle,#e2e8f0cc);border-radius:var(--radius-lg,12px);box-shadow:var(--shadow-sm,0 1px 3px #0000000d);flex-direction:column;gap:.35rem;padding:1.25rem;display:flex}.billing-module__m4KRUG__kpiLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted,#94a3b8);font-size:.8rem;font-weight:600}.billing-module__m4KRUG__kpiValue{color:var(--color-text-primary,#0f172a);font-size:1.65rem;font-weight:800}.billing-module__m4KRUG__kpiSub{color:var(--color-text-secondary,#64748b);font-size:.8rem}.billing-module__m4KRUG__filterBar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.billing-module__m4KRUG__statusTabs{background:var(--color-bg-subtle,#f1f5f9);border-radius:8px;gap:.35rem;padding:.3rem;display:flex}.billing-module__m4KRUG__tabBtn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.4rem .85rem;font-size:.85rem;font-weight:600;transition:all .15s}.billing-module__m4KRUG__tabBtnActive{color:#0f172a;background:#fff;box-shadow:0 1px 2px #0000000d}.billing-module__m4KRUG__tableWrapper{background:var(--color-bg-card,#fffc);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--color-border-subtle,#e2e8f0cc);border-radius:var(--radius-lg,12px);box-shadow:var(--shadow-sm,0 1px 3px #0000000d);overflow:hidden}.billing-module__m4KRUG__table{border-collapse:collapse;text-align:left;width:100%;font-size:.875rem}.billing-module__m4KRUG__table th{background:var(--color-bg-subtle,#f8fafc);color:var(--color-text-secondary,#64748b);text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid var(--color-border-subtle,#e2e8f0);padding:.75rem 1rem;font-size:.75rem;font-weight:600}.billing-module__m4KRUG__table td{border-bottom:1px solid var(--color-border-subtle,#f1f5f9);vertical-align:middle;padding:.85rem 1rem}.billing-module__m4KRUG__table tr:hover{background:#f1f5f980}.billing-module__m4KRUG__invNumber{color:var(--color-primary-600,#2563eb);font-family:monospace;font-weight:700}
.button-module__ZrnLOW__button{justify-content:center;align-items:center;gap:var(--space-2);font:var(--text-label);cursor:pointer;transition:all var(--motion-fast);white-space:nowrap;-webkit-user-select:none;user-select:none;border:none;display:inline-flex;position:relative}.button-module__ZrnLOW__button:disabled{opacity:.5;cursor:not-allowed}.button-module__ZrnLOW__primary{background:var(--color-accent);color:var(--color-text-inverse);border-radius:var(--radius-input)}.button-module__ZrnLOW__primary:hover:not(:disabled){background:var(--color-accent-hover)}.button-module__ZrnLOW__secondary{background:var(--color-surface);color:var(--color-text-primary);border:1px solid var(--color-border-strong);border-radius:var(--radius-input)}.button-module__ZrnLOW__secondary:hover:not(:disabled){background:var(--color-canvas)}.button-module__ZrnLOW__ghost{color:var(--color-text-secondary);border-radius:var(--radius-input);background:0 0}.button-module__ZrnLOW__ghost:hover:not(:disabled){color:var(--color-text-primary);background:#0000000a}.button-module__ZrnLOW__danger{background:var(--color-danger);color:var(--color-text-inverse);border-radius:var(--radius-input)}.button-module__ZrnLOW__danger:hover:not(:disabled){background:#b91c1c}.button-module__ZrnLOW__sm{height:32px;padding:0 var(--space-3);font-size:.8125rem}.button-module__ZrnLOW__md{height:40px;padding:0 var(--space-5)}.button-module__ZrnLOW__lg{height:48px;padding:0 var(--space-6);font-size:.9375rem}.button-module__ZrnLOW__fullWidth{width:100%}.button-module__ZrnLOW__loading{cursor:wait}.button-module__ZrnLOW__spinner{border-radius:var(--radius-full);border:2px solid;border-top-color:#0000;width:16px;height:16px;animation:.6s linear infinite button-module__ZrnLOW__spin}.button-module__ZrnLOW__labelLoading{opacity:.7}@keyframes button-module__ZrnLOW__spin{to{transform:rotate(360deg)}}
.input-module__3GSuOG__field{gap:var(--space-1);flex-direction:column;display:flex}.input-module__3GSuOG__label{font:var(--text-label);color:var(--color-text-primary)}.input-module__3GSuOG__input{height:42px;padding:0 var(--space-4);font:var(--text-body);color:var(--color-text-primary);background:var(--color-surface);border:1px solid var(--color-border-strong);border-radius:var(--radius-input);transition:border-color var(--motion-fast), box-shadow var(--motion-fast);outline:none;width:100%}.input-module__3GSuOG__input::placeholder{color:var(--color-text-muted)}.input-module__3GSuOG__input:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px var(--color-accent-light)}.input-module__3GSuOG__inputError{border-color:var(--color-danger)}.input-module__3GSuOG__inputError:focus{box-shadow:0 0 0 3px var(--color-danger-light)}.input-module__3GSuOG__hint{font:var(--text-meta);color:var(--color-text-muted)}.input-module__3GSuOG__error{font:var(--text-meta);color:var(--color-danger)}
.label-module__PDYQSG__labelWrapper{justify-content:space-between;align-items:baseline;gap:var(--space-2);margin-bottom:var(--space-1);display:flex}.label-module__PDYQSG__label{align-items:center;gap:var(--space-1);font:var(--text-label);color:var(--color-text-primary);-webkit-user-select:none;user-select:none;display:inline-flex}.label-module__PDYQSG__required{color:var(--color-danger);font-size:.8125rem;line-height:1}.label-module__PDYQSG__optional{color:var(--color-text-muted);font-size:.75rem;font-weight:400}.label-module__PDYQSG__hint{color:var(--color-text-muted);font-size:.75rem}
.select-module__j87wtq__wrapper{gap:var(--space-1);flex-direction:column;display:flex}.select-module__j87wtq__label{font:var(--text-label);color:var(--color-text-primary)}.select-module__j87wtq__selectContainer{align-items:center;display:flex;position:relative}.select-module__j87wtq__select{width:100%;height:40px;padding:0 var(--space-8) 0 var(--space-3);font:var(--text-body);color:var(--color-text-primary);background:var(--color-surface);border:1px solid var(--color-border-strong);border-radius:var(--radius-input);appearance:none;cursor:pointer;transition:border-color var(--motion-fast), box-shadow var(--motion-fast);outline:none}.select-module__j87wtq__select:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px var(--color-accent-light)}.select-module__j87wtq__select.select-module__j87wtq__hasError{border-color:var(--color-danger)}.select-module__j87wtq__select.select-module__j87wtq__hasError:focus{box-shadow:0 0 0 3px var(--color-danger-light)}.select-module__j87wtq__select.select-module__j87wtq__disabled{opacity:.5;cursor:not-allowed;background:var(--color-canvas)}.select-module__j87wtq__chevron{right:var(--space-3);pointer-events:none;color:var(--color-text-muted);font-size:.8125rem;line-height:1;position:absolute}.select-module__j87wtq__errorText{color:var(--color-danger);margin-top:var(--space-1);font-size:.8125rem}.select-module__j87wtq__helperText{color:var(--color-text-muted);margin-top:var(--space-1);font-size:.8125rem}
.dialog-module__sKKzYa__backdrop{z-index:var(--z-modal);padding:var(--space-4);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:dialog-module__sKKzYa__fadeIn var(--motion-fast) ease-out;background:#0f141959;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.dialog-module__sKKzYa__dialog{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-modal);width:100%;box-shadow:var(--shadow-modal);max-height:calc(100vh - var(--space-12));animation:dialog-module__sKKzYa__scaleIn var(--motion-normal) cubic-bezier(.16, 1, .3, 1);flex-direction:column;display:flex;position:relative;overflow:hidden}.dialog-module__sKKzYa__sm{max-width:420px}.dialog-module__sKKzYa__md{max-width:560px}.dialog-module__sKKzYa__lg{max-width:720px}.dialog-module__sKKzYa__header{justify-content:space-between;align-items:flex-start;gap:var(--space-4);padding:var(--space-6) var(--space-6) var(--space-4);border-bottom:1px solid var(--color-divider);display:flex}.dialog-module__sKKzYa__title{font:var(--text-section-title);color:var(--color-text-primary);margin:0}.dialog-module__sKKzYa__description{font:var(--text-body);color:var(--color-text-secondary);margin:var(--space-1) 0 0}.dialog-module__sKKzYa__closeButton{border-radius:var(--radius-full);width:32px;height:32px;color:var(--color-text-muted);cursor:pointer;transition:all var(--motion-fast);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;font-size:.875rem;line-height:1;display:flex}.dialog-module__sKKzYa__closeButton:hover{color:var(--color-text-primary);background:#0000000d}.dialog-module__sKKzYa__body{padding:var(--space-6);font:var(--text-body);color:var(--color-text-primary);overflow-y:auto}.dialog-module__sKKzYa__footer{justify-content:flex-end;align-items:center;gap:var(--space-3);padding:var(--space-4) var(--space-6);border-top:1px solid var(--color-divider);background:var(--color-canvas);display:flex}@keyframes dialog-module__sKKzYa__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes dialog-module__sKKzYa__scaleIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}
.drawer-module__wy4daW__backdrop{z-index:var(--z-modal);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:drawer-module__wy4daW__fadeIn var(--motion-fast) ease-out;background:#0f14194d;justify-content:flex-end;display:flex;position:fixed;inset:0}.drawer-module__wy4daW__drawer{background:var(--color-surface);border-left:1px solid var(--color-border);width:100%;height:100%;animation:drawer-module__wy4daW__slideIn var(--motion-normal) cubic-bezier(.16, 1, .3, 1);flex-direction:column;display:flex;position:relative;box-shadow:-4px 0 24px #00000014}.drawer-module__wy4daW__sm{max-width:380px}.drawer-module__wy4daW__md{max-width:480px}.drawer-module__wy4daW__lg{max-width:640px}.drawer-module__wy4daW__header{justify-content:space-between;align-items:flex-start;gap:var(--space-4);padding:var(--space-6) var(--space-6) var(--space-4);border-bottom:1px solid var(--color-divider);display:flex}.drawer-module__wy4daW__title{font:var(--text-section-title);color:var(--color-text-primary);margin:0}.drawer-module__wy4daW__description{font:var(--text-body);color:var(--color-text-secondary);margin:var(--space-1) 0 0}.drawer-module__wy4daW__closeButton{border-radius:var(--radius-full);width:32px;height:32px;color:var(--color-text-muted);cursor:pointer;transition:all var(--motion-fast);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;font-size:.875rem;line-height:1;display:flex}.drawer-module__wy4daW__closeButton:hover{color:var(--color-text-primary);background:#0000000d}.drawer-module__wy4daW__body{padding:var(--space-6);font:var(--text-body);color:var(--color-text-primary);flex:1;overflow-y:auto}.drawer-module__wy4daW__footer{justify-content:flex-end;align-items:center;gap:var(--space-3);padding:var(--space-4) var(--space-6);border-top:1px solid var(--color-divider);background:var(--color-canvas);display:flex}@keyframes drawer-module__wy4daW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes drawer-module__wy4daW__slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}
.empty-state-module__eMqHPW__container{padding:var(--space-12) var(--space-6);text-align:center;justify-content:center;align-items:center;gap:var(--space-2);flex-direction:column;display:flex}.empty-state-module__eMqHPW__title{font:var(--text-card-title);color:var(--color-text-primary);margin:0;font-weight:600}.empty-state-module__eMqHPW__message{font:var(--text-body);color:var(--color-text-secondary);max-width:360px;margin:0}.empty-state-module__eMqHPW__actionWrapper{margin-top:var(--space-3)}.empty-state-module__eMqHPW__action{font:var(--text-label);color:var(--color-accent);cursor:pointer;padding:var(--space-2) var(--space-4);border-radius:var(--radius-sm);transition:background var(--motion-fast);background:0 0;border:none}.empty-state-module__eMqHPW__action:hover{background:var(--color-accent-light)}
.skeleton-module___JysGG__skeleton{background:linear-gradient(90deg, var(--color-border) 25%, #0000000a 50%, var(--color-border) 75%);background-size:200% 100%;animation:1.5s ease-in-out infinite skeleton-module___JysGG__shimmer}.skeleton-module___JysGG__textGroup{gap:var(--space-2);flex-direction:column;display:flex}@keyframes skeleton-module___JysGG__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}
.badge-module__QiJfIa__badge{font:var(--text-meta);border-radius:var(--radius-sm);white-space:nowrap;-webkit-user-select:none;user-select:none;align-items:center;font-weight:500;line-height:1;display:inline-flex}.badge-module__QiJfIa__sm{padding:2px var(--space-2);font-size:.6875rem}.badge-module__QiJfIa__md{padding:4px var(--space-2);font-size:.75rem}.badge-module__QiJfIa__neutral{color:var(--color-text-secondary);border:1px solid var(--color-border);background:#0000000d}.badge-module__QiJfIa__success{background:var(--color-success-light);color:var(--color-success);border:1px solid #16a34a33}.badge-module__QiJfIa__warning{background:var(--color-warning-light);color:var(--color-warning);border:1px solid #d9770633}.badge-module__QiJfIa__danger{background:var(--color-danger-light);color:var(--color-danger);border:1px solid #dc262633}.badge-module__QiJfIa__info{background:var(--color-info-light);color:var(--color-info);border:1px solid #2563eb33}
.medical-alert-banner-module__T_UqCa__banner{align-items:flex-start;gap:var(--space-3);padding:var(--space-4) var(--space-5);border-radius:var(--radius-card);margin-bottom:var(--space-6);animation:medical-alert-banner-module__T_UqCa__slideIn var(--motion-fast) ease-out;display:flex}.medical-alert-banner-module__T_UqCa__critical{color:#991b1b;background:#fef2f2;border:1.5px solid #dc2626}.medical-alert-banner-module__T_UqCa__high{color:#92400e;background:#fffbeb;border:1.5px solid #d97706}.medical-alert-banner-module__T_UqCa__medium{color:#854d0e;background:#fefce8;border:1px solid #ca8a04}.medical-alert-banner-module__T_UqCa__iconColumn{margin-top:2px;font-size:1.25rem;line-height:1}.medical-alert-banner-module__T_UqCa__content{flex:1}.medical-alert-banner-module__T_UqCa__title{align-items:center;gap:var(--space-2);font:var(--text-label);margin-bottom:var(--space-2);display:flex}.medical-alert-banner-module__T_UqCa__criticalTag{color:#fff;padding:1px var(--space-2);border-radius:var(--radius-sm);letter-spacing:.05em;background:#dc2626;font-size:.6875rem;font-weight:700}.medical-alert-banner-module__T_UqCa__badges{gap:var(--space-2);flex-wrap:wrap;display:flex}.medical-alert-banner-module__T_UqCa__alertPill{font:var(--text-meta);padding:2px var(--space-3);border-radius:var(--radius-sm);background:#0000000f;font-weight:600}.medical-alert-banner-module__T_UqCa__pill-critical{color:#991b1b;background:#dc262626;border:1px solid #dc26264d}.medical-alert-banner-module__T_UqCa__pill-high{color:#92400e;background:#d9770626;border:1px solid #d977064d}.medical-alert-banner-module__T_UqCa__pill-medium{color:#854d0e;background:#ca8a0426;border:1px solid #ca8a0440}.medical-alert-banner-module__T_UqCa__pill-low{color:inherit;background:#0000000d}.medical-alert-banner-module__T_UqCa__allergyPill{border-style:dashed}@keyframes medical-alert-banner-module__T_UqCa__slideIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}
.dental-chart-module__mA-8ZG__chartContainer{gap:var(--space-6);background:var(--surface-base);border:1px solid var(--border-subtle);border-radius:var(--radius-xl);padding:var(--space-6);box-shadow:var(--shadow-sm);flex-direction:column;display:flex}.dental-chart-module__mA-8ZG__chartHeader{justify-content:space-between;align-items:center;gap:var(--space-4);padding-bottom:var(--space-4);border-bottom:1px solid var(--border-subtle);flex-wrap:wrap;display:flex}.dental-chart-module__mA-8ZG__titleArea{align-items:center;gap:var(--space-3);display:flex}.dental-chart-module__mA-8ZG__chartTitle{color:var(--text-primary);margin:0;font-size:1.125rem;font-weight:600}.dental-chart-module__mA-8ZG__controls{align-items:center;gap:var(--space-3);display:flex}.dental-chart-module__mA-8ZG__toggleGroup{background:var(--surface-sunken);border-radius:var(--radius-md);border:1px solid var(--border-subtle);padding:2px;display:flex}.dental-chart-module__mA-8ZG__toggleButton{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px 12px;font-size:.75rem;font-weight:600;transition:all .15s}.dental-chart-module__mA-8ZG__toggleButtonActive{background:var(--surface-base);color:var(--primary-600,#0284c7);box-shadow:var(--shadow-xs)}.dental-chart-module__mA-8ZG__summaryCards{gap:var(--space-3);grid-template-columns:repeat(auto-fit,minmax(130px,1fr));display:grid}.dental-chart-module__mA-8ZG__metricCard{background:var(--surface-sunken);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:var(--space-3) var(--space-4);flex-direction:column;gap:2px;display:flex}.dental-chart-module__mA-8ZG__metricLabel{text-transform:uppercase;letter-spacing:.04em;color:var(--text-tertiary);font-size:.6875rem;font-weight:600}.dental-chart-module__mA-8ZG__metricValue{color:var(--text-primary);font-variant-numeric:tabular-nums;font-size:1.25rem;font-weight:700}.dental-chart-module__mA-8ZG__odontogramWrapper{padding:var(--space-4) 0;align-items:center;gap:var(--space-6);flex-direction:column;display:flex;overflow-x:auto}.dental-chart-module__mA-8ZG__archSection{flex-direction:column;align-items:center;width:100%;max-width:1000px;display:flex}.dental-chart-module__mA-8ZG__archHeader{width:100%;padding:0 var(--space-4);text-transform:uppercase;letter-spacing:.05em;color:var(--text-tertiary);margin-bottom:var(--space-2);justify-content:space-between;font-size:.6875rem;font-weight:600;display:flex}.dental-chart-module__mA-8ZG__teethRow{justify-content:center;align-items:center;gap:var(--space-1);background:var(--surface-sunken);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:var(--space-3) var(--space-4);width:100%;display:flex;box-shadow:inset 0 1px 2px #00000005}.dental-chart-module__mA-8ZG__midlineDivider{background:var(--border-strong,#cbd5e1);width:2px;height:60px;margin:0 var(--space-2);position:relative}.dental-chart-module__mA-8ZG__midlineLabel{background:var(--surface-base);border:1px solid var(--border-subtle);color:var(--text-tertiary);white-space:nowrap;border-radius:4px;padding:1px 4px;font-size:.5625rem;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.dental-chart-module__mA-8ZG__quadrantGroup{align-items:center;gap:2px;display:flex}.dental-chart-module__mA-8ZG__legendBar{gap:var(--space-4);padding-top:var(--space-4);border-top:1px solid var(--border-subtle);color:var(--text-secondary);flex-wrap:wrap;align-items:center;font-size:.75rem;display:flex}.dental-chart-module__mA-8ZG__legendItem{align-items:center;gap:6px;display:flex}.dental-chart-module__mA-8ZG__legendDot{border-radius:2px;width:10px;height:10px}
.clinical-notes-module__kuOwwa__container{gap:var(--space-6);flex-direction:column;display:flex}.clinical-notes-module__kuOwwa__header{justify-content:space-between;align-items:center;gap:var(--space-4);flex-wrap:wrap;display:flex}.clinical-notes-module__kuOwwa__titleArea{flex-direction:column;gap:2px;display:flex}.clinical-notes-module__kuOwwa__title{color:var(--text-primary);margin:0;font-size:1.125rem;font-weight:600}.clinical-notes-module__kuOwwa__subtitle{color:var(--text-secondary);margin:0;font-size:.8125rem}.clinical-notes-module__kuOwwa__notesList{gap:var(--space-4);flex-direction:column;display:flex}.clinical-notes-module__kuOwwa__noteCard{background:var(--surface-base);border:1px solid var(--border-subtle);border-radius:var(--radius-xl);padding:var(--space-5);box-shadow:var(--shadow-sm);gap:var(--space-4);flex-direction:column;transition:border-color .15s;display:flex}.clinical-notes-module__kuOwwa__noteCard:hover{border-color:var(--border-strong,#cbd5e1)}.clinical-notes-module__kuOwwa__cardHeader{justify-content:space-between;align-items:flex-start;gap:var(--space-2);padding-bottom:var(--space-3);border-bottom:1px solid var(--border-subtle);flex-wrap:wrap;display:flex}.clinical-notes-module__kuOwwa__signerInfo{align-items:center;gap:var(--space-2);display:flex}.clinical-notes-module__kuOwwa__signerName{color:var(--text-primary);font-size:.9375rem;font-weight:600}.clinical-notes-module__kuOwwa__timestamp{color:var(--text-tertiary);font-size:.75rem}.clinical-notes-module__kuOwwa__soapGrid{gap:var(--space-4);grid-template-columns:repeat(auto-fit,minmax(280px,1fr));display:grid}.clinical-notes-module__kuOwwa__soapSection{gap:var(--space-1);flex-direction:column;display:flex}.clinical-notes-module__kuOwwa__soapTag{text-transform:uppercase;letter-spacing:.05em;color:var(--primary-600,#0284c7);align-items:center;gap:4px;font-size:.6875rem;font-weight:700;display:inline-flex}.clinical-notes-module__kuOwwa__soapText{color:var(--text-primary);white-space:pre-wrap;margin:0;font-size:.875rem;line-height:1.5}.clinical-notes-module__kuOwwa__signatureBadge{border-radius:var(--radius-full);color:#16a34a;background:#16a34a1a;align-items:center;gap:6px;padding:4px 10px;font-size:.75rem;font-weight:600;display:inline-flex}
.timeline-module__lwAIQa__container{gap:var(--space-6);flex-direction:column;display:flex}.timeline-module__lwAIQa__header{justify-content:space-between;align-items:center;gap:var(--space-4);flex-wrap:wrap;display:flex}.timeline-module__lwAIQa__titleArea{flex-direction:column;gap:2px;display:flex}.timeline-module__lwAIQa__title{color:var(--text-primary);margin:0;font-size:1.125rem;font-weight:600}.timeline-module__lwAIQa__subtitle{color:var(--text-secondary);margin:0;font-size:.8125rem}.timeline-module__lwAIQa__filterBar{gap:var(--space-2);flex-wrap:wrap;display:flex}.timeline-module__lwAIQa__filterPill{border-radius:var(--radius-full);border:1px solid var(--border-subtle);background:var(--surface-base);color:var(--text-secondary);cursor:pointer;padding:4px 12px;font-size:.75rem;font-weight:600;transition:all .15s}.timeline-module__lwAIQa__filterPillActive{background:var(--surface-sunken);color:var(--primary-600,#0284c7);border-color:var(--primary-600,#0284c7)}.timeline-module__lwAIQa__timelineFeed{padding-left:var(--space-8);gap:var(--space-6);flex-direction:column;display:flex;position:relative}.timeline-module__lwAIQa__timelineFeed:before{content:"";background:var(--border-subtle);width:2px;position:absolute;top:8px;bottom:8px;left:15px}.timeline-module__lwAIQa__timelineItem{gap:var(--space-2);flex-direction:column;display:flex;position:relative}.timeline-module__lwAIQa__timelineNode{left:calc(-1 * var(--space-8) + 8px);background:var(--surface-base);border:2px solid var(--primary-600,#0284c7);border-radius:50%;width:16px;height:16px;position:absolute;top:4px;box-shadow:0 0 0 3px #0284c726}.timeline-module__lwAIQa__card{background:var(--surface-base);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:var(--space-4);box-shadow:var(--shadow-xs);gap:var(--space-2);flex-direction:column;display:flex}.timeline-module__lwAIQa__cardHeader{justify-content:space-between;align-items:flex-start;gap:var(--space-2);display:flex}.timeline-module__lwAIQa__itemTitle{color:var(--text-primary);font-size:.875rem;font-weight:600}.timeline-module__lwAIQa__itemDate{color:var(--text-tertiary);white-space:nowrap;font-size:.75rem}.timeline-module__lwAIQa__itemDesc{color:var(--text-secondary);font-size:.8125rem;line-height:1.4}.timeline-module__lwAIQa__authorMeta{color:var(--text-tertiary);font-size:.6875rem}
.opportunity-card-module___zJFnq__card{background-color:var(--color-surface,#fff);border:1px solid var(--color-border,#e2e8f0);border-radius:var(--radius-md,8px);padding:var(--space-4,16px);gap:var(--space-3,12px);flex-direction:column;transition:border-color .15s,box-shadow .15s;display:flex}.opportunity-card-module___zJFnq__card:hover{border-color:var(--color-border-hover,#cbd5e1);box-shadow:var(--shadow-sm,0 1px 2px #0000000d)}.opportunity-card-module___zJFnq__card[data-priority=urgent]{border-left:4px solid var(--color-danger,#ef4444)}.opportunity-card-module___zJFnq__card[data-priority=high]{border-left:4px solid var(--color-warning,#f59e0b)}.opportunity-card-module___zJFnq__card[data-priority=normal]{border-left:4px solid var(--color-primary,#0284c7)}.opportunity-card-module___zJFnq__card[data-priority=low]{border-left:4px solid var(--color-neutral,#94a3b8)}.opportunity-card-module___zJFnq__header{justify-content:space-between;align-items:flex-start;gap:var(--space-4,16px);display:flex}.opportunity-card-module___zJFnq__patientInfo{gap:var(--space-2,8px);flex-direction:column;display:flex}.opportunity-card-module___zJFnq__patientMeta{align-items:center;gap:var(--space-3,12px);flex-wrap:wrap;display:flex}.opportunity-card-module___zJFnq__patientLink{font-size:var(--text-base,1rem);color:var(--color-text-primary,#0f172a);font-weight:600;text-decoration:none}.opportunity-card-module___zJFnq__patientLink:hover{color:var(--color-primary,#0284c7);text-decoration:underline}.opportunity-card-module___zJFnq__patientNumber{font-size:var(--text-xs,.75rem);font-family:var(--font-mono,monospace);background-color:var(--color-surface-subtle,#f8fafc);border-radius:var(--radius-sm,4px);color:var(--color-text-secondary,#64748b);border:1px solid var(--color-border,#e2e8f0);padding:2px 6px}.opportunity-card-module___zJFnq__patientPhone{font-size:var(--text-xs,.75rem);color:var(--color-text-secondary,#64748b)}.opportunity-card-module___zJFnq__badges{align-items:center;gap:var(--space-2,8px);flex-wrap:wrap;display:flex}.opportunity-card-module___zJFnq__valueSection{text-align:right;flex-direction:column;align-items:flex-end;min-width:130px;display:flex}.opportunity-card-module___zJFnq__valueLabel{font-size:var(--text-xs,.75rem);color:var(--color-text-secondary,#64748b);text-transform:uppercase;font-weight:500}.opportunity-card-module___zJFnq__valueAmount{font-size:var(--text-lg,1.125rem);color:var(--color-text-primary,#0f172a);font-weight:700}.opportunity-card-module___zJFnq__confidenceScore{color:var(--color-text-secondary,#64748b);flex-direction:column;align-items:flex-end;gap:2px;margin-top:4px;font-size:.7rem;display:flex}.opportunity-card-module___zJFnq__confidenceBar{background-color:var(--color-surface-subtle,#f1f5f9);border-radius:2px;width:70px;height:4px;overflow:hidden}.opportunity-card-module___zJFnq__confidenceFill{background-color:var(--color-primary,#0284c7);border-radius:2px;height:100%}.opportunity-card-module___zJFnq__body{margin:var(--space-1,4px) 0}.opportunity-card-module___zJFnq__reason{font-size:var(--text-sm,.875rem);color:var(--color-text-secondary,#475569);margin:0;line-height:1.4}.opportunity-card-module___zJFnq__footer{padding-top:var(--space-3,12px);border-top:1px solid var(--color-border-subtle,#f1f5f9);justify-content:space-between;align-items:center;gap:var(--space-3,12px);flex-wrap:wrap;display:flex}.opportunity-card-module___zJFnq__metaRow{align-items:center;gap:var(--space-4,16px);flex-wrap:wrap;display:flex}.opportunity-card-module___zJFnq__metaItem{align-items:center;gap:var(--space-1,4px);font-size:var(--text-xs,.75rem);display:flex}.opportunity-card-module___zJFnq__metaLabel{color:var(--color-text-muted,#94a3b8)}.opportunity-card-module___zJFnq__metaValue{color:var(--color-text-secondary,#475569);font-weight:500}.opportunity-card-module___zJFnq__actions{align-items:center;gap:var(--space-2,8px);display:flex}
.treatment-plan-card-module__ICqgCq__card{background:var(--color-bg-card,#ffffffb3);-webkit-backdrop-filter:blur(16px);border:1px solid var(--color-border-subtle,#e2e8f0cc);border-radius:var(--radius-xl,16px);box-shadow:var(--shadow-sm,0 1px 3px #0000000d);margin-bottom:1.5rem;padding:1.5rem;transition:all .2s}.treatment-plan-card-module__ICqgCq__card:hover{border-color:var(--color-border-strong,#cbd5e1e6);box-shadow:var(--shadow-md,0 4px 12px #00000014)}.treatment-plan-card-module__ICqgCq__header{border-bottom:1px solid var(--color-border-subtle,#f1f5f9);flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;padding-bottom:1rem;display:flex}.treatment-plan-card-module__ICqgCq__titleArea{flex-direction:column;gap:.35rem;display:flex}.treatment-plan-card-module__ICqgCq__titleRow{align-items:center;gap:.75rem;display:flex}.treatment-plan-card-module__ICqgCq__title{color:var(--color-text-primary,#0f172a);margin:0;font-size:1.2rem;font-weight:700}.treatment-plan-card-module__ICqgCq__metaText{color:var(--color-text-secondary,#64748b);font-size:.85rem}.treatment-plan-card-module__ICqgCq__headerActions{align-items:center;gap:.5rem;display:flex}.treatment-plan-card-module__ICqgCq__metricsBar{background:var(--color-bg-secondary,#f8fafccc);border-radius:var(--radius-md,10px);border:1px solid var(--color-border-subtle,#e2e8f0);grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:.75rem;margin-bottom:1.25rem;padding:.85rem 1rem;display:grid}.treatment-plan-card-module__ICqgCq__metricItem{flex-direction:column;gap:.15rem;display:flex}.treatment-plan-card-module__ICqgCq__metricLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted,#94a3b8);font-size:.75rem;font-weight:600}.treatment-plan-card-module__ICqgCq__metricValue{color:var(--color-text-primary,#0f172a);font-size:1.15rem;font-weight:700}.treatment-plan-card-module__ICqgCq__itemsTableWrapper{width:100%;overflow-x:auto}.treatment-plan-card-module__ICqgCq__itemsTable{border-collapse:collapse;text-align:left;width:100%;font-size:.875rem}.treatment-plan-card-module__ICqgCq__itemsTable th{background:var(--color-bg-subtle,#f8fafc);color:var(--color-text-secondary,#64748b);text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid var(--color-border-subtle,#e2e8f0);padding:.65rem .75rem;font-size:.75rem;font-weight:600}.treatment-plan-card-module__ICqgCq__itemsTable td{border-bottom:1px solid var(--color-border-subtle,#f1f5f9);vertical-align:middle;padding:.75rem}.treatment-plan-card-module__ICqgCq__itemsTable tr:hover{background:#f1f5f966}.treatment-plan-card-module__ICqgCq__toothBadge{color:#0369a1;background:#e0f2fe;border-radius:6px;justify-content:center;align-items:center;padding:.2rem .5rem;font-family:monospace;font-size:.8rem;font-weight:600;display:inline-flex}.treatment-plan-card-module__ICqgCq__procInfo{flex-direction:column;gap:.15rem;display:flex}.treatment-plan-card-module__ICqgCq__procName{color:var(--color-text-primary,#0f172a);font-weight:600}.treatment-plan-card-module__ICqgCq__procMeta{color:var(--color-text-secondary,#64748b);align-items:center;gap:.5rem;font-size:.75rem;display:flex}.treatment-plan-card-module__ICqgCq__rowActions{align-items:center;gap:.35rem;display:flex}.treatment-plan-card-module__ICqgCq__btnAction{border:1px solid var(--color-border-subtle,#cbd5e1);cursor:pointer;background:#fff;border-radius:6px;padding:.3rem .55rem;font-size:.75rem;font-weight:600;transition:all .15s}.treatment-plan-card-module__ICqgCq__btnAction:hover{background:var(--color-bg-subtle,#f8fafc);border-color:var(--color-border-strong,#94a3b8)}.treatment-plan-card-module__ICqgCq__btnAccept{color:#059669;background:#ecfdf5;border-color:#a7f3d0}.treatment-plan-card-module__ICqgCq__btnAccept:hover{background:#d1fae5;border-color:#34d399}.treatment-plan-card-module__ICqgCq__btnDecline{color:#dc2626;background:#fef2f2;border-color:#fecaca}.treatment-plan-card-module__ICqgCq__btnDecline:hover{background:#fee2e2;border-color:#f87171}.treatment-plan-card-module__ICqgCq__btnComplete{color:#2563eb;background:#eff6ff;border-color:#bfdbfe}.treatment-plan-card-module__ICqgCq__btnComplete:hover{background:#dbeafe;border-color:#60a5fa}.treatment-plan-card-module__ICqgCq__notesArea{color:#92400e;background:#fffbeb;border-left:3px solid #f59e0b;border-radius:4px;margin-top:1rem;padding:.75rem 1rem;font-size:.85rem}
.opportunity-detail-drawer-module__bSKKCW__container{gap:var(--space-4,16px);padding:var(--space-2,8px) 0;flex-direction:column;display:flex}.opportunity-detail-drawer-module__bSKKCW__errorAlert{padding:var(--space-3,12px);color:#b91c1c;border-radius:var(--radius-md,8px);font-size:var(--text-sm,.875rem);background-color:#fef2f2;border:1px solid #fecaca}.opportunity-detail-drawer-module__bSKKCW__summaryCard{background-color:var(--color-surface-subtle,#f8fafc);border:1px solid var(--color-border,#e2e8f0);border-radius:var(--radius-md,8px);padding:var(--space-4,16px);gap:var(--space-3,12px);flex-direction:column;display:flex}.opportunity-detail-drawer-module__bSKKCW__summaryHeader{justify-content:space-between;align-items:flex-start;gap:var(--space-4,16px);display:flex}.opportunity-detail-drawer-module__bSKKCW__summaryTitle{font-size:var(--text-base,1rem);color:var(--color-text-primary,#0f172a);margin:0 0 var(--space-1,4px) 0;font-weight:600}.opportunity-detail-drawer-module__bSKKCW__patientLinks{margin-top:4px}.opportunity-detail-drawer-module__bSKKCW__viewChartLink{font-size:var(--text-xs,.75rem);color:var(--color-primary,#0284c7);font-weight:500;text-decoration:none}.opportunity-detail-drawer-module__bSKKCW__viewChartLink:hover{text-decoration:underline}.opportunity-detail-drawer-module__bSKKCW__summaryMetrics{flex-direction:column;align-items:flex-end;gap:4px;display:flex}.opportunity-detail-drawer-module__bSKKCW__metricItem{flex-direction:column;align-items:flex-end;display:flex}.opportunity-detail-drawer-module__bSKKCW__metricLabel{color:var(--color-text-muted,#94a3b8);text-transform:uppercase;font-size:.7rem}.opportunity-detail-drawer-module__bSKKCW__metricValue{font-size:var(--text-base,1rem);color:var(--color-text-primary,#0f172a);font-weight:700}.opportunity-detail-drawer-module__bSKKCW__metricRecovered{font-size:var(--text-base,1rem);color:#16a34a;font-weight:700}.opportunity-detail-drawer-module__bSKKCW__summaryMetaGrid{gap:var(--space-2,8px);font-size:var(--text-xs,.75rem);padding-top:var(--space-2,8px);border-top:1px solid var(--color-border,#e2e8f0);grid-template-columns:repeat(2,1fr);display:grid}.opportunity-detail-drawer-module__bSKKCW__metaLabel{color:var(--color-text-muted,#64748b)}.opportunity-detail-drawer-module__bSKKCW__tabNav{border-bottom:1px solid var(--color-border,#e2e8f0);gap:var(--space-2,8px);display:flex;overflow-x:auto}.opportunity-detail-drawer-module__bSKKCW__tabButton{padding:var(--space-2,8px) var(--space-3,12px);font-size:var(--text-sm,.875rem);color:var(--color-text-secondary,#64748b);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;font-weight:500}.opportunity-detail-drawer-module__bSKKCW__tabButton:hover{color:var(--color-text-primary,#0f172a)}.opportunity-detail-drawer-module__bSKKCW__activeTab{color:var(--color-primary,#0284c7);border-bottom-color:var(--color-primary,#0284c7)}.opportunity-detail-drawer-module__bSKKCW__timelineSection{gap:var(--space-4,16px);flex-direction:column;display:flex}.opportunity-detail-drawer-module__bSKKCW__attributionsBox{border-radius:var(--radius-md,8px);padding:var(--space-3,12px);background-color:#f0fdf4;border:1px solid #bbf7d0;flex-direction:column;gap:8px;display:flex}.opportunity-detail-drawer-module__bSKKCW__boxTitle{font-size:var(--text-xs,.75rem);text-transform:uppercase;color:#15803d;margin:0;font-weight:600}.opportunity-detail-drawer-module__bSKKCW__attributionItem{font-size:var(--text-xs,.75rem);color:#166534;justify-content:space-between;align-items:center;display:flex}.opportunity-detail-drawer-module__bSKKCW__attrDate{color:#4ade80}.opportunity-detail-drawer-module__bSKKCW__emptyLogs{text-align:center;padding:var(--space-6,24px) 0;color:var(--color-text-muted,#94a3b8);font-size:var(--text-sm,.875rem);align-items:center;gap:var(--space-3,12px);flex-direction:column;display:flex}.opportunity-detail-drawer-module__bSKKCW__timeline{gap:var(--space-3,12px);flex-direction:column;display:flex}.opportunity-detail-drawer-module__bSKKCW__timelineItem{background-color:var(--color-surface,#fff);border:1px solid var(--color-border,#e2e8f0);border-radius:var(--radius-md,8px);padding:var(--space-3,12px);gap:var(--space-2,8px);flex-direction:column;display:flex}.opportunity-detail-drawer-module__bSKKCW__timelineHeader{justify-content:space-between;align-items:center;display:flex}.opportunity-detail-drawer-module__bSKKCW__timelineMeta{align-items:center;gap:var(--space-2,8px);display:flex}.opportunity-detail-drawer-module__bSKKCW__channelBadge{background-color:var(--color-surface-subtle,#f1f5f9);border:1px solid var(--color-border,#cbd5e1);border-radius:var(--radius-sm,4px);color:var(--color-text-secondary,#475569);padding:2px 6px;font-size:.7rem;font-weight:600}.opportunity-detail-drawer-module__bSKKCW__outcomeText{font-size:var(--text-xs,.75rem);color:var(--color-text-primary,#0f172a);text-transform:capitalize;font-weight:500}.opportunity-detail-drawer-module__bSKKCW__timelineTime{color:var(--color-text-muted,#94a3b8);font-size:.7rem}.opportunity-detail-drawer-module__bSKKCW__timelineNotes{font-size:var(--text-xs,.75rem);color:var(--color-text-secondary,#475569);background-color:var(--color-surface-subtle,#f8fafc);padding:var(--space-2,8px);border-radius:var(--radius-sm,4px);margin:0;line-height:1.4}.opportunity-detail-drawer-module__bSKKCW__timelineActor{color:var(--color-text-muted,#94a3b8);font-size:.7rem}.opportunity-detail-drawer-module__bSKKCW__formSection{gap:var(--space-3,12px);flex-direction:column;display:flex}.opportunity-detail-drawer-module__bSKKCW__formGroup{flex-direction:column;gap:4px;display:flex}.opportunity-detail-drawer-module__bSKKCW__inputLabel{font-size:var(--text-sm,.875rem);color:var(--color-text-primary,#0f172a);font-weight:500}.opportunity-detail-drawer-module__bSKKCW__textarea{width:100%;padding:var(--space-2,8px) var(--space-3,12px);border:1px solid var(--color-border,#cbd5e1);border-radius:var(--radius-md,8px);font-size:var(--text-sm,.875rem);color:var(--color-text-primary,#0f172a);resize:vertical;background-color:var(--color-surface,#fff)}.opportunity-detail-drawer-module__bSKKCW__textarea:focus{border-color:var(--color-primary,#0284c7);box-shadow:0 0 0 1px var(--color-primary,#0284c7);outline:none}.opportunity-detail-drawer-module__bSKKCW__formActions{justify-content:flex-end;gap:var(--space-2,8px);padding-top:var(--space-3,12px);border-top:1px solid var(--color-border,#e2e8f0);display:flex}.opportunity-detail-drawer-module__bSKKCW__subTabNav{gap:var(--space-2,8px);background-color:var(--color-surface-subtle,#f1f5f9);border-radius:var(--radius-md,8px);margin-bottom:var(--space-2,8px);padding:4px;display:flex}.opportunity-detail-drawer-module__bSKKCW__subTabButton{padding:var(--space-2,8px) var(--space-3,12px);font-size:var(--text-xs,.75rem);color:var(--color-text-secondary,#64748b);border-radius:var(--radius-sm,6px);cursor:pointer;text-align:center;background:0 0;border:none;flex:1;font-weight:600;transition:all .15s}.opportunity-detail-drawer-module__bSKKCW__subTabButton:hover{color:var(--color-text-primary,#0f172a)}.opportunity-detail-drawer-module__bSKKCW__activeSubTab{background-color:var(--color-surface,#fff);color:var(--color-primary,#0284c7);box-shadow:0 1px 3px #00000014}.opportunity-detail-drawer-module__bSKKCW__recipientInfo{font-size:var(--text-xs,.75rem);color:var(--color-text-secondary,#64748b);background-color:var(--color-surface-subtle,#f8fafc);border:1px solid var(--color-border,#e2e8f0);border-radius:var(--radius-sm,6px);padding:var(--space-2,8px) var(--space-3,12px)}.opportunity-detail-drawer-module__bSKKCW__infoWarning{font-size:var(--text-xs,.75rem);color:#b45309;border-radius:var(--radius-sm,6px);padding:var(--space-2,8px) var(--space-3,12px);background-color:#fffbeb;border:1px solid #fde68a}
.patient-workflows-module__tCeUoW__container{gap:var(--space-4,16px);flex-direction:column;display:flex}.patient-workflows-module__tCeUoW__header{justify-content:space-between;align-items:center;gap:var(--space-3,12px);background-color:var(--color-surface,#fff);border:1px solid var(--color-border,#e2e8f0);border-radius:var(--radius-md,8px);padding:var(--space-4,16px);flex-wrap:wrap;display:flex}.patient-workflows-module__tCeUoW__title{font-size:var(--text-base,1rem);color:var(--color-text-primary,#0f172a);margin:0 0 2px;font-weight:600}.patient-workflows-module__tCeUoW__subtitle{font-size:var(--text-xs,.75rem);color:var(--color-text-secondary,#64748b);margin:0}.patient-workflows-module__tCeUoW__emptyState{text-align:center;padding:var(--space-8,32px) var(--space-4,16px);background-color:var(--color-surface,#fff);border:1px solid var(--color-border,#e2e8f0);border-radius:var(--radius-md,8px);color:var(--color-text-muted,#94a3b8);font-size:var(--text-sm,.875rem)}.patient-workflows-module__tCeUoW__rxList{gap:var(--space-3,12px);flex-direction:column;display:flex}.patient-workflows-module__tCeUoW__rxCard{background-color:var(--color-surface,#fff);border:1px solid var(--color-border,#e2e8f0);border-radius:var(--radius-md,8px);padding:var(--space-4,16px);box-shadow:0 1px 3px #0000000a}.patient-workflows-module__tCeUoW__rxHeader{margin-bottom:var(--space-3,12px);justify-content:space-between;align-items:flex-start;display:flex}.patient-workflows-module__tCeUoW__rxTitleRow{align-items:center;gap:var(--space-3,12px);display:flex}.patient-workflows-module__tCeUoW__rxSymbol{color:var(--color-primary,#0284c7);background:var(--color-surface-subtle,#f0f9ff);border:1px solid #bae6fd;border-radius:6px;justify-content:center;align-items:center;width:40px;height:40px;font-family:serif;font-size:1.5rem;font-weight:800;display:flex}.patient-workflows-module__tCeUoW__itemsTable{background-color:var(--color-surface-subtle,#f8fafc);border:1px solid var(--color-border,#e2e8f0);border-radius:var(--radius-sm,6px);overflow:hidden}.patient-workflows-module__tCeUoW__itemRow{border-bottom:1px solid var(--color-border,#f1f5f9);padding:10px 14px}.patient-workflows-module__tCeUoW__itemRow:last-child{border-bottom:none}.patient-workflows-module__tCeUoW__itemName{font-weight:600;font-size:var(--text-sm,.875rem);color:var(--color-text-primary,#0f172a);display:block}.patient-workflows-module__tCeUoW__itemMeta{font-size:var(--text-xs,.75rem);color:var(--color-text-secondary,#64748b);margin-top:2px;display:block}.patient-workflows-module__tCeUoW__itemInstructions{font-size:var(--text-xs,.75rem);color:#0369a1;background-color:#f0f9ff;border-radius:4px;margin-top:4px;padding:4px 8px;display:inline-block}.patient-workflows-module__tCeUoW__docGrid{gap:var(--space-3,12px);grid-template-columns:repeat(auto-fill,minmax(320px,1fr));display:grid}.patient-workflows-module__tCeUoW__docCard{background-color:var(--color-surface,#fff);border:1px solid var(--color-border,#e2e8f0);border-radius:var(--radius-md,8px);padding:var(--space-4,16px);gap:var(--space-3,12px);flex-direction:column;display:flex;box-shadow:0 1px 3px #0000000a}.patient-workflows-module__tCeUoW__docHeader{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.patient-workflows-module__tCeUoW__docTitle{font-size:var(--text-sm,.875rem);color:var(--color-text-primary,#0f172a);margin:0;font-weight:600}.patient-workflows-module__tCeUoW__docMeta{font-size:var(--text-xs,.75rem);color:var(--color-text-secondary,#64748b);margin-top:2px}.patient-workflows-module__tCeUoW__docContentBox{font-size:var(--text-xs,.75rem);color:var(--color-text-secondary,#475569);background-color:var(--color-surface-subtle,#f8fafc);border:1px solid var(--color-border,#f1f5f9);border-radius:6px;padding:10px;line-height:1.5}.patient-workflows-module__tCeUoW__docFooter{border-top:1px solid var(--color-border,#f1f5f9);justify-content:space-between;align-items:center;padding-top:8px;display:flex}.patient-workflows-module__tCeUoW__hashBadge{color:#475569;background-color:#f1f5f9;border:1px solid #cbd5e1;border-radius:4px;padding:2px 6px;font-family:monospace;font-size:.65rem}.patient-workflows-module__tCeUoW__formGrid{gap:var(--space-3,12px);flex-direction:column;display:flex}.patient-workflows-module__tCeUoW__formGroup{flex-direction:column;gap:4px;display:flex}.patient-workflows-module__tCeUoW__formRow2{gap:var(--space-3,12px);grid-template-columns:1fr 1fr;display:grid}.patient-workflows-module__tCeUoW__formRow3{gap:var(--space-3,12px);grid-template-columns:1fr 1fr 1fr;display:grid}.patient-workflows-module__tCeUoW__label{font-size:var(--text-sm,.875rem);color:var(--color-text-primary,#0f172a);font-weight:500}.patient-workflows-module__tCeUoW__textarea{border:1px solid var(--color-border,#cbd5e1);width:100%;font-size:var(--text-sm,.875rem);resize:vertical;color:var(--color-text-primary,#0f172a);border-radius:6px;padding:8px 12px}.patient-workflows-module__tCeUoW__consentAgreement{background-color:#f8fafc;border:1px solid #cbd5e1;border-radius:6px;padding:12px}.patient-workflows-module__tCeUoW__errorBanner{color:#b91c1c;font-size:var(--text-xs,.75rem);background-color:#fef2f2;border:1px solid #fecaca;border-radius:6px;padding:8px 12px}
.communications-module__txr97W__wrapper{gap:var(--space-6,24px);max-width:1200px;padding-bottom:var(--space-8,32px);flex-direction:column;margin:0 auto;display:flex}.communications-module__txr97W__header{justify-content:space-between;align-items:flex-start;gap:var(--space-4,16px);flex-wrap:wrap;display:flex}.communications-module__txr97W__pageTitle{font-size:var(--text-2xl,1.5rem);color:var(--color-text-primary,#0f172a);margin:0 0 var(--space-1,4px) 0;font-weight:700}.communications-module__txr97W__pageSubtitle{font-size:var(--text-sm,.875rem);color:var(--color-text-secondary,#64748b);margin:0}.communications-module__txr97W__headerActions{align-items:center;gap:var(--space-3,12px);display:flex}.communications-module__txr97W__feedbackBanner{color:#166534;padding:var(--space-3,12px) var(--space-4,16px);border-radius:var(--radius-md,8px);font-size:var(--text-sm,.875rem);background-color:#f0fdf4;border:1px solid #86efac;font-weight:500}.communications-module__txr97W__metricsGrid{gap:var(--space-4,16px);grid-template-columns:repeat(auto-fit,minmax(220px,1fr));display:grid}.communications-module__txr97W__kpiCard{background-color:var(--color-surface,#fff);border:1px solid var(--color-border,#e2e8f0);border-radius:var(--radius-md,8px);padding:var(--space-4,16px);gap:var(--space-1,4px);flex-direction:column;display:flex}.communications-module__txr97W__kpiLabel{font-size:var(--text-xs,.75rem);color:var(--color-text-secondary,#64748b);text-transform:uppercase;font-weight:600}.communications-module__txr97W__kpiValue{font-size:var(--text-2xl,1.5rem);color:var(--color-text-primary,#0f172a);font-weight:700}.communications-module__txr97W__kpiValueSuccess{font-size:var(--text-2xl,1.5rem);color:#16a34a;font-weight:700}.communications-module__txr97W__kpiValueDanger{font-size:var(--text-2xl,1.5rem);color:#dc2626;font-weight:700}.communications-module__txr97W__kpiSubtext{color:var(--color-text-muted,#94a3b8);font-size:.75rem}.communications-module__txr97W__tabNav{border-bottom:1px solid var(--color-border,#e2e8f0);gap:var(--space-2,8px);display:flex;overflow-x:auto}.communications-module__txr97W__tabButton{padding:var(--space-2,8px) var(--space-4,16px);font-size:var(--text-sm,.875rem);color:var(--color-text-secondary,#64748b);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;font-weight:500}.communications-module__txr97W__tabButton:hover{color:var(--color-text-primary,#0f172a)}.communications-module__txr97W__activeTab{color:var(--color-primary,#0284c7);border-bottom-color:var(--color-primary,#0284c7);font-weight:600}.communications-module__txr97W__tabContent{gap:var(--space-4,16px);flex-direction:column;display:flex}.communications-module__txr97W__filterBar{justify-content:flex-end;display:flex}.communications-module__txr97W__dropdownFilters{gap:var(--space-3,12px);display:flex}.communications-module__txr97W__tableCard{background-color:var(--color-surface,#fff);border:1px solid var(--color-border,#e2e8f0);border-radius:var(--radius-md,8px);overflow-x:auto}.communications-module__txr97W__table{border-collapse:collapse;text-align:left;width:100%;font-size:var(--text-sm,.875rem)}.communications-module__txr97W__table th{padding:var(--space-3,12px) var(--space-4,16px);background-color:var(--color-surface-subtle,#f8fafc);color:var(--color-text-secondary,#64748b);border-bottom:1px solid var(--color-border,#e2e8f0);font-weight:600}.communications-module__txr97W__table td{padding:var(--space-3,12px) var(--space-4,16px);border-bottom:1px solid var(--color-border-subtle,#f1f5f9);color:var(--color-text-primary,#0f172a);vertical-align:middle}.communications-module__txr97W__table tr:last-child td{border-bottom:none}.communications-module__txr97W__recipientName{font-weight:600}.communications-module__txr97W__recipientContact{font-size:var(--text-xs,.75rem);color:var(--color-text-muted,#94a3b8)}.communications-module__txr97W__channelTag{background-color:var(--color-surface-subtle,#f1f5f9);border:1px solid var(--color-border,#cbd5e1);color:var(--color-text-secondary,#475569);border-radius:4px;padding:2px 6px;font-size:.7rem;font-weight:700}.communications-module__txr97W__messagePreview{white-space:nowrap;text-overflow:ellipsis;max-width:400px;font-size:var(--text-xs,.75rem);color:var(--color-text-secondary,#475569);overflow:hidden}.communications-module__txr97W__timeCell{font-size:var(--text-xs,.75rem);color:var(--color-text-secondary,#64748b);white-space:nowrap}.communications-module__txr97W__emptyCell{text-align:center;padding:var(--space-8,32px);color:var(--color-text-muted,#94a3b8)}.communications-module__txr97W__templatesHeader{justify-content:space-between;align-items:center;gap:var(--space-4,16px);background-color:var(--color-surface-subtle,#f8fafc);border:1px solid var(--color-border,#e2e8f0);border-radius:var(--radius-md,8px);padding:var(--space-3,12px) var(--space-4,16px);display:flex}.communications-module__txr97W__templatesHint{font-size:var(--text-xs,.75rem);color:var(--color-text-secondary,#64748b);margin:0}.communications-module__txr97W__templatesHint code{background-color:#fff;border:1px solid #cbd5e1;border-radius:4px;padding:2px 4px}.communications-module__txr97W__templatesGrid{gap:var(--space-4,16px);grid-template-columns:repeat(auto-fill,minmax(320px,1fr));display:grid}.communications-module__txr97W__templateCard{background-color:var(--color-surface,#fff);border:1px solid var(--color-border,#e2e8f0);border-radius:var(--radius-md,8px);padding:var(--space-4,16px);gap:var(--space-2,8px);flex-direction:column;display:flex}.communications-module__txr97W__templateCardHeader{justify-content:space-between;align-items:flex-start;display:flex}.communications-module__txr97W__templateName{font-size:var(--text-sm,.875rem);color:var(--color-text-primary,#0f172a);margin:0;font-weight:600}.communications-module__txr97W__templateCategory{color:var(--color-text-muted,#94a3b8);text-transform:capitalize;font-size:.7rem}.communications-module__txr97W__templateSubject{font-size:var(--text-xs,.75rem);color:var(--color-text-secondary,#475569);background-color:var(--color-surface-subtle,#f8fafc);border-radius:4px;padding:4px 8px}.communications-module__txr97W__templateBody{font-size:var(--text-xs,.75rem);color:var(--color-text-secondary,#475569);white-space:pre-wrap;line-height:1.4}.communications-module__txr97W__rulesList{gap:var(--space-3,12px);flex-direction:column;display:flex}.communications-module__txr97W__ruleCard{background-color:var(--color-surface,#fff);border:1px solid var(--color-border,#e2e8f0);border-radius:var(--radius-md,8px);padding:var(--space-4,16px);justify-content:space-between;align-items:center;display:flex}.communications-module__txr97W__ruleName{font-size:var(--text-sm,.875rem);color:var(--color-text-primary,#0f172a);margin:0 0 4px;font-weight:600}.communications-module__txr97W__ruleMeta{font-size:var(--text-xs,.75rem);color:var(--color-text-secondary,#64748b)}.communications-module__txr97W__ruleTemplate{font-size:var(--text-xs,.75rem);color:var(--color-primary,#0284c7);margin-top:4px}.communications-module__txr97W__dialogForm{gap:var(--space-3,12px);flex-direction:column;display:flex}.communications-module__txr97W__formErrorAlert{color:#b91c1c;padding:var(--space-2,8px) var(--space-3,12px);border-radius:var(--radius-md,8px);font-size:var(--text-xs,.75rem);background-color:#fee2e2;border:1px solid #fecaca}.communications-module__txr97W__formGroup{flex-direction:column;gap:4px;display:flex}.communications-module__txr97W__inputLabel{font-size:var(--text-sm,.875rem);color:var(--color-text-primary,#0f172a);font-weight:500}.communications-module__txr97W__textarea{width:100%;padding:var(--space-2,8px) var(--space-3,12px);border:1px solid var(--color-border,#cbd5e1);border-radius:var(--radius-md,8px);font-size:var(--text-sm,.875rem);color:var(--color-text-primary,#0f172a);resize:vertical;background-color:var(--color-surface,#fff)}.communications-module__txr97W__textarea:focus{border-color:var(--color-primary,#0284c7);box-shadow:0 0 0 1px var(--color-primary,#0284c7);outline:none}.communications-module__txr97W__formActions{justify-content:flex-end;gap:var(--space-2,8px);padding-top:var(--space-3,12px);border-top:1px solid var(--color-border,#e2e8f0);display:flex}.communications-module__txr97W__msgDetails{gap:var(--space-3,12px);font-size:var(--text-sm,.875rem);flex-direction:column;display:flex}.communications-module__txr97W__detailRow{gap:var(--space-2,8px);align-items:center;display:flex}.communications-module__txr97W__errorBanner{color:#b91c1c;padding:var(--space-2,8px);border-radius:var(--radius-sm,4px);font-size:var(--text-xs,.75rem);background-color:#fef2f2;border:1px solid #fecaca}.communications-module__txr97W__detailBodyBox{background-color:var(--color-surface-subtle,#f8fafc);border:1px solid var(--color-border,#e2e8f0);border-radius:var(--radius-md,8px);padding:var(--space-3,12px)}.communications-module__txr97W__detailSubject{font-size:var(--text-xs,.75rem);margin-bottom:var(--space-2,8px);border-bottom:1px solid var(--color-border,#e2e8f0);padding-bottom:4px}.communications-module__txr97W__detailBody{white-space:pre-wrap;font-size:var(--text-sm,.875rem);line-height:1.5}
.operations-module__cFgIYG__container{max-width:var(--content-max-width);margin:0 auto}.operations-module__cFgIYG__header{margin-bottom:var(--space-6);justify-content:space-between;align-items:center;gap:var(--space-4);flex-wrap:wrap;display:flex}.operations-module__cFgIYG__titleGroup{flex-direction:column;gap:2px;display:flex}.operations-module__cFgIYG__title{font:var(--text-page-title);color:var(--color-text-primary);margin:0}.operations-module__cFgIYG__subtitle{font:var(--text-body);color:var(--color-text-secondary)}.operations-module__cFgIYG__section{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-card);padding:var(--space-6);box-shadow:var(--shadow-card);margin-bottom:var(--space-6)}.operations-module__cFgIYG__sectionHeader{margin-bottom:var(--space-4);padding-bottom:var(--space-3);border-bottom:1px solid var(--color-divider);justify-content:space-between;align-items:center;display:flex}.operations-module__cFgIYG__sectionTitle{font:var(--text-section-title);color:var(--color-text-primary);margin:0}.operations-module__cFgIYG__grid{gap:var(--space-4);grid-template-columns:repeat(auto-fill,minmax(280px,1fr));display:grid}.operations-module__cFgIYG__card{padding:var(--space-4);background:var(--color-canvas);border:1px solid var(--color-border);border-radius:var(--radius-input);justify-content:space-between;gap:var(--space-2);flex-direction:column;display:flex}.operations-module__cFgIYG__cardTitle{font:var(--text-card-title);color:var(--color-text-primary);justify-content:space-between;align-items:center;font-weight:600;display:flex}.operations-module__cFgIYG__cardSubtitle{font:var(--text-meta);color:var(--color-text-secondary)}.operations-module__cFgIYG__chairCard{padding:var(--space-3) var(--space-4);background:var(--color-canvas);border:1px solid var(--color-border);border-radius:var(--radius-input);justify-content:space-between;align-items:center;display:flex}.operations-module__cFgIYG__tabNav{gap:var(--space-2,8px);border-bottom:1px solid var(--color-border,#e2e8f0);margin-bottom:var(--space-6,24px);display:flex;overflow-x:auto}.operations-module__cFgIYG__tabButton{font-size:var(--text-sm,.875rem);color:var(--color-text-secondary,#64748b);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;padding:10px 16px;font-weight:500;transition:all .15s}.operations-module__cFgIYG__tabButton:hover{color:var(--color-text-primary,#0f172a)}.operations-module__cFgIYG__activeTab{color:var(--color-primary,#0284c7);border-bottom-color:var(--color-primary,#0284c7);font-weight:600}.operations-module__cFgIYG__alertBanner{border-radius:var(--radius-md,8px);padding:var(--space-3,12px) var(--space-4,16px);margin-bottom:var(--space-4,16px);color:#92400e;font-size:var(--text-sm,.875rem);background-color:#fffbeb;border:1px solid #fde68a;justify-content:space-between;align-items:center;display:flex}.operations-module__cFgIYG__metricsRow{gap:var(--space-3,12px);margin-bottom:var(--space-4,16px);grid-template-columns:repeat(auto-fit,minmax(180px,1fr));display:grid}.operations-module__cFgIYG__metricBox{background:var(--color-surface,#fff);border:1px solid var(--color-border,#e2e8f0);border-radius:var(--radius-md,8px);padding:var(--space-3,12px);flex-direction:column;gap:2px;display:flex}.operations-module__cFgIYG__metricBoxLabel{text-transform:uppercase;color:var(--color-text-muted,#94a3b8);font-size:.7rem;font-weight:600}.operations-module__cFgIYG__metricBoxValue{color:var(--color-text-primary,#0f172a);font-size:1.25rem;font-weight:700}.operations-module__cFgIYG__tableContainer{border:1px solid var(--color-border,#e2e8f0);border-radius:var(--radius-md,8px);background:var(--color-surface,#fff);overflow-x:auto}.operations-module__cFgIYG__table{border-collapse:collapse;width:100%;font-size:var(--text-sm,.875rem);text-align:left}.operations-module__cFgIYG__table th{background-color:var(--color-surface-subtle,#f8fafc);color:var(--color-text-muted,#64748b);font-size:var(--text-xs,.75rem);text-transform:uppercase;border-bottom:1px solid var(--color-border,#e2e8f0);padding:10px 14px;font-weight:600}.operations-module__cFgIYG__table td{border-bottom:1px solid var(--color-border,#f1f5f9);color:var(--color-text-primary,#0f172a);padding:12px 14px}.operations-module__cFgIYG__table tr:last-child td{border-bottom:none}.operations-module__cFgIYG__table tr:hover td{background-color:var(--color-surface-subtle,#f8fafc)}.operations-module__cFgIYG__actionsCell{align-items:center;gap:6px;display:flex}.operations-module__cFgIYG__labGrid{gap:var(--space-4,16px);grid-template-columns:repeat(auto-fill,minmax(320px,1fr));display:grid}.operations-module__cFgIYG__labCard{background:var(--color-surface,#fff);border:1px solid var(--color-border,#e2e8f0);border-radius:var(--radius-lg,12px);padding:var(--space-4,16px);gap:var(--space-3,12px);flex-direction:column;display:flex;box-shadow:0 1px 3px #0000000a}.operations-module__cFgIYG__labCardHeader{justify-content:space-between;align-items:flex-start;display:flex}.operations-module__cFgIYG__labPatient{font-weight:600;font-size:var(--text-sm,.875rem);color:var(--color-text-primary,#0f172a)}.operations-module__cFgIYG__labTooth{font-size:var(--text-xs,.75rem);color:var(--color-text-secondary,#64748b)}.operations-module__cFgIYG__labDetailsGrid{font-size:var(--text-xs,.75rem);grid-template-columns:repeat(2,1fr);gap:8px;display:grid}.operations-module__cFgIYG__labActions{padding-top:var(--space-2,8px);border-top:1px solid var(--color-border,#f1f5f9);flex-wrap:wrap;gap:6px;display:flex}.operations-module__cFgIYG__formGrid{gap:var(--space-3,12px);flex-direction:column;display:flex}.operations-module__cFgIYG__formRow2{gap:var(--space-3,12px);grid-template-columns:1fr 1fr;display:grid}.operations-module__cFgIYG__formRow3{gap:var(--space-3,12px);grid-template-columns:1fr 1fr 1fr;display:grid}
.reports-module__V-xP8q__container{gap:var(--space-6,24px);max-width:1400px;padding-bottom:var(--space-12,48px);flex-direction:column;margin:0 auto;display:flex}.reports-module__V-xP8q__header{justify-content:space-between;align-items:flex-start;gap:var(--space-4,16px);flex-wrap:wrap;display:flex}.reports-module__V-xP8q__title{font-size:var(--text-2xl,1.5rem);color:var(--color-text-primary,#0f172a);margin:0 0 var(--space-1,4px) 0;font-weight:700}.reports-module__V-xP8q__subtitle{font-size:var(--text-sm,.875rem);color:var(--color-text-secondary,#64748b);margin:0}.reports-module__V-xP8q__headerControls{align-items:center;gap:var(--space-3,12px);flex-wrap:wrap;display:flex}.reports-module__V-xP8q__periodSelect{border-radius:var(--radius-md,8px);border:1px solid var(--color-border,#cbd5e1);background-color:var(--color-surface,#fff);font-size:var(--text-sm,.875rem);color:var(--color-text-primary,#0f172a);cursor:pointer;outline:none;padding:8px 12px;font-weight:500}.reports-module__V-xP8q__periodSelect:focus{border-color:var(--color-primary,#0284c7);box-shadow:0 0 0 1px var(--color-primary,#0284c7)}.reports-module__V-xP8q__kpiGrid{gap:var(--space-4,16px);grid-template-columns:repeat(auto-fit,minmax(220px,1fr));display:grid}.reports-module__V-xP8q__kpiCard{background:var(--color-surface,#fff);border:1px solid var(--color-border,#e2e8f0);border-radius:var(--radius-lg,12px);padding:var(--space-4,16px);flex-direction:column;gap:6px;transition:transform .15s,box-shadow .15s;display:flex;box-shadow:0 1px 3px #0000000a}.reports-module__V-xP8q__kpiCard:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000000f}.reports-module__V-xP8q__kpiLabel{font-size:var(--text-xs,.75rem);text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted,#64748b);font-weight:600}.reports-module__V-xP8q__kpiValue{font-size:var(--text-2xl,1.5rem);color:var(--color-text-primary,#0f172a);letter-spacing:-.02em;font-weight:700}.reports-module__V-xP8q__kpiFooter{font-size:var(--text-xs,.75rem);align-items:center;gap:6px;display:flex}.reports-module__V-xP8q__deltaPositive{color:#16a34a;align-items:center;gap:2px;font-weight:600;display:flex}.reports-module__V-xP8q__deltaNegative{color:#dc2626;align-items:center;gap:2px;font-weight:600;display:flex}.reports-module__V-xP8q__deltaPeriod{color:var(--color-text-muted,#94a3b8)}.reports-module__V-xP8q__chartsRow{gap:var(--space-4,16px);grid-template-columns:2fr 1fr;display:grid}@media (max-width:1024px){.reports-module__V-xP8q__chartsRow{grid-template-columns:1fr}}.reports-module__V-xP8q__chartCard{background:var(--color-surface,#fff);border:1px solid var(--color-border,#e2e8f0);border-radius:var(--radius-lg,12px);padding:var(--space-5,20px);gap:var(--space-4,16px);flex-direction:column;display:flex;box-shadow:0 1px 3px #0000000a}.reports-module__V-xP8q__chartHeader{justify-content:space-between;align-items:center;display:flex}.reports-module__V-xP8q__chartTitle{font-size:var(--text-base,1rem);color:var(--color-text-primary,#0f172a);margin:0;font-weight:600}.reports-module__V-xP8q__chartLegend{font-size:var(--text-xs,.75rem);align-items:center;gap:12px;display:flex}.reports-module__V-xP8q__legendDotProduction{background-color:#0284c7;border-radius:2px;width:10px;height:10px;display:inline-block}.reports-module__V-xP8q__legendDotCollection{background-color:#10b981;border-radius:2px;width:10px;height:10px;display:inline-block}.reports-module__V-xP8q__barChartContainer{border-bottom:1px solid var(--color-border,#e2e8f0);align-items:flex-end;gap:8px;height:200px;padding-top:20px;display:flex;overflow-x:auto}.reports-module__V-xP8q__barGroup{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;gap:4px;min-width:28px;height:100%;display:flex}.reports-module__V-xP8q__barsPair{justify-content:center;align-items:flex-end;gap:3px;width:100%;height:100%;display:flex}.reports-module__V-xP8q__barProduction{background:linear-gradient(#38bdf8 0%,#0284c7 100%);border-radius:3px 3px 0 0;width:10px;transition:height .3s}.reports-module__V-xP8q__barCollection{background:linear-gradient(#34d399 0%,#10b981 100%);border-radius:3px 3px 0 0;width:10px;transition:height .3s}.reports-module__V-xP8q__barLabel{color:var(--color-text-muted,#94a3b8);white-space:nowrap;font-size:.65rem}.reports-module__V-xP8q__categoryList{flex-direction:column;gap:12px;display:flex}.reports-module__V-xP8q__categoryItem{flex-direction:column;gap:4px;display:flex}.reports-module__V-xP8q__categoryMeta{font-size:var(--text-xs,.75rem);color:var(--color-text-primary,#0f172a);justify-content:space-between;font-weight:500;display:flex}.reports-module__V-xP8q__categoryBarTrack{background-color:var(--color-surface-subtle,#f1f5f9);border-radius:4px;height:8px;overflow:hidden}.reports-module__V-xP8q__categoryBarFill{background:linear-gradient(90deg,#0284c7 0%,#0ea5e9 100%);border-radius:4px;height:100%;transition:width .3s}.reports-module__V-xP8q__tableCard{background:var(--color-surface,#fff);border:1px solid var(--color-border,#e2e8f0);border-radius:var(--radius-lg,12px);padding:var(--space-5,20px);box-shadow:0 1px 3px #0000000a}.reports-module__V-xP8q__tableHeader{margin-bottom:var(--space-4,16px);justify-content:space-between;align-items:center;display:flex}.reports-module__V-xP8q__table{border-collapse:collapse;width:100%;font-size:var(--text-sm,.875rem);text-align:left}.reports-module__V-xP8q__table th{background-color:var(--color-surface-subtle,#f8fafc);color:var(--color-text-muted,#64748b);font-size:var(--text-xs,.75rem);text-transform:uppercase;border-bottom:1px solid var(--color-border,#e2e8f0);padding:10px 14px;font-weight:600}.reports-module__V-xP8q__table td{border-bottom:1px solid var(--color-border,#f1f5f9);color:var(--color-text-primary,#0f172a);padding:12px 14px}.reports-module__V-xP8q__table tr:last-child td{border-bottom:none}.reports-module__V-xP8q__table tr:hover td{background-color:var(--color-surface-subtle,#f8fafc)}.reports-module__V-xP8q__dentistName{font-weight:600}.reports-module__V-xP8q__dentistSub{font-size:var(--text-xs,.75rem);color:var(--color-text-muted,#94a3b8)}.reports-module__V-xP8q__numberCol{text-align:right;font-variant-numeric:tabular-nums}.reports-module__V-xP8q__emptyState{text-align:center;color:var(--color-text-muted,#94a3b8);font-size:var(--text-sm,.875rem);padding:32px 0}
.revenue-module__CGay6q__wrapper{gap:var(--space-6,24px);max-width:1200px;padding-bottom:var(--space-8,32px);flex-direction:column;margin:0 auto;display:flex}.revenue-module__CGay6q__header{justify-content:space-between;align-items:flex-start;gap:var(--space-4,16px);flex-wrap:wrap;display:flex}.revenue-module__CGay6q__pageTitle{font-size:var(--text-2xl,1.5rem);color:var(--color-text-primary,#0f172a);margin:0 0 var(--space-1,4px) 0;font-weight:700}.revenue-module__CGay6q__pageSubtitle{font-size:var(--text-sm,.875rem);color:var(--color-text-secondary,#64748b);margin:0}.revenue-module__CGay6q__headerActions{align-items:center;gap:var(--space-3,12px);display:flex}.revenue-module__CGay6q__feedbackBanner{color:#166534;padding:var(--space-3,12px) var(--space-4,16px);border-radius:var(--radius-md,8px);font-size:var(--text-sm,.875rem);background-color:#f0fdf4;border:1px solid #86efac;font-weight:500}.revenue-module__CGay6q__metricsGrid{gap:var(--space-4,16px);grid-template-columns:repeat(auto-fit,minmax(220px,1fr));display:grid}.revenue-module__CGay6q__kpiCard{background-color:var(--color-surface,#fff);border:1px solid var(--color-border,#e2e8f0);border-radius:var(--radius-md,8px);padding:var(--space-4,16px);gap:var(--space-1,4px);flex-direction:column;display:flex}.revenue-module__CGay6q__kpiLabel{font-size:var(--text-xs,.75rem);color:var(--color-text-secondary,#64748b);text-transform:uppercase;font-weight:600}.revenue-module__CGay6q__kpiValue{font-size:var(--text-2xl,1.5rem);color:var(--color-text-primary,#0f172a);font-weight:700}.revenue-module__CGay6q__kpiValueSuccess{font-size:var(--text-2xl,1.5rem);color:#16a34a;font-weight:700}.revenue-module__CGay6q__kpiValueWarning{font-size:var(--text-2xl,1.5rem);color:#ea580c;font-weight:700}.revenue-module__CGay6q__kpiSubtext{color:var(--color-text-muted,#94a3b8);font-size:.75rem}.revenue-module__CGay6q__filterBar{justify-content:space-between;align-items:center;gap:var(--space-4,16px);background-color:var(--color-surface,#fff);border:1px solid var(--color-border,#e2e8f0);border-radius:var(--radius-md,8px);padding:var(--space-3,12px) var(--space-4,16px);flex-wrap:wrap;display:flex}.revenue-module__CGay6q__statusTabs{gap:var(--space-2,8px);flex-wrap:wrap;display:flex}.revenue-module__CGay6q__statusTab{padding:var(--space-1,4px) var(--space-3,12px);border-radius:var(--radius-sm,4px);font-size:var(--text-sm,.875rem);color:var(--color-text-secondary,#64748b);cursor:pointer;background:0 0;border:1px solid #0000;font-weight:500}.revenue-module__CGay6q__statusTab:hover{background-color:var(--color-surface-subtle,#f8fafc);color:var(--color-text-primary,#0f172a)}.revenue-module__CGay6q__activeStatusTab{color:#0369a1;background-color:#e0f2fe;border-color:#bae6fd;font-weight:600}.revenue-module__CGay6q__dropdownFilters{gap:var(--space-3,12px);flex-wrap:wrap;display:flex}.revenue-module__CGay6q__queueContainer{flex-direction:column;display:flex}.revenue-module__CGay6q__queueList{gap:var(--space-3,12px);flex-direction:column;display:flex}
.subscription-module__TZI1fq__container{max-width:1200px;padding:var(--space-6) var(--space-4);margin:0 auto}.subscription-module__TZI1fq__backLink{align-items:center;gap:var(--space-2);color:var(--color-primary);font-size:var(--text-sm);margin-bottom:var(--space-4);text-decoration:none;transition:opacity .15s;display:inline-flex}.subscription-module__TZI1fq__backLink:hover{opacity:.8;text-decoration:underline}.subscription-module__TZI1fq__header{margin-bottom:var(--space-6)}.subscription-module__TZI1fq__title{font-size:var(--text-2xl);color:var(--color-text);margin-bottom:var(--space-1);font-weight:700}.subscription-module__TZI1fq__subtitle{font-size:var(--text-sm);color:var(--color-text-secondary)}.subscription-module__TZI1fq__card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-6);margin-bottom:var(--space-6);box-shadow:var(--shadow-sm)}.subscription-module__TZI1fq__cardHeader{margin-bottom:var(--space-4);justify-content:space-between;align-items:center;display:flex}.subscription-module__TZI1fq__cardTitle{font-size:var(--text-lg);color:var(--color-text);font-weight:600}.subscription-module__TZI1fq__quotaGrid{gap:var(--space-4);margin-bottom:var(--space-6);grid-template-columns:repeat(auto-fit,minmax(240px,1fr));display:grid}.subscription-module__TZI1fq__quotaCard{background:var(--color-surface-subtle);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-4)}.subscription-module__TZI1fq__quotaLabel{font-size:var(--text-xs);text-transform:uppercase;color:var(--color-text-muted);margin-bottom:var(--space-2);font-weight:600}.subscription-module__TZI1fq__quotaValue{font-size:var(--text-2xl);color:var(--color-text);margin-bottom:var(--space-2);font-weight:700}.subscription-module__TZI1fq__progressBar{background:var(--color-border);width:100%;height:6px;margin-bottom:var(--space-1);border-radius:9999px;overflow:hidden}.subscription-module__TZI1fq__progressFill{background:var(--color-primary);border-radius:9999px;height:100%;transition:width .3s}.subscription-module__TZI1fq__plansGrid{gap:var(--space-4);margin-top:var(--space-4);grid-template-columns:repeat(auto-fit,minmax(280px,1fr));display:grid}.subscription-module__TZI1fq__planCard{border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-5);background:var(--color-surface);flex-direction:column;justify-content:space-between;transition:border-color .2s,box-shadow .2s;display:flex;position:relative}.subscription-module__TZI1fq__planCardActive{border:2px solid var(--color-primary);box-shadow:0 0 0 1px var(--color-primary)}.subscription-module__TZI1fq__planName{font-size:var(--text-base);color:var(--color-text);margin-bottom:var(--space-1);font-weight:700}.subscription-module__TZI1fq__planPrice{font-size:var(--text-2xl);color:var(--color-primary);margin-bottom:var(--space-2);font-weight:800}.subscription-module__TZI1fq__planDesc{font-size:var(--text-xs);color:var(--color-text-secondary);margin-bottom:var(--space-4);min-height:36px}.subscription-module__TZI1fq__featuresList{margin:0 0 var(--space-6) 0;gap:var(--space-2);flex-direction:column;padding:0;list-style:none;display:flex}.subscription-module__TZI1fq__featureItem{font-size:var(--text-xs);color:var(--color-text-secondary);align-items:center;gap:var(--space-2);display:flex}.subscription-module__TZI1fq__diagRow{padding:var(--space-3) 0;border-bottom:1px solid var(--color-border);font-size:var(--text-sm);justify-content:space-between;align-items:center;display:flex}.subscription-module__TZI1fq__diagRow:last-child{border-bottom:none}
.auth-module__IvY1la__page{background:var(--color-canvas);min-height:100dvh;padding:var(--space-6);justify-content:center;align-items:center;display:flex}.auth-module__IvY1la__container{width:100%;max-width:400px}.auth-module__IvY1la__header{margin-bottom:var(--space-8)}.auth-module__IvY1la__title{font:var(--text-page-title);color:var(--color-text-primary);margin-bottom:var(--space-2)}.auth-module__IvY1la__subtitle{font:var(--text-body);color:var(--color-text-secondary)}.auth-module__IvY1la__form{gap:var(--space-5);flex-direction:column;display:flex}.auth-module__IvY1la__row{gap:var(--space-4);grid-template-columns:1fr 1fr;display:grid}.auth-module__IvY1la__errorBanner{font:var(--text-meta);color:var(--color-danger);background:var(--color-danger-light);padding:var(--space-3) var(--space-4);border-radius:var(--radius-sm)}.auth-module__IvY1la__footer{font:var(--text-body);color:var(--color-text-secondary);text-align:center;margin-top:var(--space-6)}@media (max-width:480px){.auth-module__IvY1la__row{grid-template-columns:1fr}}
.onboarding-module__YoKLQa__page{background:var(--color-canvas);min-height:100dvh;padding:var(--space-6);justify-content:center;align-items:center;display:flex}.onboarding-module__YoKLQa__container{width:100%;max-width:480px}.onboarding-module__YoKLQa__header{margin-bottom:var(--space-8)}.onboarding-module__YoKLQa__title{font:var(--text-page-title);color:var(--color-text-primary);margin-bottom:var(--space-2)}.onboarding-module__YoKLQa__subtitle{font:var(--text-body);color:var(--color-text-secondary)}.onboarding-module__YoKLQa__form{gap:var(--space-5);flex-direction:column;display:flex}.onboarding-module__YoKLQa__divider{border:none;border-top:1px solid var(--color-divider);margin:var(--space-2) 0}.onboarding-module__YoKLQa__errorBanner{font:var(--text-meta);color:var(--color-danger);background:var(--color-danger-light);padding:var(--space-3) var(--space-4);border-radius:var(--radius-sm)}
