.dashboard-module__cK_esG__shell{background:linear-gradient(90deg, var(--dashboard-sidebar) 0 248px, var(--dashboard-bg) 248px 100%);min-height:100vh;color:var(--dashboard-text);font-family:var(--dashboard-font);grid-template-columns:248px minmax(0,1fr);align-items:stretch;display:grid}.dashboard-module__cK_esG__sidebar{background:var(--dashboard-sidebar);color:#eef5ff;flex-direction:column;gap:32px;height:100dvh;min-height:100vh;padding:24px 18px;display:flex;position:sticky;top:0}.dashboard-module__cK_esG__brand{border-bottom:1px solid #ffffff1f;align-items:center;gap:12px;padding:4px 8px 18px;display:flex}.dashboard-module__cK_esG__brandMark{background:var(--dashboard-primary);border-radius:8px;place-items:center;width:38px;height:38px;font-weight:800;display:grid}.dashboard-module__cK_esG__brand strong,.dashboard-module__cK_esG__brand div>span{display:block}.dashboard-module__cK_esG__brand strong{letter-spacing:0;overflow-wrap:anywhere;font-size:18px;line-height:1.25}.dashboard-module__cK_esG__brand div>span{color:#9fb1c8;margin-top:4px;font-size:12px}.dashboard-module__cK_esG__nav{gap:8px;display:grid}.dashboard-module__cK_esG__navItem,.dashboard-module__cK_esG__activeNavItem{color:#bfd0e6;border-radius:8px;align-items:center;gap:10px;min-height:44px;padding:0 12px;font-size:15px;font-weight:700;display:flex}.dashboard-module__cK_esG__activeNavItem{background:var(--dashboard-primary);color:#fff}.dashboard-module__cK_esG__navIcon{width:22px;height:22px;color:inherit;place-items:center;font-size:16px;display:grid}.dashboard-module__cK_esG__navLabel{flex:1;min-width:0}.dashboard-module__cK_esG__workspace{min-width:0;padding:32px}.dashboard-module__cK_esG__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:22px;display:flex}.dashboard-module__cK_esG__headerText{flex:1;min-width:0}.dashboard-module__cK_esG__headerActions{flex:none;justify-content:flex-end;align-items:center;padding-top:2px;display:flex}.dashboard-module__cK_esG__kicker{color:var(--dashboard-primary);margin-bottom:6px;font-size:13px;font-weight:800}.dashboard-module__cK_esG__header h1{letter-spacing:0;font-size:28px;line-height:1.25}.dashboard-module__cK_esG__header span,.dashboard-module__cK_esG__headerDescription{color:#8190a5;margin-top:8px;font-size:14px;display:block}.dashboard-module__cK_esG__snackbar{z-index:200;border:1px solid var(--dashboard-border-muted);color:#172033;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff5;border-radius:12px;align-items:flex-start;gap:10px;width:min(340px,100vw - 32px);padding:12px 14px;animation:.18s ease-out dashboard-module__cK_esG__snackbarIn;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 22px 44px -28px #1c2a3a94}.dashboard-module__cK_esG__snackbarIcon{border-radius:999px;flex:none;place-items:center;width:22px;height:22px;margin-top:1px;font-weight:900;line-height:1;display:inline-grid;color:#fff!important;font-size:13px!important}.dashboard-module__cK_esG__snackbarBody{gap:1px;min-width:0;display:grid}.dashboard-module__cK_esG__snackbarBody strong{font-size:13px;font-weight:900}.dashboard-module__cK_esG__snackbarBody span{color:var(--dashboard-text-muted);margin-top:0;font-size:14px;line-height:1.45}.dashboard-module__cK_esG__snackbarSuccess{color:#fff;background:#16a34a;border-color:#16a34a;box-shadow:0 22px 44px -24px #16a34a9e}.dashboard-module__cK_esG__snackbarWarning{color:#fff;background:#f59e0b;border-color:#f59e0b;box-shadow:0 22px 44px -24px #f59e0b9e}.dashboard-module__cK_esG__snackbarError{border-color:var(--dashboard-danger);color:#fff;background:var(--dashboard-danger);box-shadow:0 22px 44px -24px #ef44449e}.dashboard-module__cK_esG__snackbarSuccess .dashboard-module__cK_esG__snackbarBody span,.dashboard-module__cK_esG__snackbarWarning .dashboard-module__cK_esG__snackbarBody span,.dashboard-module__cK_esG__snackbarError .dashboard-module__cK_esG__snackbarBody span{color:#ffffffeb}.dashboard-module__cK_esG__snackbarSuccess .dashboard-module__cK_esG__snackbarIcon,.dashboard-module__cK_esG__snackbarWarning .dashboard-module__cK_esG__snackbarIcon,.dashboard-module__cK_esG__snackbarError .dashboard-module__cK_esG__snackbarIcon{background:#fff3;color:inherit!important}@keyframes dashboard-module__cK_esG__snackbarIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.dashboard-module__cK_esG__statsGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:14px;display:grid}.dashboard-module__cK_esG__statCard,.dashboard-module__cK_esG__panel,.dashboard-module__cK_esG__detailPanel{border:1px solid var(--dashboard-border);border-radius:var(--dashboard-radius);background:var(--dashboard-surface);box-shadow:var(--dashboard-shadow)}.dashboard-module__cK_esG__statCard{padding:20px}.dashboard-module__cK_esG__statCard span{color:#64748b;font-size:13px;font-weight:800}.dashboard-module__cK_esG__statCard strong{color:#172033;margin-top:8px;font-size:30px;line-height:1;display:block}.dashboard-module__cK_esG__statCard p{color:#8190a5;margin-top:8px;font-size:13px}.dashboard-module__cK_esG__contentGrid{grid-template-columns:minmax(280px,360px) minmax(0,1fr);gap:14px;margin-bottom:14px;display:grid}.dashboard-module__cK_esG__panel+.dashboard-module__cK_esG__panel,.dashboard-module__cK_esG__detailPanel+.dashboard-module__cK_esG__panel,.dashboard-module__cK_esG__panel+.dashboard-module__cK_esG__detailPanel{margin-top:14px}.dashboard-module__cK_esG__detailPanel{gap:18px;display:grid}.dashboard-module__cK_esG__sectionTitle{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:18px;display:flex}.dashboard-module__cK_esG__sectionTitle h2{color:var(--dashboard-text);font-size:18px;line-height:1.3}.dashboard-module__cK_esG__sectionTitle span{color:#8190a5;text-align:right;font-size:13px}.dashboard-module__cK_esG__createForm,.dashboard-module__cK_esG__commentBox,.dashboard-module__cK_esG__recordForm,.dashboard-module__cK_esG__recordsPanel{gap:12px;display:grid}.dashboard-module__cK_esG__createForm label,.dashboard-module__cK_esG__commentBox label,.dashboard-module__cK_esG__recordForm label,.dashboard-module__cK_esG__checkboxRow,.dashboard-module__cK_esG__formField{color:#334155;gap:8px;font-size:14px;font-weight:800;display:grid}.dashboard-module__cK_esG__fieldHint{color:var(--dashboard-text-subtle);margin-left:6px;font-size:12px;font-weight:800;display:inline}.dashboard-module__cK_esG__requiredMark{color:#b42318;vertical-align:text-bottom;background:#fff4f2;border-radius:999px;align-items:center;min-height:18px;margin-left:6px;padding:0 7px;font-size:11px;font-weight:900;line-height:18px;display:inline-flex}.dashboard-module__cK_esG__fieldErrorInput{background:#fff4f2!important;border-color:#ef4444!important;box-shadow:0 0 0 4px #ffdad6ad!important}.dashboard-module__cK_esG__fieldErrorMessage{color:#b42318;font-size:12px;font-weight:900;line-height:1.45;display:block}.dashboard-module__cK_esG__checkboxRow{grid-template-columns:auto 1fr;align-items:center}.dashboard-module__cK_esG__checkboxRow input{width:18px;height:18px}.dashboard-module__cK_esG__inputRow{grid-template-columns:minmax(0,1fr) 82px;gap:8px;display:grid}.dashboard-module__cK_esG__createForm input,.dashboard-module__cK_esG__createForm select,.dashboard-module__cK_esG__createForm textarea,.dashboard-module__cK_esG__commentBox input,.dashboard-module__cK_esG__commentBox textarea,.dashboard-module__cK_esG__recordForm input,.dashboard-module__cK_esG__recordForm select,.dashboard-module__cK_esG__recordForm textarea{border:1px solid var(--dashboard-border-strong);border-radius:var(--dashboard-radius);background:var(--dashboard-surface-muted);width:100%;min-height:42px;color:var(--dashboard-text);font:inherit;padding:0 12px}.dashboard-module__cK_esG__createForm select,.dashboard-module__cK_esG__recordForm select,.dashboard-module__cK_esG__recordEditGrid select{appearance:none;background-image:linear-gradient(45deg,#0000 50%,#64748b 50%),linear-gradient(135deg,#64748b 50%,#0000 50%);background-position:calc(100% - 18px) 18px,calc(100% - 13px) 18px;background-repeat:no-repeat;background-size:5px 5px,5px 5px;padding-right:34px}.dashboard-module__cK_esG__createForm textarea,.dashboard-module__cK_esG__commentBox textarea,.dashboard-module__cK_esG__recordForm textarea{resize:vertical;min-height:96px;padding-top:12px}.dashboard-module__cK_esG__inputRow button{color:#fff;min-height:42px;font:inherit;cursor:pointer;background:#2f74dc;border:0;border-radius:8px;font-weight:800}.dashboard-module__cK_esG__switchRow{border:1px solid var(--dashboard-border-muted);background:var(--dashboard-surface-muted);cursor:pointer;border-radius:8px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;padding:14px;display:grid}.dashboard-module__cK_esG__switchInput{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.dashboard-module__cK_esG__switchTrack{background:#dbe5f0;border:1px solid #cbd7e6;border-radius:999px;align-items:center;width:44px;height:26px;padding:2px;transition:background .16s,border-color .16s;display:inline-flex}.dashboard-module__cK_esG__switchThumb{background:#fff;border-radius:999px;width:20px;height:20px;transition:transform .16s;box-shadow:0 2px 6px #0f172a33}.dashboard-module__cK_esG__switchInput:checked+.dashboard-module__cK_esG__switchTrack{border-color:var(--dashboard-primary);background:var(--dashboard-primary)}.dashboard-module__cK_esG__switchInput:checked+.dashboard-module__cK_esG__switchTrack .dashboard-module__cK_esG__switchThumb{transform:translate(18px)}.dashboard-module__cK_esG__switchInput:focus-visible+.dashboard-module__cK_esG__switchTrack{outline:2px solid var(--dashboard-primary);outline-offset:2px}.dashboard-module__cK_esG__switchText{gap:4px;min-width:0;display:grid}.dashboard-module__cK_esG__switchText strong{color:var(--dashboard-text);font-size:14px;line-height:1.35}.dashboard-module__cK_esG__switchText span{color:var(--dashboard-text-muted);font-size:13px;font-weight:700;line-height:1.45}.dashboard-module__cK_esG__formActions{justify-content:flex-end;display:flex}.dashboard-module__cK_esG__createForm .dashboard-module__cK_esG__buttonWithLoader,.dashboard-module__cK_esG__commentBox .dashboard-module__cK_esG__buttonWithLoader,.dashboard-module__cK_esG__tableActionForm .dashboard-module__cK_esG__buttonWithLoader{color:#fff;min-height:42px;font:inherit;cursor:pointer;text-align:center;background:#2f74dc;border:0;border-radius:8px;padding:0 16px;font-size:14px;font-weight:900}.dashboard-module__cK_esG__commentBox .dashboard-module__cK_esG__formActions{grid-column:auto;grid-template-columns:none;justify-content:flex-end;display:flex}.dashboard-module__cK_esG__tableActionForm{justify-content:flex-end;display:flex}.dashboard-module__cK_esG__tableActionForm .dashboard-module__cK_esG__buttonWithLoader{min-height:34px;padding:0 12px;font-size:12px}.dashboard-module__cK_esG__tableWrap{border:1px solid var(--dashboard-border-muted);border-radius:var(--dashboard-radius);-webkit-overflow-scrolling:touch;overflow-x:auto}.dashboard-module__cK_esG__patientTable{border-collapse:collapse;width:100%;min-width:680px;font-size:14px}.dashboard-module__cK_esG__patientTable th,.dashboard-module__cK_esG__patientTable td{text-align:left;vertical-align:middle;white-space:nowrap;border-bottom:1px solid #e8eef6;padding:13px 12px}.dashboard-module__cK_esG__cellAlignCenter{text-align:center}.dashboard-module__cK_esG__cellAlignRight{text-align:right;font-variant-numeric:tabular-nums}.dashboard-module__cK_esG__cellAlignCenter .dashboard-module__cK_esG__tableCellLink,.dashboard-module__cK_esG__cellAlignRight .dashboard-module__cK_esG__tableCellLink{justify-content:center;align-items:center;display:flex}.dashboard-module__cK_esG__cellAlignRight .dashboard-module__cK_esG__tableCellLink{justify-content:flex-end}.dashboard-module__cK_esG__cellAlignCenter>form{justify-content:center;display:inline-flex}.dashboard-module__cK_esG__patientTable th{color:var(--dashboard-text-muted);background:var(--dashboard-surface-subtle);font-size:12px;font-weight:900}.dashboard-module__cK_esG__patientTable tr.dashboard-module__cK_esG__clickableRow{cursor:pointer}.dashboard-module__cK_esG__patientTable tbody tr:hover,.dashboard-module__cK_esG__selectedRow{background:var(--dashboard-hover)}.dashboard-module__cK_esG__recordsTable{min-width:900px}.dashboard-module__cK_esG__wideTable{min-width:960px}.dashboard-module__cK_esG__dentalTipsTable{min-width:1040px}.dashboard-module__cK_esG__dentalTipTitleCell,.dashboard-module__cK_esG__dentalTipBodyCell,.dashboard-module__cK_esG__dentalTipMetaCell,.dashboard-module__cK_esG__dentalTipDateCell{white-space:normal;overflow-wrap:anywhere;word-break:keep-all}.dashboard-module__cK_esG__dentalTipBodyCell{max-width:360px;line-height:1.65}.dashboard-module__cK_esG__dentalTipMetaCell,.dashboard-module__cK_esG__dentalTipDateCell{line-height:1.55}.dashboard-module__cK_esG__dentalTipPriorityCell,.dashboard-module__cK_esG__dentalTipActionCell{white-space:nowrap}.dashboard-module__cK_esG__dentalTipToggle{cursor:pointer;align-items:center;gap:9px;min-height:34px;display:inline-flex}.dashboard-module__cK_esG__dentalTipToggleText{color:var(--dashboard-text-muted);white-space:nowrap;font-size:12px;font-weight:900;line-height:1}.dashboard-module__cK_esG__wrapCell{white-space:normal;max-width:360px;line-height:1.6}.dashboard-module__cK_esG__recordsTable tr:focus-visible{outline:2px solid var(--dashboard-primary);outline-offset:-2px}.dashboard-module__cK_esG__emptyState{border-radius:var(--dashboard-radius);background:var(--dashboard-surface-muted);text-align:center;border:1px dashed #cbd7e6;place-content:center;gap:6px;min-height:120px;display:grid}.dashboard-module__cK_esG__emptyState strong{color:#172033;font-size:15px}.dashboard-module__cK_esG__emptyState span{color:#8190a5;font-size:13px}.dashboard-module__cK_esG__tableCellLink{min-height:26px;color:inherit;flex-direction:column;justify-content:center;align-items:flex-start;text-decoration:none;display:flex}.dashboard-module__cK_esG__statusPill{min-height:26px;color:var(--dashboard-primary-strong);white-space:nowrap;background:#eaf2ff;border-radius:999px;justify-content:center;align-items:center;padding:0 10px;font-size:12px;font-weight:800;line-height:1;display:inline-flex}.dashboard-module__cK_esG__statusPillActive{color:#147142;background:#e9f8f0}.dashboard-module__cK_esG__statusPillInactive{color:#64748b;background:#f1f5f9}.dashboard-module__cK_esG__statusBadge{white-space:nowrap;vertical-align:middle;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:7px;height:34px;padding:0 13px 0 10px;font-size:13px;font-weight:800;line-height:34px;display:inline-flex}.dashboard-module__cK_esG__statusBadgeIcon{color:#fff;border-radius:999px;flex:none;place-items:center;width:20px;height:20px;font-size:13px;font-weight:900;line-height:20px;display:inline-grid}.dashboard-module__cK_esG__statusBadgeIcon span{height:20px;line-height:20px;display:block}.dashboard-module__cK_esG__statusBadgeLabel{line-height:1;display:block;transform:translateY(.5px)}.dashboard-module__cK_esG__statusApproved{color:#147142;background:#edfdf3;border-color:#b7ebc6}.dashboard-module__cK_esG__statusPending{color:#946200;background:#fff8e6;border-color:#ffe2a8}.dashboard-module__cK_esG__statusRejected{color:#b42318;background:#fff1f1;border-color:#ffc9c9}.dashboard-module__cK_esG__statusRejected .dashboard-module__cK_esG__statusBadgeIcon{background:#d92d20}.dashboard-module__cK_esG__statusMuted{color:#64748b;background:#f8fafc;border-color:#d7e0ed}.dashboard-module__cK_esG__statusMuted .dashboard-module__cK_esG__statusBadgeIcon{background:#94a3b8}.dashboard-module__cK_esG__detailGrid,.dashboard-module__cK_esG__patientDetailLayout,.dashboard-module__cK_esG__patientOverviewLayout{gap:14px;display:grid}.dashboard-module__cK_esG__detailGrid{grid-template-columns:1fr 1fr 1.1fr}.dashboard-module__cK_esG__patientDetailLayout{grid-template-columns:minmax(280px,340px) minmax(0,1fr);align-items:start;gap:18px}.dashboard-module__cK_esG__patientOverviewLayout{grid-template-columns:minmax(300px,380px) minmax(0,1fr);align-items:stretch;margin-bottom:18px}.dashboard-module__cK_esG__patientSideStack{align-content:start;gap:14px;display:grid}.dashboard-module__cK_esG__infoBox,.dashboard-module__cK_esG__uploadZone,.dashboard-module__cK_esG__commentBox,.dashboard-module__cK_esG__recordForm,.dashboard-module__cK_esG__recordsPanel,.dashboard-module__cK_esG__patientMediaPanel{background:#fff;border:1px solid #e3eaf4;border-radius:8px;min-width:0;padding:20px}.dashboard-module__cK_esG__patientMediaPanel{align-content:start;gap:20px;display:grid}.dashboard-module__cK_esG__infoBox h3,.dashboard-module__cK_esG__commentBox h3{margin-bottom:14px;font-size:16px}.dashboard-module__cK_esG__infoBoxHeader{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.dashboard-module__cK_esG__infoBoxHeader h3{margin-bottom:0}.dashboard-module__cK_esG__infoBoxHeader button,.dashboard-module__cK_esG__inlineActions button{color:#fff;min-height:36px;font:inherit;cursor:pointer;background:#2f74dc;border:0;border-radius:8px;padding:0 14px;font-size:13px;font-weight:800}.dashboard-module__cK_esG__inlineActions{gap:8px;display:flex}.dashboard-module__cK_esG__inlineActions button:last-child:not(.dashboard-module__cK_esG__primaryInlineAction):not(.dashboard-module__cK_esG__dangerAction),.dashboard-module__cK_esG__inlineActions .dashboard-module__cK_esG__secondaryInlineAction{color:#334155;background:#fff;border:1px solid #d7e0ed}.dashboard-module__cK_esG__inlineActions .dashboard-module__cK_esG__primaryInlineAction{color:#fff;background:#2f74dc;border:0}.dashboard-module__cK_esG__infoBoxHeader button:disabled,.dashboard-module__cK_esG__inlineActions button:disabled{cursor:wait;opacity:.65}.dashboard-module__cK_esG__formHeader{border-bottom:1px solid #e3eaf4;justify-content:space-between;align-items:center;gap:16px;padding-bottom:16px;display:flex}.dashboard-module__cK_esG__formHeader strong,.dashboard-module__cK_esG__formHeader span{display:block}.dashboard-module__cK_esG__formHeader strong{color:#172033;font-size:16px}.dashboard-module__cK_esG__formHeader span{color:#8190a5;margin-top:5px;font-size:13px}.dashboard-module__cK_esG__formHeader button{color:#fff;min-width:84px;min-height:40px;font:inherit;cursor:pointer;background:#2f74dc;border:0;border-radius:8px;flex:none;font-size:13px;font-weight:800}.dashboard-module__cK_esG__formHeader button:disabled{cursor:wait;opacity:.7}.dashboard-module__cK_esG__recordFormSections{gap:20px;display:grid}.dashboard-module__cK_esG__recordFormSection{background:#f8fafc;border:1px solid #e6edf5;border-radius:16px;gap:18px;padding:18px 18px 20px;display:grid}.dashboard-module__cK_esG__recordFormSectionHeader{border-bottom:1px solid #e3eaf4;gap:4px;padding-bottom:14px;display:grid}.dashboard-module__cK_esG__recordFormSectionHeader strong{color:#172033;letter-spacing:-.02em;font-size:15px;font-weight:900}.dashboard-module__cK_esG__recordFormSectionHeader span{color:#8190a5;font-size:12px;font-weight:700;line-height:1.45}.dashboard-module__cK_esG__recordFormGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 16px;display:grid}.dashboard-module__cK_esG__recordFormSection .dashboard-module__cK_esG__recordFormGrid>label,.dashboard-module__cK_esG__recordFormSection .dashboard-module__cK_esG__recordFormGrid>.dashboard-module__cK_esG__formField,.dashboard-module__cK_esG__recordFormSection .dashboard-module__cK_esG__recordFormGrid>.dashboard-module__cK_esG__recordCtField,.dashboard-module__cK_esG__recordFormSection .dashboard-module__cK_esG__recordEditGrid>label,.dashboard-module__cK_esG__recordFormSection .dashboard-module__cK_esG__recordEditGrid>.dashboard-module__cK_esG__formField{gap:10px}.dashboard-module__cK_esG__fullField{grid-column:1/-1}.dashboard-module__cK_esG__categoryField{gap:8px;display:grid}.dashboard-module__cK_esG__categoryPicker{flex-wrap:wrap;gap:8px;display:flex}.dashboard-module__cK_esG__categoryChip{border:1px solid var(--dashboard-border-strong,#d7e0ed);border-radius:var(--dashboard-radius,8px);background:var(--dashboard-surface-muted,#fbfdff);min-height:42px;color:var(--dashboard-text-soft,#526173);font:inherit;cursor:pointer;padding:0 14px;font-size:13px;font-weight:800;line-height:1;transition:border-color .16s,background .16s,color .16s,box-shadow .16s}.dashboard-module__cK_esG__categoryChip:hover{color:var(--dashboard-text,#172033);background:#fff;border-color:#bac9d3}.dashboard-module__cK_esG__categoryChipActive{border-color:var(--dashboard-primary,#2f74dc);color:var(--dashboard-primary-strong,#1d4f91);background:#e3f2fd;box-shadow:0 0 0 4px #e3f2fdcc}.dashboard-module__cK_esG__categoryChip:focus-visible{border-color:#bac9d3;outline:none;box-shadow:0 0 0 4px #e3f2fdcc}.dashboard-module__cK_esG__appointmentTimeRange{grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.dashboard-module__cK_esG__appointmentTimeRangeHint{color:#64748b;grid-column:1/-1;margin:0;font-size:12px;font-weight:700}.dashboard-module__cK_esG__recordForm select:disabled,.dashboard-module__cK_esG__createForm select:disabled{cursor:not-allowed;opacity:.65}@media (max-width:720px){.dashboard-module__cK_esG__appointmentTimeRange{grid-template-columns:1fr}}.dashboard-module__cK_esG__recordCtField{gap:8px;display:grid}.dashboard-module__cK_esG__recordCtFieldLabel{color:var(--dashboard-text-muted,#64748b);font-size:13px;font-weight:800}.dashboard-module__cK_esG__recordCtUploadZone{min-height:0;margin:0;padding:12px}.dashboard-module__cK_esG__recordCtUploadZone .dashboard-module__cK_esG__uploadPicker{min-height:140px}.dashboard-module__cK_esG__recordCtActions{justify-content:flex-end;padding:0 4px 4px;display:flex}.dashboard-module__cK_esG__recordCtActions .dashboard-module__cK_esG__secondaryAction{min-height:36px;padding:0 14px;font-size:13px}.dashboard-module__cK_esG__confirmModal{background:#fff;border-radius:24px;width:min(440px,100%);padding:22px;box-shadow:0 24px 70px #0f172a38}.dashboard-module__cK_esG__confirmModalText{color:#64748b;margin:16px 0 0;font-size:14px;font-weight:700;line-height:1.6}.dashboard-module__cK_esG__confirmModalActions{justify-content:flex-end;gap:8px;margin-top:20px;display:flex}.dashboard-module__cK_esG__confirmModalActions button{min-height:44px;font:inherit;cursor:pointer;padding:0 18px;font-size:13px;font-weight:800}.dashboard-module__cK_esG__infoBox dl{gap:12px;display:grid}.dashboard-module__cK_esG__multilineText{color:#243247;white-space:pre-wrap;overflow-wrap:anywhere;font-size:14px;font-weight:700;line-height:1.7}.dashboard-module__cK_esG__infoBox dl div{grid-template-columns:92px minmax(0,1fr);gap:10px;display:grid}.dashboard-module__cK_esG__infoBox dt{color:#8190a5;font-size:13px;font-weight:800}.dashboard-module__cK_esG__infoBox dd{color:#243247;word-break:keep-all;overflow-wrap:anywhere;min-width:0;font-size:14px;font-weight:700}.dashboard-module__cK_esG__latestCtHero{background:#fbfdff;border:1px solid #e3eaf4;border-radius:8px;grid-template-columns:minmax(0,1fr) minmax(180px,38%);align-items:stretch;gap:18px;padding:18px;display:grid}.dashboard-module__cK_esG__latestCtMeta{align-content:start;gap:8px;min-width:0;display:grid}.dashboard-module__cK_esG__latestCtMeta strong{color:#172033;font-size:15px}.dashboard-module__cK_esG__latestCtMeta span,.dashboard-module__cK_esG__latestCtMeta small{color:#8190a5;overflow-wrap:anywhere;font-size:13px}.dashboard-module__cK_esG__latestCtMeta span{color:#43474a;font-weight:800;line-height:1.45}.dashboard-module__cK_esG__latestCtHero img,.dashboard-module__cK_esG__latestCtFileCard{aspect-ratio:4/3;background:#f8fafc;border:1px solid #e3eaf4;border-radius:8px;width:100%}.dashboard-module__cK_esG__latestCtHero img{object-fit:cover}.dashboard-module__cK_esG__latestCtFileCard{color:#2f74dc;align-content:center;place-items:center;gap:8px;font-size:13px;font-weight:800;display:grid}.dashboard-module__cK_esG__latestCtFileCard span{background:#eef5ff;border-radius:8px;place-items:center;width:44px;height:44px;display:grid}.dashboard-module__cK_esG__latestCtEmpty{text-align:center;background:#fbfdff;border:1px dashed #cbd7e6;border-radius:8px;place-content:center;gap:8px;min-height:132px;display:grid}.dashboard-module__cK_esG__latestCtEmpty strong{color:#172033;font-size:14px}.dashboard-module__cK_esG__latestCtEmpty span{color:#8190a5;font-size:13px;line-height:1.55}.dashboard-module__cK_esG__patientEditForm{gap:12px;display:grid}.dashboard-module__cK_esG__patientEditForm label{color:#334155;gap:8px;font-size:13px;font-weight:800;display:grid}.dashboard-module__cK_esG__patientEditForm input,.dashboard-module__cK_esG__patientEditForm textarea{color:#172033;width:100%;min-height:42px;font:inherit;background:#fbfdff;border:1px solid #d7e0ed;border-radius:8px;padding:0 12px}.dashboard-module__cK_esG__patientEditForm textarea{resize:vertical;min-height:84px;padding-top:12px}.dashboard-module__cK_esG__uploadZone{border:2px dashed #b9c8dc;gap:18px;min-height:0;transition:border-color .2s,background .2s;display:grid;position:relative}.dashboard-module__cK_esG__uploadPicker{text-align:center;cursor:pointer;border-radius:8px;place-items:center;min-height:168px;display:grid;position:relative}.dashboard-module__cK_esG__uploadPickerDisabled{cursor:not-allowed;opacity:.74}.dashboard-module__cK_esG__uploadZoneActive{background:#eef5ff}.dashboard-module__cK_esG__uploadIcon{color:#fff;background:#2f74dc;border-radius:8px;place-items:center;width:54px;height:54px;margin-bottom:12px;font-weight:900;display:grid}.dashboard-module__cK_esG__uploadZone strong{font-size:16px}.dashboard-module__cK_esG__uploadZone p{color:#8190a5;margin-top:8px;font-size:13px;line-height:1.5}.dashboard-module__cK_esG__uploadInput{opacity:0;cursor:pointer;position:absolute;inset:0}.dashboard-module__cK_esG__uploadInput:disabled{cursor:not-allowed}.dashboard-module__cK_esG__uploadControls{grid-template-columns:minmax(0,1fr) 104px;gap:12px;width:100%;display:grid}.dashboard-module__cK_esG__uploadControls label{color:#334155;text-align:left;gap:8px;font-size:13px;font-weight:800;display:grid}.dashboard-module__cK_esG__uploadControls select,.dashboard-module__cK_esG__uploadControls button{min-height:40px;font:inherit;border-radius:8px}.dashboard-module__cK_esG__uploadControls select{color:#172033;background:#fbfdff;border:1px solid #d7e0ed;min-width:0;padding:0 10px}.dashboard-module__cK_esG__uploadControls button{color:#fff;cursor:pointer;background:#2f74dc;border:0;align-self:end;font-size:13px;font-weight:800}.dashboard-module__cK_esG__uploadControls button:disabled,.dashboard-module__cK_esG__uploadControls select:disabled{cursor:not-allowed;opacity:.65}.dashboard-module__cK_esG__savedPreview{background:#f0fdf7;border:1px solid #ccebdc;border-radius:8px;gap:10px;margin-top:4px;padding:14px;display:grid}.dashboard-module__cK_esG__savedPreview strong{color:#147142;font-size:14px}.dashboard-module__cK_esG__savedPreview dl{gap:8px;display:grid}.dashboard-module__cK_esG__savedPreview dl div{grid-template-columns:96px minmax(0,1fr);gap:10px;display:grid}.dashboard-module__cK_esG__savedPreview dt{color:#498767;font-size:12px;font-weight:800}.dashboard-module__cK_esG__savedPreview dd{color:#173f2a;overflow-wrap:anywhere;font-size:13px;font-weight:700}.dashboard-module__cK_esG__modalBackdrop{z-index:80;background:#0f172a6b;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.dashboard-module__cK_esG__recordModal{background:#fff;border-radius:8px;width:min(720px,100%);max-height:min(720px,100vh - 48px);padding:22px;overflow:auto;box-shadow:0 24px 70px #0f172a38}.dashboard-module__cK_esG__modalHeader{border-bottom:1px solid #e3eaf4;justify-content:space-between;align-items:flex-start;gap:16px;padding-bottom:16px;display:flex}.dashboard-module__cK_esG__modalHeader strong,.dashboard-module__cK_esG__modalHeader span{display:block}.dashboard-module__cK_esG__modalHeader strong{color:#172033;font-size:18px}.dashboard-module__cK_esG__modalHeader span{color:#8190a5;margin-top:6px;font-size:13px}.dashboard-module__cK_esG__modalHeader button{color:#334155;min-height:36px;font:inherit;cursor:pointer;background:#fff;border:1px solid #d7e0ed;border-radius:8px;padding:0 14px;font-size:13px;font-weight:800}.dashboard-module__cK_esG__recordDetailSections{gap:16px;margin-top:18px;display:grid}.dashboard-module__cK_esG__recordDetailSection{background:#f8fafc;border:1px solid #e6edf5;border-radius:16px;gap:14px;padding:16px 16px 18px;display:grid}.dashboard-module__cK_esG__recordDetailGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 14px;margin-top:0;display:grid}.dashboard-module__cK_esG__recordDetailGrid div{gap:6px;display:grid}.dashboard-module__cK_esG__recordDetailGrid dt{color:#8190a5;font-size:12px;font-weight:900}.dashboard-module__cK_esG__recordDetailGrid dd{color:#243247;white-space:pre-wrap;overflow-wrap:anywhere;font-size:14px;font-weight:700;line-height:1.7}.dashboard-module__cK_esG__recordCtSection{border-top:1px solid #e3eaf4;gap:12px;margin-top:18px;padding-top:18px;display:grid}.dashboard-module__cK_esG__recordCtHeader{justify-content:space-between;align-items:center;gap:12px;display:flex}.dashboard-module__cK_esG__recordCtHeader strong{color:#172033;font-size:15px}.dashboard-module__cK_esG__recordCtHeader span,.dashboard-module__cK_esG__ctEmptyText{color:#8190a5;font-size:13px}.dashboard-module__cK_esG__ctImageGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.dashboard-module__cK_esG__ctImageItem{align-content:start;gap:8px;min-width:0;display:grid}.dashboard-module__cK_esG__ctImageLink{color:#243247;gap:4px;font-size:13px;font-weight:800;display:grid}.dashboard-module__cK_esG__ctImageLink img,.dashboard-module__cK_esG__ctFileThumb{aspect-ratio:4/3;background:#f8fafc;border:1px solid #e3eaf4;border-radius:8px;width:100%}.dashboard-module__cK_esG__ctImageLink img{object-fit:cover;margin-bottom:4px}.dashboard-module__cK_esG__ctFileName{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.dashboard-module__cK_esG__ctCreatedAt{color:#8190a5;font-size:12px;font-weight:700}.dashboard-module__cK_esG__ctDeleteButton{border:1px solid var(--dashboard-danger-border);background:var(--dashboard-danger-bg);min-height:34px;color:var(--dashboard-danger);font:inherit;cursor:pointer;border-radius:999px;font-size:12px;font-weight:800;transition:background .16s,border-color .16s,color .16s,transform .16s}.dashboard-module__cK_esG__ctDeleteButton:hover{color:var(--dashboard-danger-strong);background:#fee2e2;border-color:#fca5a5;transform:translateY(-1px)}.dashboard-module__cK_esG__ctDeleteButton:disabled{cursor:wait;opacity:.65;transform:none}.dashboard-module__cK_esG__ctFileThumb{color:#2f74dc;place-items:center;display:grid}.dashboard-module__cK_esG__ctImageItem span:last-child{overflow-wrap:anywhere}.dashboard-module__cK_esG__recordEditForm{gap:16px;display:grid}.dashboard-module__cK_esG__recordEditGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 16px;display:grid}.dashboard-module__cK_esG__recordEditGrid label{color:#334155;gap:8px;font-size:13px;font-weight:800;display:grid}.dashboard-module__cK_esG__recordEditGrid input,.dashboard-module__cK_esG__recordEditGrid select,.dashboard-module__cK_esG__recordEditGrid textarea{color:#172033;width:100%;min-height:42px;font:inherit;background:#fbfdff;border:1px solid #d7e0ed;border-radius:8px;padding:0 12px}.dashboard-module__cK_esG__recordEditGrid textarea{resize:vertical;min-height:104px;padding-top:12px}.dashboard-module__cK_esG__errorText{color:#b42318;font-size:13px;font-weight:800}.dashboard-module__cK_esG__compactList{gap:10px;display:grid}.dashboard-module__cK_esG__compactItem{background:#fbfdff;border:1px solid #e3eaf4;border-radius:8px;justify-content:space-between;align-items:center;gap:14px;min-height:64px;padding:12px 14px;display:flex}.dashboard-module__cK_esG__compactItem strong,.dashboard-module__cK_esG__compactItem div>span{display:block}.dashboard-module__cK_esG__compactItem strong{color:#172033;font-size:15px}.dashboard-module__cK_esG__compactItem div>span{color:#8190a5;margin-top:5px;font-size:13px}.dashboard-module__cK_esG__compactItem div>.dashboard-module__cK_esG__compactDate{color:#526173;font-weight:800}.dashboard-module__cK_esG__accountActions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.dashboard-module__cK_esG__accountActions form{display:contents}.dashboard-module__cK_esG__accountActions button{color:#fff;min-height:34px;font:inherit;cursor:pointer;background:#2f74dc;border:0;border-radius:8px;padding:0 12px;font-size:12px;font-weight:900}.dashboard-module__cK_esG__noticeState{gap:10px;max-width:560px;display:grid}.dashboard-module__cK_esG__noticeState strong{color:#172033;font-size:18px}.dashboard-module__cK_esG__noticeState p{color:#64748b;font-size:14px;line-height:1.6}.dashboard-module__cK_esG__noticeState a{color:#fff;background:#2f74dc;border-radius:8px;justify-self:start;place-items:center;min-height:40px;padding:0 14px;font-size:13px;font-weight:900;display:inline-grid}.dashboard-module__cK_esG__authShell{color:#172033;background:#f5f7fb;place-items:center;min-height:100vh;padding:32px;display:grid}.dashboard-module__cK_esG__authHero,.dashboard-module__cK_esG__authCard,.dashboard-module__cK_esG__signupPanel{background:#fff;border:1px solid #dde5f0;border-radius:8px;width:min(100%,920px);box-shadow:0 18px 48px #0f172a14}.dashboard-module__cK_esG__authHero{grid-template-columns:minmax(0,1fr) 260px;align-items:center;gap:32px;padding:44px;display:grid}.dashboard-module__cK_esG__authHero h1,.dashboard-module__cK_esG__authHeader h1{letter-spacing:0;margin-top:8px;font-size:32px;line-height:1.22}.dashboard-module__cK_esG__authHero p,.dashboard-module__cK_esG__authHeader p{color:#64748b;margin-top:12px;font-size:15px;line-height:1.65}.dashboard-module__cK_esG__authActions,.dashboard-module__cK_esG__authForm,.dashboard-module__cK_esG__signupForm,.dashboard-module__cK_esG__formActions{gap:12px;display:grid}.dashboard-module__cK_esG__authCard{max-width:480px;padding:34px}.dashboard-module__cK_esG__signupPanel{padding:34px}.dashboard-module__cK_esG__authHeader{margin-bottom:22px}.dashboard-module__cK_esG__authForm label,.dashboard-module__cK_esG__signupForm label{color:#334155;gap:8px;font-size:14px;font-weight:800;display:grid}.dashboard-module__cK_esG__authForm input,.dashboard-module__cK_esG__signupForm input,.dashboard-module__cK_esG__rejectForm input{color:#172033;width:100%;min-height:44px;font:inherit;background:#fbfdff;border:1px solid #d7e0ed;border-radius:8px;padding:0 12px}.dashboard-module__cK_esG__authForm button,.dashboard-module__cK_esG__signupForm button,.dashboard-module__cK_esG__primaryAction,.dashboard-module__cK_esG__secondaryAction,.dashboard-module__cK_esG__reviewGrid button,.dashboard-module__cK_esG__logoutForm button{color:#fff;min-height:44px;font:inherit;cursor:pointer;text-align:center;background:#2f74dc;border:0;border-radius:8px;padding:0 16px;font-weight:900}.dashboard-module__cK_esG__buttonWithLoader{justify-content:center;align-items:center;display:inline-flex}.dashboard-module__cK_esG__approveButton{box-shadow:0 8px 18px #18a0582e;color:#fff!important;background:#18a058!important}.dashboard-module__cK_esG__approveButton:hover{background:#147142!important}.dashboard-module__cK_esG__rejectButton{border:1px solid var(--dashboard-danger-border)!important;background:var(--dashboard-danger-bg)!important;color:var(--dashboard-danger)!important;box-shadow:none!important}.dashboard-module__cK_esG__rejectButton:hover{color:var(--dashboard-danger-strong)!important;background:#fee2e2!important;border-color:#fca5a5!important}.dashboard-module__cK_esG__dangerAction{border-radius:999px;background:var(--dashboard-danger)!important;color:#fff!important;border:0!important;box-shadow:0 18px 34px -22px #ef44448c!important}.dashboard-module__cK_esG__dangerAction:hover{transform:translateY(-1px);background:var(--dashboard-danger-strong)!important}.dashboard-module__cK_esG__buttonWithLoader:disabled{cursor:wait;opacity:.78}.dashboard-module__cK_esG__loadingDots{--dot-color-a:#fff;--dot-color-b:#b9f6ff;--dot-color-c:#f7c9ff;justify-content:center;align-items:center;gap:4px;min-width:32px;height:16px;display:inline-flex}.dashboard-module__cK_esG__loadingDots span{background:var(--dot-color-a);border-radius:999px;width:6px;height:6px;animation:.86s ease-in-out infinite dashboard-module__cK_esG__dotBounce,2.4s linear infinite dashboard-module__cK_esG__dotColor}.dashboard-module__cK_esG__loadingDots span:nth-child(2){animation-delay:.12s,.18s}.dashboard-module__cK_esG__loadingDots span:nth-child(3){animation-delay:.24s,.36s}.dashboard-module__cK_esG__loadingOverlay{z-index:2147483647;-webkit-backdrop-filter:blur(.5px);backdrop-filter:blur(.5px);background:#f8fafc6b;place-items:center;display:grid;position:fixed;inset:0}.dashboard-module__cK_esG__loadingOverlayPanel{z-index:1;color:#172033;background:#fff;border:1px solid #dde5f0;border-radius:8px;align-items:center;gap:14px;min-height:76px;padding:18px 22px;display:flex;position:relative;box-shadow:0 18px 48px #0f172a24}.dashboard-module__cK_esG__loadingOverlayPanel .dashboard-module__cK_esG__loadingDots{--dot-color-a:#2f74dc;--dot-color-b:#0fbaa8;--dot-color-c:#9d5cff}.dashboard-module__cK_esG__loadingOverlayPanel strong{font-size:14px}@keyframes dashboard-module__cK_esG__dotBounce{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-6px)}}@keyframes dashboard-module__cK_esG__dotColor{0%{background:var(--dot-color-a)}33%{background:var(--dot-color-b)}66%{background:var(--dot-color-c)}to{background:var(--dot-color-a)}}.dashboard-module__cK_esG__secondaryAction{color:#243247;background:#fff;border:1px solid #c9d6e8}.dashboard-module__cK_esG__primaryAction,.dashboard-module__cK_esG__secondaryAction{place-items:center;display:grid}.dashboard-module__cK_esG__authLinks{color:#2f65bd;justify-content:space-between;gap:12px;margin-top:18px;font-size:13px;font-weight:800;display:flex}.dashboard-module__cK_esG__authHomeAction{margin-top:12px}.dashboard-module__cK_esG__signupForm{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-module__cK_esG__businessUploadField{color:#334155;text-align:center;background:#fbfdff;border:2px dashed #b9c8dc;border-radius:8px;grid-column:1/-1;align-content:center;place-items:center;min-height:152px;padding:24px;transition:border-color .2s,background .2s,transform .2s;position:relative}.dashboard-module__cK_esG__businessUploadFieldActive{background:#eef5ff;border-color:#2f74dc;transform:translateY(-1px)}.dashboard-module__cK_esG__businessUploadIcon{color:#fff;background:#2f74dc;border-radius:8px;place-items:center;width:46px;height:46px;font-size:24px;font-weight:900;display:grid}.dashboard-module__cK_esG__businessUploadField strong{color:#172033;margin-top:12px;font-size:15px}.dashboard-module__cK_esG__businessUploadField span:last-of-type{color:#64748b;overflow-wrap:anywhere;max-width:520px;font-size:13px;font-weight:700}.dashboard-module__cK_esG__businessUploadField input{opacity:0;cursor:pointer;width:100%;min-height:100%;position:absolute;inset:0}.dashboard-module__cK_esG__signupAgreementSection{background:#fbfdff;border:1px solid #d7e0ed;border-radius:18px;grid-column:1/-1;gap:14px;padding:18px;display:grid}.dashboard-module__cK_esG__signupAgreementSection legend{color:#172033;padding:0 8px;font-size:15px;font-weight:900}.dashboard-module__cK_esG__signupAgreementSection>p{color:#64748b;font-size:13px;font-weight:700;line-height:1.55}.dashboard-module__cK_esG__signupAgreementList{gap:10px;display:grid}.dashboard-module__cK_esG__signupAgreementRow{background:#fff;border:1px solid #e3eaf4;border-radius:14px;grid-template-columns:minmax(0,1fr) max-content;align-items:center;gap:12px;padding:14px;display:grid}.dashboard-module__cK_esG__signupAgreementRow label{cursor:pointer;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:10px;display:grid}.dashboard-module__cK_esG__signupAgreementRow input{accent-color:#2f74dc;width:18px;height:18px;min-height:18px;margin-top:2px}.dashboard-module__cK_esG__signupAgreementRow span{gap:3px;min-width:0;display:grid}.dashboard-module__cK_esG__signupAgreementRow strong{color:#172033;font-size:14px;line-height:1.35}.dashboard-module__cK_esG__signupAgreementRow small{color:#64748b;font-size:12px;font-weight:700;line-height:1.45}.dashboard-module__cK_esG__agreementDetailButton{color:#2f65bd!important;min-height:36px!important;box-shadow:none!important;background:#fff!important;border:1px solid #c9d6e8!important;border-radius:999px!important;padding:0 13px!important;font-size:13px!important}.dashboard-module__cK_esG__agreementModal{background:#fff;border-radius:24px;width:min(620px,100%);max-height:min(680px,100vh - 48px);padding:22px;animation:.18s ease-out dashboard-module__cK_esG__agreementModalIn;overflow:auto;box-shadow:0 30px 80px #2d313338}.dashboard-module__cK_esG__agreementModalBody{gap:12px;margin-top:18px;display:grid}.dashboard-module__cK_esG__agreementModalBody article{background:#f7f9fb;border:1px solid #e3eaf4;border-radius:16px;gap:7px;padding:16px;display:grid}.dashboard-module__cK_esG__agreementModalBody h2{color:#172033;font-size:15px;line-height:1.35}.dashboard-module__cK_esG__agreementModalBody p{color:#64748b;font-size:14px;font-weight:700;line-height:1.7}.dashboard-module__cK_esG__agreementModalActions{justify-content:flex-end;margin-top:18px;display:flex}.dashboard-module__cK_esG__agreementModalActions button{background:var(--dashboard-primary);color:#fff;min-width:96px;min-height:44px;font:inherit;cursor:pointer;border:0;border-radius:999px;padding:0 18px;font-weight:900;transition:transform .16s,box-shadow .16s,background .16s;box-shadow:0 18px 34px -22px #526069c7}.dashboard-module__cK_esG__agreementModalActions button:hover{background:var(--dashboard-primary-strong);transform:translateY(-1px);box-shadow:0 20px 36px -20px #526069db}@keyframes dashboard-module__cK_esG__agreementModalIn{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.dashboard-module__cK_esG__formActions{grid-column:1/-1;grid-template-columns:180px max-content max-content;align-items:center}.dashboard-module__cK_esG__formActions a{color:#2f65bd;font-size:13px;font-weight:800}.dashboard-module__cK_esG__secondaryFormAction{background:#fff;border:1px solid #c9d6e8;border-radius:8px;place-items:center;min-height:44px;padding:0 16px;display:inline-grid;color:#243247!important}.dashboard-module__cK_esG__completeIcon{color:#fff;background:#18a058;border-radius:999px;place-items:center;width:58px;height:58px;margin-bottom:18px;font-size:30px;font-weight:900;display:grid}.dashboard-module__cK_esG__completeNotice{background:#f0fdf7;border:1px solid #ccebdc;border-radius:8px;gap:8px;margin-bottom:18px;padding:14px;display:grid}.dashboard-module__cK_esG__completeNotice strong{color:#147142;font-size:14px}.dashboard-module__cK_esG__completeNotice span{color:#315b45;font-size:13px;line-height:1.65}.dashboard-module__cK_esG__successText{color:#147142;font-size:13px;font-weight:800}.dashboard-module__cK_esG__logoutForm button{color:#eef5ff;background:#ffffff14;border:1px solid #ffffff29;width:100%;min-height:38px;font-size:13px}.dashboard-module__cK_esG__applicationTable{border-collapse:collapse;table-layout:fixed;width:100%;min-width:960px;font-size:14px}.dashboard-module__cK_esG__applicationStatusColumn{width:150px}.dashboard-module__cK_esG__applicationClinicColumn{width:190px}.dashboard-module__cK_esG__applicationEmailColumn{width:240px}.dashboard-module__cK_esG__applicationPersonColumn{width:130px}.dashboard-module__cK_esG__applicationPhoneColumn{width:150px}.dashboard-module__cK_esG__applicationDateColumn{width:190px}.dashboard-module__cK_esG__applicationTable th,.dashboard-module__cK_esG__applicationTable td{text-align:left;vertical-align:middle;white-space:normal;border-bottom:1px solid #e8eef6;padding:14px 12px}.dashboard-module__cK_esG__applicationTable th{color:#64748b;background:#f8fafc;font-size:12px;font-weight:900}.dashboard-module__cK_esG__applicationTable tbody tr:hover{background:#eef5ff}.dashboard-module__cK_esG__applicationTable a{overflow-wrap:anywhere;min-height:28px;display:block}.dashboard-module__cK_esG__applicationTable td:first-child a{min-height:0;display:inline-flex}.dashboard-module__cK_esG__applicationDetailHeader{border-bottom:1px solid #e3eaf4;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px;padding-bottom:18px;display:flex}.dashboard-module__cK_esG__backAction{color:#2f65bd;background:#fff;border:1px solid #d7e0ed;border-radius:8px;justify-content:center;align-items:center;gap:6px;min-height:34px;margin-bottom:0;padding:0 11px;font-size:13px;font-weight:900;display:inline-flex}.dashboard-module__cK_esG__backAction:hover{background:#eef5ff}.dashboard-module__cK_esG__applicationDetailHeader h2{font-size:22px;line-height:1.25}.dashboard-module__cK_esG__applicationDetailHeader div>span{color:#64748b;margin-top:6px;font-size:13px;display:block}.dashboard-module__cK_esG__applicationDetailGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:14px;display:grid}.dashboard-module__cK_esG__filePath{display:block}.dashboard-module__cK_esG__fileActions{flex-wrap:wrap;gap:8px;margin-top:8px;display:flex}.dashboard-module__cK_esG__fileActions a,.dashboard-module__cK_esG__documentPreviewHeader a{color:#2f65bd;background:#eaf2ff;border:1px solid #d7e0ed;border-radius:8px;place-items:center;min-height:30px;padding:0 10px;font-size:12px;font-weight:900;display:inline-grid}.dashboard-module__cK_esG__fileActions a:hover,.dashboard-module__cK_esG__documentPreviewHeader a:hover{background:#dceaff}.dashboard-module__cK_esG__documentPreview{background:#fff;border:1px solid #d7e0ed;border-radius:8px;gap:10px;padding:12px;display:grid}.dashboard-module__cK_esG__documentPreviewHeader{justify-content:space-between;align-items:center;gap:12px;display:flex}.dashboard-module__cK_esG__documentPreviewHeader strong{color:#172033;font-size:14px}.dashboard-module__cK_esG__documentPreview iframe{background:#f8fafc;border:1px solid #e3eaf4;border-radius:8px;width:100%;height:420px}.dashboard-module__cK_esG__reviewGrid{grid-template-columns:120px minmax(0,1fr);gap:10px;display:grid}.dashboard-module__cK_esG__reviewPanel{background:#fbfdff;border:1px solid #d7e0ed;border-radius:8px;grid-template-columns:170px minmax(0,1fr);gap:12px;margin-top:14px;padding:14px;display:grid}.dashboard-module__cK_esG__reviewPanelHeader{grid-column:1/-1;gap:4px;padding-bottom:2px;display:grid}.dashboard-module__cK_esG__reviewPanelHeader strong{color:#172033;font-size:15px}.dashboard-module__cK_esG__reviewPanelHeader span{color:#64748b;font-size:13px;line-height:1.55}.dashboard-module__cK_esG__reviewError{background:#fff1f1;border:1px solid #ffc9c9;border-radius:8px;grid-column:1/-1;gap:4px;padding:12px;display:grid}.dashboard-module__cK_esG__reviewError strong{color:#b42318;font-size:13px}.dashboard-module__cK_esG__reviewError span{color:#7a271a;font-size:13px;line-height:1.55}.dashboard-module__cK_esG__approveForm{display:grid}.dashboard-module__cK_esG__rejectForm{grid-template-columns:minmax(0,1fr) 100px;gap:8px;display:grid}@media (max-width:1180px){.dashboard-module__cK_esG__contentGrid,.dashboard-module__cK_esG__detailGrid,.dashboard-module__cK_esG__statsGrid{grid-template-columns:1fr}.dashboard-module__cK_esG__detailGrid{align-items:stretch}}@media (max-width:980px){.dashboard-module__cK_esG__patientDetailLayout,.dashboard-module__cK_esG__patientOverviewLayout,.dashboard-module__cK_esG__latestCtHero{grid-template-columns:1fr}.dashboard-module__cK_esG__patientSideStack{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:stretch}}@media (max-width:760px){.dashboard-module__cK_esG__authShell{padding:18px}.dashboard-module__cK_esG__authHero{grid-template-columns:1fr;padding:26px}.dashboard-module__cK_esG__authHero h1,.dashboard-module__cK_esG__authHeader h1{font-size:25px}.dashboard-module__cK_esG__authCard,.dashboard-module__cK_esG__signupPanel{padding:24px}.dashboard-module__cK_esG__signupForm,.dashboard-module__cK_esG__formActions,.dashboard-module__cK_esG__applicationDetailGrid,.dashboard-module__cK_esG__reviewGrid,.dashboard-module__cK_esG__reviewPanel,.dashboard-module__cK_esG__rejectForm{grid-template-columns:1fr}.dashboard-module__cK_esG__shell{background:#f5f7fb;grid-template-columns:1fr}.dashboard-module__cK_esG__sidebar{gap:12px;height:auto;min-height:auto;padding:14px;display:grid;position:static}.dashboard-module__cK_esG__brand{padding:0 2px 12px}.dashboard-module__cK_esG__brandMark{width:34px;height:34px}.dashboard-module__cK_esG__brand strong{font-size:16px}.dashboard-module__cK_esG__nav{grid-template-columns:repeat(auto-fit,minmax(118px,1fr));gap:6px}.dashboard-module__cK_esG__navItem,.dashboard-module__cK_esG__activeNavItem{text-align:center;justify-content:flex-start;min-height:40px;padding:0 10px;font-size:13px}.dashboard-module__cK_esG__navIcon{flex:none;width:18px;height:18px;font-size:14px;display:grid}.dashboard-module__cK_esG__logoutForm{margin-top:0}.dashboard-module__cK_esG__logoutForm button{background:#ffffff1a;min-height:40px}.dashboard-module__cK_esG__workspace{padding:16px}.dashboard-module__cK_esG__header{flex-direction:column;align-items:stretch;gap:12px;margin-bottom:16px}.dashboard-module__cK_esG__header h1{font-size:24px}.dashboard-module__cK_esG__header span{font-size:13px}.dashboard-module__cK_esG__sectionTitle{display:block}.dashboard-module__cK_esG__sectionTitle span{text-align:left;margin-top:6px;display:block}.dashboard-module__cK_esG__statsGrid{gap:10px;margin-bottom:10px}.dashboard-module__cK_esG__statCard,.dashboard-module__cK_esG__panel,.dashboard-module__cK_esG__detailPanel{box-shadow:none}.dashboard-module__cK_esG__statCard,.dashboard-module__cK_esG__panel,.dashboard-module__cK_esG__detailPanel,.dashboard-module__cK_esG__infoBox,.dashboard-module__cK_esG__uploadZone,.dashboard-module__cK_esG__commentBox,.dashboard-module__cK_esG__recordForm,.dashboard-module__cK_esG__recordsPanel,.dashboard-module__cK_esG__patientMediaPanel{padding:16px}.dashboard-module__cK_esG__statCard strong{font-size:26px}.dashboard-module__cK_esG__inputRow{grid-template-columns:1fr}.dashboard-module__cK_esG__inputRow button,.dashboard-module__cK_esG__formActions,.dashboard-module__cK_esG__formActions .dashboard-module__cK_esG__buttonWithLoader{width:100%}.dashboard-module__cK_esG__tableWrap{overflow-x:auto}.dashboard-module__cK_esG__patientTable,.dashboard-module__cK_esG__patientTable thead,.dashboard-module__cK_esG__patientTable tbody,.dashboard-module__cK_esG__patientTable tr,.dashboard-module__cK_esG__patientTable td{width:100%;min-width:0;display:block}.dashboard-module__cK_esG__patientTable{border-collapse:separate;border-spacing:0 10px}.dashboard-module__cK_esG__patientTable thead{display:none}.dashboard-module__cK_esG__patientTable tr{background:#fbfdff;border:1px solid #e3eaf4;border-radius:8px;overflow:hidden}.dashboard-module__cK_esG__patientTable td{white-space:normal;border-bottom:1px solid #edf2f8;grid-template-columns:88px minmax(0,1fr);align-items:center;gap:10px;padding:10px 12px;display:grid}.dashboard-module__cK_esG__cellAlignCenter,.dashboard-module__cK_esG__cellAlignRight{text-align:left}.dashboard-module__cK_esG__cellAlignCenter .dashboard-module__cK_esG__tableCellLink,.dashboard-module__cK_esG__cellAlignRight .dashboard-module__cK_esG__tableCellLink{justify-content:flex-start}.dashboard-module__cK_esG__patientTable td:last-child{border-bottom:0}.dashboard-module__cK_esG__patientTable td:before{content:attr(data-label);color:#8190a5;font-size:12px;font-weight:900}.dashboard-module__cK_esG__tableCellLink{overflow-wrap:anywhere;min-height:0}.dashboard-module__cK_esG__infoBox dl div,.dashboard-module__cK_esG__savedPreview dl div{grid-template-columns:1fr;gap:4px}.dashboard-module__cK_esG__uploadZone{min-height:190px}.dashboard-module__cK_esG__uploadControls,.dashboard-module__cK_esG__recordFormGrid,.dashboard-module__cK_esG__recordDetailGrid,.dashboard-module__cK_esG__recordEditGrid,.dashboard-module__cK_esG__ctImageGrid{grid-template-columns:1fr}.dashboard-module__cK_esG__modalHeader{flex-direction:column}.dashboard-module__cK_esG__modalHeader button{width:100%}.dashboard-module__cK_esG__patientSideStack{grid-template-columns:1fr}.dashboard-module__cK_esG__formHeader{flex-direction:column;align-items:stretch}.dashboard-module__cK_esG__formHeader button{width:100%;min-height:42px}.dashboard-module__cK_esG__compactItem{flex-direction:column;align-items:flex-start}.dashboard-module__cK_esG__applicationDetailHeader{flex-direction:column}.dashboard-module__cK_esG__documentPreview iframe{height:320px}}@media (max-width:430px){.dashboard-module__cK_esG__workspace{padding:12px}.dashboard-module__cK_esG__navItem,.dashboard-module__cK_esG__activeNavItem{font-size:12px}.dashboard-module__cK_esG__panel,.dashboard-module__cK_esG__detailPanel,.dashboard-module__cK_esG__infoBox,.dashboard-module__cK_esG__uploadZone,.dashboard-module__cK_esG__commentBox,.dashboard-module__cK_esG__recordForm,.dashboard-module__cK_esG__recordsPanel,.dashboard-module__cK_esG__patientMediaPanel{padding:14px}}.dashboard-module__cK_esG__shell{background:radial-gradient(circle at top right, #e3f2fdc7, transparent 34rem), linear-gradient(90deg, var(--dashboard-sidebar) 0 280px, var(--dashboard-bg) 280px 100%);font-family:var(--dashboard-font);grid-template-columns:280px minmax(0,1fr);position:relative}.dashboard-module__cK_esG__shell:before{z-index:0;background:var(--dashboard-sidebar);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);content:"";pointer-events:none;border-right:1px solid #c3c7cb85;width:280px;position:fixed;inset:0 auto 0 0}.dashboard-module__cK_esG__sidebar{z-index:1;color:var(--dashboard-text);background:0 0;border-right:0;gap:24px;padding:28px 20px}.dashboard-module__cK_esG__brand{border-bottom:1px solid var(--dashboard-border-muted);color:var(--dashboard-primary);padding:8px 8px 20px}.dashboard-module__cK_esG__brand .dashboard-module__cK_esG__brandMark{width:42px;height:42px;color:var(--dashboard-primary);background:#e3f2fd;border-radius:999px;place-items:center;margin-top:0;font-size:18px;font-weight:800;line-height:1;display:grid;box-shadow:0 18px 34px -24px #526069cc}.dashboard-module__cK_esG__brand strong{font-family:"Plus Jakarta Sans", "Apple SD Gothic Neo", var(--dashboard-font);font-size:18px}.dashboard-module__cK_esG__brand div>span{color:var(--dashboard-text-subtle)}.dashboard-module__cK_esG__logoutForm{border-bottom:1px solid var(--dashboard-border-muted);margin-top:-12px;padding:0 8px 18px}.dashboard-module__cK_esG__nav{gap:10px}.dashboard-module__cK_esG__navItem,.dashboard-module__cK_esG__activeNavItem{min-height:48px;color:var(--dashboard-text-muted);border:1px solid #0000;border-radius:999px;padding:0 15px;transition:background .16s,border-color .16s,color .16s,transform .16s}.dashboard-module__cK_esG__navItem:hover{border-color:var(--dashboard-border);color:var(--dashboard-primary-strong);background:#e3f2fd80;transform:translateY(-1px)}.dashboard-module__cK_esG__activeNavItem{color:var(--dashboard-primary-strong);background:#e3f2fd;box-shadow:0 14px 28px -22px #526069b3}.dashboard-module__cK_esG__navIcon{background:#ffffff9e;border-radius:999px}.dashboard-module__cK_esG__workspace{z-index:1;width:min(100%,1240px);padding:38px;position:relative}.dashboard-module__cK_esG__header{min-height:98px;box-shadow:var(--dashboard-shadow);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffc7;border:1px solid #e3f2fde6;border-radius:24px;align-items:center;margin-bottom:24px;padding:24px 26px}.dashboard-module__cK_esG__kicker{color:var(--dashboard-primary);font-family:"Plus Jakarta Sans", "Apple SD Gothic Neo", var(--dashboard-font);letter-spacing:0;font-size:12px}.dashboard-module__cK_esG__header h1,.dashboard-module__cK_esG__sectionTitle h2,.dashboard-module__cK_esG__applicationDetailHeader h2,.dashboard-module__cK_esG__authHero h1,.dashboard-module__cK_esG__authHeader h1{font-family:"Plus Jakarta Sans", "Apple SD Gothic Neo", var(--dashboard-font);letter-spacing:0}.dashboard-module__cK_esG__header h1{color:var(--dashboard-text);font-size:30px}.dashboard-module__cK_esG__header span{color:var(--dashboard-text-muted)}.dashboard-module__cK_esG__headerDescription{color:var(--dashboard-text-muted);margin-top:8px;font-size:14px;display:block}.dashboard-module__cK_esG__header .dashboard-module__cK_esG__backAction span{width:auto;height:auto;color:inherit;font-size:inherit;background:0 0;border-radius:0;margin-top:0;display:inline}.dashboard-module__cK_esG__headerTitleRow{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.dashboard-module__cK_esG__statCard,.dashboard-module__cK_esG__panel,.dashboard-module__cK_esG__detailPanel,.dashboard-module__cK_esG__infoBox,.dashboard-module__cK_esG__uploadZone,.dashboard-module__cK_esG__commentBox,.dashboard-module__cK_esG__recordForm,.dashboard-module__cK_esG__recordsPanel,.dashboard-module__cK_esG__patientMediaPanel,.dashboard-module__cK_esG__authHero,.dashboard-module__cK_esG__authCard,.dashboard-module__cK_esG__signupPanel{box-shadow:var(--dashboard-shadow);background:#ffffffeb;border-color:#e3f2fdf5;border-radius:24px}.dashboard-module__cK_esG__panel,.dashboard-module__cK_esG__detailPanel{padding:26px}.dashboard-module__cK_esG__statCard{padding:24px;transition:transform .16s,box-shadow .16s}.dashboard-module__cK_esG__statCard:hover{transform:translateY(-2px);box-shadow:0 28px 48px -30px #5260697a}.dashboard-module__cK_esG__statCard span,.dashboard-module__cK_esG__sectionTitle span,.dashboard-module__cK_esG__infoBox dt,.dashboard-module__cK_esG__formHeader span,.dashboard-module__cK_esG__compactItem div>span,.dashboard-module__cK_esG__modalHeader span,.dashboard-module__cK_esG__recordCtHeader span,.dashboard-module__cK_esG__ctEmptyText{color:var(--dashboard-text-subtle)}.dashboard-module__cK_esG__statCard strong,.dashboard-module__cK_esG__sectionTitle h2,.dashboard-module__cK_esG__infoBox h3,.dashboard-module__cK_esG__commentBox h3,.dashboard-module__cK_esG__formHeader strong,.dashboard-module__cK_esG__compactItem strong,.dashboard-module__cK_esG__noticeState strong,.dashboard-module__cK_esG__modalHeader strong,.dashboard-module__cK_esG__recordCtHeader strong,.dashboard-module__cK_esG__documentPreviewHeader strong{color:var(--dashboard-text)}.dashboard-module__cK_esG__statCard strong{color:var(--dashboard-primary-strong)}.dashboard-module__cK_esG__createForm label,.dashboard-module__cK_esG__commentBox label,.dashboard-module__cK_esG__recordForm label,.dashboard-module__cK_esG__checkboxRow,.dashboard-module__cK_esG__patientEditForm label,.dashboard-module__cK_esG__recordEditGrid label,.dashboard-module__cK_esG__formField,.dashboard-module__cK_esG__uploadControls label,.dashboard-module__cK_esG__authForm label,.dashboard-module__cK_esG__signupForm label{color:var(--dashboard-text-soft)}.dashboard-module__cK_esG__createForm input,.dashboard-module__cK_esG__createForm select,.dashboard-module__cK_esG__createForm textarea,.dashboard-module__cK_esG__commentBox input,.dashboard-module__cK_esG__commentBox textarea,.dashboard-module__cK_esG__recordForm input,.dashboard-module__cK_esG__recordForm select,.dashboard-module__cK_esG__recordForm textarea,.dashboard-module__cK_esG__patientEditForm input,.dashboard-module__cK_esG__patientEditForm textarea,.dashboard-module__cK_esG__recordEditGrid input,.dashboard-module__cK_esG__recordEditGrid select,.dashboard-module__cK_esG__recordEditGrid textarea,.dashboard-module__cK_esG__uploadControls select,.dashboard-module__cK_esG__authForm input,.dashboard-module__cK_esG__signupForm input,.dashboard-module__cK_esG__rejectForm input{border-color:var(--dashboard-border-muted);min-height:46px;color:var(--dashboard-text);background:#f2f4f6;border-radius:14px;transition:border-color .16s,background .16s,box-shadow .16s}.dashboard-module__cK_esG__createForm input[type=date],.dashboard-module__cK_esG__recordForm input[type=date],.dashboard-module__cK_esG__patientEditForm input[type=date],.dashboard-module__cK_esG__recordEditGrid input[type=date]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:var(--dashboard-text);background:#f2f4f6}.dashboard-module__cK_esG__createForm input[type=date]::-webkit-calendar-picker-indicator{opacity:1;cursor:pointer;filter:invert(33%)sepia(9%)saturate(752%)hue-rotate(158deg)brightness(92%)contrast(86%);border-radius:999px;width:22px;height:22px;margin-right:3px}.dashboard-module__cK_esG__recordForm input[type=date]::-webkit-calendar-picker-indicator{opacity:1;cursor:pointer;filter:invert(33%)sepia(9%)saturate(752%)hue-rotate(158deg)brightness(92%)contrast(86%);border-radius:999px;width:22px;height:22px;margin-right:3px}.dashboard-module__cK_esG__patientEditForm input[type=date]::-webkit-calendar-picker-indicator{opacity:1;cursor:pointer;filter:invert(33%)sepia(9%)saturate(752%)hue-rotate(158deg)brightness(92%)contrast(86%);border-radius:999px;width:22px;height:22px;margin-right:3px}.dashboard-module__cK_esG__recordEditGrid input[type=date]::-webkit-calendar-picker-indicator{opacity:1;cursor:pointer;filter:invert(33%)sepia(9%)saturate(752%)hue-rotate(158deg)brightness(92%)contrast(86%);border-radius:999px;width:22px;height:22px;margin-right:3px}.dashboard-module__cK_esG__createForm textarea,.dashboard-module__cK_esG__commentBox textarea,.dashboard-module__cK_esG__recordForm textarea,.dashboard-module__cK_esG__patientEditForm textarea,.dashboard-module__cK_esG__recordEditGrid textarea{border-radius:16px}.dashboard-module__cK_esG__createForm input:focus,.dashboard-module__cK_esG__createForm select:focus,.dashboard-module__cK_esG__createForm textarea:focus,.dashboard-module__cK_esG__commentBox input:focus,.dashboard-module__cK_esG__commentBox textarea:focus,.dashboard-module__cK_esG__recordForm input:focus,.dashboard-module__cK_esG__recordForm select:focus,.dashboard-module__cK_esG__recordForm textarea:focus,.dashboard-module__cK_esG__patientEditForm input:focus,.dashboard-module__cK_esG__patientEditForm textarea:focus,.dashboard-module__cK_esG__recordEditGrid input:focus,.dashboard-module__cK_esG__recordEditGrid select:focus,.dashboard-module__cK_esG__recordEditGrid textarea:focus,.dashboard-module__cK_esG__uploadControls select:focus,.dashboard-module__cK_esG__authForm input:focus,.dashboard-module__cK_esG__signupForm input:focus,.dashboard-module__cK_esG__rejectForm input:focus{background:#fff;border-color:#bac9d3;outline:none;box-shadow:0 0 0 4px #e3f2fdcc}.dashboard-module__cK_esG__categoryChip{border-color:var(--dashboard-border-muted);background:#f2f4f6;border-radius:14px;min-height:46px}.dashboard-module__cK_esG__categoryChipActive{border-color:var(--dashboard-primary);color:var(--dashboard-primary-strong);background:#e3f2fd}.dashboard-module__cK_esG__inputRow button,.dashboard-module__cK_esG__createForm .dashboard-module__cK_esG__buttonWithLoader,.dashboard-module__cK_esG__commentBox .dashboard-module__cK_esG__buttonWithLoader,.dashboard-module__cK_esG__tableActionForm .dashboard-module__cK_esG__buttonWithLoader,.dashboard-module__cK_esG__infoBoxHeader button:not(.dashboard-module__cK_esG__secondaryInlineAction),.dashboard-module__cK_esG__infoBoxHeader .dashboard-module__cK_esG__primaryInlineAction,.dashboard-module__cK_esG__inlineActions .dashboard-module__cK_esG__primaryInlineAction,.dashboard-module__cK_esG__confirmModalActions .dashboard-module__cK_esG__primaryInlineAction,.dashboard-module__cK_esG__confirmModalActions .dashboard-module__cK_esG__primaryAction,.dashboard-module__cK_esG__formHeader button,.dashboard-module__cK_esG__uploadControls button,.dashboard-module__cK_esG__accountActions button,.dashboard-module__cK_esG__noticeState a,.dashboard-module__cK_esG__authForm button,.dashboard-module__cK_esG__signupForm button,.dashboard-module__cK_esG__primaryAction,.dashboard-module__cK_esG__reviewGrid button,.dashboard-module__cK_esG__logoutForm button,.dashboard-module__cK_esG__buttonWithLoader,.dashboard-module__cK_esG__approveButton{border:0;border-radius:999px;min-height:44px;transition:transform .16s,box-shadow .16s,background .16s;box-shadow:0 18px 34px -22px #526069c7;background:var(--dashboard-primary)!important;color:#fff!important}.dashboard-module__cK_esG__inputRow button:hover,.dashboard-module__cK_esG__createForm .dashboard-module__cK_esG__buttonWithLoader:hover,.dashboard-module__cK_esG__commentBox .dashboard-module__cK_esG__buttonWithLoader:hover,.dashboard-module__cK_esG__tableActionForm .dashboard-module__cK_esG__buttonWithLoader:hover,.dashboard-module__cK_esG__infoBoxHeader button:not(.dashboard-module__cK_esG__secondaryInlineAction):hover,.dashboard-module__cK_esG__infoBoxHeader .dashboard-module__cK_esG__primaryInlineAction:hover,.dashboard-module__cK_esG__inlineActions .dashboard-module__cK_esG__primaryInlineAction:hover,.dashboard-module__cK_esG__confirmModalActions .dashboard-module__cK_esG__primaryInlineAction:hover,.dashboard-module__cK_esG__confirmModalActions .dashboard-module__cK_esG__primaryAction:hover,.dashboard-module__cK_esG__formHeader button:hover,.dashboard-module__cK_esG__uploadControls button:hover,.dashboard-module__cK_esG__accountActions button:hover,.dashboard-module__cK_esG__noticeState a:hover,.dashboard-module__cK_esG__authForm button:hover,.dashboard-module__cK_esG__signupForm button:hover,.dashboard-module__cK_esG__primaryAction:hover,.dashboard-module__cK_esG__reviewGrid button:hover,.dashboard-module__cK_esG__logoutForm button:hover,.dashboard-module__cK_esG__buttonWithLoader:hover,.dashboard-module__cK_esG__approveButton:hover{transform:translateY(-1px);box-shadow:0 20px 36px -20px #526069db;background:var(--dashboard-primary-strong)!important}.dashboard-module__cK_esG__secondaryAction,.dashboard-module__cK_esG__secondaryFormAction,.dashboard-module__cK_esG__inlineActions button:last-child:not(.dashboard-module__cK_esG__primaryInlineAction):not(.dashboard-module__cK_esG__dangerAction),.dashboard-module__cK_esG__inlineActions .dashboard-module__cK_esG__secondaryInlineAction,.dashboard-module__cK_esG__infoBoxHeader .dashboard-module__cK_esG__secondaryInlineAction,.dashboard-module__cK_esG__confirmModalActions .dashboard-module__cK_esG__secondaryInlineAction,.dashboard-module__cK_esG__confirmModalActions .dashboard-module__cK_esG__secondaryAction,.dashboard-module__cK_esG__modalHeader button,.dashboard-module__cK_esG__backAction,.dashboard-module__cK_esG__fileActions a,.dashboard-module__cK_esG__documentPreviewHeader a{border-radius:999px;transition:transform .16s,background .16s,border-color .16s;border:1px solid var(--dashboard-border-muted)!important;color:var(--dashboard-primary-strong)!important;box-shadow:none!important;background:#fff!important}.dashboard-module__cK_esG__secondaryAction:hover,.dashboard-module__cK_esG__secondaryFormAction:hover,.dashboard-module__cK_esG__inlineActions button:last-child:not(.dashboard-module__cK_esG__primaryInlineAction):not(.dashboard-module__cK_esG__dangerAction):hover,.dashboard-module__cK_esG__inlineActions .dashboard-module__cK_esG__secondaryInlineAction:hover,.dashboard-module__cK_esG__infoBoxHeader .dashboard-module__cK_esG__secondaryInlineAction:hover,.dashboard-module__cK_esG__confirmModalActions .dashboard-module__cK_esG__secondaryInlineAction:hover,.dashboard-module__cK_esG__confirmModalActions .dashboard-module__cK_esG__secondaryAction:hover,.dashboard-module__cK_esG__modalHeader button:hover,.dashboard-module__cK_esG__backAction:hover,.dashboard-module__cK_esG__fileActions a:hover,.dashboard-module__cK_esG__documentPreviewHeader a:hover{transform:translateY(-1px);background:#e3f2fd!important;border-color:#bac9d3!important}.dashboard-module__cK_esG__logoutForm button{border:1px solid var(--dashboard-border-muted);box-shadow:none;color:var(--dashboard-primary-strong)!important;background:#fff!important}.dashboard-module__cK_esG__logoutForm button:hover{background:#e3f2fd!important}.dashboard-module__cK_esG__tableWrap{border-color:var(--dashboard-border-muted);background:#fff;border-radius:18px}.dashboard-module__cK_esG__dentalTipsTable{table-layout:fixed;min-width:1120px}.dashboard-module__cK_esG__dentalTipsTable th,.dashboard-module__cK_esG__dentalTipsTable td{vertical-align:middle;white-space:normal}.dashboard-module__cK_esG__dentalTipsTable th:first-child,.dashboard-module__cK_esG__dentalTipsTable td:first-child{width:72px}.dashboard-module__cK_esG__dentalTipsTable th:nth-child(2),.dashboard-module__cK_esG__dentalTipsTable td:nth-child(2){width:150px}.dashboard-module__cK_esG__dentalTipsTable th:nth-child(3),.dashboard-module__cK_esG__dentalTipsTable td:nth-child(3){width:360px}.dashboard-module__cK_esG__dentalTipsTable th:nth-child(4),.dashboard-module__cK_esG__dentalTipsTable td:nth-child(4){width:130px}.dashboard-module__cK_esG__dentalTipsTable th:nth-child(5),.dashboard-module__cK_esG__dentalTipsTable td:nth-child(5){width:90px}.dashboard-module__cK_esG__dentalTipsTable th:nth-child(6),.dashboard-module__cK_esG__dentalTipsTable td:nth-child(6){width:210px}.dashboard-module__cK_esG__dentalTipsTable th:nth-child(7),.dashboard-module__cK_esG__dentalTipsTable td:nth-child(7){width:108px}.dashboard-module__cK_esG__dentalTipTitleCell,.dashboard-module__cK_esG__dentalTipBodyCell,.dashboard-module__cK_esG__dentalTipMetaCell,.dashboard-module__cK_esG__dentalTipDateCell{overflow-wrap:anywhere;word-break:keep-all;min-width:0;white-space:normal!important}.dashboard-module__cK_esG__dentalTipBodyCell{max-width:none}.dashboard-module__cK_esG__dentalTipActionCell .dashboard-module__cK_esG__tableActionForm{justify-content:center}.dashboard-module__cK_esG__dentalTipToggle{vertical-align:middle}.dashboard-module__cK_esG__patientTable th,.dashboard-module__cK_esG__applicationTable th{color:var(--dashboard-text-muted);background:#f2f4f6}.dashboard-module__cK_esG__patientTable th,.dashboard-module__cK_esG__patientTable td,.dashboard-module__cK_esG__applicationTable th,.dashboard-module__cK_esG__applicationTable td{border-bottom-color:var(--dashboard-border-muted)}.dashboard-module__cK_esG__patientTable tbody tr:hover,.dashboard-module__cK_esG__applicationTable tbody tr:hover,.dashboard-module__cK_esG__selectedRow{background:#f7fbff}.dashboard-module__cK_esG__statusPill,.dashboard-module__cK_esG__statusMuted{color:var(--dashboard-primary-strong);background:#e3f2fd}.dashboard-module__cK_esG__statusPillActive,.dashboard-module__cK_esG__statusApproved{color:#3e4a41;background:#eef7ef;border-color:#d9e6da}.dashboard-module__cK_esG__statusPillInactive,.dashboard-module__cK_esG__statusPending{color:#695b5e;background:#fff6f7;border-color:#f1dee1}.dashboard-module__cK_esG__statusRejected,.dashboard-module__cK_esG__inlineActions .dashboard-module__cK_esG__rejectButton,.dashboard-module__cK_esG__modalHeader .dashboard-module__cK_esG__rejectButton,.dashboard-module__cK_esG__infoBoxHeader .dashboard-module__cK_esG__rejectButton,.dashboard-module__cK_esG__confirmModalActions .dashboard-module__cK_esG__rejectButton,.dashboard-module__cK_esG__rejectButton,.dashboard-module__cK_esG__reviewError{border-color:var(--dashboard-danger-border)!important;background:var(--dashboard-danger-bg)!important;color:var(--dashboard-danger)!important;box-shadow:none!important}.dashboard-module__cK_esG__inlineActions .dashboard-module__cK_esG__rejectButton:hover,.dashboard-module__cK_esG__modalHeader .dashboard-module__cK_esG__rejectButton:hover,.dashboard-module__cK_esG__infoBoxHeader .dashboard-module__cK_esG__rejectButton:hover,.dashboard-module__cK_esG__confirmModalActions .dashboard-module__cK_esG__rejectButton:hover,.dashboard-module__cK_esG__rejectButton:hover{color:var(--dashboard-danger-strong)!important;background:#fee2e2!important;border-color:#fca5a5!important}.dashboard-module__cK_esG__inlineActions .dashboard-module__cK_esG__dangerAction,.dashboard-module__cK_esG__confirmModalActions .dashboard-module__cK_esG__dangerAction,.dashboard-module__cK_esG__dangerAction{background:var(--dashboard-danger)!important;color:#fff!important;border:0!important;box-shadow:0 18px 34px -22px #ef44448c!important}.dashboard-module__cK_esG__inlineActions .dashboard-module__cK_esG__dangerAction:hover,.dashboard-module__cK_esG__confirmModalActions .dashboard-module__cK_esG__dangerAction:hover,.dashboard-module__cK_esG__dangerAction:hover{background:var(--dashboard-danger-strong)!important}.dashboard-module__cK_esG__confirmModalActions .dashboard-module__cK_esG__dangerAction{min-height:44px;padding:0 18px}.dashboard-module__cK_esG__statusApproved .dashboard-module__cK_esG__statusBadgeIcon{background:var(--dashboard-success)}.dashboard-module__cK_esG__statusPending .dashboard-module__cK_esG__statusBadgeIcon{background:var(--dashboard-attention)}.dashboard-module__cK_esG__emptyState,.dashboard-module__cK_esG__latestCtEmpty,.dashboard-module__cK_esG__savedPreview,.dashboard-module__cK_esG__completeNotice,.dashboard-module__cK_esG__reviewPanel,.dashboard-module__cK_esG__latestCtHero,.dashboard-module__cK_esG__documentPreview,.dashboard-module__cK_esG__compactItem,.dashboard-module__cK_esG__switchRow{border-color:var(--dashboard-border-muted);background:#f7f9fb;border-radius:18px}.dashboard-module__cK_esG__uploadZone,.dashboard-module__cK_esG__businessUploadField{background:#f7f9fb;border-color:#bac9d3;border-radius:22px}.dashboard-module__cK_esG__uploadZoneActive,.dashboard-module__cK_esG__businessUploadFieldActive{border-color:var(--dashboard-primary);background:#e3f2fd}.dashboard-module__cK_esG__signupForm .dashboard-module__cK_esG__signupAgreementRow input{width:18px;height:18px;min-height:18px;accent-color:var(--dashboard-primary);border-radius:4px;padding:0}.dashboard-module__cK_esG__uploadIcon,.dashboard-module__cK_esG__businessUploadIcon,.dashboard-module__cK_esG__latestCtFileCard span{color:var(--dashboard-primary);background:#e3f2fd;border-radius:999px}.dashboard-module__cK_esG__modalBackdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#2d313361}.dashboard-module__cK_esG__recordModal,.dashboard-module__cK_esG__confirmModal{border-radius:24px;box-shadow:0 30px 80px #2d313338}.dashboard-module__cK_esG__authShell{background:radial-gradient(circle at 85% 12%,#e3f2fde6,#0000 28rem),radial-gradient(circle at 10% 90%,#d9e6dab3,#0000 24rem),#f7f9fb}.dashboard-module__cK_esG__authHero,.dashboard-module__cK_esG__authCard,.dashboard-module__cK_esG__signupPanel{border-radius:28px}.dashboard-module__cK_esG__authCard,.dashboard-module__cK_esG__signupPanel{padding:38px}.dashboard-module__cK_esG__authLinks{color:var(--dashboard-primary-strong)}.dashboard-module__cK_esG__completeIcon{color:#3e4a41;background:#d9e6da}.dashboard-module__cK_esG__backAction{min-height:38px;margin-bottom:0;padding:0 14px;font-size:13px}.dashboard-module__cK_esG__applicationDetailHeader{border-bottom-color:var(--dashboard-border-muted)}.dashboard-module__cK_esG__documentPreview iframe,.dashboard-module__cK_esG__latestCtHero img,.dashboard-module__cK_esG__latestCtFileCard,.dashboard-module__cK_esG__ctImageItem img,.dashboard-module__cK_esG__ctFileThumb{border-color:var(--dashboard-border-muted);border-radius:18px}@media (max-width:760px){.dashboard-module__cK_esG__shell{background:var(--dashboard-bg)}.dashboard-module__cK_esG__shell:before{display:none}.dashboard-module__cK_esG__sidebar{border-right:0;border-bottom:1px solid var(--dashboard-border-muted);background:var(--dashboard-sidebar);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.dashboard-module__cK_esG__workspace{width:100%}.dashboard-module__cK_esG__header{min-height:auto;padding:20px}.dashboard-module__cK_esG__headerActions{justify-content:flex-start;width:100%;padding-top:0}.dashboard-module__cK_esG__snackbar{bottom:16px;right:16px}.dashboard-module__cK_esG__patientTable tr{border-color:var(--dashboard-border-muted);background:#fff;border-radius:18px}.dashboard-module__cK_esG__patientTable td{border-bottom-color:var(--dashboard-border-muted)}}
