.Chat-module__7kiEXa__chatCssVariables{--border-radius:.5rem;--border-color:#e5e7eb;--shadow-light:0 1px 2px #0000000d;--shadow-medium:0 1px 3px #0000001a, 0 1px 2px -1px #0000001a;--transition-default:.2s ease-in-out;--white:#fff;--shadow-color:#0000001a;--large-radius:9999px;--spacing-sm:.5rem;--spacing-md:.75rem;--spacing-lg:1rem;--scale-slight:1.02;--shadow-darker:#0003;--gray-100:#f9fafb;--gray-200:#f3f4f6;--gray-300:#e5e7eb;--gray-400:#d1d5db;--gray-500:#9ca3af;--gray-600:#6b7280;--gray-700:#64748b;--blue-500:#3b82f6;--blue-100:#dbeafe;--red-500:#f56565;--font-sm:.875rem;--font-bold:700;--size-icon:18px;--size-preview-sm:60px;--size-preview-md:100px;--primary:#e9b321;--secondary:#466b82}.Chat-module__7kiEXa__messageDate{font-size:var(--font-sm);margin:0 0 var(--spacing-sm);color:var(--gray-700);align-self:flex-end}.Chat-module__7kiEXa__chatContainer{border-radius:var(--large-radius);border:1px solid var(--border-color);background:var(--white);z-index:2147483647;box-shadow:0 2px 10px var(--shadow-color);pointer-events:all;transition:all .3s ease-out;position:fixed}.Chat-module__7kiEXa__chatContainer.Chat-module__7kiEXa__minimized{transition:transform .2s ease-out,left .3s ease-out,top .3s ease-out;transform:scale(1)}.Chat-module__7kiEXa__chatContainer.Chat-module__7kiEXa__expanded{border-radius:8px;transition:width .3s ease-out,height .3s ease-out,left .3s ease-out,top .3s ease-out}.Chat-module__7kiEXa__chatContainer.Chat-module__7kiEXa__dragging{transition:box-shadow var(--transition-default), transform var(--transition-default);box-shadow:0 4px 15px var(--shadow-darker);transform:scale(var(--scale-slight))}.Chat-module__7kiEXa__bubbleContainer{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.Chat-module__7kiEXa__grabCursor{cursor:grab}.Chat-module__7kiEXa__grabbingCursor{cursor:grabbing}.Chat-module__7kiEXa__pointerCursor{cursor:pointer}.Chat-module__7kiEXa__expandedChat{border-radius:var(--border-radius);flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden}.Chat-module__7kiEXa__header{padding:var(--spacing-md);background-color:var(--white);border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;margin:0;display:flex}.Chat-module__7kiEXa__headerTitle{align-items:center;gap:var(--spacing-sm);display:flex}.Chat-module__7kiEXa__headerTitleText{font-weight:var(--font-bold);font-size:var(--font-sm);margin:0}.Chat-module__7kiEXa__headerControls{gap:.25rem;display:flex}.Chat-module__7kiEXa__iconButton{border-radius:var(--large-radius);cursor:pointer;transition:background-color var(--transition-default);background:0 0;border:none;padding:.375rem;font-family:inherit;display:flex}.Chat-module__7kiEXa__iconButton:hover{background-color:var(--gray-200)}.Chat-module__7kiEXa__headerButtonIcon{color:var(--gray-600);width:var(--size-icon);height:var(--size-icon)}.Chat-module__7kiEXa__messagesContainer{padding:var(--spacing-md);background-color:var(--gray-100);scrollbar-width:thin;scrollbar-color:var(--gray-400) var(--gray-100);flex:1;overflow-y:auto}.Chat-module__7kiEXa__messagesContainer::-webkit-scrollbar{width:6px}.Chat-module__7kiEXa__messagesContainer::-webkit-scrollbar-thumb{background-color:var(--gray-400);border-radius:var(--large-radius)}.Chat-module__7kiEXa__messagesContainer::-webkit-scrollbar-track{background-color:var(--gray-100)}.Chat-module__7kiEXa__messageWrapper{margin-bottom:var(--spacing-md);display:flex}.Chat-module__7kiEXa__messageWrapperUser{justify-content:flex-end}.Chat-module__7kiEXa__messageWrapperModel{justify-content:flex-start}.Chat-module__7kiEXa__messageContent{text-align:left;flex-direction:column;align-items:flex-end;max-width:80%;display:flex}.Chat-module__7kiEXa__imageContainer{margin:var(--spacing-sm) 0;display:inline-block}.Chat-module__7kiEXa__imagePreview{max-width:var(--size-preview-md);cursor:pointer;transition:transform var(--transition-default);border-radius:.375rem}.Chat-module__7kiEXa__imagePreview:hover{transform:scale(1.05)}.Chat-module__7kiEXa__messageBubble{border-radius:var(--border-radius);font-size:var(--font-sm);overflow-wrap:break-word;max-width:100%;padding:.625rem}.Chat-module__7kiEXa__userMessageBubble{background-color:var(--secondary);color:var(--white);border-bottom-right-radius:0}.Chat-module__7kiEXa__modelMessageBubble{background-color:var(--white);box-shadow:var(--shadow-medium);border-bottom-left-radius:0}.Chat-module__7kiEXa__typingIndicator{color:var(--gray-600);margin-left:var(--spacing-sm);align-items:center;display:flex}.Chat-module__7kiEXa__typingText{margin-right:var(--spacing-sm);font-size:var(--font-sm)}.Chat-module__7kiEXa__typingDot{width:var(--spacing-sm);height:var(--spacing-sm);background-color:var(--gray-500);border-radius:var(--large-radius);margin-right:.25rem}.Chat-module__7kiEXa__lastTypingDot{margin-right:0}.Chat-module__7kiEXa__inputContainer{padding:var(--spacing-sm);background-color:var(--white);border-top:1px solid var(--border-color);position:relative}.Chat-module__7kiEXa__inputForm{background-color:var(--gray-200);border-radius:var(--border-radius);flex-direction:column;padding:.375rem;display:flex}.Chat-module__7kiEXa__imageAttachments{gap:var(--spacing-sm);margin-bottom:var(--spacing-sm);flex-wrap:wrap;display:flex}.Chat-module__7kiEXa__attachmentPreview{position:relative}.Chat-module__7kiEXa__previewImage{width:var(--size-preview-sm);height:var(--size-preview-sm);object-fit:cover;border-radius:.375rem}.Chat-module__7kiEXa__removeButton{background-color:var(--gray-700);color:var(--white);border-radius:var(--large-radius);cursor:pointer;transition:opacity var(--transition-default);border:none;padding:.125rem;display:flex;position:absolute;top:-.5rem;right:-.5rem}.Chat-module__7kiEXa__removeButton:hover{opacity:.8}.Chat-module__7kiEXa__inputControls{align-items:center;gap:var(--spacing-sm);display:flex}.Chat-module__7kiEXa__uploadButton{border-radius:var(--large-radius);cursor:pointer;transition:background-color var(--transition-default);padding:.375rem;display:flex}.Chat-module__7kiEXa__uploadButton:hover{background-color:var(--gray-300)}.Chat-module__7kiEXa__uploadIcon{color:var(--gray-600);width:var(--size-icon);height:var(--size-icon)}.Chat-module__7kiEXa__hiddenInput{display:none}.Chat-module__7kiEXa__textArea{resize:none;font-size:var(--font-sm);background-color:#0000;border:none;outline:none;flex:1;font-family:inherit}.Chat-module__7kiEXa__sendButtonDisabled{color:var(--gray-500);cursor:not-allowed}.Chat-module__7kiEXa__sendButtonEnabled{color:var(--blue-500);transition:background-color var(--transition-default)}.Chat-module__7kiEXa__sendButtonEnabled:hover{background-color:var(--blue-100)}.Chat-module__7kiEXa__mobileChatButton{padding:var(--spacing-md);cursor:pointer;border-radius:var(--large-radius);border:1px solid var(--border-color);background:var(--white);z-index:2147483647;box-shadow:0 2px 10px var(--shadow-color);justify-content:center;align-items:center;display:flex;position:fixed;bottom:1rem;right:1rem}.Chat-module__7kiEXa__mobileDialog{background:var(--white);z-index:2147483647;flex-direction:column;display:flex;position:fixed;inset:0}.Chat-module__7kiEXa__bingBongDingDong{background-color:var(--red-500);width:24px;height:24px;color:var(--white);border-radius:32px;justify-content:center;align-items:center;font-size:14px;display:flex;position:absolute;top:-6px;right:-6px}.Chat-module__7kiEXa__errorPopup{opacity:0;pointer-events:none;background-color:#ffdede;border-radius:8px;justify-content:center;align-self:center;padding:10px 20px;transition:top .5s ease-out,opacity .5s ease-out;position:absolute;top:-100%;left:50%;transform:translate(-50%,-50%)}.Chat-module__7kiEXa__errorPopup.Chat-module__7kiEXa__show{opacity:1;pointer-events:auto}.Chat-module__7kiEXa__previewMessage{z-index:2147483647;text-align:left;cursor:pointer;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:1px solid var(--border-color);border-radius:var(--spacing-sm);max-width:70vw;box-shadow:0 2px 10px var(--shadow-color);opacity:0;background:#ffffff95;margin:0;font-family:inherit;font-size:1.125rem;font-weight:400;transition:bottom .5s ease-in-out,opacity .5s ease-in-out;position:fixed;bottom:3rem;right:1.75rem;padding:var(--spacing-md)!important}.Chat-module__7kiEXa__previewMessage.Chat-module__7kiEXa__show{opacity:1;bottom:5rem}
.Markdown-module__PxB85G__gemini-markdown{overflow-wrap:break-word;width:100%;margin:0;padding:0}.Markdown-module__PxB85G__gemini-markdown p{margin:0 0 1rem}.Markdown-module__PxB85G__gemini-markdown p:last-child{margin-bottom:0}.Markdown-module__PxB85G__gemini-markdown strong{font-weight:600}.Markdown-module__PxB85G__gemini-markdown em{font-style:italic}.Markdown-module__PxB85G__gemini-markdown a{color:#0366d6;text-decoration:none}.Markdown-module__PxB85G__gemini-markdown a:hover{text-decoration:underline}.Markdown-module__PxB85G__gemini-markdown h1,.Markdown-module__PxB85G__gemini-markdown h2,.Markdown-module__PxB85G__gemini-markdown h3,.Markdown-module__PxB85G__gemini-markdown h4,.Markdown-module__PxB85G__gemini-markdown h5,.Markdown-module__PxB85G__gemini-markdown h6{margin-top:1.5rem;margin-bottom:1rem;font-weight:600;line-height:1.25}.Markdown-module__PxB85G__gemini-markdown h1{border-bottom:1px solid #eaecef;padding-bottom:.3rem;font-size:1.75rem}.Markdown-module__PxB85G__gemini-markdown h2{border-bottom:1px solid #eaecef;padding-bottom:.3rem;font-size:1.5rem}.Markdown-module__PxB85G__gemini-markdown h3{font-size:1.25rem}.Markdown-module__PxB85G__gemini-markdown h4{font-size:1rem}.Markdown-module__PxB85G__gemini-markdown h5{font-size:.875rem}.Markdown-module__PxB85G__gemini-markdown h6{color:#6a737d;font-size:.85rem}.Markdown-module__PxB85G__gemini-markdown ul,.Markdown-module__PxB85G__gemini-markdown ol{margin-top:0;margin-bottom:1rem;padding-left:2rem}.Markdown-module__PxB85G__gemini-markdown ul{list-style:outside}.Markdown-module__PxB85G__gemini-markdown ol{list-style:decimal}.Markdown-module__PxB85G__gemini-markdown li{margin-bottom:.25rem}.Markdown-module__PxB85G__gemini-markdown li>p{margin-top:1rem}.Markdown-module__PxB85G__gemini-markdown li+li{margin-top:.25rem}.Markdown-module__PxB85G__gemini-markdown ul ul,.Markdown-module__PxB85G__gemini-markdown ul ol,.Markdown-module__PxB85G__gemini-markdown ol ul,.Markdown-module__PxB85G__gemini-markdown ol ol{margin-top:.25rem;margin-bottom:0}.Markdown-module__PxB85G__gemini-markdown code{background-color:#1b1f230d;border-radius:3px;margin:0;padding:.2em .4em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:85%}.Markdown-module__PxB85G__gemini-markdown pre{background-color:#f6f8fa;border-radius:3px;margin-top:0;margin-bottom:1rem;padding:1rem;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:85%;line-height:1.45;overflow:auto}.Markdown-module__PxB85G__gemini-markdown pre code{word-break:normal;white-space:pre;background-color:#0000;border:0;margin:0;padding:0;font-size:100%}.Markdown-module__PxB85G__gemini-markdown blockquote{color:#6a737d;border-left:.25rem solid #dfe2e5;margin:0 0 1rem;padding:0 1rem}.Markdown-module__PxB85G__gemini-markdown blockquote>:first-child{margin-top:0}.Markdown-module__PxB85G__gemini-markdown blockquote>:last-child{margin-bottom:0}.Markdown-module__PxB85G__gemini-markdown table{border-spacing:0;border-collapse:collapse;width:100%;margin-top:0;margin-bottom:1rem;display:block;overflow:auto}.Markdown-module__PxB85G__gemini-markdown table th{background-color:#f6f8fa;border:1px solid #dfe2e5;padding:.5rem 1rem;font-weight:600}.Markdown-module__PxB85G__gemini-markdown table td{border:1px solid #dfe2e5;padding:.5rem 1rem}.Markdown-module__PxB85G__gemini-markdown table tr{background-color:#fff;border-top:1px solid #dfe2e5}.Markdown-module__PxB85G__gemini-markdown table tr:nth-child(2n){background-color:#f6f8fa}.Markdown-module__PxB85G__gemini-markdown hr{background-color:#e1e4e8;border:0;height:.25em;margin:1.5rem 0;padding:0}.Markdown-module__PxB85G__gemini-markdown img{box-sizing:border-box;background-color:#fff;max-width:100%;margin-top:.5rem;margin-bottom:.5rem}
@keyframes attentionAnimations-module___fL7AW__chatPulse{0%,to{box-shadow:0 2px 10px var(--shadow-color);background-color:var(--white);transform:scale(1)}50%{box-shadow:0 6px 20px var(--shadow-darker);background-color:var(--blue-100);transform:scale(1.08)}}.attentionAnimations-module___fL7AW__attentionPulse{will-change:transform, box-shadow, background-color;animation:1.2s ease-in-out infinite attentionAnimations-module___fL7AW__chatPulse}@keyframes attentionAnimations-module___fL7AW__chatFlip{0%{background:var(--white);border-color:var(--border-color);transform:rotateY(0)}40%{background:var(--secondary);border-color:var(--secondary);transform:rotateY(180deg)}60%{background:var(--secondary);border-color:var(--secondary);transform:rotateY(200deg)}to{background:var(--white);border-color:var(--border-color);transform:rotateY(360deg)}}.attentionAnimations-module___fL7AW__attentionFlip{transform-style:preserve-3d;-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:transform, background-color, border-color;animation:.8s ease-in-out 3 attentionAnimations-module___fL7AW__chatFlip}@keyframes attentionAnimations-module___fL7AW__chatBounce{0%{transform:translateY(0)}20%{transform:translateY(-14px)}40%{transform:translateY(0)}55%{transform:translateY(-10px)}70%{transform:translateY(0)}82%{transform:translateY(-6px)}92%{transform:translateY(0)}to{transform:translateY(0)}}.attentionAnimations-module___fL7AW__attentionBounce{will-change:transform;animation:.8s cubic-bezier(.2,.7,.3,1) 3 attentionAnimations-module___fL7AW__chatBounce}.attentionAnimations-module___fL7AW__attentionPulse:hover,.attentionAnimations-module___fL7AW__attentionFlip:hover,.attentionAnimations-module___fL7AW__attentionBounce:hover,.attentionAnimations-module___fL7AW__attentionPulse:focus-within,.attentionAnimations-module___fL7AW__attentionFlip:focus-within,.attentionAnimations-module___fL7AW__attentionBounce:focus-within{animation-play-state:paused}@media (prefers-reduced-motion:reduce){.attentionAnimations-module___fL7AW__attentionPulse,.attentionAnimations-module___fL7AW__attentionFlip,.attentionAnimations-module___fL7AW__attentionBounce{animation:none!important}}
.AppPage-module__iWOINW__appPage{padding:var(--spacerXl) clamp(var(--spacerXl), 5vw, var(--spacerXxl)) 0;flex-direction:column;flex-grow:1;height:100%;display:flex}.AppPage-module__iWOINW__innerAppPage{row-gap:var(--spacerSm);padding:var(--spacerMd) var(--spacerXl);box-shadow:var(--softShadow);border-radius:var(--spacerLg);background-color:var(--backgroundFocus);flex-direction:column;flex-grow:1;width:100%;display:flex}@media (max-width:480px){.AppPage-module__iWOINW__appPage{padding:0}.AppPage-module__iWOINW__innerAppPage{padding-top:var(--spacerXl);box-shadow:none;border-radius:0}}.AppPage-module__iWOINW__title{column-gap:var(--spacerSm);font-size:var(--fontXl);align-items:center;margin:0;font-weight:700;display:flex}.AppPage-module__iWOINW__titleContainer{column-gap:var(--spacerMd);flex-flow:wrap;align-items:center;display:flex}.AppPage-module__iWOINW__header{column-gap:var(--spacerXxl);flex-flow:row;justify-content:space-between;align-items:flex-start;width:100%;display:flex}.AppPage-module__iWOINW__breadcrumbContainer{font-size:var(--fontSm)}.AppPage-module__iWOINW__breadcrumb{color:var(--secondary);font-family:inherit;font-weight:600;text-decoration:none}.AppPage-module__iWOINW__breadcrumb:hover{color:var(--primary)}.AppPage-module__iWOINW__appPageBodyText{font-size:var(--fontMd);color:var(--foregroundAlt);word-break:break-word;text-align:left;margin:0;font-weight:300}
.Checkbox-module__z4FbdG__input{-webkit-appearance:none;appearance:none;width:0;height:0;margin:0}.Checkbox-module__z4FbdG__container{font-size:var(--fontSm);color:var(--foregroundAlt);cursor:pointer;flex-direction:row;justify-content:center;align-items:center;font-weight:600;display:flex}.Checkbox-module__z4FbdG__bigContainer{border:1px solid var(--mid);width:100%;padding:var(--spacerMd);border-radius:var(--spacerSm);justify-content:flex-start;display:flex}.Checkbox-module__z4FbdG__checkbox{width:var(--spacerLg);height:var(--spacerLg);box-shadow:0px 0px 0px 1px var(--mid);margin-right:var(--spacerXs);background-color:var(--backgroundFocus);border-radius:3px;justify-content:center;align-items:center;padding:0;transition:background .3s;display:flex}.Checkbox-module__z4FbdG__checkbox>svg{font-size:1.2em}.Checkbox-module__z4FbdG__checkboxChecked{background-color:var(--primary);color:var(--textOnPrimary);box-shadow:0px 0px 0px 1px var(--foregroundAlt)}
.ClientAppLink-module__uRihKa__visible{opacity:1!important}.ClientAppLink-module__uRihKa__backButton{border-radius:var(--spacerSm);margin-right:var(--spacerXs);background:0 0}
.ActionableError-module__Bx5oHa__notification{font-weight:400;font-size:var(--fontMd);cursor:pointer;background:var(--errorBg);padding:var(--spacerSm);border-radius:var(--spacerSm);border:1px solid var(--error);text-align:left;justify-content:center;align-items:center;gap:var(--spacerLg);box-shadow:var(--softShadow);margin:0;font-family:inherit;font-weight:300;display:flex}
.ProgressBar-module__aD3T0q__stepperContainer{font-weight:400;font-size:var(--fontSm);flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;display:flex}.ProgressBar-module__aD3T0q__barViewport{width:100%;height:var(--spacerLg);border-radius:var(--spacerSm) var(--spacerSm) 0 0;overflow:hidden}.ProgressBar-module__aD3T0q__progress{transform-origin:0;background:var(--secondary);width:100%;height:100%;transition:transform .5s cubic-bezier(.165,.84,.44,1)}.ProgressBar-module__aD3T0q__controlBar{width:100%;padding:0 var(--spacerLg);flex-direction:row;justify-content:space-between;align-items:center;display:flex}.ProgressBar-module__aD3T0q__stepper{padding:0 var(--spacerMd);background-color:#0000;border:none;text-decoration:underline}.ProgressBar-module__aD3T0q__stepText{padding:0 var(--spacerMd);margin:0}
.Visits-module__XPbqya__container{justify-content:flex-start;align-items:center;gap:var(--spacerMd);flex-direction:column;width:100%;display:flex}.Visits-module__XPbqya__card{justify-content:space-between;align-items:center;width:100%;display:flex}.Visits-module__XPbqya__card:not(:last-child){border-bottom:1px solid var(--backgrounder);padding-bottom:var(--spacerXl);margin-bottom:var(--spacerSm)}.Visits-module__XPbqya__title{font-size:var(--fontMd);color:var(--foreground);justify-content:space-between;align-items:center;gap:var(--spacerSm);white-space:nowrap;flex-wrap:wrap;width:100%;margin:0;font-weight:600;display:flex}.Visits-module__XPbqya__title>svg{font-size:1.1em}.Visits-module__XPbqya__topRow{justify-content:flex-start;align-items:center;gap:var(--spacerMd);width:100%;display:flex}.Visits-module__XPbqya__body{color:var(--foregroundAlt);font-weight:300;font-size:var(--fontMd);justify-content:flex-start;align-items:center;gap:var(--spacerSm);white-space:nowrap;flex-direction:row;margin:0;display:flex}.Visits-module__XPbqya__body>svg{color:var(--midder);margin-top:1px;font-size:1.2em}
.SendMenus-module__G505ua__container{justify-content:space-between;align-items:flex-start;gap:var(--spacerMd);flex-direction:column;width:100%;display:flex}.SendMenus-module__G505ua__topRow{justify-content:flex-start;align-items:center;gap:var(--spacerSm);width:100%;display:flex}.SendMenus-module__G505ua__body{font-size:var(--fontSm);color:var(--foreground);word-break:break-word;text-align:left;align-items:center;column-gap:var(--spacerXs);flex-wrap:wrap;margin:0;font-weight:400;display:flex}.SendMenus-module__G505ua__notice,.SendMenus-module__G505ua__notices{gap:var(--spacerSm);flex-direction:column;display:flex}.SendMenus-module__G505ua__notice{align-items:flex-start}.SendMenus-module__G505ua__completionPanel{box-sizing:border-box;gap:var(--spacerLg);flex-direction:column;width:100%;max-width:48rem;display:flex}.SendMenus-module__G505ua__completionHeader{gap:var(--spacerXs);flex-direction:column;display:flex}.SendMenus-module__G505ua__completionDialog{gap:var(--spacerLg);flex-direction:column;width:100%;display:flex}.SendMenus-module__G505ua__menuCard{box-sizing:border-box;gap:var(--spacerMd);width:100%;min-height:auto;margin:0}.SendMenus-module__G505ua__menuSummary{color:var(--foregroundAlt);font-size:var(--fontSm);-webkit-line-clamp:2;word-break:break-word;-webkit-box-orient:vertical;margin:0;display:-webkit-box;overflow:hidden}.SendMenus-module__G505ua__completionList{gap:var(--spacerSm);flex-direction:column;width:100%;display:flex}.SendMenus-module__G505ua__completionSection{padding:var(--spacerXs) 0;width:100%}.SendMenus-module__G505ua__completionSection:first-child{padding-top:0}.SendMenus-module__G505ua__completionList .SendMenus-module__G505ua__completionSection+.SendMenus-module__G505ua__completionSection{border-top:1px solid var(--backgrounder);padding-top:var(--spacerMd)}.SendMenus-module__G505ua__sectionIcon{border-radius:50%;flex:none;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;margin-top:.1rem;display:inline-flex}.SendMenus-module__G505ua__sectionIcon>svg{font-size:1.2rem}.SendMenus-module__G505ua__sectionIconDone{background:var(--successBg);color:var(--success)}.SendMenus-module__G505ua__sectionIconBlocked{background:var(--errorBg);color:var(--error)}.SendMenus-module__G505ua__sectionIconTodo{background:var(--background);color:var(--foregroundAlt)}.SendMenus-module__G505ua__sectionContent{gap:var(--spacerSm);flex-direction:column;min-width:0;display:flex}.SendMenus-module__G505ua__sectionHeader{align-items:flex-start;gap:var(--spacerSm);justify-content:space-between;display:flex}.SendMenus-module__G505ua__sectionBody{gap:var(--spacerSm);flex-direction:column;align-items:flex-start;display:flex}.SendMenus-module__G505ua__compactForm{row-gap:var(--spacerSm)}.SendMenus-module__G505ua__appointmentCard{width:100%}@media (max-width:480px){.SendMenus-module__G505ua__menuCard{padding:var(--spacerSm)}.SendMenus-module__G505ua__completionSection{gap:var(--spacerXs)}.SendMenus-module__G505ua__sectionHeader{gap:var(--spacerXs);flex-direction:column}}
.CompletedAnimation-module__tnlXKG__overlay{pointer-events:none;width:100%;height:calc(100% + 20px);position:absolute;top:0;left:0;transform:translateY(-20px)}
.Dialog-module__MkO2jW__dialog::backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0000004d}.Dialog-module__MkO2jW__backdrop{z-index:98;background:#0000001a;position:fixed;inset:0}.Dialog-module__MkO2jW__dialog{width:calc(100% - var(--spacerLg));padding:var(--spacerXxl);border-radius:var(--spacerLg);border:none;flex-direction:column;place-self:center;min-height:200px;display:flex}.Dialog-module__MkO2jW__dialogHeader{padding:var(--spacerXs);z-index:100;position:absolute;top:0;right:0}.Dialog-module__MkO2jW__dialog[open]{animation:.3s ease-in-out Dialog-module__MkO2jW__show}@keyframes Dialog-module__MkO2jW__show{0%{transform:scale(.9)}to{transform:scale(1)}}
.VideoFrameCapture-module__t0v8Ia__uploadSection{flex-direction:column;align-items:center;display:flex}.VideoFrameCapture-module__t0v8Ia__fileInput{visibility:hidden;width:0;height:0}.VideoFrameCapture-module__t0v8Ia__uploadPrompt{border:2px dashed var(--midder);aspect-ratio:9/16;text-align:center;max-width:300px;color:var(--midder);background-color:var(--background);font-size:var(--fontMd);text-wrap:balance;cursor:pointer;filter:brightness();dynamic-range-limit:standard;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:40px;display:flex}.VideoFrameCapture-module__t0v8Ia__videoContainer{border-radius:var(--spacerMd);background-color:#000;width:100%;margin-bottom:20px;position:relative;overflow:hidden}.VideoFrameCapture-module__t0v8Ia__videoWrapper{width:100%;position:relative}.VideoFrameCapture-module__t0v8Ia__videoWrapper>.VideoFrameCapture-module__t0v8Ia__video{object-fit:contain;border-radius:var(--spacerMd);dynamic-range-limit:standard;width:100%;max-height:70vh;display:block}.VideoFrameCapture-module__t0v8Ia__videoWrapper>.VideoFrameCapture-module__t0v8Ia__poseResultsCanvas{pointer-events:none;object-fit:contain;width:100%;height:100%;position:absolute;top:0;left:0}.VideoFrameCapture-module__t0v8Ia__canvas{display:none}.VideoFrameCapture-module__t0v8Ia__timeline{background-color:var(--background);border-radius:var(--spacerSm);cursor:pointer;height:60px;margin:20px 0 0;position:relative}.VideoFrameCapture-module__t0v8Ia__timelineTrack{background-color:#aaa;height:4px;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.VideoFrameCapture-module__t0v8Ia__timelineSlider{background-color:var(--primary);cursor:grab;border-radius:4px;width:20px;height:100%;transition:background-color .2s;position:absolute;top:0;transform:translate(-50%)}.VideoFrameCapture-module__t0v8Ia__timelineSlider:after{content:"";z-index:5;width:40px;height:100%;position:absolute;top:0;left:50%;transform:translate(-50%)}.VideoFrameCapture-module__t0v8Ia__timelineSlider:hover,.VideoFrameCapture-module__t0v8Ia__timelineSlider.VideoFrameCapture-module__t0v8Ia__active{background-color:var(--primaryHover)}.VideoFrameCapture-module__t0v8Ia__timelineSlider.VideoFrameCapture-module__t0v8Ia__active{cursor:grabbing;z-index:10}.VideoFrameCapture-module__t0v8Ia__sliderLabel{white-space:nowrap;font-size:var(--fontSm);color:var(--foreground);border-radius:var(--spacerXs);background-color:#fffc;padding:2px 6px;font-weight:700;position:absolute;top:-25px;left:50%;transform:translate(-50%)}.VideoFrameCapture-module__t0v8Ia__framesContainer{justify-content:center;align-items:flex-start;gap:var(--spacerMd);grid-template-columns:repeat(auto-fit,minmax(150px,1fr));display:grid}.VideoFrameCapture-module__t0v8Ia__frameItem{cursor:pointer;flex-direction:column;display:flex}.VideoFrameCapture-module__t0v8Ia__frameInfo{font-size:var(--fontMd);color:var(--foreground);margin:0;font-weight:700}.VideoFrameCapture-module__t0v8Ia__frameInfo span{font-size:var(--fontSm);color:var(--foregroundAltLite);font-weight:400}.VideoFrameCapture-module__t0v8Ia__frameImage{aspect-ratio:9/16;object-fit:contain;border-radius:var(--spacerSm);width:100%;display:block;overflow:hidden}.VideoFrameCapture-module__t0v8Ia__noFrame{aspect-ratio:9/16;color:#999;width:100%;font-size:var(--fontMd);background-color:#eee;justify-content:center;align-items:center;display:flex}.VideoFrameCapture-module__t0v8Ia__editContainer{gap:var(--spacerMd);grid-template-columns:minmax(250px,1fr) minmax(500px,2fr);display:grid}@media (max-width:900px){.VideoFrameCapture-module__t0v8Ia__editContainer{grid-template-columns:1fr}}.VideoFrameCapture-module__t0v8Ia__buttonRow{gap:var(--spacerSm);pointer-events:all;flex-flow:wrap;flex-grow:1;justify-content:flex-end;align-items:flex-end;width:100%;display:flex}
.ImageGroup-module__WWwaaa__container{align-items:center;gap:var(--spacerLg);flex-direction:column;width:100%;height:100%;display:flex}.ImageGroup-module__WWwaaa__imagesContainer{flex-flow:wrap;justify-content:center;width:100%;min-height:360px;display:flex}.ImageGroup-module__WWwaaa__superContainer{border:1px solid var(--backgrounder);border-radius:var(--spacerSm);flex-direction:column;flex-shrink:0;min-width:260px;display:flex;overflow:hidden}.ImageGroup-module__WWwaaa__imageHeader{border-bottom:1px solid var(--backgrounder);justify-content:space-between;align-items:center;display:flex}.ImageGroup-module__WWwaaa__imageContainer{background-color:var(--oppositeBackground);flex-direction:column;flex-shrink:0;justify-content:space-between;align-items:center;min-height:480px;display:flex;position:relative;overflow:hidden}.ImageGroup-module__WWwaaa__imageLabel{padding:var(--spacerSm);border-radius:var(--spacerSm);font-size:var(--fontMd);flex-direction:column;gap:2px;margin:0;font-weight:600;display:flex}.ImageGroup-module__WWwaaa__imageLabelTop{text-overflow:ellipsis;white-space:nowrap;justify-content:flex-start;align-items:center;gap:var(--spacerXs);flex-direction:row;max-width:40ch;display:flex;overflow:hidden}.ImageGroup-module__WWwaaa__imagePreview{width:auto;height:480px;padding:0 calc(2.5 * var(--spacerXl));object-fit:contain}.ImageGroup-module__WWwaaa__resultsSection{width:100%;padding:var(--spacerLg) 0;gap:var(--spacerLg);flex-direction:column;align-items:center;display:flex}.ImageGroup-module__WWwaaa__centeredOverlay{flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute}.ImageGroup-module__WWwaaa__crosshairLine{background:var(--background);cursor:crosshair;box-sizing:content-box;border-color:var(--oppositeBackground);border-style:solid;border-width:0;display:block;position:absolute}
.SpeechTrigger-module__A1RwJG__activeMic{color:var(--success);border:1px solid var(--backgrounder);padding:var(--spacerXs);box-sizing:content-box;border-radius:1000px;animation:1.5s infinite SpeechTrigger-module__A1RwJG__pulsate}.SpeechTrigger-module__A1RwJG__inactiveMic{padding:var(--spacerXs);box-sizing:content-box;border:1px solid var(--backgrounder);border-radius:10000px}.SpeechTrigger-module__A1RwJG__button{width:100%;padding:var(--spacerSm) var(--spacerMd);gap:var(--spacerSm)}@keyframes SpeechTrigger-module__A1RwJG__pulsate{0%{box-shadow:0px 0px 3px 0px var(--success)}50%{box-shadow:0px 0px 10px 3px var(--success)}to{box-shadow:0px 0px 3px 0px var(--success)}}
.ClientProgress-module__FNDtIa__container{align-items:flex-start;gap:var(--spacerLg);flex-direction:column;flex-grow:1;width:100%;height:100%;padding:2px;display:flex;overflow:auto}
.MenuCard-module__6Y0erG__container{gap:var(--spacerMd) var(--spacerLg);width:100%;padding:0 var(--spacerLg);grid-template-columns:repeat(1,1fr);display:grid}.MenuCard-module__6Y0erG__card{background:var(--backgroundFocus);border-radius:var(--spacerMd);border:1px solid var(--backgrounder);padding:var(--spacerLg);flex-direction:row;justify-content:flex-start;align-items:center;height:100%;transition:all .2s ease-in-out;display:flex}.MenuCard-module__6Y0erG__card:hover{border-color:var(--primary);box-shadow:var(--softShadow);transform:translateY(-2px)}@media (min-width:620px){.MenuCard-module__6Y0erG__container{padding:0 var(--spacerXl) 0 var(--spacerMd);grid-template-columns:repeat(2,1fr)}}@media (min-width:900px){.MenuCard-module__6Y0erG__container{grid-template-columns:repeat(3,1fr)}}.MenuCard-module__6Y0erG__body{font-size:var(--fontMd);color:var(--foregroundAlt);-webkit-line-clamp:2;word-break:break-word;text-align:left;-webkit-box-orient:vertical;margin:0;font-weight:300;display:-webkit-box;overflow:hidden}.MenuCard-module__6Y0erG__title{color:var(--foreground);font-weight:700;font-size:var(--fontMd);justify-content:flex-start;align-items:center;gap:var(--spacerSm);flex-direction:row;margin:0;display:flex}.MenuCard-module__6Y0erG__info{font-size:var(--fontSm);align-items:center;gap:var(--spacerXs);color:var(--foregroundAltLite);margin:0;font-weight:400;display:flex}.MenuCard-module__6Y0erG__info>svg{color:var(--primary);font-size:1.25em}
.AutoCaptureTrigger-module__6aTvDW__activeMic{color:var(--primary);border:1px solid var(--backgrounder);padding:var(--spacerXs);box-sizing:content-box;border-radius:1000px;animation:1.5s infinite AutoCaptureTrigger-module__6aTvDW__pulsate}.AutoCaptureTrigger-module__6aTvDW__inactiveMic{padding:var(--spacerXs);box-sizing:content-box;border:1px solid var(--backgrounder);border-radius:10000px}.AutoCaptureTrigger-module__6aTvDW__button{width:100%;padding:var(--spacerSm) var(--spacerMd);gap:var(--spacerSm)}@keyframes AutoCaptureTrigger-module__6aTvDW__pulsate{0%{box-shadow:0px 0px 3px 0px var(--primary)}50%{box-shadow:0px 0px 10px 3px var(--primary)}to{box-shadow:0px 0px 3px 0px var(--primary)}}
.HorizontalCarousel-module__pbdDNa__carousel{justify-content:flex-start;align-items:center;width:100%;display:grid;position:relative}.HorizontalCarousel-module__pbdDNa__carouselInner{width:100%;padding:var(--spacerSm) 2px;gap:var(--spacerLg);flex-direction:row-reverse;align-items:flex-start;display:flex;overflow:auto}.HorizontalCarousel-module__pbdDNa__buttonEnd{margin-right:var(--spacerSm);opacity:1;justify-self:flex-end;transition:background .8s,opacity .8s;position:absolute}.HorizontalCarousel-module__pbdDNa__buttonEnd:disabled{pointer-events:none;opacity:0}.HorizontalCarousel-module__pbdDNa__buttonStart{margin-left:var(--spacerSm);opacity:1;justify-self:flex-start;transition:background .8s,opacity .8s;position:absolute}.HorizontalCarousel-module__pbdDNa__buttonStart:disabled{pointer-events:none;opacity:0}
.style-module__eEu_DW__page{background:var(--background);color:var(--foreground);position:relative;overflow-x:hidden}.style-module__eEu_DW__header{z-index:100;padding:var(--spacerMd) var(--spacerLg);background:var(--foreground);box-shadow:var(--headerShadow);justify-content:space-between;align-items:center;display:flex;position:sticky;top:0}.style-module__eEu_DW__main{z-index:1;max-width:1200px;padding:var(--spacerXl);min-height:calc(100vh - 200px);margin:0 auto;position:relative}.style-module__eEu_DW__checkoutContainer{grid-template-columns:1fr 400px;gap:3rem;animation:.6s style-module__eEu_DW__fadeInUp;display:grid}@keyframes style-module__eEu_DW__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.style-module__eEu_DW__formColumn{flex-direction:column;gap:2rem;display:flex}.style-module__eEu_DW__formSection{background:var(--backgroundFocus);border-radius:var(--spacerLg);padding:var(--spacerXxl);box-shadow:var(--softShadow);border:1px solid var(--backgrounder);gap:var(--spacerXl);flex-direction:column;display:flex}.style-module__eEu_DW__sectionTitle{align-items:center;gap:var(--fontMd);font-size:var(--fontLg);color:var(--foreground);margin:0;font-weight:600;display:flex}.style-module__eEu_DW__sectionNumber{font-family:var(--font-body);color:var(--textOnPrimary);background:var(--primaryBg);letter-spacing:.05em;border-radius:6px;padding:.35rem .65rem;font-size:.75rem;font-weight:600}.style-module__eEu_DW__cardInputWrapper{position:relative}.style-module__eEu_DW__cardIcons{gap:.5rem;display:flex;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.style-module__eEu_DW__cardIcon{width:24px;height:24px;color:var(--midder)}.style-module__eEu_DW__summaryColumn{height:fit-content;position:sticky;top:100px}.style-module__eEu_DW__uploadContainer{max-width:640px;margin:0 auto;animation:.6s style-module__eEu_DW__fadeInUp}.style-module__eEu_DW__successBanner{align-items:center;gap:var(--spacerMd);padding:var(--spacerMd) var(--spacerLg);background:var(--successBg);border-radius:var(--spacerMd);margin-bottom:var(--spacerXl);border:1px solid var(--success);display:flex}.style-module__eEu_DW__successIcon{background:var(--success);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.style-module__eEu_DW__successIcon svg{width:22px;height:22px}.style-module__eEu_DW__successText h2{font-family:var(--font-display);color:var(--success);margin-bottom:.125rem;font-size:1.125rem;font-weight:600}.style-module__eEu_DW__successText p{color:var(--foregroundAltLite);font-size:.875rem}.style-module__eEu_DW__uploadSection{background:var(--backgroundFocus);border-radius:var(--spacerLg);box-shadow:var(--softShadow);border:1px solid var(--backgrounder)}.style-module__eEu_DW__dropzone{border:2px dashed var(--backgrounder);border-radius:var(--spacerMd);text-align:center;background:var(--backgroundMid);cursor:pointer;padding:3rem 2rem;transition:all .3s}.style-module__eEu_DW__dropzone:hover,.style-module__eEu_DW__dropzoneActive{border-color:var(--primary);background:var(--primaryBg)}.style-module__eEu_DW__dropzoneIcon{width:56px;height:56px;color:var(--primary);margin:0 auto 1rem}.style-module__eEu_DW__dropzoneIcon svg{width:100%;height:100%}.style-module__eEu_DW__dropzoneText{color:var(--foreground);margin-bottom:.5rem;font-size:1rem;font-weight:500}.style-module__eEu_DW__dropzoneDivider{color:var(--midder);margin:1rem 0;font-size:.8125rem;display:block;position:relative}.style-module__eEu_DW__browseButton{color:var(--foreground);background:var(--backgroundFocus);border:1.5px solid var(--foreground);border-radius:var(--spacerSm);cursor:pointer;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.875rem;font-weight:500;transition:all .2s;display:inline-flex}.style-module__eEu_DW__browseButton:hover{background:var(--foreground);color:var(--backgroundFocus)}.style-module__eEu_DW__browseButton svg{width:18px;height:18px}.style-module__eEu_DW__uploadedFiles{flex-direction:column;gap:.75rem;margin-top:1.5rem;display:flex}.style-module__eEu_DW__uploadedFile{background:var(--backgroundMid);border-radius:var(--spacerSm);border:1px solid var(--backgrounder);align-items:center;gap:1rem;padding:1rem;display:flex}.style-module__eEu_DW__fileIcon{background:var(--backgroundFocus);border-radius:var(--spacerSm);width:40px;height:40px;color:var(--primary);justify-content:center;align-items:center;display:flex}.style-module__eEu_DW__fileIcon svg{width:20px;height:20px}.style-module__eEu_DW__fileInfo{flex:1}.style-module__eEu_DW__fileName{margin-bottom:.375rem;font-size:.875rem;font-weight:500;display:block}.style-module__eEu_DW__progressBar{background:var(--backgrounder);border-radius:2px;height:4px;overflow:hidden}.style-module__eEu_DW__progressFill{background:var(--success);border-radius:2px;height:100%;transition:width .3s}.style-module__eEu_DW__skipLink{width:100%;color:var(--foregroundAltLite);cursor:pointer;text-underline-offset:2px;background:0 0;border:none;margin-top:1rem;padding:.75rem;font-family:inherit;font-size:.875rem;text-decoration:underline;transition:color .2s;display:block}.style-module__eEu_DW__skipLink:hover{color:var(--foreground)}.style-module__eEu_DW__error{gap:var(--spacerXs);font-size:var(--fontMd);color:var(--error);margin:0;display:flex}@media (max-width:1024px){.style-module__eEu_DW__checkoutContainer{grid-template-columns:1fr}.style-module__eEu_DW__summaryColumn{order:-1;position:relative;top:0}.style-module__eEu_DW__main{padding:var(--spacerXl)}}@media (max-width:640px){.style-module__eEu_DW__inputRow{grid-template-columns:1fr}.style-module__eEu_DW__inputRow:has(.style-module__eEu_DW__inputGroup:nth-child(3)){grid-template-columns:1fr}.style-module__eEu_DW__successTitle{font-size:2rem}}
.NotificationDot-module__i3qN_a__notificationDot{background-color:var(--error);color:var(--backgroundFocus);width:22px;height:22px;font-size:var(--fontXs);text-align:center;border-radius:300px;justify-content:center;align-self:center;align-items:center;font-weight:600;display:flex}
.Section-module__aPlBbq__header{justify-content:space-between;align-items:flex-start;gap:var(--spacerMd);flex-wrap:wrap;width:100%;display:flex}.Section-module__aPlBbq__menusContainer{gap:var(--spacerMd);flex-wrap:wrap;justify-content:center;width:100%;display:flex}.Section-module__aPlBbq__overlayContainer{aspect-ratio:10/16;flex:1 1 calc((100% - 2 * var(--spacerMd)) / 3);border-radius:var(--spacerLg);grid-template-rows:1fr;grid-template-columns:1fr;max-width:320px;display:grid;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000001a}@media (max-width:600px){.Section-module__aPlBbq__overlayContainer{aspect-ratio:16/10;flex:100%;min-width:auto;max-width:none}}.Section-module__aPlBbq__overlayContainer>*{z-index:1;grid-area:1/1}.Section-module__aPlBbq__menuImagePlaceholder{background:linear-gradient(to top, var(--foreground) 10%, transparent 80%)}.Section-module__aPlBbq__menuContent{padding:var(--spacerSm);flex-direction:column;justify-content:flex-end;display:flex}.Section-module__aPlBbq__menuContent>*{margin:0}.Section-module__aPlBbq__menuImage{object-fit:cover;z-index:0;width:100%;height:100%;display:block;position:absolute;inset:0}
.SubmitButton-module__92psLG__submitButton{width:100%;font-family:var(--font-body);color:var(--textOnPrimary);background:var(--primary);border-radius:var(--spacerMd);cursor:pointer;box-shadow:var(--softShadow);border:none;justify-content:center;align-items:center;gap:.75rem;padding:1.125rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.SubmitButton-module__92psLG__submitButton:hover{background:var(--primaryHover);box-shadow:var(--headerShadow);transform:translateY(-2px)}.SubmitButton-module__92psLG__submitButton:active{transform:translateY(0)}.SubmitButton-module__92psLG__submitButtonIcon{transition:transform .3s}.SubmitButton-module__92psLG__submitButton:hover .SubmitButton-module__92psLG__submitButtonIcon{transform:translate(4px)}
.ThemeProvider-module__7bpjIG__themeProvider{height:100%;color:var(--foreground);background-color:var(--background);flex-direction:column;display:flex}.ThemeProvider-module__7bpjIG__lightTheme{--mid:#b3b3b3;--midder:#999;--backgrounder:#cdcdcd;--background:#eee;--backgroundTransparent:#eee9;--backgroundTinyBitTransparent:#eeeeeed4;--oppositeBackground:#242424;--oppositeBackgroundTransparent:#24242464;--backgroundMid:#f4f4f4;--backgroundFocus:#fff;--backgroundFocusTransparent:#fffd;--foreground:#2b2525;--foregroundAlt:#3f3c3c;--foregroundAltLite:#5f5e5e;--primary:#e9b321;--primaryBg:#f7f7c6;--primarySemiOpaque:#e9b32199;--primaryBright:#e9b321;--textOnPrimary:#2b2525;--primaryHover:#ffc422;--headerShadow:0px 2px 3px #0002, 0px 5px 8px #00000047;--appFocusShadow:0px 0px 3px #0002, 0px 0px 8px #00000047;--softShadow:1px 1px 2px #00000012, 3px 4px 5px #00000016;--insetSoftShadow:inset 1px 1px 2px #00000012, inset 3px 4px 5px #00000016;--error:#b52a2a;--errorBg:#ffdede;--success:#158e8e;--successBg:#e0fcf0;--secondary:#466b82;--secondaryBg:#d0eafb}.ThemeProvider-module__7bpjIG__genericAffiliateTheme{--mid:#b3b3b3;--midder:#999;--backgrounder:#cdcdcd;--background:#eee;--backgroundTransparent:#eee9;--backgroundTinyBitTransparent:#eeeeeed4;--oppositeBackground:#242424;--oppositeBackgroundTransparent:#24242464;--backgroundMid:#f4f4f4;--backgroundFocus:#fff;--backgroundFocusTransparent:#fffd;--foreground:#1e1e1e;--foregroundAlt:#525252;--foregroundAltLite:#6e6e6e;--primary:#6667ab;--primaryBg:#e8e8f4;--primarySemiOpaque:#6667ab99;--primaryBright:#9b9cda;--textOnPrimary:#fff;--primaryHover:#7172b9;--headerShadow:0 0 0 1px #fff;--appFocusShadow:0px 0px 3px #0002, 0px 0px 8px #00000047;--softShadow:0 0 0 .5px #cdcdcd;--insetSoftShadow:inset 1px 1px 2px #00000012, inset 3px 4px 5px #00000016;--error:#be3a34;--errorBg:#f8c3c0;--success:#0b4f30;--successBg:#cdf5e3;--secondary:#f79256;--secondaryBg:#fde4d2}
.PatchReadyBadge-module__M_WLkq__ready{background-color:var(--successBg);color:var(--success);border:1px solid var(--success)}.PatchReadyBadge-module__M_WLkq__notReady{background-color:var(--backgroundFocus);color:var(--foregroundAlt);border:1px solid var(--mid)}
.Chat-module__w5WGja__chatContainer{padding:var(--spacerXl) var(--spacerXl) 2px;flex-direction:column;height:100%;max-height:500px;display:flex;overflow:auto}.Chat-module__w5WGja__formContainer{flex-grow:1;justify-content:flex-end;display:flex;position:sticky;bottom:0}
.Notifications-module__DKiq7a__fadeIn,.Notifications-module__DKiq7a__fadeOut{opacity:0;transition:opacity .75s ease-in-out}.Notifications-module__DKiq7a__fadeIn{opacity:1}.Notifications-module__DKiq7a__fadeOut{opacity:0}
@media (max-width:640px){.InAppMessage-module__VtAxsq__actionButton{justify-content:center;width:100%}}
.AffiliateOrMainToggle-module__dZ7L8q__container{justify-content:flex-start;align-items:flex-start;gap:var(--spacerMd);flex-direction:column;display:flex}.AffiliateOrMainToggle-module__dZ7L8q__option{cursor:pointer;box-sizing:border-box;background-color:var(--backgroundFocus);width:100%;color:var(--foreground);box-shadow:0px 0px 0px .5px var(--mid);padding:var(--spacerSm) var(--spacerMd);border-radius:var(--spacerSm);column-gap:var(--spacerLg);font-family:inherit;font-weight:600;font-size:var(--fontMd);border:none;align-items:center;display:flex}.AffiliateOrMainToggle-module__dZ7L8q__optionInnerText{text-align:left;flex-direction:column;align-items:flex-start;display:flex}.AffiliateOrMainToggle-module__dZ7L8q__option>svg{font-size:2.1em}
.ProductCard-module__x4Hw4G__summaryCard{background:var(--backgroundFocus);border-radius:var(--spacerLg);padding:var(--spacerXxl);box-shadow:var(--headerShadow);border:1px solid var(--backgrounder)}.ProductCard-module__x4Hw4G__productHeader{gap:var(--spacerLg);flex-flow:wrap;justify-content:center;align-items:flex-start;display:flex}.ProductCard-module__x4Hw4G__productImageWrapper{border-radius:var(--spacerMd);width:100%;max-width:300px;height:auto;overflow:hidden}.ProductCard-module__x4Hw4G__productImageWrapper img{object-fit:cover;width:100%;height:100%}.ProductCard-module__x4Hw4G__productInfo{flex:2;min-width:300px}.ProductCard-module__x4Hw4G__productTitle{font-weight:600;font-size:var(--fontLg);color:var(--foreground);margin:0 0 var(--spacerXs) 0}.ProductCard-module__x4Hw4G__productPrice{font-size:var(--fontXl);color:var(--primary);margin:0 0 var(--spacerMd);font-weight:700}.ProductCard-module__x4Hw4G__productDescription{font-size:var(--fontSm);color:var(--foregroundAltLite);margin:0}.ProductCard-module__x4Hw4G__productDescription li{margin-bottom:var(--spacerXs)}.ProductCard-module__x4Hw4G__productDescription li:last-child{margin-bottom:0}.ProductCard-module__x4Hw4G__descriptionWrapper{font-size:var(--fontSm);color:var(--foreground);font-weight:300}.ProductCard-module__x4Hw4G__introText{margin-bottom:var(--spacerSm);font-weight:700}.ProductCard-module__x4Hw4G__subHeader{margin:var(--spacerMd) 0 var(--spacerXs);font-weight:700;font-size:var(--fontSm)}.ProductCard-module__x4Hw4G__featureList,.ProductCard-module__x4Hw4G__stepList{margin-bottom:var(--spacerMd);padding-left:1.2rem}.ProductCard-module__x4Hw4G__timeline{margin-top:var(--spacerMd)}.ProductCard-module__x4Hw4G__disclaimer{font-style:italic;font-size:var(--fontSm);color:var(--foreground);margin-top:var(--spacerSm)}.ProductCard-module__x4Hw4G__detailsToggle{color:var(--primary);font-weight:600;font-size:var(--fontSm);cursor:pointer;margin:var(--spacerSm) 0;background:0 0;border:none;align-items:center;gap:1px;padding:0;font-family:inherit;display:flex}.ProductCard-module__x4Hw4G__detailsToggle:hover{color:var(--primaryHover)}.ProductCard-module__x4Hw4G__collapsibleContent{border-top:1px solid var(--backgrounder);margin-top:var(--spacerSm);padding-top:var(--spacerSm);animation:.2s ease-out ProductCard-module__x4Hw4G__slideDown}@keyframes ProductCard-module__x4Hw4G__slideDown{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}
.MacMediaAccessHelp-module__1hlhIa__help{justify-content:center;align-items:center;gap:var(--spacerSm) var(--spacerLg);max-width:640px;color:var(--foreground);font-size:var(--fontSm);flex-wrap:wrap;margin:0 auto;display:flex}.MacMediaAccessHelp-module__1hlhIa__dialog{gap:var(--spacerMd);text-align:left;flex-direction:column;display:flex}
.SelectLidarDevice-module__JmKFgG__stackContainer{align-items:center;gap:var(--spacerMd);margin:var(--spacerMd) 0;flex-flow:wrap;display:flex}.SelectLidarDevice-module__JmKFgG__card{background:var(--backgroundMid);border:1px solid var(--backgrounder);border-radius:var(--spacerSm);padding:var(--spacerMd);text-align:left;cursor:pointer;width:100%;max-width:400px;font-family:inherit;transition:transform .2s,background-color .2s}.SelectLidarDevice-module__JmKFgG__card:hover{background-color:var(--successBg);transform:scale(1.02)}.SelectLidarDevice-module__JmKFgG__deviceName{font-size:var(--fontMd);margin:0}.SelectLidarDevice-module__JmKFgG__deviceInfo{font-size:var(--fontSm);margin:0;font-weight:300}
.Crosshair-module__fVutlW__crosshairLine{background:var(--background);cursor:crosshair;box-sizing:content-box;border-color:var(--oppositeBackground);border-style:solid;border-width:0;display:block;position:absolute}
.ErrorBoundary-module__HHtXaq__header{z-index:5;width:100%;padding:var(--spacerLg) 0}.ErrorBoundary-module__HHtXaq__headerInner{max-width:900px;padding:var(--spacerSm) var(--spacerLg);justify-content:space-between;align-items:center;margin:auto;display:flex}.ErrorBoundary-module__HHtXaq__main{justify-content:center;align-items:center;gap:var(--spacerLg);padding:var(--spacerXl) var(--spacerXxl);box-shadow:var(--softShadow);border-radius:var(--spacerLg);background-color:var(--backgroundFocus);flex-direction:column;max-width:400px;margin:auto;display:flex}
.Pagination-module__kqzkJa__container{justify-content:flex-end;align-items:flex-start;display:flex}.Pagination-module__kqzkJa__row{border-radius:var(--spacerSm);box-shadow:var(--softInsetShadow);flex-direction:row;justify-content:flex-start;align-items:center;display:flex;overflow:hidden}.Pagination-module__kqzkJa__row>*{justify-content:center;align-items:center;width:38px;height:38px;display:flex}.Pagination-module__kqzkJa__button{background:0 0;background:var(--backgroundMid);color:var(--foreground);cursor:pointer;border:0;padding:0;font-family:inherit;transition:background .8s}.Pagination-module__kqzkJa__button:not(:disabled):hover{background:var(--primary)}.Pagination-module__kqzkJa__page{color:var(--foreground);margin:0}
.Medal-module__hJdJuG__medal{border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-weight:700;display:flex;box-shadow:inset 0 2px 4px #fff6,inset 0 -2px 4px #0003,0 2px 4px #00000026}.Medal-module__hJdJuG__rank{text-shadow:0 1px 1px #0003}.Medal-module__hJdJuG__gold{color:#fff;background:linear-gradient(145deg,#e9c344 0%,#d4a017 50%,#b8860b 100%);border:2px solid #b8860b}.Medal-module__hJdJuG__silver{color:#fff;background:linear-gradient(145deg,#c0c6cc 0%,#8a919a 50%,#6b7280 100%);border:2px solid #6b7280}.Medal-module__hJdJuG__bronze{color:#fff;background:linear-gradient(145deg,#c9876a 0%,#a6714e 50%,#8b5a3c 100%);border:2px solid #8b5a3c}
.GaitGraphVideo-module__et7a2W__container{gap:1rem;width:100%;display:flex}.GaitGraphVideo-module__et7a2W__chartContainer{width:100%;height:24rem}.GaitGraphVideo-module__et7a2W__legend{border:1px solid #ddd;border-radius:.25rem;flex-flow:wrap;gap:.5rem;width:100%;padding:1rem;display:flex}.GaitGraphVideo-module__et7a2W__legendItem{cursor:pointer;align-items:center;gap:.5rem;display:flex}.GaitGraphVideo-module__et7a2W__checkbox{width:1rem;height:1rem}.GaitGraphVideo-module__et7a2W__keypointName{font-size:.875rem}
.CreditCard-module__fVli_q__card{background:linear-gradient(to right, var(--backgroundFocus), var(--background));width:300px;height:180px;color:var(--foreground);box-shadow:var(--softShadow);border:1px solid var(--primary);border-radius:10px;padding:20px}.CreditCard-module__fVli_q__cardBody{flex-direction:column;justify-content:space-between;height:100%;display:flex}.CreditCard-module__fVli_q__cardNumberContainer{letter-spacing:2px;font-size:18px;font-weight:400}.CreditCard-module__fVli_q__cardDetails{justify-content:space-between;align-items:flex-end;display:flex}.CreditCard-module__fVli_q__name{text-transform:uppercase;font-size:14px;font-weight:600}.CreditCard-module__fVli_q__expiry{flex-direction:column;align-items:flex-end;font-size:12px;display:flex}.CreditCard-module__fVli_q__chip{box-sizing:content-box;border:1px solid var(--midder);border-radius:var(--spacerXs);background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwIiBoZWlnaHQ9Ijc2IiB2aWV3Qm94PSIwIDAgMTAwIDc2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIj48ZGVmcz48bGluZWFyR3JhZGllbnQgeDE9IjEwMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSIgaWQ9ImEiPjxzdG9wIHN0b3AtY29sb3I9IiNGM0QwOEYiIG9mZnNldD0iMCUiLz48c3RvcCBzdG9wLWNvbG9yPSIjRkFENzY2IiBvZmZzZXQ9IjEwMCUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cGF0aCBkPSJNOTIuNzI3IDc1LjQ1NWgtODUuNDU1Yy00IDAtNy4yNzMtMy4yNzMtNy4yNzMtNy4yNzN2LTYwLjkwOWMwLTQgMy4yNzMtNy4yNzMgNy4yNzMtNy4yNzNoODUuNDU1YzQgMCA3LjI3MyAzLjI3MyA3LjI3MyA3LjI3M3Y2MC45MDljMCA0LTMuMjczIDcuMjczLTcuMjczIDcuMjczIiBmaWxsPSJ1cmwoI2EpIi8+PHBhdGggZD0iTTcyLjEyMyAyOC40ODVoMjcuODc4di0xLjgxOGgtMjkuNjQ4Yy0uOTY1IDAtMS44MzIuNjAxLTIuMTcyIDEuNTA0LTIuMjg3IDYuMDcyLTIuNDMzIDEyLjU5NC0uNDM4IDE5Ljg0Mi40NTUgMS42NTQuNDM1IDMuNC0uMSA1LjAzLTIuMDM2IDYuMTk1LTcuNzc5IDE5Ljk4OC0xOC41NTEgMTkuOTg4LTExLjAwOCAwLTE2LjA5Ni0xNS42OTktMTcuMzM0LTIxLjk1Mi0uMTU1LS43ODQtLjEyMi0xLjU5Mi4xMDctMi4zNTcgMS42OTUtNS42NDggMi4wOTQtMTAuNjQtLjAxNi0xOS41OS0uMjA1LS44Ny0uMTgyLTEuNzgzLjA0OC0yLjY0NiA0LjQ4LTE2Ljc1NSAxMi44ODItMjAuMTQ3IDEyLjk2NS0yMC4xNzkuMzU2LS4xMzIuNTkzLS40NzIuNTkzLS44NTJ2LTUuNDU1aC0xLjgxOHYzLjc3NmMwIC42NS0uMzMyIDEuMjUyLS44ODQgMS41OTYtMi44MDMgMS43NDItOC45MDQgNi45MzYtMTIuNTU3IDIwLjQ1Ni0uMTguNjY4LS43ODEgMS4xMzYtMS40NzMgMS4xMzNsLTI4LjcyMi0uMTM5djEuODE4bDI3LjQxNi4xMzNjMS40NjguMDA3IDIuNzM1IDEuMDQxIDMuMDM3IDIuNDc4IDEuNDE2IDYuNzQxIDEuMjE5IDExLjAzOS4wODIgMTUuNDU4LS4zMTYgMS4yMy0xLjQyIDIuMDk2LTIuNjkgMi4xMDlsLTI3Ljg0NC4yN3YxLjgxOWwyOC42MDUtLjI3OGMuNjkzLS4wMDcgMS4yOTYuNDczIDEuNDM1IDEuMTUyIDEuNDQyIDcuMDQxIDYuODg3IDIzLjA3IDE5LjA1IDIzLjA3IDYuMzY4IDAgMTIuMDYyLTQuMjUgMTYuNDY3LTEyLjI5IDIuNjQ0LTQuODI4IDQuMDY3LTkuNTkxIDQuNTQxLTExLjM0NmgyOS45MDF2LTEuODE4aC0yOC4wMTZjLTEuMTU4IDAtMi4xODMtLjc3Mi0yLjQ4OS0xLjg4OS0xLjY5Mi02LjE2NC0xLjc2MS0xMS43NTUtLjItMTYuOTU5LjM3MS0xLjIzNSAxLjUzOC0yLjA2MSAyLjgyNy0yLjA2MXptLTE3LjE1LTIxLjkxNGMuMDQ1LjAyMiA0LjUxOSAyLjMyMiA5LjI1MyAxMC4wNDEuMTcyLjI4LjQ3LjQzNC43NzYuNDM0LjE5OCAwIC4zOTktLjA2NC41NzEtLjIwMi4zNjUtLjI5Mi40MTYtLjgzNy4xNzItMS4yMzUtMy41Ny01LjgwNS03LjAyNC04LjcxLTguNzc1LTkuOTMxLS40My0uMjk5LS42OC0uNzkyLS42OC0xLjMxNXYtNC4zNjNoLTEuODE4djUuNzU4YzAgLjM0NS4xOTUuNjU5LjUwMi44MTN6IiBmaWxsPSIjMEMwMjAwIi8+PC9zdmc+);background-repeat:no-repeat;background-size:contain;width:25px;height:19px}
.SetupCard-module__HfOaKq__setupContainer{max-width:480px;margin:var(--spacerXl) auto;text-align:center;animation:.6s SetupCard-module__HfOaKq__fadeInUp}.SetupCard-module__HfOaKq__setupAnimation{width:100px;height:100px;margin:0 auto var(--spacerXl);position:relative}.SetupCard-module__HfOaKq__setupCircle{background:var(--primary);color:#fff;z-index:2;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.SetupCard-module__HfOaKq__setupCircle svg{width:36px;height:36px;animation:1.5s infinite SetupCard-module__HfOaKq__pulse}@keyframes SetupCard-module__HfOaKq__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(.9)}}.SetupCard-module__HfOaKq__setupRing{border:3px solid #0000;border-top-color:var(--primary);border-radius:50%;width:100px;height:100px;animation:1s linear infinite SetupCard-module__HfOaKq__spin;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes SetupCard-module__HfOaKq__spin{to{transform:translate(-50%,-50%)rotate(360deg)}}.SetupCard-module__HfOaKq__setupTitle{font-size:var(--fontXl);margin:0 0 var(--spacerXs);color:var(--foreground);font-weight:700}.SetupCard-module__HfOaKq__setupSubtitle{font-size:var(--fontMd);color:var(--foregroundAltLite);margin:0 0 var(--spacerXxl);font-weight:300}.SetupCard-module__HfOaKq__progressCard{background:var(--backgroundFocus);border-radius:var(--spacerLg);padding:var(--spacerXxl);box-shadow:var(--softShadow);border:1px solid var(--backgrounder);margin:0 0 var(--spacerXl)}.SetupCard-module__HfOaKq__progressSteps{gap:var(--spacerLg);text-align:left;flex-direction:column;display:flex}.SetupCard-module__HfOaKq__progressStep{align-items:center;gap:var(--spacerMd);font-size:var(--fontSm);color:var(--foregroundAltLite);display:flex}.SetupCard-module__HfOaKq__progressStep.SetupCard-module__HfOaKq__active{color:var(--foreground);font-weight:500}.SetupCard-module__HfOaKq__progressStep.SetupCard-module__HfOaKq__complete{color:var(--success)}.SetupCard-module__HfOaKq__stepIcon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.SetupCard-module__HfOaKq__stepIcon.SetupCard-module__HfOaKq__pending{border:2px solid var(--backgrounder)}.SetupCard-module__HfOaKq__stepIcon.SetupCard-module__HfOaKq__active{background:var(--primaryBg);border:2px solid var(--primary)}.SetupCard-module__HfOaKq__stepIcon.SetupCard-module__HfOaKq__active svg{width:12px;height:12px;color:var(--primary);animation:1s infinite SetupCard-module__HfOaKq__pulse}.SetupCard-module__HfOaKq__stepIcon.SetupCard-module__HfOaKq__complete{background:var(--success)}.SetupCard-module__HfOaKq__stepIcon.SetupCard-module__HfOaKq__complete svg{color:#fff;width:14px;height:14px}.SetupCard-module__HfOaKq__tipCard{background:var(--backgroundMid);border:1px solid var(--backgrounder);border-radius:var(--spacerMd);padding:var(--spacerXl);align-items:flex-start;gap:var(--spacerMd);text-align:left;display:flex}.SetupCard-module__HfOaKq__tipCard svg{width:20px;height:20px;color:var(--primary);flex-shrink:0;margin-top:2px}.SetupCard-module__HfOaKq__tipCard p{font-size:var(--fontSm);color:var(--foregroundAltLite);margin:0;line-height:1.5}
.TherapistStats-module__w7eTsq__statsContainer{gap:var(--spacerMd);grid-template-columns:repeat(auto-fit,minmax(min(200px,100%),1fr));display:grid}.TherapistStats-module__w7eTsq__statCard{background:var(--primaryBg);border-radius:var(--spacerSm);padding:var(--spacerMd) var(--spacerLg);box-shadow:var(--softShadow);border:1px solid var(--foreground);flex:1}.TherapistStats-module__w7eTsq__topRow{justify-content:space-between;align-items:center;gap:var(--spacerXs);display:flex}.TherapistStats-module__w7eTsq__statTitle{color:#374151;text-transform:uppercase;letter-spacing:.5px;margin:0 0 12px;font-size:14px;font-weight:600}.TherapistStats-module__w7eTsq__statNumber{color:var(--foreground);font-size:var(--fontXxl);margin:0 0 8px;font-weight:700;line-height:1}.TherapistStats-module__w7eTsq__statSubtext{color:var(--foregroundAlt);font-size:var(--fontSm);width:100%;margin:0;font-weight:500}
.VisitCallIntro-module__-KK6PG__container{width:100%;height:100%;padding:var(--spacerMd);justify-content:center;align-items:center;display:flex}.VisitCallIntro-module__-KK6PG__card{background:var(--backgroundFocus);border-radius:var(--spacerMd);box-shadow:var(--softShadow);border:1px solid var(--midder);width:100%;max-width:32rem}.VisitCallIntro-module__-KK6PG__loadingContainer{width:100vw;padding:var(--spacerLg);justify-content:center;align-items:center;display:flex}.VisitCallIntro-module__-KK6PG__loading{text-align:center;color:var(--foregroundAlt);padding:2rem}.VisitCallIntro-module__-KK6PG__header{background:var(--primary);padding:var(--spacerLg);color:var(--textOnPrimary);border-bottom:1px solid var(--midder);border-radius:var(--spacerMd) var(--spacerMd) 0 0;flex-direction:column;display:flex}.VisitCallIntro-module__-KK6PG__headerContent{align-items:center;gap:var(--spacerMd);display:flex}.VisitCallIntro-module__-KK6PG__headerIcon{width:2rem;height:2rem}.VisitCallIntro-module__-KK6PG__headerTitle{margin:0;font-size:1.5rem;font-weight:700}.VisitCallIntro-module__-KK6PG__headerSubtitle{font-size:var(--fontSm);margin:0}.VisitCallIntro-module__-KK6PG__content{padding:1.5rem}.VisitCallIntro-module__-KK6PG__sessionName{color:var(--foreground);margin:0 0 1rem;font-size:1.25rem;font-weight:600}.VisitCallIntro-module__-KK6PG__detailsList{flex-direction:column;gap:.75rem;margin-bottom:1.5rem;display:flex}.VisitCallIntro-module__-KK6PG__detailItem{align-items:flex-start;gap:.75rem;display:flex}.VisitCallIntro-module__-KK6PG__detailIcon{width:1.25rem;height:1.25rem;color:var(--primary);flex-shrink:0;margin-top:.125rem}.VisitCallIntro-module__-KK6PG__detailLabel{font-size:var(--fontSm);color:var(--foregroundAltLite);margin:0;font-weight:600}.VisitCallIntro-module__-KK6PG__detailValue{color:var(--foreground);margin:0;font-weight:400}.VisitCallIntro-module__-KK6PG__secondaryDetailValue{margin-top:var(--spacerXs);color:var(--foregroundAltLite);font-size:var(--fontSm)}.VisitCallIntro-module__-KK6PG__statusBanner{align-items:center;gap:var(--spacerSm);padding:var(--spacerMd);border-radius:var(--spacerSm);display:flex}.VisitCallIntro-module__-KK6PG__statusText{font-size:var(--fontMd);color:var(--foreground);margin:0;font-weight:500}.VisitCallIntro-module__-KK6PG__videoContainer{aspect-ratio:16/9;background:var(--foreground);border-radius:var(--spacerSm);width:100%;margin-top:var(--spacerLg);position:relative;overflow:hidden}@media (max-width:480px){.VisitCallIntro-module__-KK6PG__card{box-shadow:none;border:0;border-radius:0;flex-grow:1}.VisitCallIntro-module__-KK6PG__header{border-radius:0}}
.FavoriteVideoButton-module-scss-module__HRiOmG__likeButtonContainer{font-family:inherit;font-size:var(--fontMd);color:var(--foreground);cursor:pointer;background:0 0;border:none;flex-direction:row;justify-content:flex-start;align-items:center;padding:0;font-weight:400;display:flex}.FavoriteVideoButton-module-scss-module__HRiOmG__likeCount{font-weight:700;font-size:var(--fontMd);color:var(--mid);cursor:pointer}.FavoriteVideoButton-module-scss-module__HRiOmG__likeButton{cursor:pointer;width:60px;overflow:visible}.FavoriteVideoButton-module-scss-module__HRiOmG__likeButton__heart{transform-origin:50%;animation:.3s linear forwards FavoriteVideoButton-module-scss-module__HRiOmG__animateHeartOut}.FavoriteVideoButton-module-scss-module__HRiOmG__likeButton__circle{transform-origin:29.5px 29.5px}.FavoriteVideoButton-module-scss-module__HRiOmG__likeButton--likedNonAnimated .FavoriteVideoButton-module-scss-module__HRiOmG__likeButton__heart{fill:#d65071;transform:scale(1)}.FavoriteVideoButton-module-scss-module__HRiOmG__likeButton--likedAnimated .FavoriteVideoButton-module-scss-module__HRiOmG__likeButton__heart{fill:#d65071;animation:.3s linear .25s forwards FavoriteVideoButton-module-scss-module__HRiOmG__animateHeart;transform:scale(.2)}.FavoriteVideoButton-module-scss-module__HRiOmG__likeButton--likedAnimated .FavoriteVideoButton-module-scss-module__HRiOmG__likeButton__circle{opacity:1;transition:all 2s;animation:.3s linear forwards FavoriteVideoButton-module-scss-module__HRiOmG__animateCircle}.FavoriteVideoButton-module-scss-module__HRiOmG__likeButton--likedAnimated #FavoriteVideoButton-module-scss-module__HRiOmG__grp1{opacity:1;transition:all .1s .3s}.FavoriteVideoButton-module-scss-module__HRiOmG__likeButton--likedAnimated #FavoriteVideoButton-module-scss-module__HRiOmG__grp1 #FavoriteVideoButton-module-scss-module__HRiOmG__oval1{transform-origin:0 0 0;transition:transform .5s .3s;transform:scale(0)translateY(-30px)}.FavoriteVideoButton-module-scss-module__HRiOmG__likeButton--likedAnimated #FavoriteVideoButton-module-scss-module__HRiOmG__grp1 #FavoriteVideoButton-module-scss-module__HRiOmG__oval2{transform-origin:0 0 0;transition:transform 1.5s .3s;transform:scale(0)translate(10px,-50px)}.FavoriteVideoButton-module-scss-module__HRiOmG__likeButton--likedAnimated #FavoriteVideoButton-module-scss-module__HRiOmG__grp2 #FavoriteVideoButton-module-scss-module__HRiOmG__oval1{transform-origin:0 0 0;transition:transform .5s .3s;transform:scale(0)translate(30px,-15px)}.FavoriteVideoButton-module-scss-module__HRiOmG__likeButton--likedAnimated #FavoriteVideoButton-module-scss-module__HRiOmG__grp2 #FavoriteVideoButton-module-scss-module__HRiOmG__oval2{transform-origin:0 0 0;transition:transform 1.5s .3s;transform:scale(0)translate(60px,-15px)}.FavoriteVideoButton-module-scss-module__HRiOmG__likeButton--likedAnimated #FavoriteVideoButton-module-scss-module__HRiOmG__grp3{opacity:1;transition:all .1s .3s}.FavoriteVideoButton-module-scss-module__HRiOmG__likeButton--likedAnimated #FavoriteVideoButton-module-scss-module__HRiOmG__grp3 #FavoriteVideoButton-module-scss-module__HRiOmG__oval1{transform-origin:0 0 0;transition:transform .5s .3s;transform:scale(0)translate(30px)}.FavoriteVideoButton-module-scss-module__HRiOmG__likeButton--likedAnimated #FavoriteVideoButton-module-scss-module__HRiOmG__grp3 #FavoriteVideoButton-module-scss-module__HRiOmG__oval2{transform-origin:0 0 0;transition:transform 1.5s .3s;transform:scale(0)translate(60px,10px)}.FavoriteVideoButton-module-scss-module__HRiOmG__likeButton--likedAnimated #FavoriteVideoButton-module-scss-module__HRiOmG__grp4{opacity:1;transition:all .1s .3s}.FavoriteVideoButton-module-scss-module__HRiOmG__likeButton--likedAnimated #FavoriteVideoButton-module-scss-module__HRiOmG__grp4 #FavoriteVideoButton-module-scss-module__HRiOmG__oval1{transform-origin:0 0 0;transition:transform .5s .3s;transform:scale(0)translate(30px,15px)}.FavoriteVideoButton-module-scss-module__HRiOmG__likeButton--likedAnimated #FavoriteVideoButton-module-scss-module__HRiOmG__grp4 #FavoriteVideoButton-module-scss-module__HRiOmG__oval2{transform-origin:0 0 0;transition:transform 1.5s .3s;transform:scale(0)translate(40px,50px)}.FavoriteVideoButton-module-scss-module__HRiOmG__likeButton--likedAnimated #FavoriteVideoButton-module-scss-module__HRiOmG__grp5{opacity:1;transition:all .1s .3s}.FavoriteVideoButton-module-scss-module__HRiOmG__likeButton--likedAnimated #FavoriteVideoButton-module-scss-module__HRiOmG__grp5 #FavoriteVideoButton-module-scss-module__HRiOmG__oval1{transform-origin:0 0 0;transition:transform .5s .3s;transform:scale(0)translate(-10px,20px)}.FavoriteVideoButton-module-scss-module__HRiOmG__likeButton--likedAnimated #FavoriteVideoButton-module-scss-module__HRiOmG__grp5 #FavoriteVideoButton-module-scss-module__HRiOmG__oval2{transform-origin:0 0 0;transition:transform 1.5s .3s;transform:scale(0)translate(-60px,30px)}.FavoriteVideoButton-module-scss-module__HRiOmG__likeButton--likedAnimated #FavoriteVideoButton-module-scss-module__HRiOmG__grp6{opacity:1;transition:all .1s .3s}.FavoriteVideoButton-module-scss-module__HRiOmG__likeButton--likedAnimated #FavoriteVideoButton-module-scss-module__HRiOmG__grp6 #FavoriteVideoButton-module-scss-module__HRiOmG__oval1{transform-origin:0 0 0;transition:transform .5s .3s;transform:scale(0)translate(-30px)}.FavoriteVideoButton-module-scss-module__HRiOmG__likeButton--likedAnimated #FavoriteVideoButton-module-scss-module__HRiOmG__grp6 #FavoriteVideoButton-module-scss-module__HRiOmG__oval2{transform-origin:0 0 0;transition:transform 1.5s .3s;transform:scale(0)translate(-60px,-5px)}.FavoriteVideoButton-module-scss-module__HRiOmG__likeButton--likedAnimated #FavoriteVideoButton-module-scss-module__HRiOmG__grp7{opacity:1;transition:all .1s .3s}.FavoriteVideoButton-module-scss-module__HRiOmG__likeButton--likedAnimated #FavoriteVideoButton-module-scss-module__HRiOmG__grp7 #FavoriteVideoButton-module-scss-module__HRiOmG__oval1{transform-origin:0 0 0;transition:transform .5s .3s;transform:scale(0)translate(-30px,-15px)}.FavoriteVideoButton-module-scss-module__HRiOmG__likeButton--likedAnimated #FavoriteVideoButton-module-scss-module__HRiOmG__grp7 #FavoriteVideoButton-module-scss-module__HRiOmG__oval2{transform-origin:0 0 0;transition:transform 1.5s .3s;transform:scale(0)translate(-55px,-30px)}.FavoriteVideoButton-module-scss-module__HRiOmG__likeButton--likedAnimated #FavoriteVideoButton-module-scss-module__HRiOmG__grp2,.FavoriteVideoButton-module-scss-module__HRiOmG__likeButton--likedAnimated #FavoriteVideoButton-module-scss-module__HRiOmG__grp3,.FavoriteVideoButton-module-scss-module__HRiOmG__likeButton--likedAnimated #FavoriteVideoButton-module-scss-module__HRiOmG__grp4,.FavoriteVideoButton-module-scss-module__HRiOmG__likeButton--likedAnimated #FavoriteVideoButton-module-scss-module__HRiOmG__grp5,.FavoriteVideoButton-module-scss-module__HRiOmG__likeButton--likedAnimated #FavoriteVideoButton-module-scss-module__HRiOmG__grp6,.FavoriteVideoButton-module-scss-module__HRiOmG__likeButton--likedAnimated #FavoriteVideoButton-module-scss-module__HRiOmG__grp7{opacity:1;transition:opacity .1s .3s}@keyframes FavoriteVideoButton-module-scss-module__HRiOmG__animateCircle{40%{opacity:1;fill:#99374f;transform:scale(10)}55%{opacity:1;fill:#99374f;transform:scale(11)}65%{opacity:1;fill:#99374f;transform:scale(12)}75%{opacity:1;fill:#0000;stroke:#99374f;stroke-width:.5px;transform:scale(13)}85%{opacity:1;fill:#0000;stroke:#99374f;stroke-width:.2px;transform:scale(17)}95%{opacity:1;fill:#0000;stroke:#b13d5a;stroke-width:.1px;transform:scale(18)}to{opacity:1;fill:#0000;stroke:#d65071;stroke-width:0;transform:scale(19)}}@keyframes FavoriteVideoButton-module-scss-module__HRiOmG__animateHeart{0%{transform:scale(.2)}40%{transform:scale(1.2)}to{transform:scale(1)}}@keyframes FavoriteVideoButton-module-scss-module__HRiOmG__animateHeartOut{0%{transform:scale(1.4)}to{transform:scale(1)}}
.style-module__URcP1W__paneRow{justify-content:center;gap:var(--spacerLg);flex-flow:wrap;width:100%;display:flex}@media (min-width:480px){.style-module__URcP1W__paneRow{justify-content:space-between}}.style-module__URcP1W__pane{position:relative}.style-module__URcP1W__titleRow{flex-direction:row;justify-content:space-between;align-items:center;width:100%;display:flex}.style-module__URcP1W__paneTitle{font-size:var(--fontMd);margin:0;font-weight:700}.style-module__URcP1W__grab{cursor:grab;background:0 0;background-color:var(--primary);z-index:1;border:2px solid;border-radius:3rem;margin:0;padding:0;display:inline-block;position:absolute}.style-module__URcP1W__anchor{background:var(--backgroundFocus);border-radius:var(--spacerLg);border:2px solid;display:inline-block;position:absolute}.style-module__URcP1W__connection{z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.style-module__URcP1W__container{align-items:center;gap:var(--spacerLg);flex-direction:column;width:100%;display:flex}
.FormStepper-module__-PFF-W__stepsContainer{flex-shrink:0;height:fit-content}.FormStepper-module__-PFF-W__visitStep{padding:0 0 var(--spacerXl);border:none;border-left:2px solid var(--visitStepBorderColor);align-items:center;column-gap:var(--spacerLg);background:0 0;flex-direction:row;margin-left:20px;display:flex}.FormStepper-module__-PFF-W__stepButton{cursor:pointer;background:0 0;border:none;flex-direction:column;margin:0;padding:0;font-family:inherit;display:flex}.FormStepper-module__-PFF-W__stepTitle{font-size:var(--fontMd);color:var(--foreground);margin:0;font-weight:700}.FormStepper-module__-PFF-W__stepDescription{font-size:var(--fontSm);color:var(--foregroundAlt);margin:0;font-weight:400}.FormStepper-module__-PFF-W__progress{box-sizing:border-box;border:2px solid var(--mid);background:var(--backgroundFocus);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin:0 0 0 -22px;display:flex}.FormStepper-module__-PFF-W__progressCompleted{background-color:var(--primary);border:2px solid var(--primary)}.FormStepper-module__-PFF-W__progressCompleted svg{color:var(--backgroundFocus);font-size:1.7em}.FormStepper-module__-PFF-W__progressCurrent{border:2px solid var(--primary)}.FormStepper-module__-PFF-W__currentCircle{background-color:var(--primary);border-radius:50%;width:20px;height:20px}
.SegmentedControl-module__UCQnfq__container{flex-direction:row;max-width:100%;display:flex}.SegmentedControl-module__UCQnfq__fullWidthContainer{width:100%}.SegmentedControl-module__UCQnfq__wrappedContainer{flex-wrap:wrap;justify-content:flex-start;align-items:flex-start}.SegmentedControl-module__UCQnfq__wrappedContainer>.SegmentedControl-module__UCQnfq__control{flex-grow:unset}.SegmentedControl-module__UCQnfq__control{padding:var(--spacerSm) var(--spacerLg);white-space:nowrap;font-size:var(--fontMd);color:var(--foreground);border-radius:0;flex-grow:1;flex-basis:0;justify-content:center;margin:0;font-weight:600;display:flex}.SegmentedControl-module__UCQnfq__control:first-child{border-radius:var(--spacerXs) 0 0 var(--spacerXs)}.SegmentedControl-module__UCQnfq__control:last-child{border-radius:0 var(--spacerXs) var(--spacerXs) 0}.SegmentedControl-module__UCQnfq__activeControl,.SegmentedControl-module__UCQnfq__activeControl:not(:disabled):active,.SegmentedControl-module__UCQnfq__activeControl:not(:disabled):hover{background-color:var(--primary);color:var(--textOnPrimary)}
.PrintProvider-module__robvXa__printContent{display:none}.PrintProvider-module__robvXa__regularContent{display:unset;flex-direction:column;height:100%;display:flex}@media print{.PrintProvider-module__robvXa__printContent{display:unset}.PrintProvider-module__robvXa__regularContent{display:none}@page{size:auto;margin:0}}
.ScrollIndicator-module__WrqGWa__indicator{opacity:0;pointer-events:none;width:100%;height:100px;color:var(--backgrounder);z-index:5;flex-shrink:0;justify-content:center;align-items:center;animation:linear both ScrollIndicator-module__WrqGWa__reveal;animation-timeline:scroll();animation-range:0 100px;display:flex;position:sticky}.ScrollIndicator-module__WrqGWa__indicatorTop{height:var(--spacerXs);animation-range:0 var(--spacerMd);background:linear-gradient(180deg, var(--backgroundFocus) 80%, transparent);margin-top:var(--spacerXs);align-items:flex-start;top:0;left:0}.ScrollIndicator-module__WrqGWa__indicatorTop>svg{background-color:var(--backgroundFocusTransparent);border-radius:0 0 var(--spacerLg) var(--spacerLg)}.ScrollIndicator-module__WrqGWa__indicatorBottom{background:linear-gradient(0deg, var(--backgroundFocus), transparent);height:0;animation-range:calc(100% - var(--spacerMd)) 100%;margin-bottom:var(--spacerXs);align-items:flex-end;animation-direction:reverse;bottom:0;left:0}.ScrollIndicator-module__WrqGWa__indicatorBottom>svg{background-color:var(--backgroundFocusTransparent);border-radius:var(--spacerLg) var(--spacerLg) 0 0}@media (min-width:480px){@keyframes ScrollIndicator-module__WrqGWa__reveal{to{opacity:1}}}
.AdminHome-module__8cJ74q__container{background-color:var(--backgroundFocus);flex-direction:column;flex-grow:1;width:100%;padding:0;display:flex;position:relative}.AdminHome-module__8cJ74q__innerPage{padding:var(--spacerMd) var(--spacerXl);gap:var(--spacerSm);flex-direction:column;width:100%;display:flex}@media (min-width:480px){.AdminHome-module__8cJ74q__container{box-shadow:var(--softShadow);border-radius:var(--spacerLg);row-gap:var(--spacerSm);flex-direction:row}.AdminHome-module__8cJ74q__innerPage{overflow:hidden}}
.ExerciseStep-module__j1wolW__title{font-size:var(--fontMd);justify-content:flex-start;align-items:center;gap:var(--spacerSm);width:100%;margin:0;font-weight:700;display:flex}.ExerciseStep-module__j1wolW__container{justify-content:flex-start;align-items:center;gap:var(--spacerLg);flex-direction:column;flex-grow:1;width:100%;display:flex}.ExerciseStep-module__j1wolW__titleContainer{flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;display:flex}.ExerciseStep-module__j1wolW__backButton{font-size:var(--fontXs);color:var(--secondary);flex-direction:row;font-weight:700;display:flex}.ExerciseStep-module__j1wolW__subTitle{font-size:var(--fontMd);color:var(--foregroundAlt);-webkit-line-clamp:2;word-break:break-word;text-align:left;-webkit-box-orient:vertical;margin:0;font-weight:300;display:-webkit-box;overflow:hidden}.ExerciseStep-module__j1wolW__fullBody{font-size:var(--fontMd);color:var(--foregroundAlt);white-space:pre-line;text-align:left;margin:0;margin-bottom:var(--spacerXl);align-self:flex-start;font-weight:300}.ExerciseStep-module__j1wolW__notesContainer{flex-direction:row;justify-content:space-between;align-items:center;display:flex}.ExerciseStep-module__j1wolW__tabDiv{justify-content:flex-start;align-items:center;gap:var(--spacerLg);flex-direction:column;flex-grow:1;width:100%;display:flex}
.StateReconciler-module__HQV2qq__setupContainer{max-width:480px;margin:var(--spacerXl) auto;text-align:center;animation:.6s StateReconciler-module__HQV2qq__fadeInUp}.StateReconciler-module__HQV2qq__setupAnimation{width:100px;height:100px;margin:0 auto var(--spacerXl);position:relative}.StateReconciler-module__HQV2qq__setupCircle{background:var(--error);color:#fff;z-index:2;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.StateReconciler-module__HQV2qq__setupCircle svg{width:36px;height:36px;animation:1.5s infinite StateReconciler-module__HQV2qq__pulse}@keyframes StateReconciler-module__HQV2qq__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(.9)}}.StateReconciler-module__HQV2qq__setupTitle{font-size:var(--fontXl);margin:0 0 var(--spacerXs);color:var(--foreground);font-weight:700}.StateReconciler-module__HQV2qq__setupSubtitle{font-size:var(--fontMd);color:var(--foregroundAltLite);margin:0 0 var(--spacerXxl);font-weight:300}.StateReconciler-module__HQV2qq__progressCard{background:var(--backgroundFocus);border-radius:var(--spacerLg);padding:var(--spacerXxl);box-shadow:var(--softShadow);border:1px solid var(--backgrounder);margin:0 0 var(--spacerXl)}.StateReconciler-module__HQV2qq__progressSteps{gap:var(--spacerLg);text-align:left;flex-direction:column;display:flex}.StateReconciler-module__HQV2qq__progressStep{align-items:center;gap:var(--spacerMd);font-size:var(--fontSm);color:var(--foregroundAltLite);display:flex}.StateReconciler-module__HQV2qq__progressStep.StateReconciler-module__HQV2qq__active{color:var(--foreground);font-weight:500}.StateReconciler-module__HQV2qq__progressStep.StateReconciler-module__HQV2qq__complete{color:var(--success)}.StateReconciler-module__HQV2qq__stepIcon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.StateReconciler-module__HQV2qq__stepIcon.StateReconciler-module__HQV2qq__pending{border:2px solid var(--backgrounder)}.StateReconciler-module__HQV2qq__stepIcon.StateReconciler-module__HQV2qq__active{background:var(--primaryBg);border:2px solid var(--primary)}.StateReconciler-module__HQV2qq__stepIcon.StateReconciler-module__HQV2qq__active svg{width:12px;height:12px;color:var(--primary);animation:1s infinite StateReconciler-module__HQV2qq__pulse}.StateReconciler-module__HQV2qq__stepIcon.StateReconciler-module__HQV2qq__complete{background:var(--success)}.StateReconciler-module__HQV2qq__stepIcon.StateReconciler-module__HQV2qq__complete svg{color:#fff;width:14px;height:14px}.StateReconciler-module__HQV2qq__tipCard{background:var(--backgroundMid);border:1px solid var(--backgrounder);border-radius:var(--spacerMd);padding:var(--spacerXl);align-items:flex-start;gap:var(--spacerMd);text-align:left;display:flex}.StateReconciler-module__HQV2qq__tipCard svg{width:20px;height:20px;color:var(--primary);flex-shrink:0;margin-top:2px}.StateReconciler-module__HQV2qq__tipCard p{font-size:var(--fontSm);color:var(--foregroundAltLite);margin:0;line-height:1.5}
.Timeline-module__cLHY7q__timelineLabels{font-size:var(--fontSm);color:var(--foregroundAlt);justify-content:space-between;align-items:center;gap:var(--spacerSm);margin-top:var(--spacerMd);display:flex}.Timeline-module__cLHY7q__timelineLabels>*{flex-shrink:0}.Timeline-module__cLHY7q__titleBar{background:var(--mid);flex-shrink:1;width:100%;height:1px}.Timeline-module__cLHY7q__timelineTrack{height:var(--spacerXl);background:var(--background);border-radius:var(--spacerSm);flex:1;position:relative;overflow:visible}.Timeline-module__cLHY7q__sessionSegment{background:linear-gradient(135deg, var(--primaryBright), var(--primary));border-radius:var(--spacerSm);height:100%;padding:0 var(--spacerSm);font-size:var(--fontSm);color:var(--textOnPrimary);cursor:pointer;align-items:center;font-weight:700;transition:all .2s;display:flex;position:absolute;box-shadow:0 2px 4px #0000001a}.Timeline-module__cLHY7q__sessionSegment:hover{box-shadow:var(--softShadow);z-index:10;transform:translateY(-2px)}.Timeline-module__cLHY7q__sessionSegment:before{content:"";background:var(--secondary);border:2px solid var(--backgroundFocus);width:8px;height:8px;box-shadow:0 0 0 2px var(--mid);border-radius:50%;position:absolute;top:50%;left:0;transform:translate(-50%,-50%)}.Timeline-module__cLHY7q__sessionSegment:after{content:"";background:var(--error);border:2px solid var(--backgroundFocus);width:8px;height:8px;box-shadow:0 0 0 2px var(--mid);border-radius:50%;position:absolute;top:50%;right:0;transform:translate(50%,-50%)}.Timeline-module__cLHY7q__tooltip{background:var(--backgroundFocus);border:1px solid var(--mid);border-radius:var(--spacerMd);padding:var(--spacerSm) var(--spacerMd);font-size:var(--fontSm);white-space:nowrap;pointer-events:none;z-index:9999;font-weight:300;position:absolute;bottom:calc(100% + 4px);left:50%;transform:translate(-50%);box-shadow:0 4px 12px #00000026}
.ClassSchedules-module__btG_Ba__page,.ClassSchedules-module__btG_Ba__editorFields{gap:var(--spacerLg);flex-direction:column;min-width:0;display:flex}.ClassSchedules-module__btG_Ba__toolbar{align-items:end;max-width:900px}.ClassSchedules-module__btG_Ba__toolbar>label:first-child{flex:2;min-width:180px}.ClassSchedules-module__btG_Ba__toolbar>label{min-width:140px}.ClassSchedules-module__btG_Ba__scheduleList{gap:var(--spacerSm);flex-direction:column;display:flex}.ClassSchedules-module__btG_Ba__scheduleCard{align-items:flex-start;gap:var(--spacerSm) var(--spacerLg);padding:var(--spacerSm) var(--spacerMd);border:1px solid var(--backgrounder);border-radius:var(--spacerMd);background:var(--backgroundFocus);color:var(--foreground);flex-wrap:wrap;font-weight:300;display:flex}.ClassSchedules-module__btG_Ba__scheduleCard:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.ClassSchedules-module__btG_Ba__scheduleMain{gap:var(--spacerXs);overflow-wrap:anywhere;flex-direction:column;flex:24rem;min-width:0;display:flex}.ClassSchedules-module__btG_Ba__scheduleHeading{align-items:center;gap:var(--spacerSm);flex-wrap:wrap;display:flex}.ClassSchedules-module__btG_Ba__scheduleHeading h2{font-size:var(--fontMd);margin:0;font-weight:600}.ClassSchedules-module__btG_Ba__status{padding:var(--spacerXs) var(--spacerMd);border-radius:var(--spacerXl);background:var(--background);color:var(--foregroundAlt);font-size:var(--fontSm);font-weight:500}.ClassSchedules-module__btG_Ba__status[data-status=ACTIVE]{background:var(--successBg);color:var(--success)}.ClassSchedules-module__btG_Ba__scheduleDescription{color:var(--foregroundAlt);font-size:var(--fontSm);margin:0}.ClassSchedules-module__btG_Ba__recurrence{align-items:flex-start;gap:var(--spacerSm);margin-top:var(--spacerSm);font-size:var(--fontSm);display:flex}.ClassSchedules-module__btG_Ba__recurrence svg{font-size:var(--fontMd);color:var(--foregroundAltLite);flex-shrink:0}.ClassSchedules-module__btG_Ba__recurrence p{margin:0}.ClassSchedules-module__btG_Ba__scheduleFacts{gap:var(--spacerSm);font-size:var(--fontSm);flex-direction:column;margin:0;display:flex}.ClassSchedules-module__btG_Ba__scheduleFacts dt{color:var(--foregroundAltLite)}.ClassSchedules-module__btG_Ba__scheduleFacts dd{margin:var(--spacerXs) 0 0}.ClassSchedules-module__btG_Ba__scheduleFooter{justify-content:space-between;align-items:center;gap:var(--spacerSm);padding-top:var(--spacerSm);border-top:1px solid var(--backgrounder);flex-wrap:wrap;flex:1 0 100%;display:flex}@media (max-width:600px){.ClassSchedules-module__btG_Ba__scheduleFacts{gap:var(--spacerSm);flex-flow:wrap}}.ClassSchedules-module__btG_Ba__editorDialog{background:var(--background)}.ClassSchedules-module__btG_Ba__editor{width:100%}.ClassSchedules-module__btG_Ba__editor h2,.ClassSchedules-module__btG_Ba__editor h3{margin:0}.ClassSchedules-module__btG_Ba__editor h2{font-size:var(--fontLg)}.ClassSchedules-module__btG_Ba__editor h3{font-size:var(--fontMd)}.ClassSchedules-module__btG_Ba__editorFields{border:0;margin:0;padding:0}.ClassSchedules-module__btG_Ba__section{gap:var(--spacerMd);min-width:0;padding:var(--spacerLg);border:1px solid var(--backgrounder);border-radius:var(--spacerMd);background:var(--backgroundFocus);flex-direction:column;display:flex}.ClassSchedules-module__btG_Ba__sectionTitle{align-items:center;gap:var(--spacerSm);padding-bottom:var(--spacerSm);border-bottom:2px solid var(--foreground);color:var(--foreground);flex-wrap:wrap;font-weight:600;display:flex}.ClassSchedules-module__btG_Ba__sectionTitle>svg{color:var(--secondary);flex-shrink:0}.ClassSchedules-module__btG_Ba__sectionTitle>.ClassSchedules-module__btG_Ba__sectionComplete{color:var(--success);font-size:var(--fontMd)}.ClassSchedules-module__btG_Ba__sectionMeta{overflow-wrap:anywhere;min-width:0;max-width:100%;margin-left:auto;font-weight:400}.ClassSchedules-module__btG_Ba__sectionMeta>span{white-space:normal}.ClassSchedules-module__btG_Ba__nameFields,.ClassSchedules-module__btG_Ba__timingFields{gap:var(--spacerMd);grid-template-columns:minmax(0,2fr) minmax(0,1fr);display:grid}.ClassSchedules-module__btG_Ba__timingFields{grid-template-columns:minmax(0,1.4fr) minmax(0,1fr) minmax(0,1fr);align-items:end}.ClassSchedules-module__btG_Ba__section label,.ClassSchedules-module__btG_Ba__section input,.ClassSchedules-module__btG_Ba__section select{min-width:0}.ClassSchedules-module__btG_Ba__fields{gap:var(--spacerMd);flex-wrap:wrap;align-items:end;display:flex}.ClassSchedules-module__btG_Ba__fields>label{flex:1;min-width:140px}.ClassSchedules-module__btG_Ba__fields>.ClassSchedules-module__btG_Ba__monthlyRepeatOn{flex:1.5;min-width:min(220px,100%)}.ClassSchedules-module__btG_Ba__weekdayTime{flex-shrink:0;width:8rem;max-width:50%;margin-top:0}.ClassSchedules-module__btG_Ba__summary p{margin:0}.ClassSchedules-module__btG_Ba__summary{gap:var(--spacerSm);padding:var(--spacerMd);background:var(--successBg);border-radius:var(--spacerSm);font-size:var(--fontSm);flex-direction:column;display:flex}.ClassSchedules-module__btG_Ba__hint{font-size:var(--fontSm);color:var(--foregroundAlt);margin:0}.ClassSchedules-module__btG_Ba__interval{align-items:center;gap:var(--spacerMd);display:flex}.ClassSchedules-module__btG_Ba__interval input{width:6ch}.ClassSchedules-module__btG_Ba__purchaseOptions button{white-space:normal;text-align:left;max-width:100%}.ClassSchedules-module__btG_Ba__editorFooter{justify-content:flex-end;align-items:flex-start;gap:var(--spacerLg);padding-top:var(--spacerLg);border-top:1px solid var(--backgrounder);flex-wrap:wrap;display:flex}:is(.ClassSchedules-module__btG_Ba__page button:focus-visible,.ClassSchedules-module__btG_Ba__editor button:focus-visible,.ClassSchedules-module__btG_Ba__editor summary:focus-visible){outline:2px solid var(--primary);outline-offset:2px}@media (max-width:480px){.ClassSchedules-module__btG_Ba__toolbar>button{justify-content:center;width:100%}.ClassSchedules-module__btG_Ba__section{padding:var(--spacerMd)}.ClassSchedules-module__btG_Ba__timingFields{grid-template-columns:repeat(2,minmax(0,1fr))}.ClassSchedules-module__btG_Ba__timingFields>label:first-child{grid-column:1/-1}.ClassSchedules-module__btG_Ba__nameFields{grid-template-columns:minmax(0,1fr)}.ClassSchedules-module__btG_Ba__section .ClassSchedules-module__btG_Ba__fields>label{min-width:min(140px,100%)}}
.FitnessAssessmentModal-module__LnzLra__title{margin:0 0 var(--spacerLg) 0;font-size:var(--fontXl);color:var(--foreground);font-weight:600}.FitnessAssessmentModal-module__LnzLra__formGroup{gap:var(--spacerXs);flex-direction:column;display:flex}.FitnessAssessmentModal-module__LnzLra__checkboxWrapper{justify-content:flex-start;align-items:center;width:100%;display:flex}.FitnessAssessmentModal-module__LnzLra__checkboxWrapper>label{justify-content:flex-start}.FitnessAssessmentModal-module__LnzLra__helperText{font-size:var(--fontXs);color:var(--foregroundAltLite)}.FitnessAssessmentModal-module__LnzLra__regimenGrid{gap:var(--spacerMd);grid-template-columns:1fr 1fr;display:grid}@media (max-width:480px){.FitnessAssessmentModal-module__LnzLra__regimenGrid{grid-template-columns:1fr}}.FitnessAssessmentModal-module__LnzLra__charCount{font-size:var(--fontXs);color:var(--foregroundAltLite);justify-content:flex-end;display:flex}.FitnessAssessmentModal-module__LnzLra__charCountLimit{color:var(--error)}.FitnessAssessmentModal-module__LnzLra__buttonRow{justify-content:flex-end;gap:var(--spacerMd);margin-top:var(--spacerSm)}
.GalleryLayoutLab-module__mUgOYG__lab{gap:var(--spacerLg);min-width:0;padding-bottom:var(--spacerXl);flex-direction:column;display:flex}.GalleryLayoutLab-module__mUgOYG__intro{justify-content:space-between;align-items:flex-end;gap:var(--spacerLg);display:flex}.GalleryLayoutLab-module__mUgOYG__eyebrow{margin:0 0 var(--spacerXs);color:var(--secondary);font-size:var(--fontXs);letter-spacing:.12em;text-transform:uppercase;font-weight:700}.GalleryLayoutLab-module__mUgOYG__title{color:var(--foreground);font-size:var(--fontXl);margin:0;line-height:1}.GalleryLayoutLab-module__mUgOYG__description{max-width:58ch;margin:var(--spacerSm) 0 0;color:var(--foregroundAltLite)}.GalleryLayoutLab-module__mUgOYG__summary{justify-content:flex-end;gap:var(--spacerXs);flex-wrap:wrap;display:flex}.GalleryLayoutLab-module__mUgOYG__summary span{padding:var(--spacerXs) var(--spacerSm);border-radius:var(--spacerXxxl);color:var(--foregroundAlt);background:var(--backgroundMid);font-size:var(--fontXs);white-space:nowrap;font-weight:600}.GalleryLayoutLab-module__mUgOYG__settings{gap:var(--spacerSm);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.GalleryLayoutLab-module__mUgOYG__controlGroup{gap:var(--spacerSm);min-width:0;padding:var(--spacerMd);border:1px solid var(--backgrounder);border-radius:var(--spacerMd);background:var(--backgroundMid);flex-direction:column;display:flex}.GalleryLayoutLab-module__mUgOYG__controlGroup legend{color:var(--foreground);font-size:var(--fontSm);padding:0;font-weight:700;display:block}.GalleryLayoutLab-module__mUgOYG__field,.GalleryLayoutLab-module__mUgOYG__rangeField{min-width:0;color:var(--foregroundAltLite);font-size:var(--fontXs);flex-direction:column;font-weight:600;display:flex}.GalleryLayoutLab-module__mUgOYG__fieldHint{margin-top:var(--spacerXs);color:var(--foregroundAltLite);font-size:var(--fontXs);font-weight:400}.GalleryLayoutLab-module__mUgOYG__field select,.GalleryLayoutLab-module__mUgOYG__field input{min-height:2.25rem;margin-top:var(--spacerXs);padding-top:var(--spacerXs);padding-bottom:var(--spacerXs);font-size:var(--fontSm);font-weight:500}.GalleryLayoutLab-module__mUgOYG__dimensionFields{gap:var(--spacerSm);grid-template-columns:repeat(2,minmax(0,1fr));align-items:end;display:grid}.GalleryLayoutLab-module__mUgOYG__rangeField>span{justify-content:space-between;align-items:center;display:flex}.GalleryLayoutLab-module__mUgOYG__rangeField output{color:var(--foreground);font-size:var(--fontSm)}.GalleryLayoutLab-module__mUgOYG__profileButtons{gap:var(--spacerXs);flex-wrap:wrap;display:flex}.GalleryLayoutLab-module__mUgOYG__profileButtons button{padding:var(--spacerXs) var(--spacerSm);border:1px solid var(--backgrounder);border-radius:var(--spacerXxxl);color:var(--foregroundAlt);background:var(--backgroundFocus);font:inherit;font-size:var(--fontXs);text-transform:capitalize;cursor:pointer;font-weight:600}.GalleryLayoutLab-module__mUgOYG__profileButtons button:hover,.GalleryLayoutLab-module__mUgOYG__profileButtons button[aria-pressed=true]{border-color:var(--primary);color:var(--foreground);background:var(--primaryBg)}.GalleryLayoutLab-module__mUgOYG__stageFrame{--stage-ratio:1.777;width:min(100%, calc(72vh * var(--stage-ratio)));aspect-ratio:var(--stage-ratio);border:var(--spacerXs) solid var(--foreground);border-radius:var(--spacerLg);background:var(--oppositeBackground);box-shadow:var(--softShadow);margin:0 auto;position:relative;overflow:hidden}.GalleryLayoutLab-module__mUgOYG__stageViewport{scrollbar-width:none;scroll-snap-type:x mandatory;overscroll-behavior-x:contain;width:100%;height:100%;overflow:auto hidden}.GalleryLayoutLab-module__mUgOYG__stageViewport::-webkit-scrollbar{display:none}@media (prefers-reduced-motion:no-preference){.GalleryLayoutLab-module__mUgOYG__stageViewport{scroll-behavior:smooth}}.GalleryLayoutLab-module__mUgOYG__pageTrack{width:100%;height:100%;display:flex}.GalleryLayoutLab-module__mUgOYG__stagePage{scroll-snap-align:center;scroll-snap-stop:always;flex:0 0 100%;width:100%;height:100%;position:relative}.GalleryLayoutLab-module__mUgOYG__stagePage:before{content:"";opacity:.18;background-image:linear-gradient(var(--backgroundTransparent) 1px, transparent 1px), linear-gradient(90deg, var(--backgroundTransparent) 1px, transparent 1px);pointer-events:none;background-size:8% 8%;position:absolute;inset:0}.GalleryLayoutLab-module__mUgOYG__participantTile{border:1px solid color-mix(in srgb, var(--backgroundFocus) 70%, transparent);border-radius:clamp(var(--spacerXs), 1.2vw, var(--spacerMd));min-width:0;min-height:0;color:var(--foreground);background:color-mix(in srgb, var(--primaryBg) 75%, var(--backgroundMid));box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--backgroundFocus) 50%, transparent), var(--softShadow);cursor:pointer;place-items:center;padding:0;display:grid;position:absolute;overflow:hidden}.GalleryLayoutLab-module__mUgOYG__participantTile[data-tone="1"]{background:color-mix(in srgb, var(--secondaryBg) 82%, var(--backgroundMid))}.GalleryLayoutLab-module__mUgOYG__participantTile[data-tone="2"]{background:color-mix(in srgb, var(--successBg) 78%, var(--backgroundMid))}.GalleryLayoutLab-module__mUgOYG__participantTile[data-tone="3"]{background:color-mix(in srgb, var(--primary) 22%, var(--backgroundFocus))}.GalleryLayoutLab-module__mUgOYG__participantTile:focus-visible{z-index:3;outline:3px solid var(--primaryBright);outline-offset:2px}.GalleryLayoutLab-module__mUgOYG__tilePattern{opacity:.16;background:radial-gradient(circle at 20% 20%, var(--foregroundAlt) 0 1px, transparent 2px), linear-gradient(135deg, transparent 55%, var(--backgroundFocus) 55% 62%, transparent 62%);background-size:var(--spacerLg) var(--spacerLg), 100% 100%;position:absolute;inset:0}.GalleryLayoutLab-module__mUgOYG__avatar{aspect-ratio:1;border:2px solid color-mix(in srgb, var(--foreground) 16%, transparent);width:clamp(1.65rem,12%,4.5rem);min-width:1.65rem;color:var(--foregroundAlt);background:color-mix(in srgb, var(--backgroundFocus) 70%, transparent);font-size:clamp(var(--fontXs), 2.4vw, var(--fontLg));border-radius:50%;place-items:center;font-weight:700;display:grid}.GalleryLayoutLab-module__mUgOYG__tileLabel{right:var(--spacerXs);bottom:var(--spacerXs);left:var(--spacerXs);justify-content:space-between;align-items:center;gap:var(--spacerXs);min-width:0;padding:var(--spacerXs) var(--spacerSm);border-radius:var(--spacerXs);color:var(--backgroundFocus);background:var(--oppositeBackgroundTransparent);font-size:clamp(.55rem, 1.2vw, var(--fontSm));text-align:left;display:flex;position:absolute}.GalleryLayoutLab-module__mUgOYG__tileLabel strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.GalleryLayoutLab-module__mUgOYG__tileLabel small{opacity:.8;flex-shrink:0;font-size:.85em}.GalleryLayoutLab-module__mUgOYG__stageSize{top:var(--spacerSm);right:var(--spacerSm);z-index:4;padding:var(--spacerXs) var(--spacerSm);border-radius:var(--spacerXxxl);color:var(--backgroundFocus);background:var(--oppositeBackgroundTransparent);font-size:var(--fontXs);pointer-events:none;font-weight:600;position:absolute}.GalleryLayoutLab-module__mUgOYG__stageFooter{align-items:center;gap:var(--spacerMd);min-height:var(--spacerXl);grid-template-columns:1fr auto 1fr;display:grid}.GalleryLayoutLab-module__mUgOYG__stageFooter p{color:var(--foregroundAltLite);font-size:var(--fontXs);margin:0}.GalleryLayoutLab-module__mUgOYG__pagination{justify-content:center;align-items:center;gap:var(--spacerXs);grid-column:2;display:flex}.GalleryLayoutLab-module__mUgOYG__pagination button{width:var(--spacerSm);height:var(--spacerSm);background:var(--backgrounder);cursor:pointer;border:0;border-radius:50%;padding:0}.GalleryLayoutLab-module__mUgOYG__pagination button[aria-current=page]{width:var(--spacerXl);border-radius:var(--spacerXxxl);background:var(--primary)}@media (max-width:900px){.GalleryLayoutLab-module__mUgOYG__settings{grid-template-columns:1fr 1fr}.GalleryLayoutLab-module__mUgOYG__controlGroup:last-child{grid-column:1/-1}}@media (max-width:600px){.GalleryLayoutLab-module__mUgOYG__intro{flex-direction:column;align-items:flex-start}.GalleryLayoutLab-module__mUgOYG__summary{justify-content:flex-start}.GalleryLayoutLab-module__mUgOYG__settings{grid-template-columns:1fr}.GalleryLayoutLab-module__mUgOYG__controlGroup:last-child{grid-column:auto}.GalleryLayoutLab-module__mUgOYG__stageFrame{max-height:72vh}.GalleryLayoutLab-module__mUgOYG__stageFooter{flex-direction:column-reverse;display:flex}}
.Streak-module__YWNnqa__container{max-width:780px;padding:0 var(--spacerMd);flex-direction:column;align-items:center;gap:1rem;margin:0 auto;display:flex}.Streak-module__YWNnqa__flame{font-size:.8rem;position:absolute;top:2px;right:4px}.Streak-module__YWNnqa__seen{font-size:.8rem;position:absolute;bottom:2px;right:4px}.Streak-module__YWNnqa__doneTile{color:var(--foreground);font-weight:700;background-color:var(--successBg)!important}
.ExerciseTimer-module__KH-2CG__timer{aspect-ratio:1;width:100%;max-width:400px;height:auto;box-shadow:0px 0px 0px 1px var(--backgrounder);border-radius:50%;display:flex;position:relative}.ExerciseTimer-module__KH-2CG__svg{width:100%;height:100%;transform:scaleX(-1)}.ExerciseTimer-module__KH-2CG__circle{fill:none;stroke:none}.ExerciseTimer-module__KH-2CG__pathRemaining{stroke-linecap:round;transform-origin:50%;fill-rule:nonzero;transition:all 1s linear;transform:rotate(90deg)}.ExerciseTimer-module__KH-2CG__controls{flex-direction:row;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.ExerciseTimer-module__KH-2CG__innerControls{aspect-ratio:1;width:60%;height:auto;box-shadow:0px 0px 0px 1px var(--backgrounder);justify-content:center;align-items:center;gap:var(--spacerLg);border-radius:50%;flex-direction:column;display:flex}.ExerciseTimer-module__KH-2CG__timerLabels{justify-content:center;align-items:center;gap:var(--spacerMd);flex-direction:row;width:100%;display:flex}.ExerciseTimer-module__KH-2CG__timerLabel{font-size:var(--fontXl);justify-content:center;align-items:baseline;gap:var(--spacerXs);flex-direction:row;width:4ch;margin:0;font-weight:700;display:flex}.ExerciseTimer-module__KH-2CG__timerLabel>span{font-size:var(--fontLg);color:var(--midder)}.ExerciseTimer-module__KH-2CG__timerContainer{flex-grow:1;justify-content:center;align-items:center;width:100%;display:flex}
.ClientImageFileUploader-module__C6ebbW__uploadContainer{justify-content:center;align-items:center;gap:var(--spacerLg);width:100%;padding:var(--spacerMd) 0;display:flex}.ClientImageFileUploader-module__C6ebbW__form{flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}.ClientImageFileUploader-module__C6ebbW__perspective{margin:0;font-size:large}.ClientImageFileUploader-module__C6ebbW__label{font-family:inherit;font-size:var(--fontSm);color:var(--foregroundAlt);flex-direction:column;flex-grow:1;align-items:center;width:100%;font-weight:600;display:flex}.ClientImageFileUploader-module__C6ebbW__uploadWindow{background-color:var(--foreground);border-radius:var(--spacerMd);width:calc(16rem - var(--spacerXxl));height:calc(16 * (16rem - var(--spacerXxl)) / 9);cursor:pointer;justify-content:center;align-items:center;gap:var(--spacerXs);flex-direction:column;display:flex}.ClientImageFileUploader-module__C6ebbW__uploadWindow>svg{color:var(--primaryBright)}.ClientImageFileUploader-module__C6ebbW__uploadWindow>p{color:var(--background);font-size:var(--fontMd);margin:0}.ClientImageFileUploader-module__C6ebbW__imagesContainer{flex-flow:wrap;justify-content:center;width:100%;display:flex}.ClientImageFileUploader-module__C6ebbW__imageContainer{border-radius:var(--spacerSm);flex-direction:column;flex-grow:1;flex-basis:240px;justify-content:space-between;align-items:center;max-width:360px;display:flex;position:relative;overflow:hidden}.ClientImageFileUploader-module__C6ebbW__imageHeader{width:100%;height:100%;padding:var(--spacerSm);pointer-events:none;justify-content:space-between;align-items:flex-start;display:flex;position:absolute;top:0}.ClientImageFileUploader-module__C6ebbW__imageLabel{color:var(--primary);background-color:var(--backgroundTransparent);padding:var(--spacerSm);border-radius:var(--spacerSm);font-size:var(--fontMd);text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:.1rem;max-width:40ch;margin:0;display:flex;overflow:hidden}.ClientImageFileUploader-module__C6ebbW__imageLabel>svg{color:var(--success);font-size:1.2em}.ClientImageFileUploader-module__C6ebbW__imagePreview{object-fit:contain;background-color:var(--oppositeBackground);width:360px;height:480px}
.SentimentResponse-module__xDoMza__container{border:1px solid var(--backgrounder);border-radius:var(--spacerXs);flex-direction:row;max-width:100%;display:flex}.SentimentResponse-module__xDoMza__fullWidthContainer{width:100%}.SentimentResponse-module__xDoMza__option{padding:var(--spacerSm) var(--spacerLg);white-space:nowrap;font-size:var(--fontMd);cursor:pointer;justify-content:center;align-items:center;gap:var(--spacerXs);background-color:var(--backgroundFocus);color:var(--foreground);border:none;border-radius:0;margin:0;font-family:inherit;font-weight:300;transition:background-color .5s ease-in-out;display:flex}.SentimentResponse-module__xDoMza__option>svg{margin-top:2px;font-size:1.4em}.SentimentResponse-module__xDoMza__option:first-child{border-radius:var(--spacerXs) 0 0 var(--spacerXs)}.SentimentResponse-module__xDoMza__option:last-child{border-radius:0 var(--spacerXs) var(--spacerXs) 0}.SentimentResponse-module__xDoMza__activeOption,.SentimentResponse-module__xDoMza__activeOption:not(:disabled):active,.SentimentResponse-module__xDoMza__activeOption:not(:disabled):hover{color:var(--oppositeBackground)}@media screen and (max-width:720px){.SentimentResponse-module__xDoMza__container{flex-wrap:wrap;width:100%;overflow:hidden}.SentimentResponse-module__xDoMza__option{justify-content:flex-start;width:100%}.SentimentResponse-module__xDoMza__option:first-child{border-radius:var(--spacerXs) var(--spacerXs) 0 0}.SentimentResponse-module__xDoMza__option:last-child{border-radius:0 0 var(--spacerXs) var(--spacerXs)}}
.StepIndicator-module__eIpHTW__stepIndicator{align-items:center;gap:.5rem;display:flex}.StepIndicator-module__eIpHTW__step{opacity:.4;align-items:center;gap:.5rem;transition:opacity .3s;display:flex}.StepIndicator-module__eIpHTW__stepActive{opacity:1}.StepIndicator-module__eIpHTW__stepNumber{background:var(--backgrounder);width:28px;height:28px;font-size:var(--fontSm);border-radius:400px;justify-content:center;align-items:center;font-weight:600;transition:all .3s;display:flex}.StepIndicator-module__eIpHTW__stepActive .StepIndicator-module__eIpHTW__stepNumber{background:var(--primary);color:var(--textOnPrimary)}.StepIndicator-module__eIpHTW__stepLabel{font-size:var(--fontMd);color:var(--background);font-weight:500}.StepIndicator-module__eIpHTW__stepActive .StepIndicator-module__eIpHTW__stepLabel{color:var(--backgroundFocus)}.StepIndicator-module__eIpHTW__stepLine{background:var(--backgrounder);border-radius:1px;width:40px;height:2px}@media (max-width:1024px){.StepIndicator-module__eIpHTW__stepLabel{display:none}}
.TherapistHome-module__uQmoMG__container{background-color:var(--backgroundFocus);flex-direction:column;flex-grow:1;width:100%;padding:0;display:flex;position:relative}.TherapistHome-module__uQmoMG__innerPage{padding:var(--spacerMd) var(--spacerXl);gap:var(--spacerSm);flex-direction:column;width:100%;display:flex}@media (min-width:480px){.TherapistHome-module__uQmoMG__container{box-shadow:var(--softShadow);border-radius:var(--spacerLg);row-gap:var(--spacerSm);flex-direction:row}.TherapistHome-module__uQmoMG__innerPage{overflow:hidden}}
.Video-module__RATdva__container{gap:var(--spacerMd);flex-direction:row;justify-content:flex-start;align-items:flex-start;width:100%;display:flex}.Video-module__RATdva__innerContainer{width:100%;padding-top:var(--spacerMd);flex-direction:column;display:flex}.Video-module__RATdva__sidebar{gap:var(--spacerSm);flex-direction:column;flex-shrink:0;max-height:100vh;display:flex;position:sticky;top:0;overflow-y:auto}
.VideoLink-module__lfRfBa__videoContainer{box-sizing:border-box;border:1px solid var(--backgrounder);border-radius:var(--spacerSm);background-color:var(--oppositeBackground);flex-shrink:0;min-width:220px;max-width:100%;display:block;position:relative;overflow:hidden}.VideoLink-module__lfRfBa__videoContainer:before{content:"";width:100%;padding-top:75%;display:block}.VideoLink-module__lfRfBa__video{object-fit:contain;width:100%;max-width:100%;height:auto;max-height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.VideoLink-module__lfRfBa__videoTitle{background:var(--oppositeBackgroundTransparent);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:var(--spacerXs) var(--spacerSm);border-radius:var(--spacerSm) 0 var(--spacerSm) 0;flex-direction:column;align-items:flex-start;display:flex;position:absolute;top:0;left:0}.VideoLink-module__lfRfBa__videoLikeContainer{top:calc(-1 * var(--spacerXs));right:calc(-1 * var(--spacerXs));position:absolute}.VideoLink-module__lfRfBa__videoTitleText{font-size:var(--fontMd);color:var(--backgroundFocus);margin:0;font-weight:700}.VideoLink-module__lfRfBa__videoSubtitleText{font-size:var(--fontSm);color:var(--backgroundFocus);margin:0;font-weight:300}.VideoLink-module__lfRfBa__videoPlayButtonContainer{place-items:center;width:100%;height:100%;display:grid;position:absolute;top:0;left:0}.VideoLink-module__lfRfBa__videoPlayButton{background-color:var(--backgroundFocus);padding:var(--spacerMd);border-radius:1000px;transition:background-color .3s cubic-bezier(.075,.82,.165,1),transform .3s cubic-bezier(.075,.82,.165,1);display:flex}.VideoLink-module__lfRfBa__videoContainer:hover .VideoLink-module__lfRfBa__videoPlayButton{background-color:var(--primary);transform:scale(1.2)}
.ClassOccurrences-module___e4iZa__page{gap:var(--spacerSm);flex-direction:column;display:flex}.ClassOccurrences-module___e4iZa__list{gap:var(--spacerLg);flex-direction:column;display:flex}.ClassOccurrences-module___e4iZa__description{color:var(--foregroundAlt);max-width:75ch;margin:0;font-weight:300}.ClassOccurrences-module___e4iZa__heading,.ClassOccurrences-module___e4iZa__sessionHeading{justify-content:space-between;align-items:center;gap:var(--spacerMd);flex-wrap:wrap;display:flex}.ClassOccurrences-module___e4iZa__heading{padding-block:var(--spacerSm)}.ClassOccurrences-module___e4iZa__title{align-items:center;gap:var(--spacerSm);font-size:var(--fontLg);margin:0;display:flex}.ClassOccurrences-module___e4iZa__count{padding:var(--spacerXs) var(--spacerSm);border-radius:var(--spacerSm);background:var(--backgroundMid);color:var(--foregroundAltLite);font-size:var(--fontSm);font-weight:500}.ClassOccurrences-module___e4iZa__hint,.ClassOccurrences-module___e4iZa__timeZone{color:var(--foregroundAltLite);font-size:var(--fontSm);font-weight:300}p.ClassOccurrences-module___e4iZa__hint{margin:var(--spacerSm) 0 0}.ClassOccurrences-module___e4iZa__timeZone,.ClassOccurrences-module___e4iZa__metadata,.ClassOccurrences-module___e4iZa__capacityLabel{align-items:center;gap:var(--spacerSm);display:flex}.ClassOccurrences-module___e4iZa__timeZone svg,.ClassOccurrences-module___e4iZa__metadata svg,.ClassOccurrences-module___e4iZa__capacityLabel svg{font-size:var(--fontMd);flex-shrink:0}.ClassOccurrences-module___e4iZa__card{border:1px solid var(--backgrounder);border-radius:var(--spacerMd);background:var(--backgroundFocus);overflow:hidden}.ClassOccurrences-module___e4iZa__cardHeading{font-size:var(--fontMd);margin:0}.ClassOccurrences-module___e4iZa__trigger{align-items:center;gap:var(--spacerMd);width:100%;padding:var(--spacerSm) var(--spacerMd);color:var(--foreground);font:inherit;text-align:left;cursor:pointer;background:0 0;border:none;grid-template-columns:auto minmax(0,1fr) auto auto;display:grid}.ClassOccurrences-module___e4iZa__trigger:hover .ClassOccurrences-module___e4iZa__chevron{color:var(--foreground)}.ClassOccurrences-module___e4iZa__trigger:focus-visible{outline:2px solid var(--primary);outline-offset:-4px}.ClassOccurrences-module___e4iZa__dateTile{justify-content:center;align-items:center;gap:var(--spacerXs);min-width:3.5rem;padding:var(--spacerSm);border-radius:var(--spacerSm);background:var(--backgroundMid);color:var(--foreground);font-size:var(--fontSm);flex-direction:column;font-weight:500;display:flex}.ClassOccurrences-module___e4iZa__dateTile strong{font-size:var(--fontXl)}.ClassOccurrences-module___e4iZa__session,.ClassOccurrences-module___e4iZa__capacity{gap:var(--spacerXs);flex-direction:column;min-width:0;display:flex}.ClassOccurrences-module___e4iZa__sessionHeading{justify-content:flex-start}.ClassOccurrences-module___e4iZa__sessionDate{font-weight:600}.ClassOccurrences-module___e4iZa__metadata{color:var(--foregroundAltLite);font-size:var(--fontSm);overflow-wrap:anywhere;font-weight:300}.ClassOccurrences-module___e4iZa__badge{padding:var(--spacerXs) var(--spacerMd);border-radius:var(--spacerXl);background:var(--background);color:var(--foregroundAlt);font-size:var(--fontSm);white-space:nowrap;align-items:center;font-weight:500;display:inline-flex}.ClassOccurrences-module___e4iZa__badge[data-status=ACTIVE],.ClassOccurrences-module___e4iZa__badge[data-status=ATTENDING],.ClassOccurrences-module___e4iZa__badge[data-status=ATTENDED]{background:var(--successBg);color:var(--success)}.ClassOccurrences-module___e4iZa__badge[data-status=WAITLISTED]{background:var(--primaryBg);color:var(--foreground)}.ClassOccurrences-module___e4iZa__badge[data-status=NOSHOW],.ClassOccurrences-module___e4iZa__badge[data-status=CANCELED]{background:var(--errorBg);color:var(--error)}.ClassOccurrences-module___e4iZa__capacityLabel{font-size:var(--fontSm);font-weight:300}.ClassOccurrences-module___e4iZa__capacityTrack{height:var(--spacerXs);background:var(--background);border-radius:var(--spacerSm);display:block;overflow:hidden}.ClassOccurrences-module___e4iZa__capacityTrack>span{background:var(--primary);border-radius:inherit;height:100%;display:block}.ClassOccurrences-module___e4iZa__chevron{color:var(--foregroundAltLite)}.ClassOccurrences-module___e4iZa__card[data-open=true] .ClassOccurrences-module___e4iZa__chevron{transform:rotate(180deg)}.ClassOccurrences-module___e4iZa__details{padding:var(--spacerSm) var(--spacerMd);border-top:1px solid var(--backgrounder)}.ClassOccurrences-module___e4iZa__attendeeList{align-items:flex-start;gap:var(--spacerSm);flex-wrap:wrap;margin:0;padding:0;list-style:none;display:flex}.ClassOccurrences-module___e4iZa__attendeePill{align-items:center;gap:var(--spacerSm);padding:var(--spacerXs) var(--spacerMd);border:1px solid var(--backgrounder);border-radius:var(--spacerXl);background:var(--background);color:var(--foreground);font-size:var(--fontSm);font-weight:500;text-decoration:none;display:inline-flex}.ClassOccurrences-module___e4iZa__attendeePill:hover{border-color:var(--foregroundAltLite)}.ClassOccurrences-module___e4iZa__attendeePill:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.ClassOccurrences-module___e4iZa__attendeePill[data-status=ATTENDING],.ClassOccurrences-module___e4iZa__attendeePill[data-status=ATTENDED]{background:var(--successBg)}.ClassOccurrences-module___e4iZa__attendeePill[data-status=ATTENDING] .ClassOccurrences-module___e4iZa__attendeeStatus,.ClassOccurrences-module___e4iZa__attendeePill[data-status=ATTENDED] .ClassOccurrences-module___e4iZa__attendeeStatus{color:var(--success)}.ClassOccurrences-module___e4iZa__attendeePill[data-status=WAITLISTED]{background:var(--primaryBg)}.ClassOccurrences-module___e4iZa__attendeePill[data-status=NOSHOW],.ClassOccurrences-module___e4iZa__attendeePill[data-status=CANCELED]{background:var(--errorBg)}.ClassOccurrences-module___e4iZa__attendeePill[data-status=NOSHOW] .ClassOccurrences-module___e4iZa__attendeeStatus,.ClassOccurrences-module___e4iZa__attendeePill[data-status=CANCELED] .ClassOccurrences-module___e4iZa__attendeeStatus{color:var(--error)}.ClassOccurrences-module___e4iZa__attendeeStatus{color:var(--foregroundAlt);font-weight:300}.ClassOccurrences-module___e4iZa__empty{align-items:center;gap:var(--spacerSm);padding:var(--spacerMd);border-radius:var(--spacerSm);background:var(--backgroundMid);color:var(--foregroundAltLite);text-align:center;font-weight:300;font-size:var(--fontSm);flex-direction:column;display:flex}.ClassOccurrences-module___e4iZa__empty strong{color:var(--foreground);font-size:var(--fontMd)}@media (max-width:600px){.ClassOccurrences-module___e4iZa__trigger{gap:var(--spacerMd);padding:var(--spacerSm) var(--spacerMd);grid-template-columns:auto minmax(0,1fr) auto}.ClassOccurrences-module___e4iZa__capacity{grid-area:2/2}.ClassOccurrences-module___e4iZa__chevron{grid-area:1/3}.ClassOccurrences-module___e4iZa__details{padding:var(--spacerSm) var(--spacerMd)}}
.FitnessHistoryTimeline-module__VIY_cG__timeline{gap:var(--spacerMd);margin-top:var(--spacerLg);flex-direction:column;display:flex}.FitnessHistoryTimeline-module__VIY_cG__historyTitle{font-size:var(--fontLg);color:var(--foreground);align-items:center;gap:var(--spacerSm);border-bottom:1px solid var(--backgrounder);padding-bottom:var(--spacerSm);margin:0;font-weight:600;display:flex}.FitnessHistoryTimeline-module__VIY_cG__historyItem{background-color:var(--backgroundFocus);border:1px solid var(--backgrounder);border-radius:var(--spacerSm);padding:var(--spacerMd) var(--spacerLg);gap:var(--spacerSm);flex-direction:column;transition:border-color .15s,box-shadow .15s;display:flex}.FitnessHistoryTimeline-module__VIY_cG__historyItem:hover{border-color:var(--mid);box-shadow:0 2px 8px #0000000d}.FitnessHistoryTimeline-module__VIY_cG__headerRow{justify-content:space-between;align-items:center;gap:var(--spacerSm);flex-wrap:wrap;display:flex}.FitnessHistoryTimeline-module__VIY_cG__headerActions{align-items:center;gap:var(--spacerMd);margin-left:auto;display:flex}.FitnessHistoryTimeline-module__VIY_cG__dateGroup{flex-direction:column;align-items:flex-end;gap:2px;display:flex}.FitnessHistoryTimeline-module__VIY_cG__dateAssessor{font-size:var(--fontXs);color:var(--foregroundAltLite);white-space:nowrap}.FitnessHistoryTimeline-module__VIY_cG__updatedDate{font-size:var(--fontXs);color:var(--foregroundAltLite);white-space:nowrap;font-style:italic}.FitnessHistoryTimeline-module__VIY_cG__editButton{color:var(--secondary);border-radius:var(--spacerXs);padding:var(--spacerXs) var(--spacerSm);font-size:var(--fontSm);align-items:center;gap:4px;text-decoration:none;display:inline-flex}.FitnessHistoryTimeline-module__VIY_cG__reasonBox{font-size:var(--fontSm);color:var(--foreground);background-color:var(--backgroundMid);border:1px solid var(--backgrounder);padding:var(--spacerSm) var(--spacerMd);border-radius:var(--spacerXs);white-space:pre-wrap;margin:0;line-height:1.5}
.NewVisitWarning-module__Jm4SeG__card{cursor:pointer;background-color:var(--backgroundFocus);width:100%;padding:var(--spacerSm) 64px var(--spacerSm) var(--spacerSm);border-radius:var(--spacerSm);border:1px solid var(--mid);text-align:left;flex-direction:column;justify-content:flex-start;align-items:flex-start;font-family:inherit;transition:box-shadow .2s cubic-bezier(.165,.84,.44,1),background-color .2s cubic-bezier(.165,.84,.44,1),transform .2s cubic-bezier(.165,.84,.44,1);display:flex;position:relative}.NewVisitWarning-module__Jm4SeG__selectedCard{border:1px solid var(--success);background-color:var(--successBg);box-shadow:var(--successBg);transform:translateY(calc(-1 * var(--spacerMd)))}.NewVisitWarning-module__Jm4SeG__selectedMultipleCard{border:1px solid var(--primary);box-shadow:var(--softShadow);transform:translateY(calc(-1 * var(--spacerMd)))}.NewVisitWarning-module__Jm4SeG__container{padding:var(--spacerMd) 0;gap:var(--spacerLg);flex-flow:row;display:flex}.NewVisitWarning-module__Jm4SeG__floatingCheck{margin:var(--spacerMd);background-color:var(--primary);border:1px solid var(--foreground);border-radius:20px;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:absolute;bottom:0;right:0}.NewVisitWarning-module__Jm4SeG__image{width:auto;height:100%;max-height:200px;margin:0 auto}.NewVisitWarning-module__Jm4SeG__innerOptionContainer{gap:var(--spacerLg);flex-direction:column;flex-grow:1;width:100%;list-style:none;display:flex;position:relative;overflow:auto}.NewVisitWarning-module__Jm4SeG__innerOption{background-color:var(--backgroundFocus);border-radius:var(--spacerSm);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;width:100%;padding:0;font-family:inherit;transition:box-shadow .5s cubic-bezier(.165,.84,.44,1);display:grid;position:relative}.NewVisitWarning-module__Jm4SeG__innerOptionSelected{box-shadow:var(--softShadow);background-color:var(--successBg);border:1px solid var(--success)}.NewVisitWarning-module__Jm4SeG__innerFloatingCheck{background-color:var(--primary);border:1px solid var(--foreground);width:32px;height:32px;margin:var(--spacerMd);opacity:0;border-radius:20px;justify-content:center;place-self:center flex-end;align-items:center;animation:.2s ease-in forwards NewVisitWarning-module__Jm4SeG__fadeInAnimation;display:flex;position:absolute}.NewVisitWarning-module__Jm4SeG__body{color:var(--foregroundAlt);font-weight:300;font-size:var(--fontSm);justify-content:flex-start;align-items:center;gap:var(--spacerSm);flex-direction:row;margin:0;display:flex}.NewVisitWarning-module__Jm4SeG__title{font-size:var(--fontMd);color:var(--foreground);justify-content:flex-start;align-items:center;gap:var(--spacerSm);width:100%;margin:0;font-weight:600;display:flex}@keyframes NewVisitWarning-module__Jm4SeG__fadeInAnimation{0%{opacity:0}to{opacity:1}}