.PaymentOptionCard-module__fTPhqW__card{all:unset;border:1px solid var(--color-border-default);background-color:var(--color-surface-raised);width:100%;box-shadow:var(--shadow-sm);cursor:pointer;box-sizing:border-box;border-radius:.75rem;grid-template-rows:auto 1fr;grid-template-columns:1fr auto;padding:1rem;transition:border-color .15s ease-in-out;display:grid}.PaymentOptionCard-module__fTPhqW__card:hover{border-color:var(--color-border-strong)}.PaymentOptionCard-module__fTPhqW__card:focus-visible{box-shadow:var(--shadow-focus-ring)}.PaymentOptionCard-module__fTPhqW__card:disabled{cursor:not-allowed}.PaymentOptionCard-module__fTPhqW__card:disabled:hover{border-color:var(--color-border-default)}.PaymentOptionCard-module__fTPhqW__title{grid-area:1/1;align-self:center}.PaymentOptionCard-module__fTPhqW__chevron{grid-area:1/2;align-self:center}.PaymentOptionCard-module__fTPhqW__body{grid-area:2/1}.PaymentOptionCard-module__fTPhqW__description{padding-top:.5rem;padding-bottom:1.25rem}@media (prefers-reduced-motion:reduce){.PaymentOptionCard-module__fTPhqW__card{transition:none}}
@layer patterns{.shared-module__xXPYqa__container{flex-direction:column;margin:0 auto;padding:1.5rem 1rem;display:flex}.shared-module__xXPYqa__header{margin:0 auto}.shared-module__xXPYqa__title{padding-bottom:.25rem}.shared-module__xXPYqa__subtitle{padding-bottom:1.5rem}.shared-module__xXPYqa__form{flex-direction:column;gap:1.5rem;display:flex}@media (min-width:768px){.shared-module__xXPYqa__container{max-width:41.75rem}}@media (min-width:1024px){.shared-module__xXPYqa__header{padding:1rem 6.25rem}}}
@layer components.primitives{.StepsFlowWrapper-module__kDsQ5q__wrapper{background-color:var(--color-surface-canvas);flex-direction:column;min-height:100dvh;display:flex}.StepsFlowWrapper-module__kDsQ5q__header{z-index:10;background:var(--color-surface-canvas);align-items:center;gap:.625rem;width:100%;padding:1rem;display:flex;position:sticky;top:0}.StepsFlowWrapper-module__kDsQ5q__backButton{color:var(--color-solid-bg);--icon-button-padding:0}.StepsFlowWrapper-module__kDsQ5q__stepInfo{flex-direction:column;flex:1;align-items:flex-end;display:flex}.StepsFlowWrapper-module__kDsQ5q__progressIndicator{flex-direction:column;align-items:flex-end;gap:.25rem;display:flex}.StepsFlowWrapper-module__kDsQ5q__dots{align-items:center;gap:.25rem;display:flex}.StepsFlowWrapper-module__kDsQ5q__dot{background-color:var(--color-solid-bg-disabled);border-radius:.125rem;width:.25rem;height:.25rem}.StepsFlowWrapper-module__kDsQ5q__dotCompleted{background-color:var(--color-accent-bg)}.StepsFlowWrapper-module__kDsQ5q__dotCurrent{background-color:var(--color-accent-bg);width:1.125rem}.StepsFlowWrapper-module__kDsQ5q__dotAnimating{animation:.4s cubic-bezier(.16,1,.3,1) both StepsFlowWrapper-module__kDsQ5q__dotExpand}.StepsFlowWrapper-module__kDsQ5q__dotShrinking{animation:.4s cubic-bezier(.16,1,.3,1) both StepsFlowWrapper-module__kDsQ5q__dotShrink}@keyframes StepsFlowWrapper-module__kDsQ5q__dotExpand{0%{width:.25rem}to{width:1.125rem}}@keyframes StepsFlowWrapper-module__kDsQ5q__dotShrink{0%{width:1.125rem}to{width:.25rem}}.StepsFlowWrapper-module__kDsQ5q__content{flex:1;width:100%}@media (prefers-reduced-motion:reduce){.StepsFlowWrapper-module__kDsQ5q__dotAnimating{animation:none}}}
@layer patterns{.shared-module___mgAMW__container{flex-direction:column;margin:0 auto;padding:1.5rem 1rem;display:flex}.shared-module___mgAMW__header{margin:0 auto}@media (min-width:768px){.shared-module___mgAMW__container{max-width:41.75rem}}@media (min-width:1024px){.shared-module___mgAMW__header{padding:1rem 6.25rem}}}
.Loading-module__dnO0eG__loadingCard{flex-direction:column;justify-content:center;align-items:center;gap:.5rem;min-height:12.125rem;display:flex}
.PrescriptionRefillChat-module__8FyJDW__wrapperContent{padding:0;position:relative}.PrescriptionRefillChat-module__8FyJDW__container{background-color:var(--color-surface-canvas);flex-direction:column;align-items:center;gap:2rem;padding:1.5rem 1rem 0;display:flex;position:absolute;inset:0;overflow-y:auto}.PrescriptionRefillChat-module__8FyJDW__content{flex-direction:column;flex:1;gap:1.5rem;width:100%;max-width:43.75rem;padding-bottom:8rem;display:flex}.PrescriptionRefillChat-module__8FyJDW__prescriptionCard{border-radius:1.25rem}.PrescriptionRefillChat-module__8FyJDW__chatInput{background-color:var(--color-surface-canvas);width:100%;max-width:43.75rem;position:sticky;bottom:0}@media (min-width:768px){.PrescriptionRefillChat-module__8FyJDW__wrapperContent{max-width:none}}
@layer components.composite{.BiologicalSexField-module__EcyvIG__group{background-color:var(--color-surface-sunken);border-radius:.75rem;gap:.25rem;padding:.25rem;display:flex}.BiologicalSexField-module__EcyvIG__group[data-disabled]{opacity:.5}.BiologicalSexField-module__EcyvIG__segment{cursor:pointer;color:var(--color-fg-muted);border-radius:.5rem;flex:5rem;justify-content:center;align-items:center;padding:.625rem 1rem;transition:background-color .2s,color .2s;display:flex}.BiologicalSexField-module__EcyvIG__segment[data-hovered]{color:var(--color-fg-default)}.BiologicalSexField-module__EcyvIG__segment[data-selected]{background-color:var(--color-surface-raised);color:var(--color-fg-default);box-shadow:var(--shadow-xs)}.BiologicalSexField-module__EcyvIG__segment[data-focus-visible]{outline:2px solid var(--color-accent-focus-ring);outline-offset:2px}.BiologicalSexField-module__EcyvIG__segment[data-disabled]{cursor:not-allowed}@media (prefers-reduced-motion:reduce){.BiologicalSexField-module__EcyvIG__segment{transition:none}}}
@layer components.primitives{.EmailTypoSuggestion-module__fUwTwa__suggestion{text-align:left;flex-wrap:wrap;align-items:baseline;gap:.25rem;padding-top:.375rem;padding-bottom:.25rem;padding-left:1.25rem;display:flex}.EmailTypoSuggestion-module__fUwTwa__address{overflow-wrap:anywhere;text-decoration:underline}.EmailTypoSuggestion-module__fUwTwa__questionMark{padding-left:.125rem}.EmailTypoSuggestion-module__fUwTwa__acceptButton{all:unset;cursor:pointer;color:var(--color-link-default)}.EmailTypoSuggestion-module__fUwTwa__acceptButton[data-hovered]{color:var(--color-link-hover)}.EmailTypoSuggestion-module__fUwTwa__acceptButton[data-focus-visible]{outline:2px solid var(--color-accent-focus-ring);outline-offset:2px;border-radius:.25rem}}
@layer components.composite{.EmailTextField-module__y3dCDG__wrapper{flex-direction:column;width:100%;min-width:0;display:flex}}
@layer components.primitives{.ChatBubble-module___QsL8a__chatBubbleContainer{flex-direction:column;width:100%;display:flex}.ChatBubble-module___QsL8a__chatBubble{background-color:var(--color-info-bg);white-space:pre-wrap;border-radius:1em 1em 0;max-width:90%;padding:1em}.ChatBubble-module___QsL8a__chatBubble.ChatBubble-module___QsL8a__chatBubbleLeft{border-radius:0 1em 1em;align-self:flex-start}.ChatBubble-module___QsL8a__chatBubble.ChatBubble-module___QsL8a__chatBubbleRight{border-radius:1em 0 1em 1em;align-self:flex-end}}
@layer components.composite{.WidgetLayout-module__HGl0DG__doctronicAvatar{background-color:var(--color-solid-bg);width:1.75rem;height:1.75rem;color:var(--color-surface-canvas);text-align:center;border-radius:.875rem;justify-content:center;align-items:center;padding:.438rem .625rem;line-height:1;display:flex}.WidgetLayout-module__HGl0DG__wrapper{align-items:flex-start;gap:.5rem;max-width:90%;display:flex}.WidgetLayout-module__HGl0DG__inner{flex-direction:column;gap:.75rem;display:flex}}
@layer components.composite{.SelectWidget-module__bnYPVW__actionsWrapper{flex-wrap:wrap;align-items:flex-start;gap:.5rem;display:flex}.SelectWidget-module__bnYPVW__submitRow{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.SelectWidget-module__bnYPVW__buttonCounter{background-color:var(--color-solid-fg-disabled);color:var(--color-surface-canvas);border-radius:1rem;justify-content:center;align-items:center;padding:0 .5rem;display:flex}}
@layer components.composite{.YesNoWidget-module__DSDgQW__actionsWrapper{flex-wrap:wrap;align-items:flex-start;gap:.5rem;display:flex}}
.InitialState-module__4PlENW__content{flex-direction:column;align-items:stretch;gap:1rem;display:flex}.InitialState-module__4PlENW__title{padding-bottom:.25rem}.InitialState-module__4PlENW__inner{flex-direction:column;gap:1rem;display:flex}.InitialState-module__4PlENW__benefits{order:2}.InitialState-module__4PlENW__form{order:0}.InitialState-module__4PlENW__disclaimer{order:1}.InitialState-module__4PlENW__images{gap:1rem;display:flex}@media (min-width:768px){.InitialState-module__4PlENW__benefits{order:0}.InitialState-module__4PlENW__form{order:1}.InitialState-module__4PlENW__disclaimer{order:2}}
@layer components.composite{.CancelAppointmentModal-module__CIYnFW__modal{width:100%;max-width:393px}.CancelAppointmentModal-module__CIYnFW__content{text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem 1rem;display:flex}.CancelAppointmentModal-module__CIYnFW__doctorAvatars{justify-content:center;align-items:center;margin-bottom:.75rem;display:flex}.CancelAppointmentModal-module__CIYnFW__avatar{border-radius:50%;width:3rem;height:3rem;margin-left:-1.25rem;position:relative;overflow:hidden}.CancelAppointmentModal-module__CIYnFW__avatar:first-child{z-index:4;margin-left:0}.CancelAppointmentModal-module__CIYnFW__avatar:nth-child(2){z-index:3}.CancelAppointmentModal-module__CIYnFW__avatar:nth-child(3){z-index:2}.CancelAppointmentModal-module__CIYnFW__avatar:nth-child(4){z-index:1}.CancelAppointmentModal-module__CIYnFW__avatar img{object-fit:cover;width:100%;height:100%}.CancelAppointmentModal-module__CIYnFW__textContent{flex-direction:column;align-self:stretch;gap:.75rem;display:flex}.CancelAppointmentModal-module__CIYnFW__buttonContainer{flex-direction:column;align-self:stretch;gap:.75rem;width:100%;display:flex}.CancelAppointmentModal-module__CIYnFW__buttonContainer>button{width:100%}}
.SavingState-module__ctPB-W__spinner{align-self:center}
.ActionButtons-module__2kOLsq__actions{flex-direction:column;align-items:flex-end;gap:.5rem;width:100%;display:flex}.ActionButtons-module__2kOLsq__button{width:100%}@media (min-width:768px){.ActionButtons-module__2kOLsq__button{max-width:12.5rem}}@container not (min-width:530px){.ActionButtons-module__2kOLsq__button{width:100%;max-width:unset}}
.SuccessState-module__-huyUG__successBadge{border:2px solid var(--color-success-border);width:3.5rem;height:3.5rem;color:var(--color-success-fg);border-radius:50%;justify-content:center;align-self:center;align-items:center;display:flex}
.AppointmentCard-module__ihD2tW__card{border:1px solid var(--color-border-default);background-color:var(--color-surface-canvas);box-sizing:border-box;box-shadow:var(--shadow-sm);border-radius:24px;container-type:inline-size}.AppointmentCard-module__ihD2tW__card:focus-visible,.AppointmentCard-module__ihD2tW__card:focus{outline:2px solid var(--color-accent-focus-ring)}.AppointmentCard-module__ihD2tW__content{flex-direction:column;align-items:flex-start;gap:1.75rem;padding:2rem;display:flex}@media (min-width:768px){.AppointmentCard-module__ihD2tW__content{flex-direction:row;justify-content:space-between;align-items:center}.AppointmentCard-module__ihD2tW__card:focus-visible,.AppointmentCard-module__ihD2tW__card:focus{outline:none}}@container not (min-width:530px){.AppointmentCard-module__ihD2tW__content{flex-direction:column;align-items:flex-start}}
@layer components.composite{.EmailCaptureModal-module__9hGJ9G__modal{width:100%;max-width:48rem;padding:2rem}}
@layer components.composite{.MedicalRecordsCTA-module__k7SdnG__wrapper{--cta-pad-y:.5rem;--cta-pad-x:.75rem;--cta-overlap:1rem;--cta-tuck:1.25rem;min-height:0;padding-bottom:var(--cta-overlap);margin-bottom:calc(-1 * var(--cta-tuck));background-color:var(--color-surface-sunken);border:1px solid var(--color-border-default);border-radius:1rem 1rem 0 0;align-self:start;transition:height .45s ease-in-out,background-color .3s;position:relative;overflow:hidden}.MedicalRecordsCTA-module__k7SdnG__wrapper:has(button:active){opacity:.7}.MedicalRecordsCTA-module__k7SdnG__wrapper:has(button:focus-visible){outline:2px solid var(--color-accent-focus-ring)}.MedicalRecordsCTA-module__k7SdnG__wrapper:has(.MedicalRecordsCTA-module__k7SdnG__pillButton:enabled:hover){background-color:var(--color-solid-bg-disabled)}.MedicalRecordsCTA-module__k7SdnG__wrapperSuccess{background-color:var(--color-graphic-blue-subtle);transition:height .45s ease-in-out,background-color .8s cubic-bezier(.2,0,0,1) .15s}.MedicalRecordsCTA-module__k7SdnG__slideIn{grid-template-rows:1fr;animation:.2s ease-out backwards MedicalRecordsCTA-module__k7SdnG__slideIn;display:grid}@keyframes MedicalRecordsCTA-module__k7SdnG__slideIn{0%{opacity:0;grid-template-rows:0fr}to{opacity:1;grid-template-rows:1fr}}.MedicalRecordsCTA-module__k7SdnG__sweepOverlay,.MedicalRecordsCTA-module__k7SdnG__bloomOverlay{opacity:0;pointer-events:none;background-repeat:no-repeat;background-size:200% 100%;position:absolute;inset:0}.MedicalRecordsCTA-module__k7SdnG__sweepOverlay{background-image:linear-gradient(100deg, transparent 0%, color-mix(in srgb, var(--color-white) 18%, transparent) 30%, color-mix(in srgb, var(--color-white) 50%, transparent) 50%, color-mix(in srgb, var(--color-white) 18%, transparent) 70%, transparent 100%)}.MedicalRecordsCTA-module__k7SdnG__sweepOverlayActive{opacity:1;animation:7s cubic-bezier(.2,0,0,1) infinite MedicalRecordsCTA-module__k7SdnG__sweep}.MedicalRecordsCTA-module__k7SdnG__bloomOverlay{background-image:linear-gradient(100deg, transparent 0%, color-mix(in srgb, var(--color-link-default) 14%, transparent) 38%, color-mix(in srgb, var(--color-graphic-blue-moderate) 32%, transparent) 50%, color-mix(in srgb, var(--color-link-default) 14%, transparent) 62%, transparent 100%)}.MedicalRecordsCTA-module__k7SdnG__bloomOverlayActive{animation:1.1s cubic-bezier(.2,0,0,1) both MedicalRecordsCTA-module__k7SdnG__bloom}@keyframes MedicalRecordsCTA-module__k7SdnG__sweep{0%{background-position:200% 0}48%,to{background-position:-100% 0}}@keyframes MedicalRecordsCTA-module__k7SdnG__bloom{0%{opacity:0;background-position:200% 0}15%,85%{opacity:1}to{opacity:0;background-position:-100% 0}}.MedicalRecordsCTA-module__k7SdnG__surface{width:100%;padding:var(--cta-pad-y) var(--cta-pad-x);flex-direction:column;transition:transform .45s ease-in-out;display:flex}.MedicalRecordsCTA-module__k7SdnG__surfaceDismissing{transform:translateY(100%)}.MedicalRecordsCTA-module__k7SdnG__pillButton{all:unset;box-sizing:border-box;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;grid-area:1/1;justify-content:space-between;align-items:center;width:100%;transition:opacity .15s;display:flex;position:relative}.MedicalRecordsCTA-module__k7SdnG__pillButton:before{content:"";inset:calc(-1 * var(--cta-pad-y)) calc(-1 * var(--cta-pad-x)) calc(-1 * (var(--cta-pad-y) + var(--cta-overlap)));position:absolute}.MedicalRecordsCTA-module__k7SdnG__pillButton:focus-visible{outline:2px solid var(--color-accent-focus-ring);outline-offset:4px}.MedicalRecordsCTA-module__k7SdnG__pillButton:disabled{cursor:default}.MedicalRecordsCTA-module__k7SdnG__pillLabel{letter-spacing:var(--tracking-tight);color:var(--color-fg-default);white-space:nowrap}.MedicalRecordsCTA-module__k7SdnG__pillArrow{color:var(--color-fg-default);flex-shrink:0;transition:transform .25s cubic-bezier(.16,1,.3,1)}.MedicalRecordsCTA-module__k7SdnG__headerStack{grid-template-columns:1fr;align-items:center;min-height:1.25rem;display:grid}.MedicalRecordsCTA-module__k7SdnG__headerLayer{grid-area:1/1}.MedicalRecordsCTA-module__k7SdnG__headerLayerVisible{opacity:1;transition:opacity .25s .25s}.MedicalRecordsCTA-module__k7SdnG__headerLayerHidden{opacity:0;pointer-events:none;transition:opacity .25s}.MedicalRecordsCTA-module__k7SdnG__connectingLabel{letter-spacing:var(--tracking-tight);white-space:nowrap;background-image:linear-gradient(90deg, var(--color-fg-subtle) 0%, var(--color-fg-default) 45%, var(--color-fg-subtle) 60%, var(--color-fg-subtle) 100%);-webkit-text-fill-color:transparent;color:#0000;background-size:200% 100%;-webkit-background-clip:text;background-clip:text;justify-self:start;transition:opacity .5s cubic-bezier(.2,0,0,1),transform .5s cubic-bezier(.2,0,0,1)}.MedicalRecordsCTA-module__k7SdnG__connectingLabelVisible{opacity:1;animation:2.2s linear infinite MedicalRecordsCTA-module__k7SdnG__labelShimmer;transform:translateY(0)}.MedicalRecordsCTA-module__k7SdnG__connectingLabelHidden{opacity:0;pointer-events:none}.MedicalRecordsCTA-module__k7SdnG__connectingLabelLifted{transform:translateY(-5px)}@keyframes MedicalRecordsCTA-module__k7SdnG__labelShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.MedicalRecordsCTA-module__k7SdnG__successButton{all:unset;box-sizing:border-box;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;opacity:0;grid-area:1/1;width:100%;transition:opacity .5s cubic-bezier(.2,0,0,1) .3s,transform .5s cubic-bezier(.2,0,0,1) .3s;position:relative;transform:translateY(6px)}.MedicalRecordsCTA-module__k7SdnG__successButton:before{content:"";inset:calc(-1 * var(--cta-pad-y)) calc(-1 * var(--cta-pad-x)) calc(-1 * (var(--cta-pad-y) + var(--cta-overlap)));position:absolute}.MedicalRecordsCTA-module__k7SdnG__successButton:focus-visible{outline:2px solid var(--color-accent-focus-ring);outline-offset:4px}.MedicalRecordsCTA-module__k7SdnG__successButton:disabled{cursor:default;pointer-events:none}.MedicalRecordsCTA-module__k7SdnG__successButtonVisible{opacity:1;transform:translateY(0)}.MedicalRecordsCTA-module__k7SdnG__successLabel{letter-spacing:var(--tracking-tight);white-space:nowrap;color:var(--color-link-default)}.MedicalRecordsCTA-module__k7SdnG__successButtonVisible .MedicalRecordsCTA-module__k7SdnG__successLabel{background-image:linear-gradient(90deg, var(--color-link-default) 0%, var(--color-link-default) 30%, var(--color-graphic-blue-moderate) 50%, var(--color-link-default) 70%, var(--color-link-default) 100%);-webkit-text-fill-color:transparent;color:#0000;background-size:300% 100%;-webkit-background-clip:text;background-clip:text;animation:1.4s cubic-bezier(.2,0,0,1) .35s both MedicalRecordsCTA-module__k7SdnG__connectedShine}@keyframes MedicalRecordsCTA-module__k7SdnG__connectedShine{0%{background-position:100% 0}to{background-position:0 0}}@media (prefers-reduced-motion:reduce){.MedicalRecordsCTA-module__k7SdnG__wrapper{transition-duration:.01ms}.MedicalRecordsCTA-module__k7SdnG__surface,.MedicalRecordsCTA-module__k7SdnG__pillArrow,.MedicalRecordsCTA-module__k7SdnG__headerLayerVisible,.MedicalRecordsCTA-module__k7SdnG__headerLayerHidden,.MedicalRecordsCTA-module__k7SdnG__connectingLabel,.MedicalRecordsCTA-module__k7SdnG__successButton{transition:none}.MedicalRecordsCTA-module__k7SdnG__slideIn{animation:none}.MedicalRecordsCTA-module__k7SdnG__sweepOverlayActive,.MedicalRecordsCTA-module__k7SdnG__bloomOverlayActive{opacity:0;animation:none}.MedicalRecordsCTA-module__k7SdnG__connectingLabel{color:var(--color-fg-default);-webkit-text-fill-color:currentColor;background-image:none;animation:none}.MedicalRecordsCTA-module__k7SdnG__successButtonVisible .MedicalRecordsCTA-module__k7SdnG__successLabel{color:var(--color-link-default);-webkit-text-fill-color:currentColor;background-image:none;animation:none}}[data-animations-paused] .MedicalRecordsCTA-module__k7SdnG__slideIn{animation:none}}
@layer components.composite{.DiagnosisSection-module__QX83xa__section{flex-direction:column;gap:1rem;display:flex}}
@layer components.composite{.HeaderSection-module__j4h3xG__header{flex-direction:column;gap:1.5rem;display:flex}.HeaderSection-module__j4h3xG__headerTop{justify-content:space-between;align-items:flex-start;display:flex}.HeaderSection-module__j4h3xG__avatar{background:var(--color-surface-raised);border:1px solid var(--color-border-default);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:4rem;height:4rem;display:flex}.HeaderSection-module__j4h3xG__titleSection{flex-direction:column;gap:.5rem;display:flex}.HeaderSection-module__j4h3xG__dateRow{align-items:center;gap:.75rem;display:flex}.HeaderSection-module__j4h3xG__latestBadge{border:1px solid var(--color-border-default);border-radius:25rem;align-items:center;gap:.1875rem;padding:.3125rem .5rem .3125rem .75rem;display:inline-flex}}
.Messages-module__LMA_SW__container{flex-direction:column;gap:1rem;display:flex}.Messages-module__LMA_SW__loadingText{text-align:center;color:var(--color-fg-subtle);padding:2rem}
.ClinicalReport-module__TFxyaG__container{background:var(--color-surface-raised);border:1px solid var(--color-border-default);border-radius:.5rem;flex-direction:column;gap:1.5rem;max-width:48rem;padding:2.25rem 1.5rem;display:flex}.ClinicalReport-module__TFxyaG__bottomMargin{margin-bottom:6rem}.ClinicalReport-module__TFxyaG__actionsArea{flex-direction:column;gap:1rem;display:flex}@media (min-width:768px){.ClinicalReport-module__TFxyaG__container{padding:3.5rem}}
@layer components.composite{.PrescriptionCardBody-module__x0IdDa__row{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.PrescriptionCardBody-module__x0IdDa__withBorders{border-top:1px solid var(--color-border-subtle);border-bottom:1px solid var(--color-border-subtle);padding:1.25rem 0}.PrescriptionCardBody-module__x0IdDa__rowValue{text-align:right;flex:1;min-width:0}.PrescriptionCardBody-module__x0IdDa__ctaButton{width:100%}}
@layer components.composite{.PrescriptionCardHeader-module__3pV-CW__header{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.PrescriptionCardHeader-module__3pV-CW__collapsibleHeader{flex-direction:row-reverse}.PrescriptionCardHeader-module__3pV-CW__infoBox{flex-direction:column;flex:1;gap:.25rem;min-width:0;display:flex}.PrescriptionCardHeader-module__3pV-CW__medThumbnail{border:1px solid var(--color-border-default);border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;width:3rem;height:3rem;display:flex;overflow:hidden}}
@layer components.primitives{.Popover-module__CaKOna__popover[data-placement=bottom] .Popover-module__CaKOna__arrow svg{transform:rotate(180deg)}.Popover-module__CaKOna__popover[data-placement=left] .Popover-module__CaKOna__arrow svg{transform:rotate(-90deg)}.Popover-module__CaKOna__popover[data-placement=right] .Popover-module__CaKOna__arrow svg{transform:rotate(90deg)}}
@layer base{.Logo-module__X5B6Ga__logo{flex-shrink:0;width:auto;display:inline-flex}.Logo-module__X5B6Ga__art{width:auto;height:100%;display:block}.Logo-module__X5B6Ga__onDark{display:none}.Logo-module__X5B6Ga__sizeSm{height:1rem}.Logo-module__X5B6Ga__sizeMd{height:1.375rem}.Logo-module__X5B6Ga__sizeLg{height:1.75rem}}[data-theme=dark] .Logo-module__X5B6Ga__onLight{display:none}[data-theme=dark] .Logo-module__X5B6Ga__onDark{display:block}
@layer patterns{.animations-module__K1mg2G__copyReveal{grid-template-rows:1fr;animation:.3s ease-in-out animations-module__K1mg2G__copyReveal;display:grid}.animations-module__K1mg2G__copyConceal{opacity:0;grid-template-rows:0fr;animation:.3s ease-in-out forwards animations-module__K1mg2G__copyConceal;display:grid}.animations-module__K1mg2G__revealContent{min-height:0}.animations-module__K1mg2G__fadeIn{animation:.2s ease-out backwards animations-module__K1mg2G__fadeIn}@keyframes animations-module__K1mg2G__copyReveal{0%{opacity:0;grid-template-rows:0fr}33.33%{opacity:0;grid-template-rows:1fr}to{opacity:1;grid-template-rows:1fr}}@keyframes animations-module__K1mg2G__copyConceal{0%{opacity:1;grid-template-rows:1fr}66.66%{opacity:0;grid-template-rows:1fr}to{opacity:0;grid-template-rows:0fr}}@keyframes animations-module__K1mg2G__fadeIn{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.animations-module__K1mg2G__copyReveal,.animations-module__K1mg2G__copyConceal,.animations-module__K1mg2G__fadeIn{animation-duration:1ms}}[data-animations-paused] .animations-module__K1mg2G__copyReveal,[data-animations-paused] .animations-module__K1mg2G__copyConceal,[data-animations-paused] .animations-module__K1mg2G__fadeIn{animation-duration:1ms}}.animations-module__K1mg2G__buttonShimmer{overflow:hidden}.animations-module__K1mg2G__buttonShimmer:not([data-disabled]):after{content:"";pointer-events:none;background:linear-gradient(105deg,#0000 40%,#ffffff40 50%,#0000 60%) 200%/200% 100%;animation:2.5s ease-in-out infinite animations-module__K1mg2G__shimmer;position:absolute;inset:0}@keyframes animations-module__K1mg2G__shimmer{0%{background-position:200%}to{background-position:-200%}}
.SidebarAuthActions-module__RimaFW__container{border-top:1px dashed var(--color-border-default);padding-top:1rem}.SidebarAuthActions-module__RimaFW__buttonsWrapper{gap:.75rem;display:flex}.SidebarAuthActions-module__RimaFW__button{width:100%}
@layer components.primitives{.CoBrandingLogo-module__H-rPpW__logoCombo{justify-content:center;align-items:center;gap:.75rem;display:flex}.CoBrandingLogo-module__H-rPpW__doctronicLogo{height:1.0625rem;transform:translateY(-2px)}.CoBrandingLogo-module__H-rPpW__crossMuted{color:var(--color-border-strong)}.CoBrandingLogo-module__H-rPpW__partnerLogo{object-fit:contain;width:auto;height:2rem}@media (min-width:768px){.CoBrandingLogo-module__H-rPpW__doctronicLogo{height:1.375rem}.CoBrandingLogo-module__H-rPpW__partnerLogo{height:2.5rem}}}
@layer components.primitives{.leadingSlotControl-module__d2-k9q__control{--icon-button-padding:.375rem}.leadingSlotControl-module__d2-k9q__control svg{width:1.25rem;height:1.25rem}@media (min-width:768px){.leadingSlotControl-module__d2-k9q__control svg{width:1rem;height:1rem}}}
.SidebarFooter-module__8uVScG__wrapper{flex-direction:column;display:flex}.SidebarFooter-module__8uVScG__version{color:var(--color-fg-subtle);padding-top:.5rem}.SidebarFooter-module__8uVScG__labelsWrapper{gap:.5rem;padding-top:1rem;display:flex}.SidebarFooter-module__8uVScG__labelItem{align-items:center;gap:.25rem;padding:.125rem .5rem;display:flex}
@layer components.composite{.BlogSection-module__kmpLcG__section{background-color:var(--color-surface-canvas);padding:4rem 1.5rem 5rem}.BlogSection-module__kmpLcG__inner{flex-direction:column;max-width:75rem;margin:0 auto;display:flex}.BlogSection-module__kmpLcG__grid{grid-template-columns:1fr;gap:1.5rem;margin:0;padding:0;list-style:none;display:grid}@media (min-width:1024px){.BlogSection-module__kmpLcG__section{padding:4rem 6.25rem}.BlogSection-module__kmpLcG__grid{grid-template-columns:1fr 1fr;gap:3rem}}}
@layer components.composite{.ArticleCard-module__IbjCcq__card{align-items:flex-start;gap:1rem;display:flex}.ArticleCard-module__IbjCcq__imageWrap{background-color:var(--color-border-default);border-radius:.75rem;flex-shrink:0;width:5rem;height:5rem;position:relative;overflow:hidden}.ArticleCard-module__IbjCcq__image{object-fit:cover;width:100%;height:100%}.ArticleCard-module__IbjCcq__content{flex-direction:column;flex:1;gap:1rem;min-width:0;display:flex}.ArticleCard-module__IbjCcq__text{flex-direction:column;gap:.25rem;display:flex}.ArticleCard-module__IbjCcq__title{color:var(--color-fg-default);letter-spacing:var(--tracking-tight)}.ArticleCard-module__IbjCcq__excerpt{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}@media (min-width:1024px){.ArticleCard-module__IbjCcq__imageWrap{width:9.375rem;height:9.375rem}.ArticleCard-module__IbjCcq__title{font:var(--text-heading-18);letter-spacing:var(--tracking-tight)}.ArticleCard-module__IbjCcq__button{border-radius:2.5rem}.ArticleCard-module__IbjCcq__buttonContent{height:2.75rem;padding-inline:1rem}.ArticleCard-module__IbjCcq__button span{font:var(--text-heading-14)}}}
@layer components.composite{.BlogSectionHeader-module__c_PDwa__titleRow{justify-content:space-between;align-items:flex-end;gap:1rem;display:flex}.BlogSectionHeader-module__c_PDwa__divider{border:none;border-top:1px dashed var(--color-border-strong);margin:1rem 0 1.5rem}@media (min-width:1024px){.BlogSectionHeader-module__c_PDwa__title{font:var(--text-italic-24);letter-spacing:var(--tracking-display)}}}
.DoctorCard-module__QL1BdW__card{border:1px solid var(--color-border-default);white-space:normal;border-radius:2rem;flex-direction:column;flex-shrink:0;align-items:center;gap:1.1875rem;width:14.625rem;padding:1.5rem;display:flex}.DoctorCard-module__QL1BdW__photoContainer{background-color:var(--color-surface-muted-sage);border-radius:.75rem;flex-shrink:0;width:7.5rem;height:10rem;position:relative;overflow:hidden}.DoctorCard-module__QL1BdW__photo{object-fit:cover}.DoctorCard-module__QL1BdW__divider{border-top:1px dashed var(--color-divider);width:100%}.DoctorCard-module__QL1BdW__nameAndSpecialty{text-align:center;flex-direction:column;width:100%;display:flex}.DoctorCard-module__QL1BdW__pills{flex-direction:column;align-items:center;gap:.25rem;width:100%;display:flex}.DoctorCard-module__QL1BdW__schoolPill{background-color:var(--color-surface-sunken);text-align:center;border-radius:.375rem;width:100%;padding:.3125rem .5625rem}.DoctorCard-module__QL1BdW__yearsPill{background-color:var(--color-surface-muted-sage);white-space:nowrap;border-radius:.375rem;padding:.3125rem .5625rem}
.DoctorsList-module__c6V2ta__container{-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:1rem;padding:0 1.5rem;display:flex;overflow-x:auto}.DoctorsList-module__c6V2ta__container::-webkit-scrollbar{display:none}@media (hover:hover) and (pointer:fine){.DoctorsList-module__c6V2ta__container{cursor:grab}.DoctorsList-module__c6V2ta__container[data-dragging=true]{cursor:grabbing;-webkit-user-select:none;user-select:none}}@media (min-width:1280px){.DoctorsList-module__c6V2ta__container{cursor:default;justify-content:center}.DoctorsList-module__c6V2ta__container[data-dragging=true]{cursor:default;-webkit-user-select:auto;user-select:auto}}
@layer components.primitives{.CarouselSelector-module__wHY5dW__root{align-items:center;gap:.625rem;display:inline-flex}.CarouselSelector-module__wHY5dW__arrow{width:2rem;height:2rem;color:var(--color-fg-default);--icon-button-padding:.25rem}.CarouselSelector-module__wHY5dW__arrow[data-disabled]{color:var(--color-fg-disabled)}.CarouselSelector-module__wHY5dW__track{align-items:center;gap:.375rem;display:inline-flex}.CarouselSelector-module__wHY5dW__dot{background-color:var(--color-solid-bg-disabled);border-radius:50%;width:.5rem;height:.5rem;transition:width .2s,border-radius .2s,background-color .2s;display:inline-block}.CarouselSelector-module__wHY5dW__dotActive{background-color:var(--color-fg-default);border-radius:.25rem;width:1.125rem}@media (prefers-reduced-motion:reduce){.CarouselSelector-module__wHY5dW__dot{transition:none}}}
@layer components.composite{.DoctorsQuotes-module__SOc7CW__section{padding:1rem}.DoctorsQuotes-module__SOc7CW__card{border:1px solid var(--color-border-default);touch-action:pan-y;border-radius:2rem;flex-direction:column;gap:.9375rem;max-width:77.0625rem;margin:0 auto;padding:1.5rem;display:flex;position:relative}.DoctorsQuotes-module__SOc7CW__content{flex-direction:column;justify-content:center;gap:.9375rem;width:100%;max-width:38rem;min-height:23rem;animation:.2s ease-out DoctorsQuotes-module__SOc7CW__fadeIn;display:flex}.DoctorsQuotes-module__SOc7CW__contentFadingOut{opacity:0;transition:opacity .2s ease-out;animation:none}@keyframes DoctorsQuotes-module__SOc7CW__fadeIn{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.DoctorsQuotes-module__SOc7CW__content,.DoctorsQuotes-module__SOc7CW__contentFadingOut{opacity:1;transition:none;animation:none}}[data-animations-paused] .DoctorsQuotes-module__SOc7CW__content,[data-animations-paused] .DoctorsQuotes-module__SOc7CW__contentFadingOut{opacity:1;transition:none;animation:none}.DoctorsQuotes-module__SOc7CW__quote{color:var(--color-fg-default);margin:0}.DoctorsQuotes-module__SOc7CW__divider{border:0;border-top:1px dashed var(--color-divider);width:100%;margin:0}.DoctorsQuotes-module__SOc7CW__author{color:var(--color-fg-default);font-style:normal}.DoctorsQuotes-module__SOc7CW__controls{justify-content:center;display:flex}@media (min-width:768px){.DoctorsQuotes-module__SOc7CW__card{padding:1.5rem 3rem}.DoctorsQuotes-module__SOc7CW__content{min-height:14rem}.DoctorsQuotes-module__SOc7CW__controls{position:absolute;bottom:2rem;right:2rem}}}
@layer components.composite{.PauseAnimationsButton-module__-EmuRG__wrapper{z-index:90;pointer-events:none;opacity:1;transition:opacity .2s;position:fixed;bottom:1.25rem;right:1.25rem}.PauseAnimationsButton-module__-EmuRG__button{all:unset;box-sizing:border-box;pointer-events:auto;cursor:pointer;width:max-content;min-width:2.5rem;height:2.5rem;color:var(--color-link-disabled);background-color:var(--color-surface-sunken);border-radius:2rem;align-items:center;padding:.5rem 2rem .5rem .5rem;transition:background-color .15s,color .15s;display:inline-flex;position:relative;overflow:hidden}.PauseAnimationsButton-module__-EmuRG__label{white-space:nowrap;opacity:1;max-width:none;margin-right:.5rem;transition:max-width .2s,opacity .2s,margin-right .2s;overflow:visible}.PauseAnimationsButton-module__-EmuRG__labelCollapsible{opacity:0;max-width:0;margin-right:0;overflow:hidden}.PauseAnimationsButton-module__-EmuRG__labelExpanded{opacity:1;max-width:none;margin-right:.5rem;overflow:visible}.PauseAnimationsButton-module__-EmuRG__iconSlot{justify-content:center;align-items:center;width:1.5rem;height:1.5rem;display:flex;position:absolute;top:50%;right:.5rem;transform:translateY(-50%)}.PauseAnimationsButton-module__-EmuRG__icon{flex-shrink:0}.PauseAnimationsButton-module__-EmuRG__button:hover,.PauseAnimationsButton-module__-EmuRG__button[data-focus-visible]{color:var(--color-fg-default);background-color:var(--color-surface-sunken)}.PauseAnimationsButton-module__-EmuRG__button[data-pressed]{background-color:var(--color-surface-muted-warm)}:is(html:not([data-animations-paused]) .PauseAnimationsButton-module__-EmuRG__button:hover .PauseAnimationsButton-module__-EmuRG__labelCollapsible,html:not([data-animations-paused]) .PauseAnimationsButton-module__-EmuRG__button[data-pressed] .PauseAnimationsButton-module__-EmuRG__labelCollapsible){opacity:1;max-width:11rem;margin-right:.5rem}.PauseAnimationsButton-module__-EmuRG__button[data-focus-visible]{outline:2px solid var(--color-accent-focus-ring);outline-offset:2px}.PauseAnimationsButton-module__-EmuRG__hidden{opacity:0;pointer-events:none}.PauseAnimationsButton-module__-EmuRG__hidden .PauseAnimationsButton-module__-EmuRG__button{pointer-events:none;cursor:default}body:has([data-test-id=sticky-hero-input]:not([inert])) .PauseAnimationsButton-module__-EmuRG__wrapper{opacity:0;pointer-events:none}@media (max-width:767px){body:has([data-test-id=sticky-hero-input]:not([inert])) .PauseAnimationsButton-module__-EmuRG__wrapper .PauseAnimationsButton-module__-EmuRG__button{pointer-events:none;cursor:default}}@media (min-width:768px){body:has([data-test-id=sticky-hero-input]:not([inert])) .PauseAnimationsButton-module__-EmuRG__wrapper{opacity:1;pointer-events:none}}}
@layer components.composite{.AnimatedBackdrop-module__PQs0za__bg{pointer-events:none;z-index:0;position:absolute;inset:0;overflow:hidden}.AnimatedBackdrop-module__PQs0za__washTop,.AnimatedBackdrop-module__PQs0za__washBot{position:absolute;inset:0}.AnimatedBackdrop-module__PQs0za__washTop{background:linear-gradient(158deg, var(--color-neutral-50) 0%, var(--color-neutral-50) 40%, var(--color-wash-lavender-soft) 72%, var(--color-wash-lavender-deep) 100%)}.AnimatedBackdrop-module__PQs0za__washBot{opacity:0;background:linear-gradient(158deg, var(--color-neutral-50) 0%, var(--color-neutral-50) 40%, var(--color-wash-sky) 72%, var(--color-wash-sage) 100%)}.AnimatedBackdrop-module__PQs0za__canvas{width:100%;height:100%;position:absolute;inset:0}.AnimatedBackdrop-module__PQs0za__grain{opacity:.03;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:16rem 16rem;position:absolute;inset:0}}
@layer components.primitives{.leadingControls-module__cUiTTG__leadingControls{align-items:center;gap:.5rem;display:flex}}
@layer components.primitives{.MedicationsSectionHeader-module__HylqQa__wrapper{flex-direction:column;gap:.5rem;display:flex}.MedicationsSectionHeader-module__HylqQa__boldText{font-weight:600}@media (min-width:768px){.MedicationsSectionHeader-module__HylqQa__title,.MedicationsSectionHeader-module__HylqQa__boldText{font:var(--text-display-56)}.MedicationsSectionHeader-module__HylqQa__boldText{font-weight:600}.MedicationsSectionHeader-module__HylqQa__wrapper{gap:1rem;max-width:22.5rem}}}
@layer components.composite{.AttachedFilesArea-module__i_knra__area{scrollbar-width:none;--fade-left:#000;--fade-right:#000;width:100%;-webkit-mask-image:linear-gradient(to right, var(--fade-left) 0, #000 1.25rem, #000 calc(100% - 1.25rem), var(--fade-right) 100%);-webkit-mask-image:linear-gradient(to right, var(--fade-left) 0, #000 1.25rem, #000 calc(100% - 1.25rem), var(--fade-right) 100%);mask-image:linear-gradient(to right, var(--fade-left) 0, #000 1.25rem, #000 calc(100% - 1.25rem), var(--fade-right) 100%);flex-wrap:nowrap;align-items:center;gap:.625rem;margin-top:0;margin-bottom:.75rem;padding:0;list-style:none;display:flex;overflow-x:auto}.AttachedFilesArea-module__i_knra__area::-webkit-scrollbar{display:none}.AttachedFilesArea-module__i_knra__fadeStart{--fade-left:transparent}.AttachedFilesArea-module__i_knra__fadeEnd{--fade-right:transparent}.AttachedFilesArea-module__i_knra__item{flex-shrink:0}}
@layer components.primitives{.MedicationsTable-module__95fwiW__tableWrapper{width:100%;box-shadow:var(--shadow-xl);border-radius:24px;overflow:hidden}.MedicationsTable-module__95fwiW__table{border-collapse:collapse;table-layout:fixed;width:100%}.MedicationsTable-module__95fwiW__tableHeader,.MedicationsTable-module__95fwiW__dataCell{width:33.3333%}.MedicationsTable-module__95fwiW__tableHeaderRow{background-color:var(--color-surface-raised)}.MedicationsTable-module__95fwiW__tableRow{height:2.5rem}.MedicationsTable-module__95fwiW__tableHeader{text-align:left;padding:.75rem .5rem .5rem}.MedicationsTable-module__95fwiW__tableHeader:first-child{padding-left:.75rem}.MedicationsTable-module__95fwiW__tableHeader:last-child{padding-right:.75rem}.MedicationsTable-module__95fwiW__dataCell{text-align:left;color:var(--color-fg-muted);padding:.5rem}.MedicationsTable-module__95fwiW__dataCell:first-child{padding-left:.75rem}.MedicationsTable-module__95fwiW__dataCell:last-child{padding-right:.75rem}.MedicationsTable-module__95fwiW__tableRow:nth-child(odd){background-color:var(--color-surface-muted-sage)}.MedicationsTable-module__95fwiW__tableRow:nth-child(2n){background-color:var(--color-surface-raised)}.MedicationsTable-module__95fwiW__footerCell{padding:.5rem .75rem}.MedicationsTable-module__95fwiW__link{justify-content:center;align-items:center;gap:.25rem;width:100%;padding:.5rem 0;display:flex}.MedicationsTable-module__95fwiW__link:hover{opacity:.7}@media (min-width:768px){.MedicationsTable-module__95fwiW__table{table-layout:auto}.MedicationsTable-module__95fwiW__tableHeader,.MedicationsTable-module__95fwiW__dataCell{width:auto}.MedicationsTable-module__95fwiW__tableHeader{font:var(--text-heading-18);padding-top:.5rem}.MedicationsTable-module__95fwiW__tableHeader:first-child{padding-left:2rem}.MedicationsTable-module__95fwiW__tableHeader:last-child{padding-right:2rem}.MedicationsTable-module__95fwiW__dataCell{font:var(--text-mono-14);padding:1rem .5rem}.MedicationsTable-module__95fwiW__dataCell:first-child{padding-left:2rem}.MedicationsTable-module__95fwiW__dataCell:last-child{padding-right:2rem}.MedicationsTable-module__95fwiW__link>p{font:var(--text-label-18)}.MedicationsTable-module__95fwiW__link>svg{width:24px;height:24px}}}
@layer components.composite{.AttachedFailedChip-module__QZDcuG__card{all:unset;box-sizing:border-box;background-color:var(--color-error-bg);border-radius:.75rem;justify-content:center;align-items:center;display:flex;position:absolute;inset:.375rem .375rem 0 0}.AttachedFailedChip-module__QZDcuG__card:focus-visible{outline:2px solid var(--color-accent-focus-ring);outline-offset:2px}.AttachedFailedChip-module__QZDcuG__retryable .AttachedFailedChip-module__QZDcuG__card{cursor:pointer}.AttachedFailedChip-module__QZDcuG__retryIcon,.AttachedFailedChip-module__QZDcuG__retryable:hover .AttachedFailedChip-module__QZDcuG__failedIcon,.AttachedFailedChip-module__QZDcuG__retryable:focus-within .AttachedFailedChip-module__QZDcuG__failedIcon{display:none}.AttachedFailedChip-module__QZDcuG__retryable:hover .AttachedFailedChip-module__QZDcuG__retryIcon,.AttachedFailedChip-module__QZDcuG__retryable:focus-within .AttachedFailedChip-module__QZDcuG__retryIcon{display:block}.AttachedFailedChip-module__QZDcuG__filename{letter-spacing:var(--tracking-tight);text-align:center;white-space:nowrap;text-overflow:ellipsis;color:var(--color-error-fg);z-index:1;position:absolute;bottom:.25rem;left:.375rem;right:.875rem;overflow:hidden}}
.CommonMedications-module__ww9dxW__wrapper{flex-direction:column;align-items:center;gap:2rem;padding:1.5rem 1.5rem 2rem;display:flex}@media (min-width:768px){.CommonMedications-module__ww9dxW__wrapper{flex-direction:row;justify-content:center;max-width:77.0625rem;margin:0 auto;padding:5rem 1.5rem 6rem}}
@layer components.primitives{.AnonymousBadge-module__VNQXiq__badgeButton{border:1px dashed var(--color-border-default);background-color:inherit;cursor:pointer;border-radius:2.125rem;flex-shrink:0;align-items:center;gap:.25rem;height:2rem;padding:.1875rem .5rem;display:flex}.AnonymousBadge-module__VNQXiq__badgeButton:not(:disabled):hover{background-color:var(--color-surface-sunken)}.AnonymousBadge-module__VNQXiq__badgeButton:disabled{cursor:not-allowed}.AnonymousBadge-module__VNQXiq__badgeButton svg{width:1.25rem;height:1.25rem}.AnonymousBadge-module__VNQXiq__anonymousLabel{color:var(--color-link-default)}.AnonymousBadge-module__VNQXiq__anonymousLabel.AnonymousBadge-module__VNQXiq__disabledLabel{color:var(--color-fg-disabled)}.AnonymousBadge-module__VNQXiq__ghostIcon{animation:.6s cubic-bezier(.4,0,.2,1) infinite AnonymousBadge-module__VNQXiq__dashMarch}@keyframes AnonymousBadge-module__VNQXiq__dashMarch{0%{stroke-dashoffset:0}to{stroke-dashoffset:5px}}@media (min-width:768px){.AnonymousBadge-module__VNQXiq__badgeButton{height:1.875rem}.AnonymousBadge-module__VNQXiq__badgeButton svg{width:1rem;height:1rem}}@media (prefers-reduced-motion:reduce){.AnonymousBadge-module__VNQXiq__ghostIcon{animation:none}}}
.FAQRefillSection-module__u_etBW__wrapper{flex-direction:column;gap:1.25rem;width:100%;padding:2rem 1.5rem;display:flex}@media (min-width:768px){.FAQRefillSection-module__u_etBW__wrapper{flex-direction:row;gap:5rem;max-width:77.0625rem;margin:0 auto;padding:6rem 1.5rem}}
.IncognitoToggle-module__QTEj0a__softDisabled{cursor:not-allowed}.IncognitoToggle-module__QTEj0a__softDisabled>span{border-color:var(--color-border-disabled);color:var(--color-link-disabled);background-color:#0000;transform:none}
@layer components.composite{.ConnectedProvidersHeader-module__N5R-SW__header{justify-content:space-between;align-items:center;gap:.5rem;display:flex}}
.FAQSectionHeader-module__8wcdpW__wrapper{flex-direction:column;gap:1rem;max-width:22.5rem;display:flex}.FAQSectionHeader-module__8wcdpW__subtitle{display:none}.FAQSectionHeader-module__8wcdpW__divider{color:var(--color-divider)}.FAQSectionHeader-module__8wcdpW__officeLink{color:var(--color-link-default);text-decoration-skip-ink:none;text-underline-position:from-font;text-decoration:underline;transition:color .2s ease-in-out}.FAQSectionHeader-module__8wcdpW__officeLink:visited{color:var(--color-link-visited)}.FAQSectionHeader-module__8wcdpW__officeLink:hover{color:var(--color-link-hover)}.FAQSectionHeader-module__8wcdpW__officeLink:focus-visible{outline-width:1px;outline-style:auto;outline-color:var(--color-link-default)}@media (prefers-reduced-motion:reduce){.FAQSectionHeader-module__8wcdpW__officeLink{transition:none}}@media (min-width:768px){.FAQSectionHeader-module__8wcdpW__title{font:var(--text-display-72)}.FAQSectionHeader-module__8wcdpW__subtitle{display:block}}
.CmsLanding-module__ulEXaW__wrapper{background-color:var(--color-surface-canvas)}
@layer components.composite{.DeleteRecordsModal-module__VQiUxq__content{flex-direction:column;gap:1.5rem;padding:2rem;display:flex}.DeleteRecordsModal-module__VQiUxq__textContent{text-align:center;flex-direction:column;gap:.75rem;display:flex}.DeleteRecordsModal-module__VQiUxq__actions{flex-direction:column;gap:.5rem;display:flex}.DeleteRecordsModal-module__VQiUxq__actions>button{width:100%}}
@layer components.composite{.FAQList-module__85U7zW__disclosureGroup{width:100%;box-shadow:var(--shadow-lg);background-color:var(--color-surface-raised);border-radius:24px;flex-direction:column;gap:1.5rem;padding:1.75rem 2rem;display:flex}.FAQList-module__85U7zW__disclosure{border-bottom:1px solid var(--color-border-default);padding-bottom:.5rem}.FAQList-module__85U7zW__disclosure:last-child{border-bottom:0}}
@layer components.composite{.SyncRecordsControl-module__r9LWmW__syncRecords{justify-content:space-between;align-items:center;gap:.5rem;display:flex;position:relative}.SyncRecordsControl-module__r9LWmW__syncButton{color:var(--color-link-default)}.SyncRecordsControl-module__r9LWmW__searching{justify-content:flex-start;gap:.25rem}.SyncRecordsControl-module__r9LWmW__justCheckedFooter{background-color:var(--color-success-bg);color:var(--color-success-fg);opacity:0;pointer-events:none;align-items:center;gap:.5rem;padding:1rem;transition:opacity .4s;display:flex;position:absolute;inset:-1rem}.SyncRecordsControl-module__r9LWmW__justCheckedFooter.SyncRecordsControl-module__r9LWmW__visible{opacity:1}.SyncRecordsControl-module__r9LWmW__justCheckedIcon{color:var(--color-success-fg);justify-content:center;align-items:center;display:flex}.SyncRecordsControl-module__r9LWmW__searchingIcon{color:var(--color-fg-subtle)}.SyncRecordsControl-module__r9LWmW__searchingLabel{white-space:nowrap;background-image:linear-gradient(90deg, var(--color-fg-subtle) 0%, var(--color-fg-default) 45%, var(--color-fg-subtle) 60%, var(--color-fg-subtle) 100%);-webkit-text-fill-color:transparent;color:#0000;background-size:200% 100%;-webkit-background-clip:text;background-clip:text;animation:2.2s linear infinite SyncRecordsControl-module__r9LWmW__searchingLabelShimmer}.SyncRecordsControl-module__r9LWmW__sweep{background-image:linear-gradient(100deg, transparent 0%, color-mix(in srgb, var(--color-white) 18%, transparent) 30%, color-mix(in srgb, var(--color-white) 50%, transparent) 50%, color-mix(in srgb, var(--color-white) 18%, transparent) 70%, transparent 100%);pointer-events:none;background-repeat:no-repeat;background-size:200% 100%;animation:7s cubic-bezier(.2,0,0,1) infinite SyncRecordsControl-module__r9LWmW__footerSweep;position:absolute;inset:-1rem}@keyframes SyncRecordsControl-module__r9LWmW__searchingLabelShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes SyncRecordsControl-module__r9LWmW__footerSweep{0%{background-position:200% 0}48%,to{background-position:-100% 0}}@media (prefers-reduced-motion:reduce){.SyncRecordsControl-module__r9LWmW__sweep{display:none}.SyncRecordsControl-module__r9LWmW__justCheckedFooter{transition:none}.SyncRecordsControl-module__r9LWmW__searchingLabel{color:var(--color-fg-default);-webkit-text-fill-color:currentColor;background-image:none;animation:none}}}
.FeaturePill-module__5ixV0q__pill{background-color:color-mix(in srgb, var(--color-lime-300) 80%, transparent);box-shadow:0 2px 16px color-mix(in srgb, var(--color-neutral-950) 10%, transparent);color:var(--color-neutral-950);white-space:nowrap;border-radius:36px 36px 36px 0;align-items:center;gap:6px;padding:.5em .75em;display:inline-flex}
@layer components.composite{.HeroHeading-module__urvScq__heading{text-align:left;letter-spacing:var(--tracking-display);width:100%;max-width:50rem;margin-inline:auto}@media (min-width:768px){.HeroHeading-module__urvScq__heading{text-align:center;font:var(--text-display-56);letter-spacing:var(--tracking-display)}}}
@property --border-tracer-angle{syntax:"<angle>";inherits:false;initial-value:0deg}@layer patterns{.shared-module__FlaGyG__borderTracer{position:relative}.shared-module__FlaGyG__borderTracer:before{content:"";z-index:1;padding:var(--border-tracer-thickness,1.5px);border-radius:inherit;background:conic-gradient(from var(--border-tracer-angle), transparent 0% 70%, color-mix(in srgb, var(--color-lime-300) 0%, transparent) 70%, color-mix(in srgb, var(--color-lime-300) 95%, transparent) 88%, var(--color-accent-bg) 98%, transparent 100%);-webkit-mask:linear-gradient(var(--color-white) 0 0) content-box, linear-gradient(var(--color-white) 0 0);-webkit-mask-composite:xor;-webkit-mask:linear-gradient(var(--color-white) 0 0) content-box, linear-gradient(var(--color-white) 0 0);mask:linear-gradient(var(--color-white) 0 0) content-box, linear-gradient(var(--color-white) 0 0);animation:shared-module__FlaGyG__borderTracerOrbit var(--border-tracer-duration,5s) linear infinite;pointer-events:none;position:absolute;inset:0;-webkit-mask-composite:xor;mask-composite:exclude}@keyframes shared-module__FlaGyG__borderTracerOrbit{0%{--border-tracer-angle:0deg}to{--border-tracer-angle:360deg}}@media (prefers-reduced-motion:reduce){.shared-module__FlaGyG__borderTracer:before{display:none}}.shared-module__FlaGyG__container{flex-direction:column;margin:0 auto;padding:1rem;display:flex}.shared-module__FlaGyG__header{margin:0 auto}.shared-module__FlaGyG__loadingWrapper{justify-content:center;align-items:center;min-height:12.125rem;display:flex}@media (min-width:768px){.shared-module__FlaGyG__container{max-width:41.75rem}}@media (min-width:1024px){.shared-module__FlaGyG__header{padding:1rem 6.25rem}}}@layer components.composite{.shared-module__FlaGyG__pageWrapper{flex-direction:column;gap:1.5rem;display:flex}.shared-module__FlaGyG__spinner{margin:0 auto}@media (min-width:768px){.shared-module__FlaGyG__pageWrapper{gap:2rem}}}
@layer components.composite{.DoctorsIntro-module__4xBPqW__intro{padding:0 1.5rem 3rem}.DoctorsIntro-module__4xBPqW__content{flex-direction:column;gap:2rem;display:flex}.DoctorsIntro-module__4xBPqW__textBlock{flex-direction:column;gap:1.5rem;display:flex}.DoctorsIntro-module__4xBPqW__subhead{letter-spacing:-.02em}.DoctorsIntro-module__4xBPqW__subheadHighlight,.DoctorsIntro-module__4xBPqW__pricingHighlight{color:var(--color-link-default)}.DoctorsIntro-module__4xBPqW__divider{border:none;border-top:1px dashed var(--color-border-strong)}.DoctorsIntro-module__4xBPqW__chatButton{align-self:flex-start}.DoctorsIntro-module__4xBPqW__imageComposition{aspect-ratio:393/574;align-self:center;width:calc(100% + 3rem);max-width:500px;margin-left:-1.5rem;position:relative;overflow:visible}.DoctorsIntro-module__4xBPqW__phoneMockupWrap{z-index:2;width:61.4%;position:absolute;top:0;left:23.4%}.DoctorsIntro-module__4xBPqW__phoneMockup{width:100%;height:auto}.DoctorsIntro-module__4xBPqW__photoLeftWrap{z-index:1;width:37.9%;position:absolute;top:33.4%;left:-6.4%}.DoctorsIntro-module__4xBPqW__photoLeft{border-radius:1.5rem;width:100%;height:auto}.DoctorsIntro-module__4xBPqW__photoRightWrap{z-index:1;width:42.9%;position:absolute;top:10.4%;left:72%;transform:rotate(15deg)}.DoctorsIntro-module__4xBPqW__photoRight{border-radius:1.5rem;width:100%;height:auto}.DoctorsIntro-module__4xBPqW__pillSchedule,.DoctorsIntro-module__4xBPqW__pillKnowYou,.DoctorsIntro-module__4xBPqW__pillAlwaysAvailable{z-index:3;position:absolute}.DoctorsIntro-module__4xBPqW__pillSchedule{top:88%;left:-21%}.DoctorsIntro-module__4xBPqW__pillKnowYou{top:98%;left:13%}.DoctorsIntro-module__4xBPqW__pillAlwaysAvailable{top:108%;left:-21%}@media (min-width:1024px){.DoctorsIntro-module__4xBPqW__intro{padding:0 0 4rem}.DoctorsIntro-module__4xBPqW__content{flex-direction:row;align-items:center;gap:0;max-width:1512px;margin:0 auto}.DoctorsIntro-module__4xBPqW__textBlock{flex:0 0 420px;max-width:420px;margin-left:7.94%}.DoctorsIntro-module__4xBPqW__headline{font:var(--text-display-40);letter-spacing:var(--tracking-display)}.DoctorsIntro-module__4xBPqW__imageComposition{aspect-ratio:unset;flex:1;width:auto;max-width:none;height:680px;margin-left:0}.DoctorsIntro-module__4xBPqW__phoneMockupWrap{width:33.4%;top:0;left:34.5%}.DoctorsIntro-module__4xBPqW__photoLeftWrap{width:21%;top:38%;left:18%}.DoctorsIntro-module__4xBPqW__photoRightWrap{width:23.6%;top:11.2%;left:60.9%}.DoctorsIntro-module__4xBPqW__pillSchedule{top:26.3%;left:-38%}.DoctorsIntro-module__4xBPqW__pillKnowYou{top:61%;left:78%}.DoctorsIntro-module__4xBPqW__pillAlwaysAvailable{top:89%;left:-23%}}}
@layer components.composite{.StartRefillCard-module__K9CLwa__card{background-color:var(--color-surface-raised);box-shadow:var(--shadow-xl);border-radius:1.5rem;flex-direction:column;gap:1rem;width:100%;max-width:29.5625rem;padding:1.5rem 1rem;display:flex}.StartRefillCard-module__K9CLwa__copy{text-align:left;flex-direction:column;gap:.25rem;display:flex}.StartRefillCard-module__K9CLwa__title{color:var(--color-fg-default)}.StartRefillCard-module__K9CLwa__button{width:100%;max-width:unset;justify-content:center}@media (min-width:768px){.StartRefillCard-module__K9CLwa__copy{text-align:center}}}
@layer components.composite{.ActionToasts-module__4LWurW__verifyAction,.ActionToasts-module__4LWurW__settingsAction,.ActionToasts-module__4LWurW__goToRecordAction{color:inherit;text-decoration:underline}.ActionToasts-module__4LWurW__settingsAction,.ActionToasts-module__4LWurW__goToRecordAction{white-space:nowrap}.ActionToasts-module__4LWurW__searchFinishedActions{align-items:center;gap:.25rem;display:flex}.ActionToasts-module__4LWurW__closeButton{padding:0}.ActionToasts-module__4LWurW__closeButton :hover{background-color:#0000}}
.DoctorsSection-module__xx2Yla__section{background:linear-gradient(to bottom, var(--color-sage-100) 0%, var(--color-neutral-50) 60%, var(--color-neutral-50) 100%);padding:3rem 0 2.5rem;overflow:hidden}@media (min-width:1024px){.DoctorsSection-module__xx2Yla__section{padding:5rem 0 3rem}}
@layer components.composite{.TrustBadges-module__2ZHlhW__list{flex-wrap:wrap;justify-content:center;align-items:center;gap:.25rem;margin:0;padding:0;list-style:none;display:flex}.TrustBadges-module__2ZHlhW__badge{align-items:center;gap:.25rem;padding:.125rem .5rem;display:inline-flex}.TrustBadges-module__2ZHlhW__label{color:var(--color-fg-default);white-space:nowrap}}
@layer components.composite{.TalkToDoctorChatInputButton-module__IAMzyW__button{color:var(--color-link-default);gap:.375rem;padding:.5rem;transition:opacity .18s}.TalkToDoctorChatInputButton-module__IAMzyW__button[data-visible=false]{opacity:0;pointer-events:none}.TalkToDoctorChatInputButton-module__IAMzyW__button>svg{--icon-fill:var(--color-blue-400);color:var(--color-neutral-950)}.TalkToDoctorChatInputButton-module__IAMzyW__button>span{font:var(--text-body-14);letter-spacing:var(--tracking-tight)}.TalkToDoctorChatInputButton-module__IAMzyW__button[data-hovered]{color:var(--color-link-hover)}.TalkToDoctorChatInputButton-module__IAMzyW__button[data-disabled]{opacity:.4}}
@layer components.composite{.EntranceTransition-module__vO-n5q__entrance{opacity:0;animation:.55s cubic-bezier(.22,1,.36,1) forwards EntranceTransition-module__vO-n5q__entrance;animation-delay:var(--entrance-delay,0s);transform:translateY(14px)}@media (prefers-reduced-motion:reduce){.EntranceTransition-module__vO-n5q__entrance{opacity:1;animation:none;transform:none}}@keyframes EntranceTransition-module__vO-n5q__entrance{to{opacity:1;transform:translateY(0)}}}
@layer components.composite{.HeroBlobStaticPreview-module__rIlr6W__container{width:100%;height:100%;position:relative;overflow:hidden}.HeroBlobStaticPreview-module__rIlr6W__image{object-fit:contain;-webkit-user-select:none;user-select:none;pointer-events:none}}
@layer components.composite{.VideoIntroLink-module__N1oSoW__trigger{all:unset;box-sizing:border-box;cursor:pointer;border-radius:.5rem;align-items:center;gap:.5rem;padding:.5rem .25rem;display:inline-flex}.VideoIntroLink-module__N1oSoW__trigger[data-focus-visible]{outline:2px solid var(--color-accent-focus-ring);outline-offset:2px}.VideoIntroLink-module__N1oSoW__trigger[data-hovered] .VideoIntroLink-module__N1oSoW__label{text-decoration-thickness:2px}.VideoIntroLink-module__N1oSoW__iconCircle{background-color:var(--color-solid-bg);width:1.25rem;height:1.25rem;color:var(--color-solid-fg);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.VideoIntroLink-module__N1oSoW__label{color:var(--color-fg-default);text-underline-offset:3px;text-decoration:underline}.VideoIntroLink-module__N1oSoW__videoModal{width:fit-content;max-width:90vw;overflow:hidden}.VideoIntroLink-module__N1oSoW__video{border-radius:1rem;max-width:90vw;max-height:80vh;display:block}@media (min-width:768px){.VideoIntroLink-module__N1oSoW__iconCircle{width:2rem;height:2rem}.VideoIntroLink-module__N1oSoW__label{font:var(--text-mono-18)}}}
.VerifyWithClearSection-module__Fv0gQa__infoBlock{flex-direction:column;display:flex}.VerifyWithClearSection-module__Fv0gQa__infoRow{flex-direction:column;gap:.125rem;padding:.75rem 0;display:flex}.VerifyWithClearSection-module__Fv0gQa__verifiedBadge{background-color:var(--color-surface-muted-sage);border-radius:40px;align-items:center;gap:.375rem;width:fit-content;padding:.75rem 1rem;display:flex}
@layer components.composite{.ExportRecordsNote-module__0A8beW__wrapper{background-color:var(--color-surface-sunken);border-radius:12px;align-items:center;gap:.625rem;padding:.625rem .875rem;display:flex}.ExportRecordsNote-module__0A8beW__icon{color:var(--color-fg-muted);flex-shrink:0}}
@layer components.composite{.CertificationBadge-module__UaPYYW__wrapper{--badge-size:137px;--blob-size:130px;z-index:1;width:100%;max-width:var(--badge-size);aspect-ratio:1;color:var(--color-fg-default);content-visibility:auto;contain-intrinsic-size:var(--badge-size) var(--badge-size);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.CertificationBadge-module__UaPYYW__textRingImage{will-change:transform;width:100%;height:100%;animation:36s linear infinite reverse CertificationBadge-module__UaPYYW__spin-forward}.CertificationBadge-module__UaPYYW__centerContent{justify-content:center;align-items:center;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.CertificationBadge-module__UaPYYW__blob{width:var(--blob-size)}.CertificationBadge-module__UaPYYW__blobInner{aspect-ratio:1;pointer-events:none;width:100%;position:absolute;top:50%;overflow:hidden;transform:translateY(-50%)}@keyframes CertificationBadge-module__UaPYYW__spin-forward{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.CertificationBadge-module__UaPYYW__textRingImage{will-change:auto;animation:none}}[data-animations-paused] .CertificationBadge-module__UaPYYW__textRingImage{will-change:auto;animation:none}@media (min-width:768px){.CertificationBadge-module__UaPYYW__wrapper{--badge-size:160px}.CertificationBadge-module__UaPYYW__blob{--blob-size:150px}}}
@layer components.composite{.HeroSection-module__8JFwpG__section{width:100%;color:var(--color-fg-default);padding:1.5rem 1.5rem 2rem;position:relative}.HeroSection-module__8JFwpG__compactTopPadding{padding-top:1rem}.HeroSection-module__8JFwpG__inner{z-index:1;flex-direction:column;align-items:center;gap:2rem;max-width:80rem;margin:0 auto;display:flex;position:relative}.HeroSection-module__8JFwpG__cardCluster{flex-direction:column;align-items:center;gap:2rem;width:100%;display:flex}@media (min-width:768px){.HeroSection-module__8JFwpG__section{padding:5rem 2rem 6rem}.HeroSection-module__8JFwpG__compactTopPadding{padding-top:1.5rem}.HeroSection-module__8JFwpG__inner{gap:3rem}.HeroSection-module__8JFwpG__cardCluster{gap:1rem;padding-top:1.5rem}}@media (min-width:1024px){.HeroSection-module__8JFwpG__section{padding-inline:2.5rem}}}
.HealthRecordSection-module__udW-jG__content{flex-direction:column;gap:.75rem;display:flex}
@layer components.primitives{.TextField-module__KZpSUW__textField{border:1px solid var(--color-border-strong);background-color:var(--color-surface-canvas);border-radius:.625rem;width:100%;padding:.75rem .75rem .75rem 1.25rem}.TextField-module__KZpSUW__textField[data-disabled]{background-color:var(--color-border-light)}.TextField-module__KZpSUW__textField[data-focus-within]{outline:1.5px solid var(--color-fg-default);outline-offset:-1.5px}.TextField-module__KZpSUW__textField[data-invalid]{border-color:var(--color-error-border);background-color:var(--color-error-bg)}.TextField-module__KZpSUW__textField[data-invalid] .TextField-module__KZpSUW__label{color:var(--color-error-fg)}.TextField-module__KZpSUW__textField[data-invalid][data-focus-within]{outline:1.5px solid var(--color-error-border);outline-offset:-1.5px}.TextField-module__KZpSUW__textField .TextField-module__KZpSUW__contentGroup{justify-content:space-between;align-items:center;display:flex}.TextField-module__KZpSUW__textField .TextField-module__KZpSUW__textAreaWrapper{flex:1;min-width:0}.TextField-module__KZpSUW__textField .TextField-module__KZpSUW__input{width:100%;font:var(--text-body-16);color:var(--color-fg-default);background-color:inherit;border:0}.TextField-module__KZpSUW__textField .TextField-module__KZpSUW__input[data-disabled]{color:var(--color-fg-disabled)}.TextField-module__KZpSUW__textField .TextField-module__KZpSUW__input[data-focused]{outline:0}.TextField-module__KZpSUW__textField .TextField-module__KZpSUW__input::placeholder{color:var(--color-fg-disabled);font:var(--text-body-16)}.TextField-module__KZpSUW__textField .TextField-module__KZpSUW__label{color:var(--color-fg-subtle);align-items:center;gap:.25rem;display:flex}.TextField-module__KZpSUW__iconLeading{margin-right:.5rem}.TextField-module__KZpSUW__iconTrailing{margin-left:.5rem}.TextField-module__KZpSUW__errorMessage{color:var(--color-error-fg);text-align:left;padding-top:.375rem;padding-left:1.25rem}}
.layout-module__xvO-4q__layout{background-color:var(--color-surface-canvas);align-items:stretch;min-height:100dvh;display:flex}
.layout-module__wHNQ_q__layout{background-color:var(--color-surface-canvas);display:flex}.layout-module__wHNQ_q__content{width:100%;min-width:0;max-width:43.75rem;min-height:100dvh;margin-inline:auto;padding:3rem 1rem 6.5rem}.layout-module__wHNQ_q__content:has([data-content-width=wide]){max-width:50rem}@media (min-width:768px){.layout-module__wHNQ_q__content{padding-top:3.75rem;padding-bottom:4rem}}
@layer components.composite{.AgeSexForm-module__OW3-WG__container{flex-direction:column;align-self:flex-end;gap:.75rem;width:100%;max-width:23rem;animation:.4s ease-out AgeSexForm-module__OW3-WG__age-sex-form-fade-in;display:flex}.AgeSexForm-module__OW3-WG__fieldset{border:none;flex-wrap:wrap;align-items:center;gap:.75rem;margin:0;padding:0;display:flex}.AgeSexForm-module__OW3-WG__ageInput{flex:99999 7rem;min-width:7rem}.AgeSexForm-module__OW3-WG__ageInput>[data-rac]{width:100%}.AgeSexForm-module__OW3-WG__sexRadioGroup{flex:auto}.AgeSexForm-module__OW3-WG__submitButton{width:100%;max-width:unset}.AgeSexForm-module__OW3-WG__errorSlot{min-height:1.05rem}.AgeSexForm-module__OW3-WG__errorMessage{text-align:center;padding-inline:1.25rem}@media (prefers-reduced-motion:reduce){.AgeSexForm-module__OW3-WG__container{animation:none}}}@keyframes AgeSexForm-module__OW3-WG__age-sex-form-fade-in{0%{opacity:0}to{opacity:1}}
@layer components.composite{.HealthRecordConversationStarters-module__UMm3ba__title{padding-bottom:1rem}.HealthRecordConversationStarters-module__UMm3ba__cardsWrapper{flex-direction:column;gap:.75rem;display:flex}.HealthRecordConversationStarters-module__UMm3ba__card{flex:1;display:flex}.HealthRecordConversationStarters-module__UMm3ba__cardInner{background-color:var(--color-surface-canvas);text-align:left;cursor:pointer;border:1px solid var(--color-border-default);box-shadow:var(--shadow-sm);border-radius:999px;flex:1;align-items:center;gap:.75rem;padding:.75rem 1.25rem 1rem;transition:transform .15s cubic-bezier(.4,0,.2,1),box-shadow .15s cubic-bezier(.4,0,.2,1);display:flex}.HealthRecordConversationStarters-module__UMm3ba__cardInner:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.HealthRecordConversationStarters-module__UMm3ba__cardInner:focus-visible{outline:2px solid var(--color-accent-focus-ring);outline-offset:4px}.HealthRecordConversationStarters-module__UMm3ba__starterIcon{color:var(--color-accent-bg);transition:transform .18s cubic-bezier(.2,0,0,1),color .18s cubic-bezier(.2,0,0,1);display:inline-flex}.HealthRecordConversationStarters-module__UMm3ba__cardInner:hover .HealthRecordConversationStarters-module__UMm3ba__starterIcon{color:var(--color-accent-bg-hover);transform:translateY(-2px)}@media (prefers-reduced-motion:reduce){.HealthRecordConversationStarters-module__UMm3ba__cardInner,.HealthRecordConversationStarters-module__UMm3ba__starterIcon{transition:none}}@media (min-width:768px){.HealthRecordConversationStarters-module__UMm3ba__cardsWrapper{flex-direction:row;gap:1rem}.HealthRecordConversationStarters-module__UMm3ba__cardInner{border-radius:32px;flex-direction:column;align-items:flex-start;padding:1.5rem 1rem}}}
@layer components.composite{.FoldBelt-module__1ezn5q__wrapper{--badge-size:137px;background-color:var(--color-surface-sunken);align-items:center;gap:1.5rem;height:2.5rem;display:flex;position:relative}.FoldBelt-module__1ezn5q__placeholderContent{width:var(--badge-size)}@media (min-width:768px){.FoldBelt-module__1ezn5q__wrapper{gap:2.5rem;padding:.75rem 0}.FoldBelt-module__1ezn5q__placeholderContent{--badge-size:160px}}}
@layer components.composite{.StepCard-module__NfxE_q__card{align-items:center;gap:1rem;width:100%;display:flex}.StepCard-module__NfxE_q__icon{border-radius:.75rem;flex-shrink:0;width:3rem;height:3rem}.StepCard-module__NfxE_q__text{color:var(--color-fg-default);flex-direction:column;display:flex}.StepCard-module__NfxE_q__title{font:var(--text-heading-16);letter-spacing:-.02em}.StepCard-module__NfxE_q__description{font:var(--text-body-18);letter-spacing:-.02em}@media (min-width:1024px){.StepCard-module__NfxE_q__icon{width:4.5rem;height:4.5rem}}}
.EmailStep-module__--Syta__emailIconWrapper{background-color:var(--color-info-bg);border-radius:50px;justify-content:center;align-items:center;width:3.25rem;height:3.25rem;display:flex}.EmailStep-module__--Syta__emailIcon{color:var(--color-link-default);fill:var(--color-blue-300)}.EmailStep-module__--Syta__form{flex-direction:column;gap:.5rem;width:100%;display:flex}.EmailStep-module__--Syta__loginButton{width:100%}.EmailStep-module__--Syta__backButton{color:var(--color-link-default);margin:.75rem 0}.EmailStep-module__--Syta__backButton>span{font:var(--text-body-16);color:var(--color-link-default)}.EmailStep-module__--Syta__disclaimer{color:var(--color-fg-subtle)}
@layer components.composite{.PrescriptionCard-module__fp3dYW__card{border:1px solid var(--color-border-default);box-shadow:var(--shadow-lg);border-radius:.5rem;flex-direction:column;max-width:28rem;display:flex;overflow:hidden}.PrescriptionCard-module__fp3dYW__successBanner{background-color:var(--color-success-bg);color:var(--color-success-fg);justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;display:flex}.PrescriptionCard-module__fp3dYW__successText{text-align:center}.PrescriptionCard-module__fp3dYW__content{flex-direction:column;gap:1.25rem;padding:2rem 1.5rem;display:flex}.PrescriptionCard-module__fp3dYW__medicationRow{align-items:flex-start;gap:1rem;display:flex}.PrescriptionCard-module__fp3dYW__medicationInfo{flex-direction:column;flex:1;gap:.25rem;min-width:0;display:flex}.PrescriptionCard-module__fp3dYW__medicationName{text-transform:capitalize}.PrescriptionCard-module__fp3dYW__pharmacyInfo{flex-direction:column;gap:.125rem;display:flex}.PrescriptionCard-module__fp3dYW__icon{border:1px solid var(--color-border-default);border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;width:2.9375rem;height:2.9375rem;display:flex;overflow:hidden}}
@layer components.composite{.AddFileControl-module__L7w6fa__addFile{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.AddFileControl-module__L7w6fa__hiddenFileInput{display:none}.AddFileControl-module__L7w6fa__uploadButton{color:var(--color-link-default)}.AddFileControl-module__L7w6fa__uploadButton:disabled{color:var(--color-fg-disabled)}}
.HeroInputArea-module__0_KJEG__input{width:100%;margin-top:.5rem;position:relative}@media (min-width:768px){.HeroInputArea-module__0_KJEG__input{height:6.5rem}}
@layer components.composite{.AdditionalDemographics-module__y0ryYq__fields{flex-direction:column;gap:1.5rem;width:100%;display:flex}.AdditionalDemographics-module__y0ryYq__question{flex-direction:column;gap:.75rem;display:flex}.AdditionalDemographics-module__y0ryYq__questionLabel{align-items:center;gap:.75rem;display:flex}.AdditionalDemographics-module__y0ryYq__chips{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.AdditionalDemographics-module__y0ryYq__footer{flex-direction:column;gap:.75rem;display:flex}.AdditionalDemographics-module__y0ryYq__footer>*{width:100%}}
@layer components.composite{.StepsHeading-module__bjuKha__heading{flex-direction:column;gap:.5rem;width:100%;max-width:21.4375rem;display:flex}.StepsHeading-module__bjuKha__title{color:var(--color-fg-default)}.StepsHeading-module__bjuKha__emphasis{font-weight:600}.StepsHeading-module__bjuKha__subtitle{color:var(--color-fg-default)}@media (min-width:1024px){.StepsHeading-module__bjuKha__heading{gap:1rem;max-width:22.5rem}.StepsHeading-module__bjuKha__title{font:var(--text-display-56);letter-spacing:var(--tracking-display)}.StepsHeading-module__bjuKha__subtitle{font:var(--text-body-18)}}}
@layer components.primitives{.Select-module__X80IGa__selectField{width:100%;position:relative}.Select-module__X80IGa__selectButton{border:1px solid var(--color-border-strong);background:var(--color-surface-canvas);width:100%;font:var(--text-body-16);cursor:pointer;border-radius:10px;justify-content:space-between;align-items:center;padding:.75rem 1rem;transition:background .2s,border-color .2s,color .2s;display:flex}.Select-module__X80IGa__selectButton[data-focus-visible]{outline:2px solid var(--color-accent-focus-ring)}.Select-module__X80IGa__selectButton[data-pressed]{border-color:var(--color-fg-default)}.Select-module__X80IGa__selectButton[data-disabled]{background:var(--color-border-light);cursor:not-allowed}.Select-module__X80IGa__selectButton[data-disabled] .Select-module__X80IGa__selectValue{color:var(--color-fg-disabled)}.Select-module__X80IGa__selectButton[data-disabled] .Select-module__X80IGa__selectValue[data-placeholder]{color:var(--color-fg-disabled)}.Select-module__X80IGa__selectButton.Select-module__X80IGa__withLabel{padding-top:1.75rem}.Select-module__X80IGa__selectField[data-disabled] .Select-module__X80IGa__label{color:var(--color-fg-disabled)}.Select-module__X80IGa__label{color:var(--color-fg-subtle);z-index:1;align-items:center;gap:4px;margin-bottom:0;display:flex;position:absolute;top:.75rem;left:1.25rem}.Select-module__X80IGa__selectValue{text-align:left;font:var(--text-body-16);color:var(--color-fg-default);flex:1}.Select-module__X80IGa__selectValue[data-placeholder]{color:var(--color-fg-disabled);font-style:normal}.Select-module__X80IGa__selectValue [slot=description]{display:none}.Select-module__X80IGa__selectValue [slot=label]{font:inherit;color:inherit}.Select-module__X80IGa__dropdownIcon{width:1rem;height:1rem;color:var(--color-icon-default);transition:transform .2s}.Select-module__X80IGa__fieldError{color:var(--color-error-fg);margin-top:.25rem;padding-left:1.25rem}.Select-module__X80IGa__selectField[data-invalid] .Select-module__X80IGa__label{color:var(--color-error-fg)}.Select-module__X80IGa__selectField[data-invalid] .Select-module__X80IGa__selectButton{border-color:var(--color-error-border);background-color:var(--color-error-bg)}.Select-module__X80IGa__selectField[data-invalid] .Select-module__X80IGa__selectButton[data-focus-visible]{outline:1.5px solid var(--color-error-border)}.Select-module__X80IGa__popover{width:var(--trigger-width);background:var(--color-surface-raised);border:1px solid var(--color-border-default);box-shadow:var(--shadow-md);border-radius:6px;padding:.75rem;overflow:hidden auto}.Select-module__X80IGa__listBox{background:0 0;border:none;outline:none;flex-direction:column;gap:.25rem;width:100%;max-height:320px;display:flex}.Select-module__X80IGa__listBoxItem{cursor:pointer;font:var(--text-body-16);color:var(--color-fg-default);border-radius:6px;outline:none;justify-content:space-between;align-items:center;padding:.5rem;transition:background-color .2s;display:flex;position:relative}.Select-module__X80IGa__listBoxItem:hover,.Select-module__X80IGa__listBoxItem[data-focused],.Select-module__X80IGa__listBoxItem[data-pressed]{background-color:var(--color-surface-sunken)}.Select-module__X80IGa__listBoxItem[data-selected]{background-color:var(--color-surface-muted-sage)}.Select-module__X80IGa__listBoxItem[data-selected] .Select-module__X80IGa__selectedIcon{position:absolute;top:50%;right:.5rem;transform:translateY(-50%)}.Select-module__X80IGa__listBoxItem [slot=description]{color:var(--color-fg-subtle)}.Select-module__X80IGa__itemContent{flex-direction:column;flex:1;gap:.125rem;display:flex}.Select-module__X80IGa__section{flex-direction:column;gap:.25rem;display:flex}.Select-module__X80IGa__sectionTitle{background-color:var(--color-surface-sunken);color:var(--color-fg-subtle);font:var(--text-body-12);border-radius:6px;padding:.5rem}}
@layer components.composite{.DoctorReport-module__mvruUq__container{background:var(--color-surface-raised);border:1px solid var(--color-border-default);border-radius:.5rem;flex-direction:column;gap:1rem;max-width:48rem;padding:2.25rem 1.5rem;display:flex}.DoctorReport-module__mvruUq__detailsContent{flex-direction:column;gap:1rem;display:flex}.DoctorReport-module__mvruUq__disclosureTitle{color:var(--color-link-default)}@media (min-width:768px){.DoctorReport-module__mvruUq__container{gap:1.5rem;padding:3.5rem}.DoctorReport-module__mvruUq__detailsContent{gap:1.5rem}}}
.Countdown-module__DQ7w5G__countdown{grid-template-columns:repeat(4,1fr);column-gap:.5rem;display:grid}.Countdown-module__DQ7w5G__cellGroup{flex-direction:column;align-items:center;gap:.25rem;display:flex}.Countdown-module__DQ7w5G__timeCell{border:1px solid var(--color-border-default);background-color:var(--color-surface-raised);text-align:center;font-variant-numeric:tabular-nums;border-radius:.5em;min-width:3rem;padding:.5em .75em}.Countdown-module__DQ7w5G__label{text-transform:uppercase}
@layer components.composite{.DeleteFileModal-module__pLmKXG__content{flex-direction:column;gap:1.5rem;padding:2rem;display:flex}.DeleteFileModal-module__pLmKXG__textContent{text-align:center;flex-direction:column;gap:.75rem;display:flex}.DeleteFileModal-module__pLmKXG__actions{flex-direction:column;gap:.5rem;display:flex}.DeleteFileModal-module__pLmKXG__actions>button{width:100%}}
@layer components.composite{.RecordsCard-module__vGsKLW__card{background-color:var(--color-surface-canvas);border:1px solid var(--color-border-default);width:100%;box-shadow:var(--shadow-sm);border-radius:1.5rem;flex-direction:column;align-items:stretch;display:flex;overflow:hidden}.RecordsCard-module__vGsKLW__header{padding:1rem 1rem .5rem}.RecordsCard-module__vGsKLW__footer{background-color:var(--color-surface-sunken);padding:1rem}}
.CtaNote-module__8HvflW__note{text-align:center;width:100%}
@layer components.composite{.HowItWorksSection-module__ErTw6a__section{padding:1.5rem 1.5rem 4rem;position:relative}.HowItWorksSection-module__ErTw6a__inner{flex-direction:column;align-items:center;gap:1.25rem;max-width:80rem;margin:0 auto;display:flex}.HowItWorksSection-module__ErTw6a__card{background:var(--color-surface-raised);border-radius:1.5rem;flex-direction:column;gap:1.25rem;width:100%;max-width:21.5625rem;padding:1.5rem 1rem;display:flex}.HowItWorksSection-module__ErTw6a__stepCell{align-items:center;width:100%;padding:0 .5rem;display:flex}.HowItWorksSection-module__ErTw6a__divider{border:0;border-top:1px dashed var(--color-divider);width:100%;height:0;margin:0}@media (min-width:1024px){.HowItWorksSection-module__ErTw6a__section{padding:5rem 7.5rem}.HowItWorksSection-module__ErTw6a__inner{flex-direction:row;justify-content:center;align-items:center;gap:1.25rem}.HowItWorksSection-module__ErTw6a__card{flex-flow:wrap;align-items:flex-start;gap:2rem;max-width:51.9375rem;padding:2rem}.HowItWorksSection-module__ErTw6a__stepCell{flex:1 0 0;min-width:0;padding:0}.HowItWorksSection-module__ErTw6a__dividerCell{display:none}.HowItWorksSection-module__ErTw6a__dividerRow{flex-basis:100%;width:100%}}}
@layer components.primitives{.OTPInput-module__W1lVsq__root{width:100%;position:relative}.OTPInput-module__W1lVsq__inputContainer{justify-content:center;align-items:center;gap:.5rem;width:100%;display:flex}.OTPInput-module__W1lVsq__input{background-color:var(--color-surface-canvas);border:1px solid var(--color-border-strong);text-align:center;max-width:3rem;height:4.5rem;font:var(--text-body-24);border-radius:.5rem;outline:none;flex-shrink:0;justify-content:center;align-items:center;padding:.75rem;transition:border-color .2s;display:flex}.OTPInput-module__W1lVsq__small{height:3.625rem}.OTPInput-module__W1lVsq__input:focus{box-shadow:var(--shadow-focus-ring);border:1px solid #0000}.OTPInput-module__W1lVsq__input:hover:not(:disabled){border-color:var(--color-fg-default)}.OTPInput-module__W1lVsq__inputInvalid{border-color:var(--color-error-border)}.OTPInput-module__W1lVsq__inputDisabled{background-color:var(--color-surface-sunken);color:var(--color-fg-disabled);cursor:not-allowed}}
@layer components.primitives{.Switch-module__FQy-nG__switchWrapper{forced-color-adjust:none;-webkit-tap-highlight-color:transparent;cursor:pointer;align-items:center;gap:.75rem;display:flex;position:relative}.Switch-module__FQy-nG__switchWrapper .Switch-module__FQy-nG__track{background:var(--color-divider);border-radius:.75rem;flex-shrink:0;width:2.75rem;height:1.5rem;padding:.125rem;transition:all .2s}.Switch-module__FQy-nG__switchWrapper .Switch-module__FQy-nG__track .Switch-module__FQy-nG__handle{aspect-ratio:1;background:var(--color-surface-raised);will-change:transform;border-radius:.75rem;height:100%;transition:all .2s;display:block}.Switch-module__FQy-nG__switchWrapper[data-selected] .Switch-module__FQy-nG__track{background:var(--color-solid-bg)}.Switch-module__FQy-nG__switchWrapper[data-selected] .Switch-module__FQy-nG__handle{transform:translate(1.25rem)}.Switch-module__FQy-nG__switchWrapper[data-focus-visible] .Switch-module__FQy-nG__track{outline:2px solid var(--color-accent-focus-ring)}.Switch-module__FQy-nG__switchWrapper[data-disabled] .Switch-module__FQy-nG__track{background:var(--color-solid-bg-disabled)}.Switch-module__FQy-nG__switchWrapper .Switch-module__FQy-nG__activeLabel{color:var(--color-fg-muted)}.Switch-module__FQy-nG__switchWrapper .Switch-module__FQy-nG__disabledLabel{color:var(--color-fg-disabled)}}
.OTPStep-module__I7GGBW__otpContainer{flex-direction:column;gap:1.25rem;width:100%;display:flex}.OTPStep-module__I7GGBW__emailIconWrapper{background-color:var(--color-info-bg);border-radius:50px;justify-content:center;align-items:center;width:3.25rem;height:3.25rem;display:flex}.OTPStep-module__I7GGBW__emailIcon{color:var(--color-link-default);fill:var(--color-blue-300)}.OTPStep-module__I7GGBW__button{width:100%}.OTPStep-module__I7GGBW__resendButton{color:var(--color-link-default)}.OTPStep-module__I7GGBW__resendButton>span{font:var(--text-body-16);color:var(--color-link-default)}
.ChatAppointments-module__1JqfUG__consultationsList{flex-direction:column;gap:1.5rem;padding-bottom:1.5rem;display:flex}.ChatAppointments-module__1JqfUG__consultation{flex-direction:column;gap:1rem;display:flex}
.CmsHero-module__olAXuq__section{width:100%;min-height:calc(100svh - var(--header-height));background:var(--color-surface-canvas);color:var(--color-fg-default);isolation:isolate;align-items:center;padding:1.5rem 1.5rem 3rem;display:flex;position:relative;overflow:hidden}.CmsHero-module__olAXuq__inner{flex-direction:column;align-items:center;gap:1.5rem;width:100%;max-width:40.25rem;margin:0 auto;display:flex}.CmsHero-module__olAXuq__copy{text-align:center;flex-direction:column;align-items:center;gap:1rem;display:flex}.CmsHero-module__olAXuq__title{text-wrap:balance;max-width:90vw}.CmsHero-module__olAXuq__title :is(span,strong,em,b,i){font:inherit}.CmsHero-module__olAXuq__introMessages{flex-direction:column;gap:.5rem;width:100%;max-width:38rem;display:flex}.CmsHero-module__olAXuq__introMessage p{font:var(--text-body-16);color:var(--color-fg-subtle)}.CmsHero-module__olAXuq__inputBlock{flex-direction:column;align-items:flex-end;gap:.75rem;width:100%;display:flex}.CmsHero-module__olAXuq__input{width:100%}@media (min-width:768px){.CmsHero-module__olAXuq__section{padding:3rem 2rem}.CmsHero-module__olAXuq__inner{gap:2rem}.CmsHero-module__olAXuq__title{font:var(--text-display-48)}.CmsHero-module__olAXuq__introMessage p{font:var(--text-body-14)}}@media (min-width:1024px){.CmsHero-module__olAXuq__section{padding-inline:2.5rem}}@media (min-width:1280px){.CmsHero-module__olAXuq__section{padding-inline:3rem}}
@layer components.composite{.RecordEmptyState-module__inMjwa__content{text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding:3rem 0;display:flex}.RecordEmptyState-module__inMjwa__iconBadge{background-color:var(--color-surface-sunken);width:3rem;height:3rem;color:var(--color-fg-muted);border-radius:1.5rem;justify-content:center;align-items:center;display:flex}}
@layer components.composite{.PricingFeatureCard-module__7_3ViG__cardWrapper{--holo-radius:24px}.PricingFeatureCard-module__7_3ViG__card{background:var(--color-neutral-50);padding:1.5rem}.PricingFeatureCard-module__7_3ViG__cardContent{text-transform:uppercase;flex-direction:column;gap:1.5rem;display:flex}.PricingFeatureCard-module__7_3ViG__logo{align-self:flex-start;margin-bottom:1rem}.PricingFeatureCard-module__7_3ViG__list{flex-direction:column;gap:1rem;list-style:none;display:flex}.PricingFeatureCard-module__7_3ViG__row{flex-direction:column;gap:.125rem;display:flex}.PricingFeatureCard-module__7_3ViG__label{color:var(--color-neutral-700)}.PricingFeatureCard-module__7_3ViG__leader{display:none}.PricingFeatureCard-module__7_3ViG__price{color:var(--color-accent-bg)}.PricingFeatureCard-module__7_3ViG__cardFooter{justify-content:space-between;align-items:center;display:flex}.PricingFeatureCard-module__7_3ViG__cardFooterText{color:var(--color-accent-fg-disabled)}.PricingFeatureCard-module__7_3ViG__badge{align-self:flex-end}@media (min-width:528px){.PricingFeatureCard-module__7_3ViG__card{padding:2rem}.PricingFeatureCard-module__7_3ViG__cardContent{gap:2rem}.PricingFeatureCard-module__7_3ViG__list{gap:.75rem}.PricingFeatureCard-module__7_3ViG__logo{margin:0}.PricingFeatureCard-module__7_3ViG__row{flex-direction:row;align-items:center;gap:.5rem}.PricingFeatureCard-module__7_3ViG__label,.PricingFeatureCard-module__7_3ViG__price{flex-shrink:0}.PricingFeatureCard-module__7_3ViG__leader{min-width:1ch;height:.875rem;color:var(--color-neutral-400);background-image:radial-gradient(circle,currentColor 1px,#0000 1.5px);background-position:0 60%;background-repeat:repeat-x;background-size:6px 100%;flex:1;align-self:end;display:block;-webkit-mask-image:linear-gradient(90deg,#000 calc(100% - 6px),#0000 100%);mask-image:linear-gradient(90deg,#000 calc(100% - 6px),#0000 100%)}}}
@layer components.composite{.PromoBox-module__ZQc4qG__card{border:1px solid var(--color-border-strong);background:var(--color-surface-raised);text-align:center;border-radius:12px;flex-direction:column;align-items:center;gap:.25rem;width:100%;padding:1.5rem;display:flex}.PromoBox-module__ZQc4qG__codeRow{color:var(--color-link-default);align-items:center;gap:.25rem;display:flex}.PromoBox-module__ZQc4qG__copyButton{color:var(--color-link-default);--icon-button-padding:0}.PromoBox-module__ZQc4qG__copyButton>span{background-color:#0000;transform:none}}
@layer components.composite{.ArticleCard-module__76FDKq__card{background-color:var(--color-surface-raised);width:100%;box-shadow:var(--shadow-lg);border-radius:1.5rem;position:relative}.ArticleCard-module__76FDKq__gradientFrame,.ArticleCard-module__76FDKq__cursorGlowAnchor{display:none}.ArticleCard-module__76FDKq__cardLink{align-items:center;gap:.75rem;width:100%;padding:1rem;display:flex}.ArticleCard-module__76FDKq__thumbnail{border-radius:1rem;flex-shrink:0;width:5rem;height:5rem;overflow:hidden}.ArticleCard-module__76FDKq__thumbnailImage{object-fit:cover;width:100%;height:100%}.ArticleCard-module__76FDKq__cardContent{flex-direction:column;gap:.25rem;display:flex}.ArticleCard-module__76FDKq__articleTitle{font:var(--text-body-14);letter-spacing:var(--tracking-tight);color:var(--color-fg-default);text-decoration:underline}@media (min-width:1024px){.ArticleCard-module__76FDKq__card{background-color:var(--color-surface-raised);isolation:isolate;transform-origin:50%;width:auto;height:11.125rem;box-shadow:var(--shadow-lg);will-change:transform;border-radius:1.5rem;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s;overflow:hidden;transform:scale(1)}.ArticleCard-module__76FDKq__card:hover,.ArticleCard-module__76FDKq__card[data-active=true]{z-index:1;transform:scale(1.15)}.ArticleCard-module__76FDKq__card:has(:focus-visible){z-index:1;transform:scale(1.15)}.ArticleCard-module__76FDKq__gradientFrame{border-radius:inherit;border:1px solid var(--color-blue-500);background:linear-gradient(115.8deg, var(--color-sage-50) 0%, var(--color-blue-200) 50%, var(--color-sage-50) 100%);pointer-events:none;opacity:0;z-index:0;background-position:0%;background-size:220% 220%;transition:opacity .4s;display:block;position:absolute;inset:0}.ArticleCard-module__76FDKq__card:hover .ArticleCard-module__76FDKq__gradientFrame,.ArticleCard-module__76FDKq__card[data-active=true] .ArticleCard-module__76FDKq__gradientFrame{opacity:1;animation:8s ease-in-out infinite ArticleCard-module__76FDKq__pressShimmer}.ArticleCard-module__76FDKq__card:has(:focus-visible) .ArticleCard-module__76FDKq__gradientFrame{opacity:1;animation:8s ease-in-out infinite ArticleCard-module__76FDKq__pressShimmer}@keyframes ArticleCard-module__76FDKq__pressShimmer{0%,to{background-position:0%}50%{background-position:100%}}.ArticleCard-module__76FDKq__cursorGlowAnchor{pointer-events:none;z-index:1;width:0;height:0;display:block;position:absolute;top:0;left:0}.ArticleCard-module__76FDKq__cursorGlowCircle{background:radial-gradient(circle, var(--color-blue-300) 0%, var(--color-blue-200) 60%, var(--color-sage-50) 100%);pointer-events:none;opacity:0;transform-origin:50%;will-change:transform, opacity;border-radius:50%;width:40rem;height:40rem;transition:opacity .18s ease-out,transform .7s cubic-bezier(.22,.61,.36,1);display:block;position:absolute;top:0;left:0;transform:translate(-50%,-50%)scale(.15);-webkit-mask-image:radial-gradient(closest-side,#000 0% 35%,#0000 100%);mask-image:radial-gradient(closest-side,#000 0% 35%,#0000 100%)}.ArticleCard-module__76FDKq__cursorGlowAnchor[data-visible=true] .ArticleCard-module__76FDKq__cursorGlowCircle{opacity:.6;transform:translate(-50%,-50%)scale(1)}.ArticleCard-module__76FDKq__cardLink,.ArticleCard-module__76FDKq__thumbnail,.ArticleCard-module__76FDKq__cardContent{z-index:3;position:relative}.ArticleCard-module__76FDKq__cardLink{align-items:center;gap:1rem;height:100%;padding:1rem}.ArticleCard-module__76FDKq__thumbnail{width:6.875rem;height:6.875rem}.ArticleCard-module__76FDKq__publisher{font:var(--text-heading-16)}}@media (prefers-reduced-motion:reduce){@media (min-width:1024px){.ArticleCard-module__76FDKq__card,.ArticleCard-module__76FDKq__gradientFrame,.ArticleCard-module__76FDKq__cursorGlowCircle{will-change:auto;transition:none}.ArticleCard-module__76FDKq__card[data-active=true]{transform:none}.ArticleCard-module__76FDKq__card:hover .ArticleCard-module__76FDKq__gradientFrame,.ArticleCard-module__76FDKq__card[data-active=true] .ArticleCard-module__76FDKq__gradientFrame{animation:none}.ArticleCard-module__76FDKq__card:has(:focus-visible) .ArticleCard-module__76FDKq__gradientFrame{animation:none}.ArticleCard-module__76FDKq__cursorGlowCircle{opacity:0}}}@media (min-width:1024px){[data-animations-paused] .ArticleCard-module__76FDKq__card,[data-animations-paused] .ArticleCard-module__76FDKq__gradientFrame,[data-animations-paused] .ArticleCard-module__76FDKq__cursorGlowCircle{will-change:auto;transition:none}[data-animations-paused] .ArticleCard-module__76FDKq__card:hover .ArticleCard-module__76FDKq__gradientFrame,[data-animations-paused] .ArticleCard-module__76FDKq__card[data-active=true] .ArticleCard-module__76FDKq__gradientFrame{animation:none}[data-animations-paused] .ArticleCard-module__76FDKq__card:has(:focus-visible) .ArticleCard-module__76FDKq__gradientFrame{animation:none}[data-animations-paused] .ArticleCard-module__76FDKq__cursorGlowCircle{opacity:0}}}
.MedicalRecordConsentSection-module__uoHtfG__content{flex-direction:column;gap:.75rem;display:flex}.MedicalRecordConsentSection-module__uoHtfG__consentRow{align-items:center;gap:.75rem;display:flex}.MedicalRecordConsentSection-module__uoHtfG__info{flex-direction:column;flex:1;gap:.125rem;display:flex}
.ConsultPage-module__0kkZOG__container{width:100%;height:100dvh;padding:2rem 1rem var(--floating-bar-space,0px) 1rem;flex-direction:column;align-items:center;gap:2rem;display:flex;position:relative;overflow:hidden auto}.ConsultPage-module__0kkZOG__containerWithFloatingBar{--floating-bar-space:calc(7.5rem + env(safe-area-inset-bottom))}.ConsultPage-module__0kkZOG__content{flex-direction:column;flex:1;gap:1.5rem;width:100%;max-width:43.75rem;display:flex;position:relative}.ConsultPage-module__0kkZOG__sentinel{width:100%;height:1px}.ConsultPage-module__0kkZOG__loadingIndicator{text-align:center;flex-shrink:0;width:100%;position:absolute;top:0;left:0}.ConsultPage-module__0kkZOG__loadingText{text-align:center;padding:2rem}.ConsultPage-module__0kkZOG__chatInput{z-index:1;background-color:var(--color-surface-canvas);width:100%;max-width:43.75rem;padding-top:.5rem;padding-bottom:.5rem;position:sticky;bottom:0}.ConsultPage-module__0kkZOG__chatInput:has([data-medical-records-cta]){border-radius:1rem 1rem 0 0;padding-top:0}.ConsultPage-module__0kkZOG__inlineInputLabel{text-align:center}.ConsultPage-module__0kkZOG__chatInputInline{padding-top:0;padding-bottom:0;position:static}@media (min-width:768px){.ConsultPage-module__0kkZOG__chatInput{padding-bottom:2rem}}
@layer components.composite{.EmptyFilesRow-module__nqxcbG__emptyRow{align-items:flex-start;gap:.5rem;padding:1rem 1rem 1.5rem;display:flex}.EmptyFilesRow-module__nqxcbG__icon{color:var(--color-fg-muted);align-items:center;display:flex}}
@layer components.composite{.RecordDisclosureRow-module__pPHGgq__simpleRow{align-items:center;padding:1rem;display:flex}.RecordDisclosureRow-module__pPHGgq__trigger{align-items:center;padding:1rem;transition:background-color .18s}.RecordDisclosureRow-module__pPHGgq__row:not([open]) .RecordDisclosureRow-module__pPHGgq__trigger:hover{background-color:var(--color-surface-sunken);transition:background-color .35s}.RecordDisclosureRow-module__pPHGgq__chevron{transition:transform .2s ease-in-out,color .2s ease-in-out}.RecordDisclosureRow-module__pPHGgq__row[open] .RecordDisclosureRow-module__pPHGgq__chevron,.RecordDisclosureRow-module__pPHGgq__row:not([open]) .RecordDisclosureRow-module__pPHGgq__trigger:hover .RecordDisclosureRow-module__pPHGgq__chevron{color:var(--color-accent-bg)}@media (prefers-reduced-motion:reduce){.RecordDisclosureRow-module__pPHGgq__chevron,.RecordDisclosureRow-module__pPHGgq__trigger,.RecordDisclosureRow-module__pPHGgq__row:not([open]) .RecordDisclosureRow-module__pPHGgq__trigger:hover{transition:none}}.RecordDisclosureRow-module__pPHGgq__content{margin:0 1rem 1rem}.RecordDisclosureRow-module__pPHGgq__detailList{background-color:var(--color-surface-sunken);border-radius:.75rem;flex-direction:column;gap:.75rem;margin:0;padding:1rem;display:flex}.RecordDisclosureRow-module__pPHGgq__detailRow{align-items:baseline;gap:1rem;display:flex}.RecordDisclosureRow-module__pPHGgq__detailLabel{flex-shrink:0;width:6rem}}
@layer components.composite{.PricingHeader-module__bNrNEa__header{color:inherit;flex-direction:column;display:flex}.PricingHeader-module__bNrNEa__subhead{color:inherit;margin-top:.5rem}@media (min-width:768px){.PricingHeader-module__bNrNEa__title{font:var(--text-display-40)}}}
.ErrorContent-module__FXNPFW__content{text-align:center;flex-direction:column;align-items:center;gap:1rem;display:flex}.ErrorContent-module__FXNPFW__modal{gap:.75rem}.ErrorContent-module__FXNPFW__icon{color:var(--color-fg-default)}.ErrorContent-module__FXNPFW__title{margin-top:.5rem}.ErrorContent-module__FXNPFW__description{max-width:28rem}.ErrorContent-module__FXNPFW__button{width:100%;max-width:unset}
.StateSelectionModal-module__WJsVtq__modal{width:30rem;max-width:100%;height:min(calc(var(--visual-viewport-height,100dvh) * .9), 40rem);max-height:min(calc(var(--visual-viewport-height,100dvh) * .9), 40rem);flex-direction:column;display:flex;overflow:hidden}.StateSelectionModal-module__WJsVtq__modal [role=dialog]{flex-direction:column;flex:1;height:100%;min-height:0;display:flex}.StateSelectionModal-module__WJsVtq__content{flex-direction:column;flex:1;gap:1rem;min-height:0;padding:1.5rem 1rem 1rem;display:flex}.StateSelectionModal-module__WJsVtq__title{color:var(--color-neutral-950);flex-shrink:0;padding-right:2rem}.StateSelectionModal-module__WJsVtq__search{flex-shrink:0;width:100%}.StateSelectionModal-module__WJsVtq__empty{padding:.5rem 0 1rem}.StateSelectionModal-module__WJsVtq__list{-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;gap:.5rem;min-height:0;margin:0;padding:0 0 1rem;display:flex;overflow-y:auto}.StateSelectionModal-module__WJsVtq__option{border:1px solid var(--color-border-default);background-color:var(--color-surface-canvas);width:100%;color:var(--color-fg-default);cursor:pointer;text-align:left;border-radius:.75rem;align-items:center;gap:.5rem;padding:1rem;transition:background-color .2s ease-in-out,border-color .2s ease-in-out;display:flex}.StateSelectionModal-module__WJsVtq__option:hover,.StateSelectionModal-module__WJsVtq__option[data-hovered]{background-color:var(--color-surface-sunken)}.StateSelectionModal-module__WJsVtq__option:focus-visible,.StateSelectionModal-module__WJsVtq__option[data-focus-visible]{outline:2px solid var(--color-accent-focus-ring);outline-offset:2px}.StateSelectionModal-module__WJsVtq__option[data-disabled]{cursor:not-allowed;opacity:.6}.StateSelectionModal-module__WJsVtq__selected,.StateSelectionModal-module__WJsVtq__selected:hover,.StateSelectionModal-module__WJsVtq__selected[data-hovered]{background-color:var(--color-info-bg);border-color:var(--color-accent-bg)}.StateSelectionModal-module__WJsVtq__optionLabel{flex:1 0 0;min-width:0}.StateSelectionModal-module__WJsVtq__check{color:var(--color-accent-bg);flex-shrink:0}@media (prefers-reduced-motion:reduce){.StateSelectionModal-module__WJsVtq__option{transition:none}}@media (min-width:768px){.StateSelectionModal-module__WJsVtq__content{padding:2rem 2rem 1.5rem}}
@layer components.composite{.InThePress-module__a4aVEG__section{background:linear-gradient(to right, var(--color-blue-50), var(--color-sage-50));padding:1rem 1.5rem}.InThePress-module__a4aVEG__inner{flex-direction:column;gap:1.5rem;width:100%;max-width:61.625rem;margin:0 auto;padding:1rem 0 2.25rem;display:flex}.InThePress-module__a4aVEG__header{flex-direction:column;gap:1.5rem;display:flex}.InThePress-module__a4aVEG__titleBold{font-weight:600}.InThePress-module__a4aVEG__quoteAttribution{margin-top:1.75rem;display:block}.InThePress-module__a4aVEG__cardsWrapper{flex-direction:column;gap:1rem;list-style:none;display:flex}@media (min-width:1024px){.InThePress-module__a4aVEG__section{padding:5rem 1.5rem}.InThePress-module__a4aVEG__inner{gap:5rem;padding:0}.InThePress-module__a4aVEG__header{text-align:center;align-items:center;gap:2.5rem}.InThePress-module__a4aVEG__title{font:var(--text-display-56)}.InThePress-module__a4aVEG__quoteText{font:var(--text-body-32);max-width:56.8125rem}.InThePress-module__a4aVEG__quoteAttribution{font:var(--text-heading-italic-28)}.InThePress-module__a4aVEG__cardsWrapper{background-color:#0000;border-radius:0;flex-direction:row;align-items:center;gap:2.5rem;padding:0;overflow:visible}.InThePress-module__a4aVEG__cardsWrapper>*{flex:1 1 0;min-width:0}}}
.MemoryControlSection-module__MUXaxa__row{align-items:center;gap:.75rem;padding:.75rem 0;display:flex}.MemoryControlSection-module__MUXaxa__info{flex-direction:column;flex:1;gap:.125rem;display:flex}
.shared-module__eDkrDa__container{flex-shrink:0;width:11.5625rem;height:11.5625rem;position:relative}.shared-module__eDkrDa__canvas{width:100%;height:100%;display:block}.shared-module__eDkrDa__containerPlaceholder{flex-shrink:0;width:11.5625rem;height:11.5625rem;position:relative;overflow:hidden}.shared-module__eDkrDa__imagePlaceholder{object-fit:contain;-webkit-user-select:none;user-select:none;pointer-events:none}
.page-module__q57RSG__fields{flex-direction:column;display:flex}.page-module__q57RSG__visibleFields{flex-direction:column;gap:1rem;display:flex}.page-module__q57RSG__consentCheckbox{align-items:flex-start;gap:.75rem}.page-module__q57RSG__consentText{color:var(--color-fg-default);text-align:left}.page-module__q57RSG__footer{flex-direction:column;align-items:center;gap:.5rem;margin-top:1rem;display:flex}.page-module__q57RSG__reveal{opacity:0;grid-template-rows:0fr;margin-top:0;transition:grid-template-rows .2s,opacity .2s,margin-top .2s;display:grid}@media (prefers-reduced-motion:reduce){.page-module__q57RSG__reveal{transition:none}}.page-module__q57RSG__revealOpen{opacity:1;grid-template-rows:1fr;margin-top:1rem}.page-module__q57RSG__revealInstant{transition:none}.page-module__q57RSG__revealInner{flex-direction:column;gap:1rem;min-height:0;display:flex;overflow:hidden}.page-module__q57RSG__button{width:100%}.page-module__q57RSG__certifications{justify-content:center;align-items:center;gap:1rem;margin-top:.5rem;display:flex}
@layer components.composite{.FileActions-module__QVxVfG__deleteButton{cursor:pointer;color:var(--color-fg-muted)}.FileActions-module__QVxVfG__errorActions{flex-shrink:0;align-items:center;gap:1rem;display:flex}.FileActions-module__QVxVfG__retryButton{color:var(--color-link-default)}}
@layer components.composite{.LabFlagValue-module__pRokuq__flagValue{align-items:center;gap:.5rem;display:inline-flex}.LabFlagValue-module__pRokuq__dot{border-radius:50%;flex-shrink:0;width:.375rem;height:.375rem}.LabFlagValue-module__pRokuq__normal{background-color:var(--color-success-500)}.LabFlagValue-module__pRokuq__warning{background-color:var(--color-warning-500)}.LabFlagValue-module__pRokuq__critical{background-color:var(--color-error-500)}}
@layer components.composite{.PricingPillRow-module__JoW74W__row{flex-direction:column;gap:.75rem;list-style:none;display:flex}.PricingPillRow-module__JoW74W__pill{background:var(--color-surface-muted-blue);color:var(--color-solid-bg);border-radius:3rem;align-items:center;gap:.25rem;width:fit-content;padding:.5rem;display:inline-flex}.PricingPillRow-module__JoW74W__icon{color:var(--color-solid-bg);flex-shrink:0}.PricingPillRow-module__JoW74W__label{font-weight:600}@media (min-width:768px){.PricingPillRow-module__JoW74W__row{flex-flow:wrap;gap:.75rem}}}
@layer components.composite{.ErrorModal-module__5LWf7G__body{padding:2rem 1.5rem 1.5rem}}
.StateSignifier-module__hj63NW__signifier{color:var(--color-accent-bg);cursor:pointer;background:0 0;border:none;align-items:center;gap:.25rem;padding:0;transition:color .15s;display:inline-flex}.StateSignifier-module__hj63NW__signifier:hover,.StateSignifier-module__hj63NW__signifier[data-hovered]{color:var(--color-accent-bg-hover)}.StateSignifier-module__hj63NW__signifier:active,.StateSignifier-module__hj63NW__signifier[data-pressed]{color:var(--color-accent-bg-pressed)}.StateSignifier-module__hj63NW__signifier:focus-visible,.StateSignifier-module__hj63NW__signifier[data-focus-visible]{outline:2px solid var(--color-accent-focus-ring);outline-offset:2px;border-radius:.25rem}.StateSignifier-module__hj63NW__signifier[data-disabled]{cursor:not-allowed;opacity:.6}.StateSignifier-module__hj63NW__icon{color:inherit;flex-shrink:0}@media (prefers-reduced-motion:reduce){.StateSignifier-module__hj63NW__signifier{transition:none}}
@layer components.composite{.OrbBackground-module__SKAmLa__root{pointer-events:none;z-index:0;height:100dvh;position:absolute;top:0;left:0;right:0;overflow:hidden;-webkit-mask-image:linear-gradient(#000 0% 65%,#0000 100%);mask-image:linear-gradient(#000 0% 65%,#0000 100%)}.OrbBackground-module__SKAmLa__canvas{width:100%;height:100%;position:absolute;inset:0}}
@layer components.composite{.PlusAnimationBlock-module__8sy8NW__plusContainer{width:fit-content;margin:0 auto;position:relative}.PlusAnimationBlock-module__8sy8NW__doctorImage{width:4.875rem;height:4.875rem;box-shadow:var(--shadow-xl);border-radius:50%;position:absolute;top:.5rem;left:.5rem}.PlusAnimationBlock-module__8sy8NW__patientImage{width:2.813rem;height:2.813rem;box-shadow:var(--shadow-xl);border-radius:50%;position:absolute;bottom:2.5rem;right:.75rem}}
@layer components.composite{.ContactUsModal-module__A2eV2q__content{flex-direction:column;gap:1rem;padding:1.5rem 1rem;display:flex}.ContactUsModal-module__A2eV2q__header{flex-direction:column;gap:.25rem;display:flex}.ContactUsModal-module__A2eV2q__form{flex-direction:column;gap:1rem;display:flex}.ContactUsModal-module__A2eV2q__fields{flex-direction:column;gap:.5rem;display:flex}.ContactUsModal-module__A2eV2q__button{width:100%}}
.page-module__bRHgya__fields{flex-direction:column;display:flex}.page-module__bRHgya__visibleFields{flex-direction:column;gap:1rem;display:flex}.page-module__bRHgya__consentCheckbox{align-items:flex-start;gap:.75rem}.page-module__bRHgya__consentText{color:var(--color-fg-default);text-align:left}.page-module__bRHgya__footer{flex-direction:column;align-items:center;gap:.5rem;margin-top:1rem;display:flex}.page-module__bRHgya__reveal{opacity:0;grid-template-rows:0fr;margin-top:0;transition:grid-template-rows .2s,opacity .2s,margin-top .2s;display:grid}@media (prefers-reduced-motion:reduce){.page-module__bRHgya__reveal{transition:none}}.page-module__bRHgya__revealOpen{opacity:1;grid-template-rows:1fr;margin-top:1rem}.page-module__bRHgya__revealInstant{transition:none}.page-module__bRHgya__revealInner{flex-direction:column;gap:1rem;min-height:0;display:flex;overflow:hidden}.page-module__bRHgya__button{width:100%}.page-module__bRHgya__certifications{justify-content:center;align-items:center;gap:1rem;margin-top:.5rem;display:flex}
@layer components.composite{.AddressFieldGroup-module__zP7MmW__group{flex-direction:column;gap:.75rem;width:100%;display:flex}.AddressFieldGroup-module__zP7MmW__row{gap:.75rem;width:100%;display:flex}.AddressFieldGroup-module__zP7MmW__rowField{flex:1;min-width:0}}
.StartStep-module__jpGreW__signupLink{color:var(--color-link-default);text-decoration:none}.StartStep-module__jpGreW__newUserText,.StartStep-module__jpGreW__disclaimer{color:var(--color-fg-subtle)}.StartStep-module__jpGreW__buttonsContainer{flex-direction:column;gap:.5rem;width:100%;display:flex}.StartStep-module__jpGreW__buttonsContainer>button{width:100%}
@layer components.composite{.ManualImportProvideInfoPage-module__uq-frq__wrapper,.ManualImportProvideInfoPage-module__uq-frq__form,.ManualImportProvideInfoPage-module__uq-frq__providerList{flex-direction:column;gap:1rem;display:flex}.ManualImportProvideInfoPage-module__uq-frq__addProviderButton{color:var(--color-link-default);align-self:flex-start}.ManualImportProvideInfoPage-module__uq-frq__reviewSignBlock{border:1px solid var(--color-border-default);border-radius:1rem;flex-direction:column;gap:.5rem;padding:1rem;display:flex}.ManualImportProvideInfoPage-module__uq-frq__button{width:100%;margin-top:.5rem}@media (min-width:768px){.ManualImportProvideInfoPage-module__uq-frq__wrapper,.ManualImportProvideInfoPage-module__uq-frq__form{gap:1.5rem}.ManualImportProvideInfoPage-module__uq-frq__button{margin-top:1rem}.ManualImportProvideInfoPage-module__uq-frq__reviewSignBlock{gap:1rem}}}
@layer components.composite{.UploadedFile-module__pWcFyq__card{align-items:center;gap:1rem;padding:1rem;display:flex}.UploadedFile-module__pWcFyq__card:hover{background-color:var(--color-surface-sunken)}.UploadedFile-module__pWcFyq__fileIcon{background-color:var(--color-graphic-blue-subtle);border-radius:12px;justify-content:center;align-items:center;padding:.75rem;display:flex}.UploadedFile-module__pWcFyq__fileIconError{background-color:var(--color-warning-bg);color:var(--color-warning-fg)}.UploadedFile-module__pWcFyq__textContent{flex:1;min-width:0}.UploadedFile-module__pWcFyq__fileName{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}}
@layer components.composite{.LabRowHeader-module__WgkCxW__header{flex-direction:column;flex:1;gap:.25rem;min-width:0;display:flex}.LabRowHeader-module__WgkCxW__valueLine{flex-wrap:wrap;align-items:baseline;gap:.375rem;display:flex}.LabRowHeader-module__WgkCxW__dateSlot{align-items:center;gap:.5rem;padding-left:.125rem;display:flex}.LabRowHeader-module__WgkCxW__dateSlotDivided{border-left:1px solid var(--color-border-strong);padding-left:.5rem}}
@layer components.composite{.PricingSection-module__PRvIhW__section{background:var(--color-surface-sunken)}.PricingSection-module__PRvIhW__content{flex-direction:column;justify-content:space-between;max-width:77.0625rem;height:100%;margin:0 auto;padding:5rem 1.5rem;display:flex}.PricingSection-module__PRvIhW__headerBlock{flex-direction:column;gap:1.5rem;padding-bottom:1.5rem;display:flex}.PricingSection-module__PRvIhW__desktopButton{display:none}.PricingSection-module__PRvIhW__mobileButton{width:21.563rem;margin:2rem auto 0}@media (min-width:768px){.PricingSection-module__PRvIhW__content{min-height:45.813rem}.PricingSection-module__PRvIhW__header{max-width:26.25rem}}@media (min-width:1024px){.PricingSection-module__PRvIhW__content{flex-direction:row;align-items:center}.PricingSection-module__PRvIhW__headerBlock{padding-bottom:0}.PricingSection-module__PRvIhW__desktopButton{display:inline-flex}.PricingSection-module__PRvIhW__mobileButton{display:none}.PricingSection-module__PRvIhW__featureCardBlock{width:min(40rem,100% - 6rem)}}}
.PharmacyConfirmView-module__hMPZ4q__confirmSection{flex-direction:column;flex:1;gap:1rem;display:flex}.PharmacyConfirmView-module__hMPZ4q__confirmGroup{flex-direction:column;gap:1rem;display:flex}.PharmacyConfirmView-module__hMPZ4q__locationConfirmation{background-color:var(--color-surface-raised);border:1px solid var(--color-border-default);border-radius:1.25rem;padding:1.25rem;display:flex}.PharmacyConfirmView-module__hMPZ4q__locationCheckbox:not([data-disabled]){cursor:pointer}.PharmacyConfirmView-module__hMPZ4q__confirmButton{width:100%}
@layer components.composite{.TrustpilotWidget-module__1QiTNW__widget{min-block-size:1.75rem;inline-size:15rem;max-inline-size:100%}.TrustpilotWidget-module__1QiTNW__widget a{font:var(--text-label-10);color:var(--color-fg-subtle)}@media (max-height:700px){.TrustpilotWidget-module__1QiTNW__heroCorner{margin-bottom:2rem}}@media (min-width:768px){.TrustpilotWidget-module__1QiTNW__heroCorner{margin-bottom:0;position:absolute;bottom:1.5625rem;right:5rem}}}
@layer components.composite{.FeedbackRating-module__hVYyJa__container{flex-direction:column;gap:.625rem;display:flex}.FeedbackRating-module__hVYyJa__wrapper{justify-content:space-between;align-items:center;gap:.125rem;display:flex}.FeedbackRating-module__hVYyJa__inner{flex:1;position:relative}.FeedbackRating-module__hVYyJa__input{width:0;height:0;position:absolute}.FeedbackRating-module__hVYyJa__input:checked+.FeedbackRating-module__hVYyJa__label{background-color:var(--color-accent-bg);color:var(--color-accent-fg)}.FeedbackRating-module__hVYyJa__label{background-color:var(--color-surface-sunken);cursor:pointer;border-radius:.375rem;justify-content:center;align-items:center;height:2.5rem;transition:all .2s;display:flex}.FeedbackRating-module__hVYyJa__footerLabels{color:var(--color-fg-muted);justify-content:space-between;display:flex}}
.page-module__9ADxJW__wrapper{background-color:var(--color-surface-canvas);flex-direction:column;width:100%;height:100dvh;padding:1rem;display:flex;overflow:hidden}.page-module__9ADxJW__container{flex-direction:column;flex:1;align-items:center;gap:1.5rem;width:100%;padding-top:1rem;display:flex;position:relative;overflow:hidden auto}.page-module__9ADxJW__newChatButton{z-index:1;align-self:flex-start}.page-module__9ADxJW__content{flex-direction:column;flex:1;gap:1.5rem;width:100%;max-width:48rem;display:flex;position:relative}.page-module__9ADxJW__measureRoot{flex-direction:column;gap:1.5rem;width:100%;display:flex}.page-module__9ADxJW__composer{z-index:1;background-color:var(--color-surface-canvas);flex-direction:column;flex-shrink:0;gap:1rem;width:100%;max-width:48rem;padding-bottom:.5rem;display:flex;position:sticky;bottom:0}.page-module__9ADxJW__chatInputForm{margin:0}.page-module__9ADxJW__completedActions{flex-direction:column;align-items:center;gap:1rem;width:100%;padding:1rem 0;display:flex}.page-module__9ADxJW__completedTitle{text-align:center;color:var(--color-fg-default)}.page-module__9ADxJW__completedButtons{flex-direction:column;justify-content:center;align-items:center;gap:.5rem;width:100%;display:flex}.page-module__9ADxJW__completedButton{width:100%;max-width:100%}@media (min-width:600px){.page-module__9ADxJW__container{padding:0 2.5rem}.page-module__9ADxJW__composer,.page-module__9ADxJW__chatInputForm{width:100%}.page-module__9ADxJW__completedButtons{flex-direction:row}.page-module__9ADxJW__completedButtons button,.page-module__9ADxJW__completedButtons a{width:12.5rem}}
.page-module__DmGL6W__fields{flex-direction:column;gap:1rem;display:flex}.page-module__DmGL6W__select{margin-bottom:.5rem}.page-module__DmGL6W__emptySelectState{color:var(--color-fg-muted);flex-direction:column;align-items:center;gap:.5rem;padding:1rem;display:flex}.page-module__DmGL6W__consents{flex-direction:column;gap:1rem;margin-top:1rem;display:flex}.page-module__DmGL6W__footer{flex-direction:column;gap:1.5rem;padding-top:2rem;display:flex}.page-module__DmGL6W__button{width:100%}.page-module__DmGL6W__certifications{justify-content:center;align-items:center;gap:1.25rem;display:flex}
.page-module__CePBGG__page{background-color:var(--color-surface-canvas)}.page-module__CePBGG__wrapper{gap:1.5rem;min-height:100dvh;padding-top:2.5rem}.page-module__CePBGG__confirmationButton{width:100%}.page-module__CePBGG__selectedPharmacyWrapper{flex-direction:column;gap:.5rem;display:flex}
.page-module__F10haa__wrapper{flex-direction:column;gap:1.5rem;padding-bottom:10rem;display:flex}.page-module__F10haa__secureNote{padding-top:.75rem}.page-module__F10haa__loadingState{text-align:center;justify-content:center;align-items:center;padding:2rem;display:flex}.page-module__F10haa__starsNote{background-color:var(--color-surface-sunken);text-align:center;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:.25rem;display:flex}.page-module__F10haa__starsNoteTitle{font:var(--text-label-14)}.page-module__F10haa__spinner{margin:0 auto}.page-module__F10haa__checkoutForm{--floating-button-max-width:100%}@media (min-width:768px){.page-module__F10haa__checkoutForm{--floating-button-max-width:41.75rem}}
.CheckoutForm-module__AItCDW__form{flex-direction:column;gap:1.5rem;width:100%;display:flex}.CheckoutForm-module__AItCDW__loadingState{text-align:center;justify-content:center;align-items:center;padding-top:.5rem;padding-bottom:2rem;display:flex}.CheckoutForm-module__AItCDW__hidden{visibility:hidden;height:0;overflow:hidden}.CheckoutForm-module__AItCDW__button{width:100%;max-width:unset;margin-top:.75rem}.CheckoutForm-module__AItCDW__floatingButtonWrapper{width:100%;max-width:var(--floating-button-max-width,100%);background:var(--color-surface-canvas);z-index:10;opacity:0;pointer-events:none;border-radius:24px 24px 0 0;padding:1.5rem 1rem;transition:opacity .25s,transform .25s;position:fixed;bottom:0;left:50%;transform:translate(-50%)translateY(100%);box-shadow:0 -5px 32px #0000001a}.CheckoutForm-module__AItCDW__floatingButtonWrapper.CheckoutForm-module__AItCDW__visible{opacity:1;pointer-events:auto;transform:translate(-50%)translateY(0)}.CheckoutForm-module__AItCDW__floatingButtonFooterContent{margin-bottom:.75rem}.CheckoutForm-module__AItCDW__floatingButton{width:100%}@media (prefers-reduced-motion:reduce){.CheckoutForm-module__AItCDW__floatingButtonWrapper{transition:none;transform:translate(-50%)translateY(100%)}.CheckoutForm-module__AItCDW__floatingButtonWrapper.CheckoutForm-module__AItCDW__visible{transform:translate(-50%)translateY(0)}}
.SecureNote-module__pdIfnG__wrapper{justify-content:center;align-items:center;gap:.25rem;display:flex}.SecureNote-module__pdIfnG__icon{color:var(--color-fg-subtle)}
.ConsultCardMenu-module__AynEsq__wrapper{align-items:flex-end;padding-bottom:.75rem;padding-right:.75rem;display:flex}.ConsultCardMenu-module__AynEsq__menu{min-width:unset}.ConsultCardMenu-module__AynEsq__menuItem{gap:.625rem;padding:.5rem .75rem}.ConsultCardMenu-module__AynEsq__unpinIcon{fill:currentColor}.ConsultCardMenu-module__AynEsq__triggerMenuButton{--icon-button-padding:0}
@layer components.composite{.MedicationRowHeader-module__dGVIQa__header{flex-direction:column;flex:1;gap:.25rem;min-width:0;display:flex}.MedicationRowHeader-module__dGVIQa__statusLine{align-items:center;gap:.5rem;display:flex}.MedicationRowHeader-module__dGVIQa__dateRule{background-color:var(--color-border-strong);width:1px;height:.625rem}}
@layer components.composite{.UploadedFilesCardBody-module__EV8qPG__loadingRow{color:var(--color-fg-muted);justify-content:center;align-items:center;padding:1rem 1rem 1.5rem;display:flex}.UploadedFilesCardBody-module__EV8qPG__filesList>:not(:first-child){border-top:1px dashed var(--color-border-default)}}
@layer components.composite{.LabsPastToggle-module__b5beHa__toggle{width:100%;color:var(--color-link-default);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:0;display:flex}.LabsPastToggle-module__b5beHa__toggle:focus-visible{outline:2px solid var(--color-accent-focus-ring);outline-offset:2px;border-radius:4px}}
@layer components.composite{.CollapsibleSection-module__moavNW__collapsible{grid-template-rows:0fr;transition:grid-template-rows .32s cubic-bezier(.2,0,0,1);display:grid}.CollapsibleSection-module__moavNW__open{grid-template-rows:1fr}.CollapsibleSection-module__moavNW__inner{min-height:0;overflow:hidden}@media (prefers-reduced-motion:reduce){.CollapsibleSection-module__moavNW__collapsible{transition:none}}}
.PharmacyNoResults-module__jLdSsW__popup{background-color:var(--color-surface-raised);border:.5px solid var(--color-border-strong);width:100%;box-shadow:var(--shadow-lg);text-align:center;border-radius:.75rem;flex-direction:column;align-items:center;gap:2rem;padding:1.5rem 1rem;display:flex}.PharmacyNoResults-module__jLdSsW__message{flex-direction:column;align-items:center;gap:.5rem;display:flex}.PharmacyNoResults-module__jLdSsW__text{flex-direction:column;gap:.25rem;display:flex}.PharmacyNoResults-module__jLdSsW__icon{width:51px;height:51px}.PharmacyNoResults-module__jLdSsW__skipLink{all:unset;cursor:pointer;color:var(--color-link-default)}.PharmacyNoResults-module__jLdSsW__skipLink[data-hovered]{text-decoration:underline}.PharmacyNoResults-module__jLdSsW__skipLink[data-focus-visible]{outline:2px solid var(--color-accent-focus-ring);outline-offset:2px;border-radius:.25rem}.PharmacyNoResults-module__jLdSsW__skipLink[data-disabled]{cursor:not-allowed;color:var(--color-fg-disabled)}
@layer components.composite{.DataSourceInfo-module__rUo0mq__container{cursor:pointer;font:inherit;color:inherit;background:0 0;border:none;align-self:center;align-items:center;gap:.125rem;display:flex}.DataSourceInfo-module__rUo0mq__modalContent{flex-direction:column;gap:1rem;padding:2rem;display:flex}.DataSourceInfo-module__rUo0mq__section{flex-direction:column;gap:.25rem;width:100%;display:flex}.DataSourceInfo-module__rUo0mq__sectionHeader{align-items:center;gap:.375rem;display:flex}}
@layer components.composite{.ChatBubble-module__Ke2J8a__bubble{background-color:hsl(from var(--color-surface-canvas) h s l / .6);opacity:.95;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);box-shadow:var(--shadow-lg);color:var(--color-fg-default);border-radius:1.5rem 0 1.5rem 1.5rem;padding:1.5rem}.ChatBubble-module__Ke2J8a__bubbleSmall{border-radius:1rem 0 1rem 1rem;padding:.5rem .75rem}.ChatBubble-module__Ke2J8a__text{letter-spacing:-.02em;display:block}}
@layer components.composite{.TrustpilotRating-module__dEt_Wa__rating{--trustpilot-green:#219653;align-items:center;gap:.75rem;display:flex}.TrustpilotRating-module__dEt_Wa__stars{align-items:center;gap:2px;display:flex}.TrustpilotRating-module__dEt_Wa__tile{width:20px;height:20px;display:block}}
@layer components.composite{.FeedbackModal-module__CRHi0q__modal{padding:1.5rem}.FeedbackModal-module__CRHi0q__content,.FeedbackModal-module__CRHi0q__form{flex-direction:column;gap:1rem;display:flex}.FeedbackModal-module__CRHi0q__button{width:100%}}
.page-module__6HdT-a__page{background-color:var(--color-surface-canvas)}.page-module__6HdT-a__wrapper{gap:1.5rem;min-height:100dvh;padding-top:2.5rem}.page-module__6HdT-a__titleIcon{background-color:var(--color-graphic-blue-subtle);border-radius:50px;justify-content:center;align-items:center;width:fit-content;margin:0 auto;padding:1rem;display:flex}.page-module__6HdT-a__title{text-align:center}.page-module__6HdT-a__button{width:100%}
.page-module__Q1gx4W__page{background-color:var(--color-surface-canvas)}.page-module__Q1gx4W__wrapper{gap:1.5rem;min-height:100dvh;padding-top:2.5rem}.page-module__Q1gx4W__titleIcon{background-color:var(--color-graphic-blue-subtle);border-radius:50px;justify-content:center;align-items:center;width:fit-content;margin:0 auto;padding:1rem;display:flex}.page-module__Q1gx4W__title{text-align:center}.page-module__Q1gx4W__button{width:100%}
.ConsultCard-module__J_Rg7W__card{border:1px solid var(--color-border-default);border-radius:.75rem;align-items:stretch;gap:0;display:flex}.ConsultCard-module__J_Rg7W__content{flex-direction:column;flex:1;gap:.5rem;min-width:0;padding:1rem;text-decoration:none;display:flex}.ConsultCard-module__J_Rg7W__title{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
@layer components.composite{.LabsList-module__p11tNa__header{background-color:var(--color-surface-sunken);justify-content:space-between;align-items:baseline;gap:1rem;padding:.75rem 1.5rem .75rem 1rem;display:flex}}