.patient-video-theme{--str-video__primary-color:var(--patient-accent-green);--str-video__background-color:var(--patient-surface);--str-video__secondary-background-color:var(--patient-card);--str-video__text-color:var(--patient-text-primary)}.patient-video-container{flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh;display:flex}.patient-video-centered{text-align:center}.patient-video-error-title{color:var(--patient-text-primary);margin-bottom:16px;font-size:24px;font-weight:700}.patient-video-error-message{color:var(--patient-text-muted);font-size:16px}.patient-video-loading-icon{margin-bottom:16px;font-size:48px}.patient-video-loading-text{color:var(--patient-text-muted);font-size:16px}.patient-lobby{flex-direction:column;width:100%;height:100vh;display:flex}.patient-lobby-header{border-bottom:1px solid var(--patient-border-muted);padding:24px}.patient-lobby-title{color:var(--patient-text-primary);margin:0;font-size:20px;font-weight:600}.patient-lobby-subtitle{color:var(--patient-text-muted);margin:4px 0 0;font-size:14px}.patient-lobby-content{flex:1;justify-content:center;align-items:center;gap:24px;min-height:0;padding:24px;display:flex;overflow:hidden}.patient-lobby-video-container{flex-direction:column;align-items:center;gap:24px;width:100%;height:100%;min-height:0;max-height:100%;display:flex}.patient-lobby-video-wrapper{aspect-ratio:1;background:var(--patient-card);border:2px solid var(--patient-border-muted);border-radius:12px;flex:1;max-width:100%;height:100%;min-height:0;position:relative;overflow:hidden}.patient-lobby-video-wrapper .str-video__video-preview,.patient-lobby-video-wrapper .str-video__video-preview>div{justify-content:center!important;align-items:center!important;width:100%!important;height:100%!important;display:flex!important;position:absolute!important;inset:0!important}.patient-lobby-video-wrapper video{-o-object-fit:cover!important;object-fit:cover!important;width:100%!important;height:100%!important;position:absolute!important;inset:0!important}.patient-lobby-video-wrapper .str-video__video-placeholder{justify-content:center!important;align-items:center!important;width:100%!important;height:100%!important;display:flex!important}.patient-lobby-video-placeholder{color:var(--patient-text-muted);flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex;position:absolute;inset:0}.patient-lobby-video-placeholder p{margin:0;font-size:14px}.patient-lobby-controls{flex-shrink:0;justify-content:center;gap:16px;display:flex}.patient-lobby-control-button{background:var(--patient-text-primary);width:56px;height:56px;color:var(--patient-canvas);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background-color .2s,transform .1s;display:flex}.patient-lobby-control-button:hover{transform:scale(1.05)}.patient-lobby-control-button.muted{background:var(--patient-error-red);color:var(--patient-text-primary)}.patient-lobby-footer{border-top:1px solid var(--patient-border-muted);flex-direction:row;flex-shrink:0;justify-content:flex-end;align-items:center;gap:12px;padding:24px;display:flex}.patient-lobby-join-button{color:var(--patient-text-primary);cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;min-width:120px;padding:16px 32px;font-size:17px;font-weight:700;transition:opacity .2s;display:flex}.patient-lobby-join-button:hover{opacity:.9}.patient-lobby-join-button:disabled{opacity:.7;cursor:not-allowed}.patient-lobby-cancel-button{border:2px solid var(--patient-text-primary);color:var(--patient-text-primary);cursor:pointer;background:0 0;border-radius:12px;min-width:120px;padding:16px 32px;font-size:17px;font-weight:700;transition:background-color .2s}.patient-lobby-cancel-button:hover{background:#ffffff1a}.patient-lobby-cancel-button:disabled{opacity:.5;cursor:not-allowed}.patient-lobby-spinner,.patient-lobby-spinner-large{border:2px solid #0000;border-top-color:currentColor;border-radius:50%;width:20px;height:20px;animation:1s linear infinite spin}.patient-lobby-spinner-large{border-width:3px;width:48px;height:48px}@keyframes spin{to{transform:rotate(360deg)}}.patient-active-call{flex-direction:column;width:100%;height:100vh;display:flex}.patient-active-call-content{flex:1;min-height:0;overflow:hidden}.patient-top-controls{border-bottom:1px solid var(--patient-border-muted);align-items:center;padding:12px 16px;display:flex}.patient-top-controls-left,.patient-top-controls-right{flex:1}.patient-top-controls-center{flex:1;justify-content:center;display:flex}.patient-call-duration{background:var(--patient-card);color:var(--patient-text-primary);border-radius:8px;align-items:center;gap:8px;padding:8px 16px;font-size:14px;font-weight:600;display:flex}.patient-call-duration-dot{background:var(--patient-error-red);border-radius:50%;width:8px;height:8px;animation:2s infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.patient-layout-switcher{position:relative}.patient-layout-button{background:var(--patient-card);width:40px;height:40px;color:var(--patient-text-primary);cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;transition:background-color .2s;display:flex}.patient-layout-button:hover{background:var(--patient-border-muted)}.patient-layout-menu{background:var(--patient-card);border:1px solid var(--patient-border-muted);z-index:100;border-radius:8px;flex-direction:column;gap:4px;min-width:140px;padding:8px;display:flex;position:absolute;top:calc(100% + 8px);left:0}.patient-layout-option{color:var(--patient-text-primary);cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:8px;padding:8px 12px;font-size:14px;transition:background-color .2s;display:flex}.patient-layout-option:hover{background:var(--patient-border-muted)}.patient-layout-option.selected{background:var(--patient-accent-green)}.patient-bottom-controls{border-top:1px solid var(--patient-border-muted);padding:16px 24px}.patient-bottom-controls-inner{justify-content:center;align-items:center;gap:16px;display:flex}.patient-bottom-controls-desktop{display:none}@media (width>=768px){.patient-bottom-controls-desktop{display:block}}.patient-video-theme .str-video__call-controls__button{background:var(--patient-card);border-radius:50%}.patient-video-theme .str-video__call-controls__button:hover{background:var(--patient-border-muted)}.patient-video-theme .str-video__call-controls__button--active{background:var(--patient-error-red)}.patient-video-theme .str-video__video-placeholder{background:var(--patient-card)}.patient-video-theme .str-video__paginated-grid-layout,.patient-video-theme .str-video__speaker-layout{height:100%}.patient-video-theme .str-video__participant-menu,.patient-video-theme .str-video__menu,.patient-video-theme .str-video__participant-menu__item,.patient-video-theme .str-video__menu-item,.patient-video-theme .str-video__menu-item button,.patient-video-theme .str-video__menu-container,.patient-video-theme [class*=ParticipantActionsMenu],.patient-video-theme [class*=menu],.patient-video-theme .str-video__participant-view__label,.patient-video-theme .str-video__participant-details,.patient-video-theme .str-video__participant-details__name,.patient-video-theme .str-video__video-placeholder__name,.patient-video-theme .str-video__participant-view__label span,.patient-video-theme [class*=ParticipantView] [class*=name],.patient-video-theme [class*=participant] [class*=label],.patient-video-theme .str-video__participant-view button,.patient-video-theme .str-video__participant-view span,.patient-video-theme .str-video__menu button,.patient-video-theme .str-video__menu span{color:var(--patient-text-primary)!important}