:root{color:#172033;background:#f6f8fa;font-family:Inter,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;--nav: #052d45;--nav-deep: #03263a;--teal: #0d8d88;--teal-dark: #08736f;--teal-soft: #e7f7f5;--blue: #1f65c2;--ink: #172033;--muted: #657186;--line: #dce4ea;--surface: #ffffff;--danger: #df3a3a;--warning: #ed8b16;--success: #20a160}*{box-sizing:border-box}html,body,#app{width:100%;min-width:320px;height:100%;min-height:640px;margin:0}body{overflow:hidden;background:#eef2f5}button,input,textarea,select{font:inherit}button{color:inherit}button:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid rgba(31,101,194,.25);outline-offset:1px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.app-shell{min-width:1180px;height:100vh;display:grid;grid-template-columns:176px 1fr;background:#f6f8fa}.main-nav{position:relative;z-index:2;display:flex;flex-direction:column;background:var(--nav);color:#fff;overflow:hidden}.brand{height:72px;padding:17px 14px;display:flex;gap:9px;align-items:flex-start;border-bottom:1px solid rgba(255,255,255,.1)}.brand>svg{color:#39d0c5;flex:0 0 auto;margin-top:1px}.brand strong{display:block;font-size:18px;letter-spacing:-.2px;line-height:1.1}.brand span{display:block;margin-top:4px;font-size:7.5px;line-height:1.35;color:#b7d1dd}.main-nav nav{padding:8px 0;flex:1}.nav-item{width:100%;height:46px;padding:0 17px;display:flex;align-items:center;gap:10px;border:0;background:transparent;color:#d9e7ee;font-size:11.5px;text-align:left;cursor:pointer;border-left:3px solid transparent}.nav-item:hover{background:#ffffff0f;color:#fff}.nav-item.active{background:#0d827f;color:#fff;border-left-color:#d9fffa}.nav-footer{padding-bottom:18px}.nav-footer>span{display:block;padding:8px 18px 0;color:#96b2c0;font-size:9px}.workspace{min-width:0;display:grid;grid-template-columns:280px minmax(0,1fr);grid-template-rows:52px minmax(0,1fr);overflow:hidden}.topbar{grid-column:1 / -1;display:flex;align-items:center;justify-content:space-between;padding:0 18px 0 21px;background:#fff;border-bottom:1px solid var(--line);font-size:12px}.breadcrumb{display:flex;gap:10px;align-items:center}.breadcrumb strong{font-size:14px}.breadcrumb span{color:#a1aab8}.top-actions{height:100%;display:flex;align-items:center;gap:10px;color:#253044}.top-divider{width:1px;height:26px;background:var(--line);margin:0 5px}.profile-button{height:100%;display:flex;align-items:center;gap:8px;border:0;background:transparent;cursor:pointer}.profile-button>span:not(.avatar){display:flex;flex-direction:column;align-items:flex-start}.profile-button small{color:var(--muted);font-size:9.5px;margin-top:2px}.avatar{width:31px;height:31px;display:grid;place-items:center;background:var(--teal);color:#fff;border-radius:50%}.top-icon-button{width:34px;height:34px;display:grid;place-items:center;border:1px solid transparent;border-radius:4px;background:transparent;color:#647184;cursor:pointer}.top-icon-button:hover{color:var(--danger);background:#fff3f3;border-color:#ffdada}.patient-panel{grid-column:1;grid-row:2;min-height:0;display:grid;grid-template-rows:118px minmax(0,1fr) 35px;background:#fff;border-right:1px solid var(--line);overflow:hidden}.patient-panel-header{padding:14px 12px 0;border-bottom:1px solid var(--line)}.section-title{font-weight:700;font-size:14px;margin-bottom:10px}.section-title span{color:var(--teal);margin-left:8px;font-size:12px}.search-row{display:flex;gap:7px}.search-box{min-width:0;flex:1;height:31px;display:flex;align-items:center;gap:7px;padding:0 9px;border:1px solid #cfd8e0;border-radius:4px;color:#7e8a9d}.search-box input{width:100%;min-width:0;border:0;outline:0;color:var(--ink);font-size:10px}.search-box input::placeholder{color:#9aa5b5}.icon-button{width:32px;height:31px;display:grid;place-items:center;background:#fff;border:1px solid #cfd8e0;border-radius:4px;cursor:pointer}.queue-tabs{margin-top:8px;display:flex;align-items:flex-end;justify-content:space-between;gap:4px;white-space:nowrap}.queue-tabs button{position:relative;padding:7px 0 9px;border:0;background:transparent;color:#6b7688;font-size:8.5px;cursor:pointer}.queue-tabs button.active{color:var(--teal-dark);font-weight:700}.queue-tabs button.active:after{content:"";position:absolute;height:2px;left:0;right:0;bottom:0;background:var(--teal)}.patient-list{min-height:0;overflow:auto}.patient-row{width:100%;min-height:72px;display:grid;grid-template-columns:24px minmax(0,1fr) 35px;padding:8px 10px 7px;border:0;border-bottom:1px solid #e5eaef;background:#fff;text-align:left;cursor:pointer}.patient-row:hover{background:#f7fafb}.patient-row.selected{background:#edf9f7;box-shadow:inset 3px 0 var(--teal)}.patient-index{font-size:11px;color:#5f6a7b;padding-top:1px}.patient-main{min-width:0}.patient-line{display:flex;gap:9px;align-items:baseline;font-size:10.5px}.patient-line strong{font-size:11.5px;color:#253044}.patient-meta{display:block;margin:5px 0;color:#758194;font-size:7.5px;white-space:nowrap}.patient-status{display:flex;gap:5px;align-items:center;font-size:9px}.patient-status i{width:5px;height:5px;border-radius:50%;background:currentColor}.status-in-progress{color:#2878df}.status-completed{color:var(--success)}.status-pending{color:var(--warning)}.patient-row time{font-size:9.5px;color:#697486;text-align:right}.empty-state{height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;color:#7a8797;font-size:11px}.patient-list-footer{display:flex;justify-content:space-between;align-items:center;padding:0 13px;font-size:9px;color:#778397;border-top:1px solid var(--line)}.patient-list-footer button,.text-button,.all-measurements,.activity-title button,.alert-block button{border:0;background:transparent;color:#1f65c2;font-size:9px;cursor:pointer}.clinical-content{grid-column:2;grid-row:2;min-width:0;overflow:auto;padding:9px 10px 14px;background:#f7f9fb}.identity-banner{min-height:62px;display:grid;grid-template-columns:23px 155px minmax(340px,1fr) auto auto;align-items:center;gap:8px;padding:9px 14px;background:#e9f7f5;border:1px solid #d3ebe7;border-radius:5px;color:var(--teal-dark)}.identity-banner>div{display:flex;flex-direction:column}.identity-banner small{margin-top:4px;color:#5d6b77;font-size:8px;line-height:1.3}.identity-data{display:grid!important;grid-template-columns:auto auto auto auto;gap:0 13px;align-items:baseline;color:#252f40;font-size:9px}.identity-data>strong{font-size:12px}.identity-data small{grid-column:1 / -1;white-space:nowrap}.wristband{flex-direction:row!important;gap:4px;align-items:center;white-space:nowrap;font-size:9px}.secondary-button,.primary-button{min-height:31px;padding:0 19px;display:inline-flex;justify-content:center;align-items:center;gap:6px;border-radius:4px;font-size:10px;font-weight:650;cursor:pointer}.secondary-button{background:#fff;color:var(--teal-dark);border:1px solid var(--teal)}.secondary-button:hover{background:#f0faf9}.primary-button{background:var(--teal);color:#fff;border:1px solid var(--teal)}.primary-button:hover{background:var(--teal-dark)}.primary-button:disabled{opacity:.65;cursor:wait}.secondary-button.compact{min-height:29px;padding:0 13px}.clinical-grid{display:grid;grid-template-columns:minmax(0,1fr) 238px;gap:10px;margin-top:8px}.main-column{min-width:0;display:flex;flex-direction:column;gap:8px}.surface{background:var(--surface);border:1px solid var(--line);border-radius:5px}.surface-header{height:35px;padding:0 12px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e5eaef}.surface-header h2{margin:0;font-size:12px;letter-spacing:-.1px}.surface-header h2 small{color:#788496;font-size:8px;font-weight:500}.request-card{min-height:275px;display:flex;flex-direction:column}.request-details{flex:1;display:grid;grid-template-columns:1fr 1.08fr;padding:16px 13px 12px}.request-details dl{display:grid;grid-template-columns:90px minmax(0,1fr);gap:8px 7px;margin:0;font-size:8.5px}dt{color:#677386}dd{margin:0;color:#303a4a}.priority{display:inline-block;padding:3px 7px;border-radius:3px;color:#d56e07;background:#fff0dc}.teal{color:var(--teal-dark)}.alerts-row{min-height:103px;display:grid;grid-template-columns:.82fr 1.18fr;margin:0 12px 11px;border-top:1px solid #e4e9ee}.alert-block{position:relative;min-height:80px;padding:11px 10px 4px 31px;border-right:1px solid #e4e9ee}.alert-block:last-child{border-right:0}.alert-block>svg{position:absolute;top:10px;left:4px}.alert-block>strong{font-size:9px}.alert-block.danger>svg,.alert-block.danger>strong{color:var(--danger)}.alert-block.warning>svg,.alert-block.warning>strong{color:var(--warning)}.alert-block button{float:right}.alert-block dl{display:grid;grid-template-columns:105px 1fr auto;gap:6px 8px;margin:12px 0 0;font-size:8px}.alert-block.danger dl{grid-template-columns:100px 1fr}.alert-block.warning dd:nth-of-type(1),.alert-block.warning dd:nth-of-type(3){color:var(--danger);font-weight:700}.mid-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:8px;min-height:282px}.trend-content{display:grid;grid-template-columns:minmax(300px,1fr) 130px;padding:7px 10px 9px;height:246px}.trend-content table{width:100%;border-collapse:collapse;font-size:7.5px}.trend-content th,.trend-content td{padding:5px 6px;text-align:left;border-bottom:1px solid #e7ebef;white-space:nowrap}.trend-content th{color:#687488;font-weight:550;font-size:7px}.trend-content td:not(:first-child){text-align:center}.abnormal{color:#e74444!important}.trend-chart{border-left:1px solid #e3e8ed;padding-left:4px;min-width:0;display:grid;grid-template-rows:17px 1fr;font-size:7.5px}.trend-chart>div{width:100%;height:215px}.images-card{min-width:0}.image-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;padding:7px}.image-grid button{min-width:0;padding:0;background:transparent;border:0;text-align:left;cursor:pointer}.image-grid img{width:100%;height:91px;display:block;object-fit:cover;border-radius:3px;background:#000}.image-grid span{display:block;padding-top:3px;color:#4f5a6c;font-size:7px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.report-card{min-height:311px;display:flex;flex-direction:column}.report-steps{min-height:54px;padding:9px 12px 4px;display:flex;align-items:center}.report-step{display:flex;align-items:center;gap:7px;min-width:103px}.report-step>span{width:25px;height:25px;display:grid;place-items:center;flex:0 0 auto;border:1px solid #aab6c4;border-radius:50%;color:#697588;font-size:9px}.report-step>div{display:flex;flex-direction:column;white-space:nowrap}.report-step strong{font-size:8px}.report-step small{color:#798596;font-size:7.5px;margin-top:3px}.report-step.done>span{border-color:var(--teal);color:var(--teal)}.report-step.current>span{border-color:var(--teal);color:#fff;background:var(--teal)}.report-steps>i{width:20px;height:1px;background:#d4dde5;margin:0 5px}.report-actions{min-height:49px;margin:0 12px;display:flex;align-items:center;gap:9px;border-bottom:1px solid var(--line)}.report-actions>div{flex:1;display:grid;grid-template-columns:68px auto;gap:4px 8px;font-size:7.5px}.report-actions>div span{color:#727e90}.report-actions>div small{grid-column:1 / -1;color:#727e90}.saved-message{display:flex;align-items:center;gap:4px;color:var(--success);font-size:9px;white-space:nowrap}.measurement-tabs{height:36px;display:flex;align-items:flex-end;padding:0 12px;border-bottom:1px solid #e4e9ed;overflow:hidden}.measurement-tabs button{position:relative;height:36px;padding:0 11px;border:0;background:transparent;color:#667286;font-size:7.5px;white-space:nowrap;cursor:pointer}.measurement-tabs button.active{color:var(--teal-dark);font-weight:700}.measurement-tabs button.active:after{content:"";position:absolute;bottom:0;left:9px;right:9px;height:2px;background:var(--teal)}.measurement-grid{display:grid;grid-template-columns:repeat(3,1fr);padding:6px 12px 0}.measurement-grid>div{padding:0 13px;border-right:1px solid #e5eaee}.measurement-grid>div:first-child{padding-left:0}.measurement-grid>div:last-child{padding-right:0;border-right:0}.measurement-row{display:grid;grid-template-columns:1fr 43px 37px 12px;padding:4px 0;border-bottom:1px solid #e6ebef;font-size:7.5px}.measurement-row strong{text-align:right}.measurement-row small{padding-left:6px;color:#778395}.measurement-row .arrow{color:#e74444;font-weight:700}.all-measurements{float:right;padding:7px 12px 8px}.workflow-panel{min-width:0;display:flex;flex-direction:column;overflow:hidden}.workflow-list{margin:0;padding:10px 14px 7px;list-style:none}.workflow-list li{position:relative;min-height:65px;display:grid;grid-template-columns:27px 1fr}.workflow-list li:not(:last-child):before{content:"";position:absolute;left:11px;top:23px;bottom:-3px;width:1px;background:#bcc7d1}.workflow-dot{position:relative;z-index:1;width:22px;height:22px;display:grid;place-items:center;border:1px solid #aeb9c6;border-radius:50%;background:#fff;color:#fff}.workflow-list .done .workflow-dot{background:var(--success);border-color:var(--success)}.workflow-list .current .workflow-dot{background:var(--teal);border-color:var(--teal);box-shadow:inset 0 0 0 6px var(--teal)}.workflow-list .current-light .workflow-dot{background:#d8f0ed;border:2px solid var(--teal)}.workflow-list li>div{display:flex;flex-direction:column;padding-left:7px}.workflow-list li strong{font-size:9.5px;margin:2px 0 4px}.workflow-list li small,.workflow-list li span:not(.workflow-dot){color:#6f7a8a;font-size:7.5px;line-height:1.45}.activity-section{margin:0 14px;padding:11px 0 7px;border-top:1px solid var(--line)}.activity-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:7px;font-size:9px}.activity-row{display:grid;grid-template-columns:35px 65px 1fr;gap:4px;padding:5px 0;font-size:6.8px;color:#687487}.activity-row strong{color:#4c5768;font-weight:600}.elapsed{min-height:49px;margin:auto 14px 0;display:grid;grid-template-columns:21px 1fr auto;align-items:center;border-top:1px solid var(--line);font-size:9px}.elapsed strong{font-size:13px}.modal-backdrop{position:fixed;z-index:20;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:#051825a8;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal{width:min(920px,calc(100vw - 80px));max-height:calc(100vh - 80px);overflow:auto;background:#fff;border-radius:7px;box-shadow:0 22px 70px #02162342}.modal>header{height:66px;padding:0 20px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.modal h2{margin:0;font-size:17px}.modal p{margin:4px 0 0;color:var(--muted);font-size:10px}.modal header button{width:34px;height:34px;display:grid;place-items:center;border:0;border-radius:4px;background:transparent;cursor:pointer}.modal header button:hover{background:#eef2f5}.modal-image-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px;padding:18px}.modal-image-grid figure{margin:0}.modal-image-grid img{width:100%;aspect-ratio:16 / 9;object-fit:cover;display:block;background:#000;border-radius:4px}.modal-image-grid figcaption{padding-top:6px;font-size:11px;color:#4d5969}.report-modal{width:min(780px,calc(100vw - 80px))}.report-form{display:grid;gap:14px;padding:20px}.report-form label{display:grid;gap:6px;color:#394456;font-size:11px;font-weight:650}.report-form textarea{min-height:78px;resize:vertical;padding:10px;border:1px solid #cbd5de;border-radius:4px;color:#2c3748;font-size:11px;line-height:1.55}.report-modal footer{min-height:61px;display:flex;align-items:center;gap:9px;padding:10px 20px;border-top:1px solid var(--line)}.report-modal footer>span{flex:1;display:flex;gap:6px;align-items:center;color:#6f7b8d;font-size:10px}.eyebrow{display:block;margin-bottom:7px;color:var(--teal-dark);font-size:10px;font-weight:750;letter-spacing:.09em;text-transform:uppercase}.form-alert{width:100%;padding:10px 12px;border:1px solid;border-radius:4px;font-size:10px;line-height:1.45}.form-alert.error{color:#9c2323;background:#fff2f2;border-color:#f2c7c7}.form-alert.success{color:#176c46;background:#effaf5;border-color:#bfe7d4}.form-alert.warning{color:#73501e;background:#fff8ea;border-color:#f0d4ac}.auth-page{width:100%;min-height:100vh;display:grid;grid-template-columns:minmax(420px,1.05fr) minmax(480px,.95fr);overflow:auto;background:#f5f8fa}.auth-intro{position:relative;min-height:100vh;padding:40px clamp(42px,6vw,92px);display:flex;flex-direction:column;color:#fff;overflow:hidden;background:linear-gradient(145deg,#03273c,#064866 54%,#087d78 130%)}.auth-intro:before{content:"";position:absolute;width:520px;height:520px;right:-240px;top:-210px;border:1px solid rgba(255,255,255,.11);border-radius:50%;box-shadow:0 0 0 70px #ffffff06,0 0 0 150px #ffffff05}.auth-intro:after{content:"";position:absolute;width:280px;height:280px;left:-180px;bottom:-120px;border:55px solid rgba(32,199,187,.08);border-radius:50%}.auth-brand{position:relative;z-index:1;display:flex;align-items:center;gap:13px}.auth-brand>span{width:51px;height:51px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.25);border-radius:10px;color:#54e1d6;background:#ffffff12}.auth-brand div{display:flex;flex-direction:column}.auth-brand strong{font-size:23px;letter-spacing:-.3px}.auth-brand small{margin-top:3px;color:#b8d4df;font-size:10px;letter-spacing:.03em}.auth-copy{position:relative;z-index:1;max-width:570px;margin:auto 0;padding:70px 0}.auth-copy .eyebrow{color:#5de0d5}.auth-copy h1{max-width:540px;margin:0;font-size:clamp(35px,4vw,54px);line-height:1.08;letter-spacing:-1.8px}.auth-copy>p{max-width:510px;margin:22px 0 32px;color:#c7dce5;font-size:15px;line-height:1.7}.auth-copy ul{display:grid;gap:18px;margin:0;padding:0;list-style:none}.auth-copy li{display:grid;grid-template-columns:28px 1fr;gap:7px;color:#bcd3dd;font-size:11px;line-height:1.55}.auth-copy li svg{color:#5de0d5;margin-top:1px}.auth-copy li span{display:flex;flex-direction:column}.auth-copy li strong{margin-bottom:2px;color:#fff;font-size:12px}.auth-footnote{position:relative;z-index:1;color:#91b5c4;font-size:9px;line-height:1.5}.auth-panel{min-height:100vh;padding:42px clamp(35px,5vw,78px);display:grid;place-items:center;background:radial-gradient(circle at 85% 12%,#e4f4f2 0,transparent 25%),#f7f9fb}.auth-card{width:min(520px,100%);overflow:hidden;background:#fff;border:1px solid #d9e3e9;border-radius:10px;box-shadow:0 20px 60px #18374b1a}.auth-tabs{height:54px;display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid var(--line)}.auth-tabs button{position:relative;border:0;background:#f7f9fa;color:#677488;font-size:11px;font-weight:650;cursor:pointer}.auth-tabs button.active{color:var(--teal-dark);background:#fff}.auth-tabs button.active:after{content:"";position:absolute;height:3px;left:25%;right:25%;bottom:-1px;background:var(--teal)}.auth-form{padding:31px 34px 29px;display:grid;gap:18px}.auth-form header{display:flex;align-items:center;gap:12px;margin-bottom:3px}.auth-icon{width:41px;height:41px;display:grid;place-items:center;flex:0 0 auto;border-radius:8px;color:var(--teal-dark);background:var(--teal-soft)}.auth-form h2{margin:0;font-size:21px;letter-spacing:-.3px}.auth-form header p{margin:5px 0 0;color:var(--muted);font-size:10px}.auth-form label,.form-section label{position:relative;display:grid;gap:7px;color:#394456;font-size:10px;font-weight:650}.auth-form input,.auth-form select,.form-section input,.form-section textarea{width:100%;min-width:0;height:39px;padding:0 11px;border:1px solid #cbd6df;border-radius:4px;outline:0;color:#253044;background:#fff;font-size:11px}.auth-form input:focus,.auth-form select:focus,.form-section input:focus,.form-section textarea:focus{border-color:var(--teal);box-shadow:0 0 0 3px #0d8d881a}.password-field{position:relative;display:block}.password-field input{padding-right:42px}.password-field button{position:absolute;top:1px;right:1px;width:38px;height:37px;display:grid;place-items:center;border:0;background:transparent;color:#718093;cursor:pointer}.auth-submit{width:100%;min-height:42px;margin-top:2px;font-size:11px}.auth-help{margin:-4px 0 0;color:#7a8697;font-size:9px;text-align:center}.registration-form{gap:15px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.module-page{grid-column:1 / -1;grid-row:2;min-width:0;overflow:auto;padding:24px 26px 35px;background:#f5f8fa}.module-header{min-height:76px;display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:18px}.module-header h1{margin:0;color:#1c2939;font-size:24px;letter-spacing:-.45px}.module-header p{margin:7px 0 0;color:#6a7788;font-size:11px}.scope-badge{min-height:36px;padding:0 13px;display:inline-flex;align-items:center;gap:7px;border:1px solid #b9dfdb;border-radius:18px;color:var(--teal-dark);background:#edf9f7;font-size:10px;font-weight:700;white-space:nowrap}.metric-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:14px 0}.metric-strip article{min-height:78px;padding:14px 17px;display:flex;align-items:center;gap:13px;border:1px solid var(--line);border-radius:6px;background:#fff}.metric-strip article>svg{width:37px;height:37px;padding:8px;border-radius:7px;color:var(--teal-dark);background:var(--teal-soft)}.metric-strip article div{display:flex;flex-direction:column;gap:6px}.metric-strip article span{color:#6c798a;font-size:9px}.metric-strip article strong{color:#263244;font-size:17px}.module-grid{display:grid;gap:14px}.admin-grid{grid-template-columns:minmax(620px,1.4fr) minmax(340px,.6fr)}.management-card,.policy-card{min-height:410px}.surface-header>span{color:#7b8797;font-size:8px}.module-empty{min-height:280px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#7b8899;font-size:10px}.module-empty strong{color:#445062}.registration-list{padding:4px 15px}.registration-list article{min-height:81px;display:grid;grid-template-columns:41px 1fr auto auto auto;align-items:center;gap:10px;border-bottom:1px solid #e5eaef}.registration-avatar{width:37px;height:37px;display:grid;place-items:center;border-radius:50%;color:#fff;background:#277b9b;font-size:10px;font-weight:750}.registration-details{min-width:0;display:flex;flex-direction:column;gap:3px}.registration-details strong{font-size:11px}.registration-details span,.registration-details small,.registration-list time{color:#6e7a8c;font-size:8px}.registration-list time{white-space:nowrap}.reject-button,.compact-action{min-height:30px!important;padding:0 11px!important;display:inline-flex;align-items:center;gap:5px;border-radius:4px;font-size:9px;font-weight:650;cursor:pointer}.reject-button{color:#a42f2f;border:1px solid #e4bcbc;background:#fff}.policy-form{padding:11px 17px 17px}.switch-row{min-height:71px;display:flex!important;align-items:center;justify-content:space-between;gap:14px;border-bottom:1px solid #e5eaef;cursor:pointer}.switch-row>span{display:flex;flex-direction:column;gap:5px}.switch-row strong{color:#334052;font-size:10px}.switch-row small{color:#768294;font-size:8px;font-weight:400;line-height:1.4}.switch-row input[type=checkbox]{width:34px;height:18px;accent-color:var(--teal);flex:0 0 auto;cursor:pointer}.policy-note{margin:16px 0;padding:11px;display:flex;gap:8px;color:#526071;background:#f2f8fa;border:1px solid #dbe8ed;border-radius:4px}.policy-note svg{flex:0 0 auto;color:var(--teal-dark)}.policy-note p{margin:0;font-size:8.5px;line-height:1.55}.staff-security-card{margin-top:14px;overflow:hidden}.staff-account-list{padding:3px 17px 13px}.staff-account-list>article{min-height:72px;display:grid;grid-template-columns:41px minmax(220px,1fr) minmax(330px,auto);align-items:center;gap:10px;border-bottom:1px solid #e5eaef}.staff-account-list>article:last-child{border-bottom:0}.staff-account-list .registration-details strong{display:flex;align-items:center;gap:7px}.staff-account-list .registration-details em{padding:2px 6px;border-radius:8px;color:#1d7756;background:#e9f8f1;font-size:7px;font-style:normal}.staff-account-list .registration-details em.inactive{color:#8a3a3a;background:#faeeee}.credential-badge{display:inline-block;margin-left:6px;padding:2px 6px;border-radius:8px;color:#8a5715;background:#fff1d9;font-size:7px;font-weight:700}.staff-account-list button:disabled{opacity:.48;cursor:not-allowed}.staff-account-actions{display:flex;justify-content:flex-end;gap:7px;flex-wrap:wrap}.admin-access-editor{grid-column:2 / -1;overflow:hidden;border:1px solid #cfe2e2;border-radius:5px;background:#f8fbfb}.admin-access-editor>header{min-height:58px;padding:10px 12px;display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid #dfe8e9}.admin-access-editor>header>div{display:flex;flex-direction:column;gap:4px}.admin-access-editor>header strong{color:#334052;font-size:9.5px}.admin-access-editor>header small{color:#6e7b8d;font-size:7.5px;line-height:1.4}.account-active-toggle{display:flex;align-items:center;gap:8px;cursor:pointer}.account-active-toggle input,.role-choice-grid input{accent-color:var(--teal)}.account-active-toggle span{display:flex;flex-direction:column;gap:2px}.role-choice-grid{padding:11px 12px;display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.role-choice-grid>label{min-height:57px;padding:9px;display:grid;grid-template-columns:17px 1fr;align-items:start;gap:7px;border:1px solid #dce5e9;border-radius:4px;background:#fff;cursor:pointer}.role-choice-grid>label:has(input:checked){border-color:#8fcac6;box-shadow:inset 3px 0 var(--teal);background:#f4fbfa}.role-choice-grid>label.privileged:has(input:checked){border-color:#e3bd82;box-shadow:inset 3px 0 #c47b18;background:#fff9ef}.role-choice-grid span{min-width:0;display:flex;flex-direction:column;gap:4px}.role-choice-grid strong{color:#344153;font-size:8.5px}.role-choice-grid small{color:#758193;font-size:7px;line-height:1.35;overflow-wrap:anywhere}.admin-access-editor>footer{min-height:53px;padding:9px 12px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid #dfe8e9;background:#f4f8f9}.admin-access-editor>footer>span{color:#6b7889;font-size:8px;line-height:1.4}.admin-access-editor .privilege-warning{display:flex;align-items:center;gap:6px;color:#87581b}.admin-password-reset{grid-column:2 / -1;padding:12px;display:grid;grid-template-columns:minmax(190px,1fr) minmax(150px,.65fr) minmax(150px,.65fr) auto;align-items:end;gap:10px;border:1px solid #cfe2e2;border-radius:5px;background:#f5faf9}.admin-password-reset>div{align-self:center;display:flex;flex-direction:column;gap:4px}.admin-password-reset>div strong{color:#334052;font-size:9.5px}.admin-password-reset>div small{color:#6e7b8d;font-size:7.5px;line-height:1.45}.admin-password-reset label,.session-password-form label{display:grid;gap:5px;color:#465365;font-size:8.5px;font-weight:650}.admin-password-reset input,.session-password-form input{width:100%;min-width:0;height:36px;padding:0 10px;border:1px solid #cbd6df;border-radius:4px;outline:0;color:#253044;background:#fff;font-size:10px}.admin-password-reset input:focus,.session-password-form input:focus{border-color:var(--teal);box-shadow:0 0 0 3px #0d8d881a}.admin-session-list{grid-column:2 / -1;display:grid;gap:6px;padding:0 0 11px;color:#758193;font-size:8px}.admin-session-list>div{padding:8px 10px;display:flex;flex-direction:column;gap:3px;border:1px solid #dfe7ec;border-radius:4px;background:#f8fafb}.admin-session-list strong{color:#3d495a;font-size:8.5px;overflow-wrap:anywhere}.admin-session-list small{color:#788496;font-size:7.5px;line-height:1.45}.security-footnote{min-height:45px;padding:10px 17px;display:flex;align-items:center;gap:8px;border-top:1px solid #e5eaef;color:#657284;background:#f8fafb;font-size:8.5px;line-height:1.45}.security-footnote svg{flex:0 0 auto;color:var(--teal-dark)}.compact-empty{min-height:120px}.audit-header-actions{display:flex;gap:8px}.audit-integrity{min-height:59px;padding:11px 14px;display:flex;align-items:center;gap:10px;border:1px solid #bfe2d5;border-radius:6px;color:#176c46;background:#eff9f5}.audit-integrity.invalid{color:#9c3030;border-color:#edc4c4;background:#fff3f3}.audit-integrity>svg{flex:0 0 auto}.audit-integrity>div{display:flex;flex-direction:column;gap:4px}.audit-integrity strong{font-size:10px}.audit-integrity span{color:#657486;font-size:8px;line-height:1.45}.audit-filter-card{overflow:hidden;margin-bottom:14px}.audit-filters{padding:14px;display:grid;grid-template-columns:1.5fr 1fr 1fr .75fr 1fr 1fr;align-items:end;gap:10px}.audit-filters label{min-width:0;display:grid;gap:6px;color:#465365;font-size:8.5px;font-weight:650}.audit-filters input,.audit-filters select{width:100%;min-width:0;height:37px;padding:0 10px;border:1px solid #cbd6df;border-radius:4px;outline:0;color:#253044;background:#fff;font-size:10px}.audit-filters input:focus,.audit-filters select:focus{border-color:var(--teal);box-shadow:0 0 0 3px #0d8d881a}.audit-filter-actions{grid-column:1 / -1;display:flex;justify-content:flex-end;gap:8px}.audit-table-card{overflow:hidden}.audit-table-wrap{overflow-x:auto}.audit-table{width:100%;min-width:1040px;border-collapse:collapse;table-layout:fixed}.audit-table th{height:40px;padding:0 11px;color:#647184;background:#f8fafb;border-bottom:1px solid #dfe6eb;font-size:7.5px;font-weight:700;text-align:left;text-transform:uppercase;letter-spacing:.04em}.audit-table td{min-height:57px;padding:10px 11px;border-bottom:1px solid #e5eaee;color:#445164;font-size:8.5px;vertical-align:middle}.audit-table tbody tr:not(.audit-detail-row):hover{background:#fbfdfd}.audit-table th:nth-child(1){width:155px}.audit-table th:nth-child(2){width:190px}.audit-table th:nth-child(3){width:155px}.audit-table th:nth-child(4){width:175px}.audit-table th:nth-child(5){width:75px}.audit-table th:nth-child(6){width:200px}.audit-table th:nth-child(7){width:42px}.audit-table td>strong,.audit-table td>small,.audit-table td>time{display:block}.audit-table td>strong{color:#344153;font-size:8.8px}.audit-table td>small{margin-top:4px;color:#788597;font-size:7.2px;line-height:1.35;overflow-wrap:anywhere}.audit-table code{color:#365061;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:7.5px;overflow-wrap:anywhere}.audit-outcome{display:inline-flex;padding:3px 7px;border-radius:9px;color:#176c46;background:#e8f7ef;font-size:7px;font-weight:700;text-transform:capitalize}.audit-outcome.failure{color:#9b3030;background:#faeaea}.audit-expand{width:30px;height:30px;display:grid;place-items:center;border:0;border-radius:4px;color:#607083;background:transparent;cursor:pointer}.audit-expand:hover{color:var(--teal-dark);background:var(--teal-soft)}.audit-detail-row>td{padding:0!important;background:#f7fafb}.audit-detail-row>td>div{padding:13px 16px;display:grid;grid-template-columns:minmax(280px,.8fr) minmax(420px,1.2fr);gap:15px}.audit-detail-row section>strong{display:block;margin-bottom:6px;color:#3b485a;font-size:8.5px}.audit-detail-row pre{min-height:66px;max-height:180px;margin:0;padding:10px;overflow:auto;border:1px solid #dfe6ea;border-radius:4px;color:#3f4d5e;background:#fff;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:7.5px;line-height:1.5;white-space:pre-wrap;overflow-wrap:anywhere}.audit-detail-row dl{margin:0;display:grid;gap:6px}.audit-detail-row dl div{min-width:0;display:grid;grid-template-columns:88px 1fr;gap:7px}.audit-detail-row dt{color:#758294;font-size:7.5px}.audit-detail-row dd{min-width:0;margin:0;color:#465466;font-size:7.5px;overflow-wrap:anywhere}.audit-table-footer{min-height:55px;padding:10px 14px;display:flex;align-items:center;justify-content:space-between;gap:15px;color:#6c798a;background:#fafbfc;font-size:8px;line-height:1.4}.session-modal-backdrop{z-index:50}.session-modal{width:min(760px,calc(100vw - 36px))}.session-modal-body{padding:17px 20px}.session-modal-body>.policy-note{margin-top:12px}.session-password-form{margin:12px 0;overflow:hidden;border:1px solid #dbe5ea;border-radius:5px;background:#fbfcfd}.session-password-form>header{min-height:51px;padding:10px 12px;display:flex;align-items:center;border-bottom:1px solid #e3e9ed;background:#f5f8fa}.session-password-form>header div{display:flex;flex-direction:column;gap:3px}.session-password-form>header strong{color:#344153;font-size:10px}.session-password-form>header small,.session-password-form>footer span{color:#718093;font-size:8px;line-height:1.4}.session-password-form>div{padding:12px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.session-password-form>footer{min-height:52px;padding:9px 12px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid #e3e9ed}.own-session-list{display:grid;gap:8px}.own-session-list article{min-height:72px;padding:11px 12px;display:grid;grid-template-columns:35px 1fr auto;align-items:center;gap:10px;border:1px solid #dfe6eb;border-radius:5px;background:#fbfcfd}.own-session-list article>span{width:33px;height:33px;display:grid;place-items:center;border-radius:50%;color:var(--teal-dark);background:var(--teal-soft)}.own-session-list article>div{min-width:0;display:flex;flex-direction:column;gap:4px}.own-session-list strong{color:#354153;font-size:10px;overflow-wrap:anywhere}.own-session-list strong em{margin-left:5px;padding:2px 6px;border-radius:8px;color:#176c46;background:#e7f7ef;font-size:7px;font-style:normal;white-space:nowrap}.own-session-list small{color:#748193;font-size:8px;line-height:1.35}.session-modal-footer{min-height:62px;padding:10px 20px;display:flex;align-items:center;justify-content:space-between;gap:15px;border-top:1px solid var(--line);background:#fafbfc}.session-modal-footer>span{max-width:440px;color:#667386;font-size:8.5px;line-height:1.45}.session-modal-footer .reject-button{min-height:34px;display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.holter-grid{grid-template-columns:minmax(760px,1fr) 280px;align-items:start}.holter-form{overflow:hidden}.surface-header.nested{border-top:1px solid #e5eaef}.form-section{padding:15px 17px;display:grid;gap:13px}.form-section.two-column{grid-template-columns:repeat(2,1fr)}.form-section.four-column{grid-template-columns:repeat(4,1fr)}.form-section label small{position:absolute;right:8px;bottom:12px;color:#7b8798;font-size:8px;font-weight:400}.form-section label:has(input:disabled) input{color:#627083;background:#f1f4f6}.form-section textarea{min-height:92px;padding:10px 11px;resize:vertical;line-height:1.5}.af-section{grid-template-columns:minmax(320px,1fr) 180px;align-items:center;background:#fbfcfd}.af-section .switch-row{min-height:52px;border-bottom:0}.form-footer{min-height:63px;padding:11px 17px;display:flex;justify-content:flex-end;align-items:center;gap:10px;border-top:1px solid #e5eaef}.form-footer .form-alert{flex:1}.holter-aside{display:grid;gap:12px}.upload-card{padding:15px}.upload-card>header{display:flex;align-items:center;gap:9px;margin-bottom:13px}.upload-card header svg{color:var(--teal-dark)}.upload-card h2,.safety-card h2,.scope-card h2{margin:0;font-size:11px}.upload-card p,.safety-card p,.scope-card p{margin:4px 0 0;color:#6e7b8d;font-size:8.5px;line-height:1.55}.file-drop{min-height:137px;padding:17px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;border:1px dashed #a9c7c5;border-radius:5px;color:var(--teal-dark);background:#f5fbfa;text-align:center;cursor:pointer}.file-drop input{position:absolute;width:1px;height:1px;opacity:0}.file-drop strong{max-width:220px;font-size:9.5px;overflow-wrap:anywhere}.file-drop span{color:#748192;font-size:8px;line-height:1.4}.safety-card,.scope-card{padding:15px;display:grid;grid-template-columns:23px 1fr;gap:9px}.safety-card>svg{color:var(--warning)}.scope-card>svg{color:var(--teal-dark)}.mobile-workspace{display:none}@media(max-width:1280px){.app-shell{grid-template-columns:160px 1fr}.workspace{grid-template-columns:265px minmax(0,1fr)}.brand{padding-left:11px}.nav-item{padding-left:13px}.clinical-grid{grid-template-columns:minmax(0,1fr) 220px}.trend-content{grid-template-columns:minmax(270px,1fr) 112px}.report-step{min-width:91px}.report-steps>i{width:9px;margin:0 3px}.admin-grid{grid-template-columns:1fr}.admin-password-reset{grid-template-columns:1fr 1fr}.admin-password-reset>div{grid-column:1 / -1}.staff-account-list>article{grid-template-columns:41px minmax(190px,1fr) minmax(250px,auto)}.role-choice-grid{grid-template-columns:repeat(2,1fr)}.audit-filters{grid-template-columns:repeat(3,1fr)}}.echo-workspace{height:100vh;height:100dvh;overflow-y:auto;overscroll-behavior:contain;color:#263345;background:#f2f6f7}.echo-workspace button,.echo-workspace input,.echo-workspace select,.echo-workspace textarea{font:inherit}.echo-workspace-header{min-height:66px;padding:0 22px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:18px;color:#fff;background:#102f46;box-shadow:0 4px 18px #0b273a2e}.echo-brand,.echo-header-actions,.echo-day-total,.patient-identity,.patient-primary-action,.echo-report-form>header,.report-review-panel>header{display:flex;align-items:center}.echo-brand{gap:11px}.echo-brand>span{width:38px;height:38px;display:grid;place-items:center;border-radius:10px;color:#0c4c52;background:#9ee2dc}.echo-brand div,.echo-day-total{display:flex;flex-direction:column}.echo-brand strong{font-size:17px;letter-spacing:.2px}.echo-brand small,.echo-day-total span{color:#c8d8e2;font-size:10px}.echo-day-total{align-items:center;padding:5px 24px;border-right:1px solid rgba(255,255,255,.15);border-left:1px solid rgba(255,255,255,.15)}.echo-day-total strong{font-size:22px;line-height:1}.echo-header-actions{justify-content:flex-end;gap:7px}.echo-header-actions button{min-height:38px;padding:0 11px;display:inline-flex;align-items:center;gap:7px;border:1px solid rgba(255,255,255,.16);border-radius:6px;color:#eaf3f6;background:#ffffff0f;cursor:pointer}.echo-toolbar{min-height:62px;padding:10px 22px;display:flex;align-items:center;gap:10px;border-bottom:1px solid #d8e1e6;background:#fff}.echo-toolbar>label{min-width:260px;max-width:560px;height:42px;flex:1;padding:0 12px;display:flex;align-items:center;gap:9px;border:1px solid #bdccd5;border-radius:6px;color:#718191}.echo-toolbar>label input{width:100%;border:0;outline:0;color:#273548}.echo-filter{display:flex;padding:3px;border-radius:7px;background:#edf2f4}.echo-filter button{min-height:36px;padding:0 13px;border:0;border-radius:5px;color:#657486;background:transparent;cursor:pointer}.echo-filter button.active{color:#0b5d5b;background:#fff;box-shadow:0 1px 5px #1736481f;font-weight:700}.echo-toolbar .primary-button{min-height:42px;display:inline-flex;align-items:center;gap:7px}.icon-refresh{width:42px;height:42px;display:grid;place-items:center;border:1px solid #bdccd5;border-radius:6px;color:#426274;background:#fff;cursor:pointer}.echo-alert{margin:10px 22px 0}.echo-layout{min-height:calc(100vh - 128px);display:grid;grid-template-columns:350px minmax(0,1fr)}.appointment-pane{border-right:1px solid #d9e2e7;background:#fff}.appointment-pane>header{height:47px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e1e7eb}.appointment-pane>header strong{font-size:12px}.appointment-pane>header span{min-width:24px;padding:4px 7px;border-radius:12px;color:#0b6662;background:#e3f5f2;font-size:9px;text-align:center}.appointment-list{max-height:calc(100vh - 175px);overflow-y:auto}.appointment-list>button{width:100%;min-height:90px;padding:13px 14px;display:grid;grid-template-columns:45px 1fr auto;align-items:start;gap:10px;border:0;border-bottom:1px solid #e7ecef;color:inherit;background:#fff;text-align:left;cursor:pointer}.appointment-list>button:hover{background:#f8fbfb}.appointment-list>button.active{box-shadow:inset 4px 0 #13817c;background:#edf8f7}.appointment-list time{color:#0d6864;font-size:10px;font-weight:750}.appointment-list button>div{min-width:0;display:flex;flex-direction:column;gap:4px}.appointment-list button strong{font-size:11px}.appointment-list button span,.appointment-list button small{overflow:hidden;color:#697789;font-size:8.5px;text-overflow:ellipsis;white-space:nowrap}.appointment-list em,.patient-identity>em,.report-review-panel em{padding:4px 7px;border-radius:10px;color:#596779;background:#eef2f5;font-size:7.5px;font-style:normal;text-transform:capitalize;white-space:nowrap}.patient-workspace{min-width:0;padding:20px 24px 36px}.patient-identity{min-height:68px;gap:12px}.patient-identity>span{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;color:#0b6662;background:#dff3f1}.patient-identity>div{min-width:0;flex:1}.patient-identity small,.echo-report-form header span,.report-review-panel header span,.generated-report header span{color:#778494;font-size:8.5px;text-transform:uppercase;letter-spacing:.5px}.patient-identity h1{margin:2px 0;color:#263548;font-size:22px}.patient-identity p{margin:0;color:#687789;font-size:10px}.patient-facts{margin:14px 0;padding:14px 16px;display:grid;grid-template-columns:repeat(4,1fr);gap:13px 18px;border:1px solid #dce4e8;border-radius:8px;background:#fff}.patient-facts div{min-width:0}.patient-facts .wide{grid-column:span 2}.patient-facts dt{margin-bottom:4px;color:#7b8796;font-size:8px;text-transform:uppercase}.patient-facts dd{margin:0;color:#354356;font-size:10px;overflow-wrap:anywhere}.workflow-strip{margin:14px 0;display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #dbe4e8;border-radius:8px;background:#fff;overflow:hidden}.workflow-strip div{min-height:48px;padding:0 10px;display:flex;align-items:center;justify-content:center;gap:7px;border-right:1px solid #e3e9ec;color:#7a8795;font-size:9px;font-weight:700}.workflow-strip div:last-child{border-right:0}.workflow-strip div>span,.workflow-strip svg{width:20px;height:20px;padding:4px;border-radius:50%;color:#fff;background:#aab5be}.workflow-strip div.done{color:#176c56;background:#f0faf6}.workflow-strip div.done svg{background:#25866a}.patient-primary-action{min-height:66px;padding:12px 15px;justify-content:space-between;gap:16px;border:1px solid #bcdad6;border-radius:8px;background:#f3fbfa}.patient-primary-action>div:first-child{display:flex;flex-direction:column;gap:4px}.patient-primary-action strong{font-size:11px}.patient-primary-action span{color:#687889;font-size:9px}.patient-primary-action .primary-button{min-height:40px;display:inline-flex;align-items:center;gap:7px}.record-delete-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:-5px}.record-delete-actions button{min-height:36px;display:inline-flex;align-items:center;gap:6px;padding:7px 11px;border:1px solid #e2bcbc;border-radius:7px;background:#fff8f8;color:#923c3c;font-size:9px}.record-delete-actions button:hover{border-color:#c77e7e;background:#fff0f0}.pdf-actions{display:flex;align-items:center;gap:8px}.walk-in-button{min-height:42px;padding:0 14px;display:inline-flex;align-items:center;gap:7px;border:1px solid #b97810;border-radius:6px;color:#704600;background:#fff8e9;font-weight:800;cursor:pointer}.walk-in-button:hover{background:#fff1cf}.walk-in-button:disabled{opacity:.45;cursor:not-allowed}.pdf-actions button,.report-review-panel footer button,.generated-report button{min-height:38px;padding:0 12px;display:inline-flex;align-items:center;gap:6px;border:1px solid #79b5b0;border-radius:5px;color:#0b6662;background:#fff;cursor:pointer}.echo-report-form,.report-review-panel{margin-top:16px;border:1px solid #cfdbdf;border-radius:9px;background:#fff;box-shadow:0 8px 24px #1234460d;overflow:hidden}.echo-report-form{position:fixed;z-index:150;top:0;right:0;bottom:0;left:0;width:100%;height:100vh;height:100dvh;min-height:0;margin:0;display:grid;grid-template-rows:auto minmax(0,1fr) auto;border:0;border-radius:0;box-shadow:none;overflow:hidden}.echo-report-form>header,.report-review-panel>header{min-height:58px;padding:10px 16px;justify-content:space-between;border-bottom:1px solid #e0e7ea;background:#f8fbfb}.echo-report-form>header{min-height:68px;gap:22px;color:#fff;background:#102f46}.echo-report-form h2,.report-review-panel h2{margin:2px 0 0;font-size:14px}.echo-report-form>header>button{min-height:38px;padding:0 13px;border:1px solid rgba(255,255,255,.25);border-radius:5px;color:#fff;background:#ffffff14;cursor:pointer}.echo-report-patient{min-width:0;margin-left:auto;display:grid;gap:3px;text-align:right}.echo-report-patient strong{font-size:11px}.echo-report-patient span{max-width:470px;color:#c5d7df!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-transform:none!important;letter-spacing:0!important}.echo-report-page-body{min-height:0;max-height:100%;display:grid;grid-template-columns:minmax(680px,1fr) minmax(330px,390px);overflow:hidden;background:#edf2f4}.echo-report-fields{min-width:0;min-height:0;padding-bottom:28px;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;background:#fff}.report-page-intro{min-height:58px;padding:11px 16px;display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid #dbe4e8;background:#f4f9f8}.report-page-intro>div{display:grid;gap:4px}.report-page-intro strong{color:#21434c;font-size:10px}.report-page-intro span{color:#6b7a88;font-size:8.5px}.report-page-intro em{flex:0 0 auto;padding:6px 9px;border-radius:999px;color:#08736f;background:#dcefed;font-size:9px;font-style:normal;font-weight:800}.amendment-notice{margin:14px;padding:13px 15px;display:grid;gap:7px;border:1px solid #e1b75b;border-left:4px solid #c98712;border-radius:6px;background:#fffaf0}.amendment-notice strong{color:#704900;font-size:11px}.amendment-notice>span{color:#765f34;font-size:9px;line-height:1.5}.amendment-notice label{display:grid;gap:5px;color:#604b25;font-size:9px;font-weight:700}.amendment-notice input{min-height:40px;padding:0 10px;border:1px solid #cfad68;border-radius:5px;background:#fff;outline-color:#b57608}.measurement-section{padding:14px 16px;border-bottom:1px solid #e4e9ec}.measurement-section summary{margin:0;color:#405063;font-size:11px;font-weight:700;cursor:pointer;list-style-position:outside}.measurement-section summary small{margin-left:8px;color:#8a98a5;font-size:8px;font-weight:500}.measurement-section[open] summary{margin-bottom:11px}.measurement-grid,.assessment-grid{display:grid;grid-template-columns:repeat(4,minmax(110px,1fr));gap:11px}.measurement-grid label,.assessment-grid label,.appointment-form-grid label{min-width:0;display:grid;gap:5px;color:#566577;font-size:8.5px;font-weight:700}.measurement-grid label>span small{color:#84919e;font-weight:500}.measurement-grid label>span em{margin-left:5px;color:#14756f;font-size:8px;font-style:normal;font-weight:700;text-transform:uppercase}.measurement-grid .field-help,.assessment-grid .field-help{min-height:48px;color:#5f7081;font-size:10px;font-weight:500;line-height:1.5}.measurement-grid input.calculated-input{border-color:#b8d8d4;color:#175f5a;background:#eef8f6;cursor:default}.measurement-grid input,.assessment-grid select,.appointment-form-grid input,.appointment-form-grid select,.appointment-form-grid textarea,.report-review-panel footer input{width:100%;min-height:39px;padding:0 9px;border:1px solid #c7d2d9;border-radius:5px;color:#273548;background:#fff;outline-color:#238a84}.generated-report{padding:16px;background:#f7fafb}.generated-report>header{margin-bottom:9px;display:flex;align-items:center;justify-content:space-between;gap:12px}.generated-report h3{margin:2px 0 0;font-size:12px}.generated-report textarea{width:100%;min-height:250px;padding:13px;border:1px solid #bfcdd5;border-radius:6px;color:#283648;background:#fff;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10px;line-height:1.65;resize:vertical}.ai-quality-panel{margin:0 0 12px;padding:12px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;border:1px solid #cadfdd;border-radius:6px;background:#fff;color:#415365;font-size:9px}.ai-quality-panel>div{padding:9px;border-radius:5px;background:#f4f8f8}.ai-quality-panel strong{display:block;margin-bottom:5px;color:#214f51}.ai-quality-panel p,.ai-quality-panel ul{margin:0;line-height:1.55}.ai-quality-panel ul{padding-left:16px;color:#8a4d15}.ai-completeness strong{font-size:20px;color:#08736f}.ai-completeness span,.ai-completeness small{display:block}.echo-ai-sidebar{min-width:0;min-height:0;padding:15px 15px 32px;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;border-left:1px solid #c9d6dc;background:#f1f5f6}.echo-ai-sidebar>header{margin:-15px -15px 12px;padding:13px 15px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #cbd8dc;background:#e7f1f0}.echo-ai-sidebar>header>div{display:flex;align-items:center;gap:9px}.echo-ai-sidebar>header div div{display:grid;gap:2px}.echo-ai-sidebar>header strong{color:#173f45;font-size:11px}.echo-ai-sidebar>header small{color:#667b83;font-size:8px}.echo-ai-sidebar>header em{color:#08736f;font-size:16px;font-style:normal;font-weight:800}.ai-pulse{width:10px;height:10px;border:2px solid #fff;border-radius:50%;background:#28a681;box-shadow:0 0 0 2px #28a68133}.ai-pulse.working{animation:ai-pulse 1s infinite ease-in-out}@keyframes ai-pulse{50%{opacity:.4;transform:scale(.8)}}.ai-safety-note{margin:0 0 12px;padding:9px 10px;border-left:3px solid #4a8c98;color:#526871;background:#fff;font-size:8.5px;line-height:1.5}.ai-sidebar-error{margin-bottom:10px;padding:9px;border:1px solid #efc9c5;border-radius:5px;color:#8b302c;background:#fff3f1;font-size:8.5px}.ai-guidance-section{margin-bottom:11px;padding:11px;border:1px solid #d5dfe3;border-radius:7px;background:#fff}.ai-guidance-section>h3{margin:0 0 9px;color:#344f59;font-size:9px;text-transform:uppercase;letter-spacing:.45px}.ai-guidance-section>p,.ai-guidance-section>ul,.ai-guidance-section>ol{margin:0;color:#566872;font-size:8.5px;line-height:1.55}.ai-guidance-section>ul,.ai-guidance-section>ol{padding-left:17px}.ai-guidance-section li+li{margin-top:6px}.next-actions{border-color:#bcd9d5}.next-actions ol li::marker{color:#08736f;font-weight:800}.clinical-pattern{margin-top:9px;padding:10px;border:1px solid #d7dfe2;border-left-width:4px;border-radius:6px;background:#fafcfc}.clinical-pattern>header{display:grid;gap:3px}.clinical-pattern>header span{color:#71818a;font-size:7px;font-weight:800;letter-spacing:.55px;text-transform:uppercase}.clinical-pattern>header strong{color:#263f48;font-size:9.5px}.clinical-pattern p{margin:6px 0 0;color:#52636c;font-size:8.5px;line-height:1.5}.clinical-pattern .pattern-evidence{color:#344e58;font-weight:700}.clinical-pattern details{margin-top:7px;color:#48616b;font-size:8px}.clinical-pattern details summary{cursor:pointer;font-weight:700}.clinical-pattern details ul{margin:6px 0 0;padding-left:16px;line-height:1.5}.pattern-information{border-left-color:#4a8c98}.pattern-attention{border-left-color:#d48a27;background:#fffaf1}.pattern-urgent{border-left-color:#c43f39;background:#fff4f2}.pattern-urgent>header span,.pattern-urgent>header strong{color:#9b302c}.quality-alerts{border-color:#e4cfac;background:#fffbf4}.quality-alerts>ul{color:#765020}.missing-items p{overflow-wrap:anywhere}.echo-report-form>footer,.report-review-panel>footer,.echo-appointment-modal>footer{min-height:58px;padding:10px 16px;display:flex;align-items:center;justify-content:space-between;gap:14px;border-top:1px solid #e0e7ea}.echo-report-form>footer{background:#fff;box-shadow:0 -4px 14px #12344614}.echo-report-form>footer span,.echo-appointment-modal>footer span{color:#728091;font-size:8.5px}.report-review-panel pre{min-height:220px;margin:0;padding:18px;color:#334154;background:#fff;font:10px/1.75 ui-monospace,SFMono-Regular,Menlo,monospace;white-space:pre-wrap;overflow-wrap:anywhere}.report-review-panel>footer{justify-content:flex-end;flex-wrap:wrap;background:#f8fafb}.report-review-panel footer input{width:190px}.walk-in-modal{width:min(620px,calc(100vw - 24px))}.walk-in-note{margin:14px 16px 0;padding:11px 13px;display:flex;align-items:flex-start;gap:9px;border:1px solid #d7e5e4;border-radius:6px;color:#52636b;background:#f3f9f8;font-size:9px;line-height:1.5}.walk-in-note svg{flex:0 0 auto;color:#0b7772}.walk-in-note span{display:grid;gap:2px}.walk-in-note strong{color:#174f4d;font-size:10px}.walk-in-optional{margin:0 16px 14px;border:1px solid #dde5e8;border-radius:6px;background:#fafcfc}.walk-in-optional summary{padding:11px 13px;color:#52636b;font-size:9px;font-weight:800;cursor:pointer}.walk-in-optional .appointment-form-grid{padding-top:0}.signed-version-history{padding:14px 16px;border-top:1px solid #e0e7ea;background:#fbfcfc}.signed-version-history>header{display:grid;gap:3px;margin-bottom:10px}.signed-version-history>header strong{color:#29434d;font-size:10px}.signed-version-history>header span{color:#74818c;font-size:8.5px}.signed-version-history>div{display:flex;flex-wrap:wrap;gap:8px}.signed-version-history button{min-height:40px;padding:7px 11px;display:grid;grid-template-columns:auto auto;align-items:center;gap:2px 7px;border:1px solid #ccdadd;border-radius:6px;color:#155f5c;background:#fff;cursor:pointer}.signed-version-history button svg{grid-row:1 / 3}.signed-version-history button span{font-size:9px;font-weight:800}.signed-version-history button small{color:#74818c;font-size:7.5px}.pdf-preview-backdrop{position:fixed;z-index:220;top:0;right:0;bottom:0;left:0;padding:18px;display:grid;place-items:center;background:#051622c7}.pdf-preview-modal{width:min(1180px,100%);height:calc(100vh - 36px);height:calc(100dvh - 36px);min-height:0;display:grid;grid-template-rows:auto minmax(0,1fr);overflow:hidden;border-radius:10px;background:#e8eef1;box-shadow:0 26px 80px #00000061}.pdf-preview-modal>header{min-height:64px;padding:10px 15px;display:flex;align-items:center;justify-content:space-between;gap:16px;color:#fff;background:#102f46}.pdf-preview-modal>header span{color:#bcd1dc;font-size:8px;text-transform:uppercase;letter-spacing:.55px}.pdf-preview-modal>header h2{margin:3px 0 0;font-size:14px}.pdf-preview-modal>header>div:last-child{display:flex;gap:8px}.pdf-preview-modal>header button{min-height:38px;padding:0 12px;display:inline-flex;align-items:center;gap:6px;border:1px solid rgba(255,255,255,.3);border-radius:5px;color:#fff;background:#ffffff14;cursor:pointer}.pdf-preview-modal iframe{width:100%;height:100%;min-height:0;border:0;background:#fff}.echo-empty{min-height:180px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;color:#82909e;text-align:center}.echo-empty strong{color:#4c5b6d;font-size:11px}.echo-empty span{font-size:9px}.echo-empty.large{min-height:calc(100vh - 128px)}.echo-modal-backdrop{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;padding:20px;display:grid;place-items:center;background:#071b289e;overflow-y:auto}.echo-appointment-modal{width:min(760px,100%);max-height:calc(100vh - 40px);overflow-y:auto;border-radius:10px;background:#fff;box-shadow:0 24px 70px #0000004d}.echo-appointment-modal>header{min-height:64px;padding:12px 18px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #dfe6ea}.echo-appointment-modal header span{color:#788595;font-size:8px;text-transform:uppercase;letter-spacing:.6px}.echo-appointment-modal h2{margin:3px 0 0;font-size:15px}.echo-appointment-modal header button{border:0;color:#536d7d;background:transparent;cursor:pointer}.appointment-form-grid{padding:18px;display:grid;grid-template-columns:repeat(2,1fr);gap:13px}.appointment-form-grid .span-2{grid-column:span 2}.appointment-form-grid textarea{min-height:70px;padding-top:9px;resize:vertical}.admin-only-workspace{min-height:100vh;padding:0 22px 32px;background:#f2f6f7}.admin-only-workspace>header{min-height:64px;margin:0 -22px 18px;padding:0 22px;display:flex;align-items:center;gap:18px;color:#fff;background:#102f46}.admin-only-workspace>header button{min-height:40px;padding:0 12px;display:inline-flex;align-items:center;gap:7px;border:1px solid rgba(255,255,255,.2);border-radius:6px;color:#fff;background:#ffffff0f;cursor:pointer}@media(max-width:900px){.echo-workspace-header{min-height:76px;padding:9px 14px;grid-template-columns:1fr auto}.echo-day-total{display:none}.echo-header-actions button{min-width:42px;padding:0 9px}.echo-header-actions button:first-child{display:none}.echo-toolbar{padding:9px 12px;flex-wrap:wrap}.echo-toolbar>label{max-width:none;flex-basis:calc(100% - 52px)}.echo-filter{order:3;flex:1}.echo-filter button{flex:1}.echo-layout{display:block}.appointment-pane{border-right:0;border-bottom:1px solid #d9e2e7}.appointment-list{max-height:280px}.patient-workspace{padding:16px 14px 30px}.patient-facts{grid-template-columns:repeat(2,1fr)}.measurement-grid,.assessment-grid{grid-template-columns:repeat(2,minmax(120px,1fr))}.echo-report-form>header{min-height:76px}.echo-report-patient{display:none}.echo-report-page-body{display:block;overflow-y:auto}.echo-report-fields,.echo-ai-sidebar{overflow:visible}.echo-ai-sidebar{border-top:1px solid #c9d6dc;border-left:0}.pdf-preview-backdrop{padding:8px}.pdf-preview-modal{height:calc(100dvh - 16px)}}@media(max-width:560px){.echo-brand small{display:none}.echo-header-actions button{font-size:0}.echo-header-actions svg{width:19px;height:19px}.echo-toolbar .primary-button{flex:1;justify-content:center}.patient-identity{align-items:flex-start;flex-wrap:wrap}.patient-identity>em{margin-left:54px}.patient-facts,.appointment-form-grid{grid-template-columns:1fr}.patient-facts .wide,.appointment-form-grid .span-2{grid-column:auto}.workflow-strip{grid-template-columns:repeat(2,1fr)}.workflow-strip div:nth-child(2){border-right:0}.workflow-strip div:nth-child(-n+2){border-bottom:1px solid #e3e9ec}.patient-primary-action,.echo-report-form>footer,.echo-appointment-modal>footer{align-items:stretch;flex-direction:column}.record-delete-actions{flex-direction:column}.measurement-grid,.assessment-grid{grid-template-columns:1fr}.generated-report>header{align-items:stretch;flex-direction:column}.generated-report button{justify-content:center}.echo-modal-backdrop{padding:8px}.echo-appointment-modal{max-height:calc(100vh - 16px)}}@media(max-width:920px){body{overflow:auto}.desktop-shell{display:none}.mobile-workspace{position:fixed;top:0;right:0;bottom:0;left:0;z-index:30;display:flex;flex-direction:column;min-width:320px;color:var(--ink);background:#f4f7f9;overflow:hidden}.mobile-topbar{min-height:calc(62px + env(safe-area-inset-top));padding:env(safe-area-inset-top) 17px 0;display:flex;align-items:center;justify-content:space-between;color:#fff;background:var(--nav);box-shadow:0 1px #ffffff14}.mobile-brand{display:flex;align-items:center;gap:9px}.mobile-brand>span{width:35px;height:35px;display:grid;place-items:center;border-radius:8px;color:#4fddd2;background:#ffffff14}.mobile-brand div{display:flex;flex-direction:column}.mobile-brand strong{font-size:17px;letter-spacing:-.2px}.mobile-brand small{margin-top:2px;color:#a9c5d1;font-size:8px}.mobile-top-actions{display:flex;align-items:center;gap:12px}.mobile-top-actions button{position:relative;width:40px;height:40px;display:grid;place-items:center;border:0;color:#d9e8ee;background:transparent}.mobile-top-actions button i{position:absolute;top:5px;right:3px;min-width:15px;height:15px;display:grid;place-items:center;padding:0 3px;border-radius:8px;color:#fff;background:#df4848;font-size:7px;font-style:normal}.mobile-avatar{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--teal)}.mobile-toast{position:fixed;z-index:40;top:calc(71px + env(safe-area-inset-top));left:50%;max-width:calc(100vw - 32px);min-height:40px;padding:0 14px;display:flex;align-items:center;gap:7px;transform:translate(-50%);border:1px solid #aedfce;border-radius:20px;color:#176c46;background:#effaf5;box-shadow:0 10px 30px #12433729;font-size:10px;white-space:nowrap}.session-modal{width:calc(100vw - 24px);max-height:calc(100vh - 24px - env(safe-area-inset-top) - env(safe-area-inset-bottom))}.session-modal>header{height:auto;min-height:70px;padding:12px 15px}.session-modal-body{padding:13px}.audit-header-actions{width:100%;flex-wrap:wrap}.audit-header-actions button{flex:1}.audit-filters{grid-template-columns:1fr}.audit-filter-actions{grid-column:auto}.audit-detail-row>td>div{grid-template-columns:1fr}.audit-table-footer{align-items:stretch;flex-direction:column}.session-password-form>div{grid-template-columns:1fr}.session-password-form input{height:42px;font-size:16px}.session-password-form>footer{align-items:stretch;flex-direction:column}.session-password-form>footer button{min-height:42px}.own-session-list article{grid-template-columns:32px 1fr}.own-session-list article .reject-button{grid-column:2;justify-self:start}.session-modal-footer{align-items:stretch;flex-direction:column;padding:12px 15px calc(12px + env(safe-area-inset-bottom))}.mobile-page{flex:1;min-height:0;padding:18px 15px calc(86px + env(safe-area-inset-bottom));overflow-y:auto;-webkit-overflow-scrolling:touch}.mobile-page-header{min-height:54px;display:flex;align-items:flex-start;justify-content:space-between;gap:15px;margin-bottom:14px}.mobile-page-header>div{display:flex;flex-direction:column}.mobile-page-header span{color:#758295;font-size:9px;font-weight:650;letter-spacing:.02em}.mobile-page-header h1{margin:5px 0 0;font-size:24px;line-height:1.1;letter-spacing:-.5px}.mobile-page-header>button,.mobile-header-icon{width:42px;height:42px;display:grid;place-items:center;flex:0 0 auto;border:1px solid var(--line);border-radius:10px;color:var(--teal-dark)!important;background:#fff}.mobile-count{min-width:38px;height:38px;display:grid!important;place-items:center;border-radius:19px;color:#fff!important;background:var(--teal);font-size:14px!important}.mobile-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-bottom:17px}.mobile-metrics article{min-height:70px;padding:12px;display:flex;flex-direction:column;justify-content:center;gap:4px;border:1px solid var(--line);border-radius:9px;background:#fff;box-shadow:0 4px 14px #1836480a}.mobile-metrics strong{color:var(--teal-dark);font-size:21px}.mobile-metrics span{color:#6f7c8d;font-size:8px;line-height:1.25}.mobile-metrics .warning strong{color:var(--danger)}.mobile-section{margin-bottom:15px}.mobile-section>header{height:30px;display:flex;align-items:flex-start;justify-content:space-between}.mobile-section h2{margin:0;font-size:12px}.mobile-section header button{border:0;color:var(--teal-dark);background:transparent;font-size:9px}.mobile-queue{display:grid;gap:8px}.mobile-queue>button{min-height:77px;padding:10px 9px;display:grid;grid-template-columns:37px 35px minmax(0,1fr) auto;align-items:center;gap:8px;border:1px solid var(--line);border-radius:8px;background:#fff;text-align:left;box-shadow:0 3px 12px #19374b09}.mobile-queue>button.active{border-color:#99d3cf;box-shadow:inset 3px 0 var(--teal),0 4px 15px #0d8d8814}.mobile-queue time{color:#586577;font-size:10px;font-weight:700}.exam-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:8px;color:#246cac;background:#edf5fc}.exam-icon.holter{color:var(--teal-dark);background:var(--teal-soft)}.queue-person{min-width:0;display:flex;flex-direction:column;gap:3px}.queue-person strong{font-size:10.5px}.queue-person small{color:#758193;font-size:7.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.queue-person em{color:#4d5a6c;font-size:8px;font-style:normal}.queue-status{max-width:60px;padding:4px 6px;border-radius:9px;color:#6e7a8a;background:#f0f3f5;font-size:7px;text-align:center;line-height:1.2}.queue-status.in-progress{color:#246cac;background:#eaf3fc}.queue-status.pending-review{color:#b06713;background:#fff3df}.queue-status.completed{color:#207b50;background:#eaf8f1}.mobile-patient-card{overflow:hidden;border:1px solid var(--line);border-radius:10px;background:#fff;box-shadow:0 6px 22px #1534480f}.mobile-patient-card>header{min-height:70px;padding:12px 13px;display:grid;grid-template-columns:35px 1fr 20px;align-items:center;gap:9px;color:#fff;background:linear-gradient(110deg,#08736f,#0d8d88)}.mobile-patient-card>header>span{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#ffffff24}.mobile-patient-card header div{display:flex;flex-direction:column}.mobile-patient-card header small{color:#c9eeea;font-size:7.5px}.mobile-patient-card header strong{margin-top:3px;font-size:12px}.mobile-patient-card header p{margin:3px 0 0;color:#d7f0ed;font-size:8px}.mobile-patient-card dl{margin:0;padding:12px 13px 5px;display:grid;gap:9px}.mobile-patient-card dl div{display:grid;grid-template-columns:83px 1fr;gap:7px;font-size:8.5px;line-height:1.4}.mobile-clinical-alert{margin:8px 12px 12px;padding:10px;display:flex;gap:8px;border:1px solid #f0d4ac;border-radius:6px;color:#73501e;background:#fff8ea}.mobile-clinical-alert svg{flex:0 0 auto;color:var(--warning)}.mobile-clinical-alert span{display:flex;flex-direction:column;gap:3px;font-size:8px;line-height:1.4}.mobile-clinical-alert strong{font-size:9px}.mobile-patient-card footer{min-height:58px;padding:9px 12px;display:grid;grid-template-columns:.8fr 1.2fr;gap:8px;border-top:1px solid #e7ebef}.mobile-patient-card footer button,.mobile-primary-action{min-height:42px;display:flex;align-items:center;justify-content:center;gap:6px;border:1px solid var(--teal);border-radius:7px;color:var(--teal-dark);background:#fff;font-size:9px;font-weight:700}.mobile-patient-card footer .primary,.mobile-primary-action{color:#fff;background:var(--teal)}.mobile-focus-card{padding:15px;border:1px solid var(--line);border-radius:10px;background:#fff;box-shadow:0 6px 22px #1534480f}.focus-heading{display:grid;grid-template-columns:39px 1fr;gap:10px;align-items:center}.focus-heading>span{width:39px;height:39px;display:grid;place-items:center;border-radius:9px;color:var(--teal-dark);background:var(--teal-soft)}.focus-heading div{display:flex;flex-direction:column}.focus-heading small{color:#b06b17;font-size:7.5px}.focus-heading h2{margin:4px 0 0;font-size:14px}.focus-heading p{margin:3px 0 0;color:#718093;font-size:8px}.holter-vitals{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin:16px 0 12px}.holter-vitals div{min-height:83px;padding:11px 8px;display:grid;place-items:center;border-radius:7px;background:#f4f8fa}.holter-vitals span{color:#718093;font-size:7.5px}.holter-vitals strong{color:#253244;font-size:24px}.holter-vitals small{color:#718093;font-size:7px}.holter-summary-list{border-top:1px solid #e4e9ed;border-bottom:1px solid #e4e9ed}.holter-summary-list p{min-height:39px;margin:0;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #edf0f2;font-size:9px}.holter-summary-list p:last-child{border-bottom:0}.holter-summary-list span{color:#6d7a8c}.mobile-interpretation{margin:13px 0;color:#4f5d6e;font-size:9px;line-height:1.55}.mobile-primary-action{width:100%}.mobile-info-card{margin-top:13px;padding:12px;display:grid;grid-template-columns:23px 1fr;gap:8px;border:1px solid #cfe4e2;border-radius:8px;color:var(--teal-dark);background:#f0f9f8}.mobile-info-card.warning{color:#805313;border-color:#eed4ac;background:#fff8e9}.mobile-info-card p{margin:0;display:flex;flex-direction:column;gap:3px;color:#5e6c7d;font-size:8px;line-height:1.45}.mobile-info-card strong{color:inherit;font-size:9px}.mobile-report-list{display:grid;gap:9px}.mobile-report-list article{min-height:85px;padding:12px;display:grid;grid-template-columns:39px 1fr 35px;align-items:center;gap:10px;border:1px solid var(--line);border-radius:9px;background:#fff}.report-type-icon{width:39px;height:39px;display:grid;place-items:center;border-radius:9px;color:var(--teal-dark);background:var(--teal-soft)}.mobile-report-list article div{min-width:0}.mobile-report-list strong{font-size:10.5px}.mobile-report-list p{margin:4px 0;color:#596678;font-size:8px}.mobile-report-list small{color:#7b8797;font-size:7.5px}.mobile-report-list button{width:35px;height:39px;display:grid;place-items:center;border:0;color:#738092;background:transparent}.mobile-profile-card{min-height:90px;padding:15px;display:flex;align-items:center;gap:12px;border:1px solid var(--line);border-radius:10px;background:#fff}.large-avatar{width:51px;height:51px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--teal)}.mobile-profile-card div{display:flex;flex-direction:column;gap:4px}.mobile-profile-card strong{font-size:12px}.mobile-profile-card p{margin:0;color:#687587;font-size:8px}.mobile-profile-card small{color:var(--teal-dark);font-size:8px;text-transform:capitalize}.mobile-settings-list{margin-top:13px;overflow:hidden;border:1px solid var(--line);border-radius:10px;background:#fff}.mobile-settings-list button{width:100%;min-height:66px;padding:11px 13px;display:grid;grid-template-columns:29px 1fr 20px;align-items:center;gap:8px;border:0;border-bottom:1px solid #e6ebef;background:#fff;color:#526071;text-align:left}.mobile-settings-list button:last-child{border-bottom:0}.mobile-settings-list button>span{display:flex;flex-direction:column;gap:4px}.mobile-settings-list strong{color:#344154;font-size:10px}.mobile-settings-list small{color:#7a8798;font-size:7.5px}.mobile-settings-list .logout-row,.mobile-settings-list .logout-row strong{color:#aa3535}.mobile-bottom-nav{position:absolute;z-index:3;left:0;right:0;bottom:0;min-height:calc(64px + env(safe-area-inset-bottom));padding:3px 8px env(safe-area-inset-bottom);display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #d7e0e6;background:#fffffff7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.mobile-bottom-nav.five-items{grid-template-columns:repeat(5,1fr)}.mobile-appointment-form{margin-bottom:13px;padding:14px;display:grid;gap:11px;border:1px solid var(--line);border-radius:10px;background:#fff;box-shadow:0 6px 22px #1534480f}.mobile-appointment-form label{display:grid;gap:5px;color:#526071;font-size:9px;font-weight:700}.mobile-appointment-form input,.mobile-appointment-form select{width:100%;min-height:42px;padding:0 10px;border:1px solid #cbd6df;border-radius:6px;color:#263345;background:#fff;font-size:16px}.mobile-bottom-nav button{position:relative;min-height:56px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;border:0;color:#7a8797;background:transparent;font-size:7.5px}.mobile-bottom-nav button.active{color:var(--teal-dark);font-weight:750}.mobile-bottom-nav button.active:before{content:"";position:absolute;top:-3px;width:34px;height:3px;border-radius:0 0 3px 3px;background:var(--teal)}.mobile-bottom-nav button i{position:absolute;top:7px;left:calc(50% + 7px);min-width:14px;height:14px;display:grid;place-items:center;padding:0 3px;border-radius:7px;color:#fff;background:var(--danger);font-size:7px;font-style:normal}.auth-page{grid-template-columns:1fr}.auth-intro{min-height:auto;padding:28px 28px 35px}.auth-copy{margin:55px 0 35px;padding:0}.auth-copy h1{font-size:37px}.auth-footnote{margin-top:8px}.auth-panel{min-height:auto;padding:35px 22px 55px}.auth-form input,.auth-form select{font-size:16px}}@media(max-width:540px){.auth-intro{padding:24px 20px 31px}.auth-copy{margin-top:45px}.auth-copy h1{font-size:31px;letter-spacing:-1px}.auth-copy>p{font-size:13px}.auth-panel{padding:25px 12px 40px}.auth-form{padding:25px 20px}.form-grid{grid-template-columns:1fr}}@media(max-height:850px){.patient-row{min-height:63px;padding-top:6px;padding-bottom:5px}.workflow-list li{min-height:57px}.clinical-content{padding-top:7px}.identity-banner{min-height:55px}.mid-grid{min-height:200px}.trend-content{height:166px}.trend-chart>div{height:136px}.image-grid img{height:54px}}.operations-page{display:block}.operations-page>.form-alert{margin-bottom:12px}.operations-toolbar{min-height:48px;margin-bottom:12px;display:flex;align-items:center;justify-content:space-between;gap:14px;color:#677587;font-size:10px}.operations-search{width:min(520px,100%);height:38px;padding:0 11px;display:flex;align-items:center;gap:8px;border:1px solid #cbd6df;border-radius:5px;color:#6d7a8c;background:#fff}.operations-search input{width:100%;border:0;outline:0;color:#263345;font-size:11px}.operations-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:13px;margin-bottom:15px}.operations-kpis article{min-height:105px;padding:16px;display:grid;grid-template-columns:38px 1fr;grid-template-rows:auto 1fr;gap:3px 11px;border:1px solid var(--line);border-radius:7px;background:#fff;box-shadow:0 5px 18px #1635490a}.operations-kpis svg{grid-row:1 / -1;width:38px;height:38px;padding:9px;border-radius:9px;color:var(--teal-dark);background:var(--teal-soft)}.operations-kpis span{align-self:end;color:#6f7c8e;font-size:9px}.operations-kpis strong{align-self:start;color:#273548;font-size:25px}.operations-grid.two-up{grid-template-columns:repeat(2,minmax(0,1fr))}.operations-card{overflow:hidden}.operations-card>header{height:44px;padding:0 14px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e2e8ec}.operations-card>header button{border:0;color:var(--teal-dark);background:transparent;font-size:8px;font-weight:700;cursor:pointer}.operations-card h2,.inline-editor h2{margin:0;font-size:12px}.compact-list article{min-height:61px;padding:10px 14px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid #e7ecef}.compact-list article:last-child{border-bottom:0}.compact-list article>div{min-width:0;display:flex;flex-direction:column;gap:4px}.compact-list article>.row-actions{flex-direction:row;align-items:center}.compact-list strong{color:#334154;font-size:9.5px}.compact-list span{color:#758294;font-size:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.compact-list em,.operations-table-card em{display:inline-flex;width:fit-content;padding:4px 7px;border-radius:10px;color:#596779;background:#eef2f5;font-size:7px;font-style:normal;text-transform:capitalize;white-space:nowrap}.state-completed,.state-signed,.state-approved{color:#176c46!important;background:#e7f7ef!important}.state-cancelled,.state-failed,.state-rejected{color:#9b3030!important;background:#faeaea!important}.state-in_progress,.state-report_draft{color:#2468a8!important;background:#eaf3fc!important}.state-pending_review,.state-submitted,.state-checked_in{color:#9a620f!important;background:#fff2dc!important}.inline-editor{margin-bottom:14px;overflow:hidden;border-color:#b9d8d6;box-shadow:0 8px 24px #0b5a570f}.inline-editor>header{min-height:46px;padding:0 14px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #dfe7eb;background:#f7fbfa}.inline-editor>header button{border:0;color:var(--teal-dark);background:transparent;font-size:9px;cursor:pointer}.operations-form{padding:14px;display:grid;gap:12px}.operations-form.three-column{grid-template-columns:repeat(3,1fr)}.operations-form.four-column{grid-template-columns:repeat(4,1fr)}.operations-form label{min-width:0;display:grid;gap:6px;color:#4b586a;font-size:8.5px;font-weight:650}.operations-form input,.operations-form select,.operations-form textarea,.row-actions input{width:100%;min-width:0;height:37px;padding:0 10px;border:1px solid #cbd6df;border-radius:4px;color:#263345;background:#fff;outline:0;font-size:10px}.operations-form textarea{min-height:72px;padding:9px 10px;resize:vertical}.operations-form input:focus,.operations-form select:focus,.operations-form textarea:focus{border-color:var(--teal);box-shadow:0 0 0 3px #0d8d881a}.operations-form footer{display:flex;justify-content:flex-end}.report-patient-summary{padding:11px 13px;display:flex;flex-wrap:wrap;gap:5px 18px;border:1px solid #c9dfdd;border-radius:5px;color:#536274;background:#f3faf9;font-size:8.5px}.report-patient-summary strong{width:100%;color:var(--teal-dark);font-size:10px}.span-2{grid-column:span 2}.span-3{grid-column:span 3}.span-4{grid-column:span 4}.operations-table-card{overflow:auto}.operations-table-card table{width:100%;min-width:980px;border-collapse:collapse;table-layout:fixed}.operations-table-card th{height:42px;padding:0 12px;color:#687588;background:#f8fafb;border-bottom:1px solid #dfe6eb;font-size:7.5px;text-align:left;text-transform:uppercase;letter-spacing:.035em}.operations-table-card td{min-height:58px;padding:11px 12px;border-bottom:1px solid #e5eaee;color:#465365;font-size:8.5px;line-height:1.45;vertical-align:middle;overflow-wrap:anywhere}.operations-table-card tbody tr:hover{background:#fbfdfd}.operations-table-card td>strong,.operations-table-card td>small{display:block}.operations-table-card td>strong{color:#334154;font-size:9px}.operations-table-card td>small{margin-top:4px;color:#7a8798;font-size:7.5px}.table-action,.row-actions button{min-height:29px;padding:0 9px;border:1px solid #9fc8c5;border-radius:4px;color:var(--teal-dark);background:#fff;font-size:8px;cursor:pointer}.table-action:hover,.row-actions button:hover{background:var(--teal-soft)}.row-actions{margin-top:6px;display:flex;flex-wrap:wrap;align-items:center;gap:5px}.row-actions input{width:105px;height:29px;font-size:8px}.statistics-note{padding:18px}.statistics-note h2{margin:0 0 7px;font-size:13px}.statistics-note p{margin:0;color:#677587;font-size:10px;line-height:1.6}@media(max-width:1280px){.operations-form.four-column{grid-template-columns:repeat(2,1fr)}.operations-form.four-column .span-4{grid-column:span 2}.operations-kpis{grid-template-columns:repeat(2,1fr)}}
