.protected-route-container{display:flex;justify-content:center;align-items:center;height:100vh}.protected-route-message{font-size:1.5rem;color:#333}.header{display:flex;justify-content:space-between;align-items:center;padding:80px 120px;width:1920px;max-width:1920px;box-sizing:border-box}.header-right{display:flex;align-items:center;gap:16px;flex-shrink:0}.settings-button{box-sizing:border-box;display:flex;justify-content:center;align-items:center;padding:12px;gap:8px;width:48px;height:48px;min-width:48px;min-height:48px;background:#fff;border:1px solid #006E6E;border-radius:24px;cursor:pointer;transition:all .2s ease;flex-shrink:0}.settings-button:hover{background:#f5f6f7}.settings-button:active{background:#dee3e5}.logo{display:flex;align-items:center}.logo svg{height:40px;width:auto}.time-display{display:flex;align-items:center;text-align:right}.time-display-time{font-family:Amazon Ember,sans-serif;font-style:normal;font-weight:700;font-size:32px;line-height:150%;color:var(--primary-text)}.settings-modal-overlay{position:fixed;top:0;left:0;width:1920px;height:1080px;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.settings-modal{width:600px;background:var(--card-bg);border-radius:16px;padding:48px}.settings-modal-title{font-family:Ember Modern,sans-serif;font-size:48px;font-weight:700;color:var(--health-dark);margin:0 0 32px}.settings-modal-content{display:flex;flex-direction:column;gap:24px;margin-bottom:32px}.settings-field{display:flex;flex-direction:column;gap:8px}.settings-field label{font-family:Amazon Ember,sans-serif;font-size:20px;font-weight:600;color:var(--health-dark)}.settings-field label.checkbox-label{display:flex;align-items:center;gap:12px;font-weight:400;cursor:pointer}.settings-field input[type=checkbox]{width:24px;height:24px;background:#fff;border:1px solid #BBBFBF;box-shadow:inset 0 2px 1px #0f111126;border-radius:4px;cursor:pointer;appearance:none;position:relative;padding:0}.settings-field input[type=checkbox]:checked{background:#039387;border-color:#039387}.settings-field input[type=checkbox]:checked:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:16px;font-weight:700}.settings-field input,.settings-field select{padding:12px 16px;font-family:Amazon Ember,sans-serif;font-size:24px;border:1px solid #d4d4d5;border-radius:8px;background:#fff;cursor:pointer}.settings-field select{padding:12px 40px 12px 16px;appearance:auto}.settings-modal-actions{display:flex;gap:16px;justify-content:flex-end}.settings-button-cancel,.settings-button-save{padding:16px 32px;font-family:Amazon Ember,sans-serif;font-size:20px;font-weight:700;border:none;border-radius:480px;cursor:pointer}.settings-button-cancel{background:#fff;border:1px solid #006e6e;color:#006e6e}.settings-button-save{background:#006e6e;color:#fff}.settings-button-cancel:hover{background:#f0f0f0}.settings-button-save:hover{background:#055}.active-encounter-modal-overlay{position:fixed;top:0;left:0;width:1920px;height:1080px;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.active-encounter-modal{width:662px;background:var(--card-bg);border-radius:16px;padding:48px}.active-encounter-modal-title{font-family:Ember Modern,sans-serif;font-size:48px;font-weight:700;color:var(--health-dark);margin:0 0 32px}.active-encounter-modal-text{font-family:Amazon Ember,sans-serif;font-size:24px;line-height:34px;color:#565959;margin:0 0 32px}.active-encounter-modal-error{font-family:Amazon Ember,sans-serif;font-size:20px;color:#d13212;margin:0 0 16px}.active-encounter-modal-actions{display:flex;gap:16px;justify-content:space-between}.active-encounter-modal-button{padding:16px 32px;font-family:Amazon Ember,sans-serif;font-size:20px;font-weight:700;border:none;border-radius:480px;cursor:pointer}.active-encounter-modal-button.secondary{background:#fff;border:1px solid #006e6e;color:#006e6e}.active-encounter-modal-button.secondary:hover:not(:disabled){background:#f0f0f0}.active-encounter-modal-button.primary{background:#006e6e;color:#fff}.active-encounter-modal-button.primary:hover:not(:disabled){background:#055}.active-encounter-modal-button:disabled{opacity:.6;cursor:not-allowed}.error-notification{position:absolute;top:84px;left:120px;right:120px;background:#fef5f5;border:1px solid #D13212;border-radius:8px;padding:16px 24px;display:flex;align-items:center;justify-content:space-between;z-index:100}.error-message{font-family:Amazon Ember,sans-serif;font-size:20px;color:#d13212}.error-dismiss{background:none;border:none;font-size:24px;color:#d13212;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.error-dismiss:hover{opacity:.7}.confirm-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.confirm-modal{background:var(--card-bg);border-radius:24px;padding:48px;width:600px;box-shadow:0 4px 20px #0003}.confirm-modal-title{font-family:Ember Modern,Amazon Ember,sans-serif;font-weight:700;font-size:48px;line-height:57px;color:var(--health-dark);margin:0 0 16px}.confirm-modal-text{font-family:Amazon Ember,sans-serif;font-size:24px;line-height:29px;color:#565959;margin:0 0 32px}.confirm-modal-buttons{display:flex;gap:16px;justify-content:flex-end}.confirm-modal-button{padding:16px 32px;border-radius:480px;font-family:Amazon Ember,sans-serif;font-weight:700;font-size:24px;cursor:pointer;transition:background .2s;border:none}.confirm-modal-button.cancel{background:#fff;border:1px solid #006E6E;color:#006e6e}.confirm-modal-button.cancel:hover:not(:disabled){background:#f0f2f2}.confirm-modal-button.confirm{background:#006e6e;color:#fff}.confirm-modal-button.confirm:hover:not(:disabled){background:#055}.confirm-modal-button:disabled{opacity:.6;cursor:not-allowed}.appointment-info{width:1920px;height:1080px;background-color:var(--dark-bg);overflow:hidden;position:relative}.appointment-info-content{position:absolute;left:120px;top:281px;width:1680px;max-width:1680px;display:flex;flex-direction:column}.appointment-info-title{font-family:Ember Modern,sans-serif;font-weight:700;font-size:72px;line-height:90%;color:var(--primary-text);margin:0}.appointment-info-date{font-family:Ember Modern,sans-serif;font-weight:400;font-size:48px;line-height:90%;color:var(--primary-text);margin:24px 0 0}.appointment-table{display:flex;flex-direction:column;gap:16px;width:100%;max-width:1680px;margin:48px 0 0}.appointment-table-header{display:flex;align-items:center;height:36px;padding:0 32px;width:100%;box-sizing:border-box;gap:32px}.appointment-table-header>div{font-family:Amazon Ember,sans-serif;font-weight:700;font-size:24px;line-height:150%;color:var(--primary-text)}.appointment-col-time{width:140px;flex-shrink:0}.appointment-col-patient,.appointment-col-provider,.appointment-col-visit{width:375px;flex-shrink:0}.appointment-col-action{display:flex;gap:16px;flex-shrink:0;margin-left:auto}.appointment-row{display:flex;align-items:center;padding:24px 32px;gap:32px;height:116px;background:var(--primary-bg);border:1px solid #d4d4d5;border-radius:24px;width:100%;box-sizing:border-box;overflow:hidden}.appointment-row .appointment-col-time{font-family:Amazon Ember,sans-serif;font-weight:400;font-size:30px;line-height:150%;color:var(--health-dark)}.appointment-row .appointment-col-patient,.appointment-row .appointment-col-provider{font-family:Amazon Ember,sans-serif;font-weight:700;font-size:36px;line-height:150%;color:var(--health-dark)}.appointment-row .appointment-col-visit{font-family:Amazon Ember,sans-serif;font-weight:400;font-size:30px;line-height:150%;color:var(--health-dark)}.start-visit-button{display:flex;justify-content:center;align-items:center;padding:16px 32px;width:100%;height:68px;background:#006e6e;border:none;border-radius:480px;font-family:Amazon Ember,sans-serif;font-weight:700;font-size:24px;line-height:150%;color:#fff;cursor:pointer;white-space:nowrap}.start-visit-button:hover{background:#055}.start-visit-button:disabled{background:#ccc;cursor:not-allowed}.no-show-button{display:flex;justify-content:center;align-items:center;padding:16px 32px;height:68px;background:#fff;border:1px solid #006E6E;border-radius:480px;font-family:Amazon Ember,sans-serif;font-weight:700;font-size:24px;line-height:150%;color:#006e6e;cursor:pointer;white-space:nowrap}.no-show-button:hover:not(:disabled){background:#f0f2f2}.no-show-button:disabled{opacity:.6;cursor:not-allowed}.appointment-empty{display:flex;align-items:center;justify-content:center;padding:48px 32px;background:var(--primary-bg);border:1px solid #d4d4d5;border-radius:24px;min-height:116px}.appointment-empty p{font-family:Amazon Ember,sans-serif;font-size:24px;color:#565959;margin:0}.welcome{width:100%;height:100%;background:var(--dark-bg);display:flex;flex-direction:column}.welcome-main{flex:1;display:flex;position:relative;padding:0 120px;align-items:flex-start;justify-content:flex-start}.welcome-card{display:flex;flex-direction:column;padding:64px;gap:32px;min-width:640px;width:fit-content;max-width:900px;background:var(--primary-bg);border:1px solid #D5D9D9;box-shadow:0 2px 5px #0f111126;border-radius:48px;position:relative;z-index:2}.welcome-top{display:flex;flex-direction:column;gap:24px}.welcome-title{font-family:Ember Modern,Amazon Ember,sans-serif;font-weight:700;font-size:72px;line-height:90%;color:var(--health-dark);margin:0}.welcome-subtitle{font-family:Ember Modern,Amazon Ember,sans-serif;font-weight:400;font-size:48px;line-height:90%;color:var(--health-dark);margin:0}.welcome-list{display:flex;flex-direction:column;gap:24px}.welcome-row{display:flex;align-items:flex-start;gap:24px}.welcome-icon{width:60px;height:60px;flex-shrink:0}.welcome-text{font-family:Amazon Ember,sans-serif;font-weight:400;font-size:30px;line-height:150%;color:var(--health-dark);flex:1}.welcome-time-container{display:flex;flex-direction:column;gap:4px;flex:1}.welcome-button{display:flex;justify-content:center;align-items:center;padding:16px 32px;height:68px;background:#006e6e;border:none;border-radius:480px;font-family:Amazon Ember,sans-serif;font-weight:700;font-size:24px;line-height:150%;color:#fff;cursor:pointer;width:fit-content}.welcome-button:hover{background:#055}.welcome-hero{position:absolute;right:120px;top:60px;width:1119px;height:696px;border-radius:48px;overflow:hidden;z-index:1}.welcome-hero img{width:100%;height:100%;object-fit:cover}.visit-plan{width:1920px;height:1080px;background:var(--dark-bg);position:relative}.visit-plan-content{position:absolute;left:120px;top:172px;width:1680px}.visit-plan-heading{font-family:Ember Modern,Amazon Ember,sans-serif;font-weight:700;font-size:80px;line-height:96px;letter-spacing:.01em;color:var(--primary-text);margin:0 0 36px}.visit-plan-cards{display:flex;gap:48px;width:1680px;height:551px}.visit-plan-button{position:absolute;left:0;top:731px;padding:0 32px;height:84px;background:transparent;border:2px solid var(--primary-bg);border-radius:48px;font-family:Amazon Ember,sans-serif;font-weight:700;font-size:24px;line-height:36px;color:#fff;cursor:pointer}.visit-plan-button:hover{background:#ffffff1a}.visit-plan-button:active{background:#fff3}.card{display:flex;flex-direction:column;gap:24px;padding:32px;background:var(--card-bg);border:1px solid #D5D9D9;border-radius:24px;width:528px;height:551px;box-sizing:border-box;flex-shrink:0}.card-content{display:flex;flex-direction:column;gap:8px;flex-shrink:0}.card-badge{width:52px;height:52px;background:#009e87;border-radius:26px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.card-badge span{font-family:Ember Modern,Amazon Ember,sans-serif;font-weight:700;font-size:28px;line-height:100%;color:#fff}.card-title{font-family:Ember Modern,Amazon Ember,sans-serif;font-weight:800;font-size:44px;line-height:57px;letter-spacing:.01em;color:var(--health-dark);margin:0;min-height:57px}.card-description{font-family:Amazon Ember,sans-serif;font-weight:400;font-size:24px;line-height:29px;color:var(--health-dark);margin:0;min-height:58px}.card-image{width:464px;height:280px;object-fit:cover;border-radius:24px;flex-shrink:0}.card-image-container{position:relative;width:464px;height:280px;flex-shrink:0}.card-overlay{position:absolute;width:464px;height:280px;left:0;top:0;background:linear-gradient(135deg,#8de4d7 30.56%,#07c4a9 48.35%,#12bcaf 54.16%,#2fa7c0 64.4%,#419bca 69.44%);opacity:.5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:24px;pointer-events:none}.card-qr-code{position:absolute;width:180px;height:180px;left:253px;top:50px;border-radius:24px;overflow:hidden;background:#fff;padding:16px;box-sizing:border-box}.card-qr-code svg{width:100%;height:100%}.stepper{display:flex;align-items:center;gap:0;height:48px}.stepper-container{display:flex;align-items:center}.stepper-step{display:flex;align-items:center;gap:4px}.stepper-step.active{padding:2px 24px 2px 2px;background:#e6f7f4;border-radius:24px}.step-badge{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#f0f2f2;border-radius:24px;font-family:Ember Modern,Amazon Ember,sans-serif;font-weight:700;font-size:24px;color:#888c8c}.step-badge.completed{background:#fff;color:#002834}.step-badge.active{background:#039387;color:#fff}.step-label{font-family:Ember Modern,Amazon Ember,sans-serif;font-weight:700;font-size:24px;color:#002834;padding-left:16px}.step-divider{width:16px;height:4px;background:#809399;border-radius:2px}.vitals-screen{width:1920px;height:1080px;background:var(--dark-bg)}.vitals-layout{display:flex;gap:123px;padding:0 120px;align-items:center;justify-content:center}.vitals-card{display:flex;flex-direction:column;gap:24px;width:720px;padding:64px;background:var(--card-bg);border:1px solid #D5D9D9;box-shadow:0 2px 5px #0f111126;border-radius:48px}.vitals-title{font-family:Ember Modern,Amazon Ember,sans-serif;font-weight:700;font-size:64px;line-height:77px;letter-spacing:.01em;color:var(--health-dark);margin:0}.vitals-checkboxes{display:flex;gap:32px}.vitals-checkbox{display:flex;align-items:center;gap:12px;cursor:pointer}.vitals-checkbox input[type=checkbox]{width:32px;height:32px;background:#fff;border:1px solid #BBBFBF;box-shadow:inset 0 2px 1px #0f111126;border-radius:4px;cursor:pointer;appearance:none;position:relative}.vitals-checkbox input[type=checkbox]:checked{background:#039387;border-color:#039387}.vitals-checkbox input[type=checkbox]:checked:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:20px;font-weight:700}.vitals-checkbox span{font-family:Ember Modern,Amazon Ember,sans-serif;font-size:24px;color:var(--health-dark)}.vitals-list{display:flex;flex-direction:column}.vital-row{display:flex;align-items:center;gap:16px;padding:16px 0;border-bottom:1px solid #D5D9D9}.vital-row:last-child{border-bottom:none}.vital-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center}.vital-label{flex:1;font-family:Ember Modern,Amazon Ember,sans-serif;font-size:28px;color:var(--health-dark)}.vital-value{font-family:Ember Modern,Amazon Ember,sans-serif;font-weight:700;font-size:28px;color:#006e6e;text-align:right}.vital-checkmark{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:var(--health-teal);border-radius:50%;color:#fff;font-size:20px;font-weight:700}.vitals-button{margin-top:auto;padding:0 32px;height:68px;background:#006e6e;border:1px solid #006E6E;border-radius:48px;font-family:Ember Modern,Amazon Ember,sans-serif;font-weight:700;font-size:24px;color:#fff;cursor:pointer;width:284px}.vitals-button:hover:not(:disabled){background:#005450}.vitals-button:disabled{background:#f0f2f2;border-color:#c8cccc;color:#6f7373;cursor:not-allowed}.vitals-hero{display:flex;flex-direction:column;align-items:center;gap:40px;position:relative}@keyframes pulse-slow{0%{transform:scale(1);opacity:.2}50%{opacity:.1}to{transform:scale(2);opacity:0}}@keyframes pulse{0%{transform:scale(1);opacity:.2}39%{opacity:.1}78%{transform:scale(2);opacity:0}to{transform:scale(2);opacity:0}}.vitals-hero-image{position:relative;display:flex;justify-content:center;align-items:center;width:320px;height:320px}.vitals-pulse-ring{position:absolute;width:320px;height:320px;border-radius:50%;background-color:var(--health-teal)}.vitals-pulse-ring-1{animation:pulse-slow 3s ease-out infinite;animation-delay:0s}.vitals-pulse-ring-2{animation:pulse 3s ease-out infinite;animation-delay:.66s}.vitals-hero-image img{width:320px;height:320px;border-radius:50%;object-fit:cover;position:relative;z-index:2}.vitals-hero-text{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center;max-width:716px;margin:80px 0 0}.vitals-hero-text h2{font-family:Ember Modern,Amazon Ember,sans-serif;font-weight:400;font-size:48px;line-height:57px;color:var(--primary-text);margin:0}.vitals-hero-text p{font-family:Ember Modern,Amazon Ember,sans-serif;font-weight:400;font-size:28px;line-height:34px;color:var(--primary-text);margin:0}.vitals-error{padding:32px;background:#fef5f5;border:1px solid #D13212;border-radius:8px;text-align:center}.vitals-error p{font-family:Ember Modern,Amazon Ember,sans-serif;font-size:24px;color:#d13212;margin:0}.login{width:1920px;height:1080px;background-color:var(--primary-bg);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:48px}.login-button{display:flex;justify-content:center;align-items:center;padding:16px 32px;height:68px;background:#006e6e;border:none;border-radius:480px;font-family:Amazon Ember,sans-serif;font-weight:700;font-size:24px;line-height:150%;color:#fff;cursor:pointer}.login-button:hover{background:#055}.visit-completion{width:1920px;height:1080px;background:var(--dark-bg);position:relative}.visit-completion-content{position:absolute;left:120px;top:188px;width:1680px}.completion-title{font-family:Ember Modern,Amazon Ember,sans-serif;font-weight:700;font-size:72px;line-height:90%;color:var(--primary-text);margin:24px 0 32px}.completion-cards{display:flex;gap:48px;width:1680px;height:551px}.end-visit-button{position:absolute;left:0;top:760px;padding:24px 48px;background:transparent;border:2px solid var(--primary-bg);border-radius:480px;font-family:Ember Modern,Amazon Ember,sans-serif;font-weight:700;font-size:24px;color:#fff;cursor:pointer}.end-visit-button:hover:not(:disabled){background:#ffffff1a}.end-visit-button:disabled{opacity:.6;cursor:not-allowed}.remote-visit-container{width:1920px;height:1080px;display:flex;align-items:center;justify-content:center;background:var(--dark-bg)}.remote-visit-content{display:flex;flex-direction:column;align-items:center;gap:32px;width:720px;padding:64px;background:var(--card-bg);border:1px solid #D5D9D9;box-shadow:0 2px 5px #0f111126;border-radius:48px;text-align:center}.remote-visit-content h1{font-family:Ember Modern,Amazon Ember,sans-serif;font-weight:700;font-size:64px;line-height:77px;letter-spacing:.01em;color:var(--health-dark);margin:0}.remote-visit-content p{font-family:Ember Modern,Amazon Ember,sans-serif;font-size:28px;line-height:34px;color:var(--health-dark);margin:0}.complete-visit-button{margin-top:24px;padding:16px 32px;height:68px;background:#006e6e;border:1px solid #006E6E;border-radius:480px;font-family:Ember Modern,Amazon Ember,sans-serif;font-weight:700;font-size:24px;color:#fff;cursor:pointer;transition:background .2s}.complete-visit-button:hover{background:#005450}@font-face{font-family:Ember Modern;src:url(/assets/EmberModernDisplayStd-Regular-C-Heth3A.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Ember Modern;src:url(/assets/EmberModernDisplayStd-Bold-CdQjLKXk.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}:root{--primary-bg: #FFFFFF;--dark-bg: #00454F;--card-bg: #EDE9E3;--health-dark: #0F1111;--health-teal: #07C4A9;--primary-text: #FFFFFF}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;overflow:hidden;background-color:#000}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--health-dark);display:flex;align-items:center;justify-content:center}#root{width:1920px;height:1080px;transform-origin:center center}
