.mc-premium-option-card{display:flex;align-items:flex-start;gap:var(--odh-gap-lg);width:100%;padding:var(--odh-space-4);border-radius:var(--odh-radius-md);border:1px solid var(--odh-color-outline);background:var(--odh-color-surface);text-align:left;cursor:pointer;transition:all .2s ease}.mc-premium-option-card:hover:not(:disabled){border-color:var(--odh-brand-border);box-shadow:var(--odh-shadow-hover);transform:translateY(-2px)}.mc-premium-option-card-selected{border-color:var(--odh-brand);background:var(--odh-brand-subtle)}.mc-premium-option-card:disabled{opacity:.5;cursor:not-allowed}.mc-premium-option-card-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--odh-radius-md);background:var(--odh-neutral-95);color:var(--odh-tonal-40);flex-shrink:0}.mc-premium-option-card-content{flex:1;min-width:0}.mc-premium-option-card-title{font:var(--odh-title-sm);color:var(--odh-color-on-surface)}.mc-premium-option-card-description{font:var(--odh-body-sm);color:var(--odh-color-on-surface-variant);margin-top:var(--odh-gap-xs)}.mc-premium-option-card-check{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:var(--odh-radius-full);background:var(--odh-brand);color:var(--odh-color-on-primary);flex-shrink:0}.mc-premium-spinner{display:inline-block;border-radius:50%;border:2px solid var(--odh-neutral-90);border-top-color:var(--odh-brand);animation:mc-premium-spin .7s linear infinite}.mc-premium-spinner-sm{width:16px;height:16px}.mc-premium-spinner-md{width:24px;height:24px}.mc-premium-spinner-lg{width:36px;height:36px;border-width:3px}@keyframes mc-premium-spin{to{transform:rotate(360deg)}}.mc-premium-empty-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:var(--odh-gap-md);width:100%;max-width:872px;min-height:116px;padding:32px;background:var(--odh-color-surface-container);border-radius:var(--odh-radius-md);margin:0 auto}.mc-premium-empty-content{align-self:stretch;flex-direction:column;justify-content:flex-start;align-items:center;gap:var(--odh-gap-md);display:flex}.mc-premium-empty-icon-box{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:var(--odh-radius-full);background:var(--odh-neutral-90)}.mc-premium-empty-icon{width:24px;height:24px;color:var(--odh-neutral-50)}.mc-premium-empty-title{color:var(--odh-color-on-surface-variant);font:var(--odh-title-sm);text-align:center}.mc-premium-app-bar{display:grid;grid-template-columns:48px 1fr 48px;align-items:center;height:56px;padding:0 var(--odh-gap-md);background:var(--odh-color-surface);border-bottom:1px solid var(--odh-color-outline-variant)}.mc-premium-app-bar-title{font:var(--odh-title-md);color:var(--odh-color-on-surface);margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mc-premium-app-bar-title-center .mc-premium-app-bar-title{text-align:center}.mc-premium-app-bar-title-left .mc-premium-app-bar-title{text-align:left;grid-column:2 / 4}.mc-premium-app-bar-icon-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:transparent;cursor:pointer;color:var(--odh-color-on-surface);border-radius:var(--odh-radius-full)}.mc-premium-app-bar-icon-btn:hover{background:var(--odh-neutral-95)}.mc-premium-app-bar-actions{display:flex;align-items:center;justify-content:flex-end;gap:var(--odh-gap-xs);min-width:48px}.mc-premium-app-bar-leading{display:flex;align-items:center;min-width:48px}.mc-premium-segment-container{padding:3px;background:var(--odh-color-surface-container);border-radius:var(--odh-radius-md);display:inline-flex;align-items:center;gap:var(--odh-gap-xs);-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.mc-premium-segment-container.size-s .mc-premium-segment-item{min-height:30px;font:var(--odh-label-sm)}.mc-premium-segment-container.size-m .mc-premium-segment-item{min-height:38px;font:var(--odh-label-md)}.mc-premium-segment-item{flex:1;min-width:0;padding:6px 12px;border-radius:var(--odh-radius-sm);display:flex;justify-content:center;align-items:center;gap:6px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);color:var(--odh-content-default)}.mc-premium-segment-item.active{background:var(--odh-color-surface);box-shadow:var(--odh-shadow-card)}.mc-premium-segment-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mc-premium-segment-counter{height:16px;min-width:16px;padding:0 4px;background:var(--odh-neutral-80);border-radius:var(--odh-radius-full);display:flex;justify-content:center;align-items:center;font-size:10px;font-weight:600;color:var(--odh-content-default)}.mc-premium-button{display:inline-flex;align-items:center;justify-content:center;gap:var(--odh-gap-md);cursor:pointer;transition:all .2s ease-in-out;border:1px solid transparent;font:var(--odh-label-md);white-space:nowrap;outline:none;flex-direction:row!important;text-decoration:none;border-radius:var(--odh-radius-lg);min-width:0}.mc-premium-button-size-s{height:36px;padding:0 12px;border-radius:var(--odh-radius-md);font:var(--odh-label-sm)}.mc-premium-button-size-m{height:48px;padding:0 16px}.mc-premium-button-size-l{height:52px;padding:0 20px;font:var(--odh-label-lg)}.mc-premium-button-full{width:100%}.mc-premium-button-icon-only.mc-premium-button-size-s{width:36px;padding:0}.mc-premium-button-icon-only.mc-premium-button-size-m{width:48px;padding:0}.mc-premium-button-icon-only.mc-premium-button-size-l{width:52px;padding:0}.mc-premium-button:disabled{opacity:1!important;cursor:not-allowed;filter:none}.mc-premium-button-primary{background-color:var(--odh-btn-primary-bg);color:var(--odh-btn-primary-text)}.mc-premium-button-primary:hover:not(:disabled){filter:brightness(.95);box-shadow:0 4px 12px color-mix(in srgb,var(--odh-btn-primary-bg) 35%,transparent);transform:translateY(-1px)}.mc-premium-button-primary:active:not(:disabled){transform:translateY(0);box-shadow:none}.mc-premium-button-primary:disabled{background-color:var(--odh-btn-primary-bg-disabled);color:var(--odh-btn-primary-text-disabled)}.mc-premium-button-secondary{background-color:var(--odh-btn-secondary-bg);color:var(--odh-btn-secondary-text);border-color:var(--odh-btn-secondary-border)}.mc-premium-button-secondary:hover:not(:disabled){filter:brightness(.97)}.mc-premium-button-outline{background-color:var(--odh-color-surface);color:var(--odh-content-default);border-color:var(--odh-color-outline)}.mc-premium-button-outline:hover:not(:disabled){background-color:var(--odh-neutral-95)}.mc-premium-button-ghost{background-color:var(--odh-btn-ghost-bg);color:var(--odh-btn-ghost-text)}.mc-premium-button-ghost:hover:not(:disabled){background-color:var(--odh-neutral-90)}button.mc-premium-button.mc-premium-button-text,button.mc-premium-button.mc-premium-button-link{background:var(--odh-btn-text-bg);color:var(--odh-btn-text-text);border:none;padding-left:0!important;padding-right:0!important}button.mc-premium-button.mc-premium-button-text:hover:not(:disabled),button.mc-premium-button.mc-premium-button-link:hover:not(:disabled){opacity:.85;text-decoration:underline}.mc-premium-button-primary .mc-premium-button-text,.mc-premium-button-secondary .mc-premium-button-text,.mc-premium-button-outline .mc-premium-button-text,.mc-premium-button-ghost .mc-premium-button-text,.mc-premium-button-destructive .mc-premium-button-text,.mc-premium-button-danger .mc-premium-button-text{color:inherit;background:none;border:none;padding:0!important;opacity:1;text-decoration:none;justify-content:center}.mc-premium-button-danger,.mc-premium-button-destructive{background-color:var(--odh-btn-destructive-bg);color:var(--odh-btn-destructive-text)}.mc-premium-button-danger:hover:not(:disabled),.mc-premium-button-destructive:hover:not(:disabled){filter:brightness(.95)}.mc-premium-button-dashed{background-color:var(--odh-color-surface);color:var(--odh-content-default);border:1px dashed var(--odh-color-outline)}.mc-premium-button-dashed:hover:not(:disabled){background-color:var(--odh-neutral-95)}.mc-premium-button-icon{background-color:var(--odh-color-surface);color:var(--odh-content-default);border-color:var(--odh-color-outline)}.mc-premium-button-overlay-light{background-color:var(--odh-btn-overlay-light-bg);color:var(--odh-btn-overlay-text);border:none;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.mc-premium-button-overlay-dark{background-color:var(--odh-btn-overlay-dark-bg);color:var(--odh-btn-overlay-text);border:none;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.mc-premium-button-icon-container{display:flex;align-items:center;justify-content:center;line-height:0;flex-shrink:0}.mc-premium-button-icon-container svg{display:block;width:20px;height:20px}.mc-premium-button-text{display:flex;align-items:center;line-height:1}.mc-premium-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 12px #0000000d;transition:all .2s ease-in-out}.mc-premium-card-form{background-color:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:16px 20px;box-shadow:0 1px 2px #0000000d;position:relative;overflow:hidden}.mc-premium-card-main{display:flex;flex-direction:column;gap:16px;padding:16px 20px;border-radius:16px}.mc-premium-card-panel{display:flex;flex-direction:column;gap:1rem;padding-top:1rem;padding-bottom:1rem;background-color:#f9fafb;border:none;box-shadow:none;border-radius:0}.mc-premium-card-table{background:#fff;border-radius:16px;border:1px solid #e5e7eb;padding:20px;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d}.anamnesis-premium-card{background:#fff;border-radius:12px!important;border:1px solid #e5e7eb!important;margin-bottom:16px!important;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.anamnesis-premium-card:hover{box-shadow:0 10px 15px -3px #0000000d,0 4px 6px -2px #00000005}.anamnesis-premium-card .ant-collapse-header{background:#fff!important;padding:10px!important;border-bottom:1px solid transparent;transition:all .3s}.anamnesis-premium-card .ant-collapse-content{background:#fff!important;border-top:1px solid #f0f0f0!important}.mc-premium-card-elevated{background:var(--odh-color-surface);border-radius:var(--odh-radius-card);padding:var(--odh-space-4);box-shadow:var(--odh-shadow-elevated, var(--odh-shadow-card));border:1px solid var(--odh-color-outline-variant);transition:box-shadow .2s ease}.mc-premium-card-outlined{background:var(--odh-color-surface);border-radius:var(--odh-radius-card);padding:var(--odh-space-4);border:1px solid var(--odh-color-outline);box-shadow:none}.mc-premium-card-filled{background:var(--odh-color-surface-container);border-radius:var(--odh-radius-card);padding:var(--odh-space-4);border:none;box-shadow:none}.anamnesis-premium-card.ant-collapse-item-active{border-color:var(--odh-brand)!important;box-shadow:0 4px 12px #00944414}.anamnesis-premium-card.ant-collapse-item-active>.ant-collapse-header{border-bottom:1px solid #f0f0f0}.simplebar-track{right:-15px!important}.mc-premium-badge{display:inline-flex;align-items:center;justify-content:center;padding:3px 10px;border-radius:var(--odh-radius-full);border:1px solid transparent;font:var(--odh-label-sm);white-space:nowrap}.mc-premium-badge-success{background-color:var(--odh-color-success-container);border-color:var(--odh-color-success);color:var(--odh-color-success)}.mc-premium-badge-warning{background-color:var(--odh-color-warning-container);border-color:var(--odh-color-warning);color:var(--odh-color-warning)}.mc-premium-badge-error{background-color:var(--odh-color-error-container);border-color:var(--odh-color-error);color:var(--odh-color-error)}.mc-premium-badge-info,.mc-premium-badge-processing{background-color:var(--odh-color-info-container);border-color:var(--odh-color-info);color:var(--odh-color-info)}.mc-premium-badge-neutral{background-color:var(--odh-neutral-95);border-color:var(--odh-neutral-80);color:var(--odh-content-default)}.mc-premium-badge-count{min-width:20px;height:20px;padding:0 6px;font-size:11px;line-height:16px}.premium-label-container{display:flex;align-items:center;gap:var(--odh-gap-xs);margin-bottom:var(--odh-gap-md)}.premium-label-text{color:var(--odh-input-label);font:var(--odh-label-sm);word-wrap:break-word}.premium-label-required{color:var(--odh-color-error);margin-right:4px}.premium-helper-text{color:var(--odh-input-label);font:var(--odh-body-sm);margin-top:var(--odh-gap-xs)}.premium-helper-text-error{color:var(--odh-input-label-error)}.mc-premium-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:var(--odh-space-4);background:#00000073}.mc-premium-modal-dialog{max-width:calc(100vw - 32px);max-height:calc(100vh - 32px);background:var(--odh-color-surface);border-radius:var(--odh-radius-lg);box-shadow:var(--odh-shadow-modal);display:flex;flex-direction:column;overflow:hidden}.mc-premium-modal-header{display:flex;align-items:center;justify-content:space-between;gap:var(--odh-gap-lg);padding:var(--odh-space-4) var(--odh-space-4) var(--odh-gap-md)}.mc-premium-modal-title{margin:0;font:var(--odh-title-lg);color:var(--odh-color-on-surface)}.mc-premium-modal-close-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:transparent;border-radius:var(--odh-radius-full);cursor:pointer;color:var(--odh-color-on-surface)}.mc-premium-modal-close-btn:hover{background:var(--odh-neutral-95)}.mc-premium-modal-body{padding:0 var(--odh-space-4) var(--odh-space-4);overflow-y:auto;font:var(--odh-body-md);color:var(--odh-content-default)}.mc-premium-modal-footer{display:flex;align-items:center;justify-content:flex-end;gap:var(--odh-gap-md);padding:var(--odh-space-3) var(--odh-space-4);border-top:1px solid var(--odh-color-outline-variant)}.mc-premium-otp{display:flex;gap:var(--odh-gap-md);width:100%}.mc-premium-otp-cell{flex:1;max-width:48px;height:48px;text-align:center;border:1px solid var(--odh-input-border);border-radius:var(--odh-radius-md);background:var(--odh-input-bg);font:var(--odh-title-md);color:var(--odh-input-text);outline:none;transition:border-color .2s}.mc-premium-otp-cell:focus{border-color:var(--odh-input-border-focus)}.mc-premium-otp-cell:disabled{background:var(--odh-input-bg-disabled);color:var(--odh-content-disabled)}.premium-input-wrap{width:100%;min-width:0}.premium-input-gray,.premium-input-native,.premium-textarea-gray{width:100%;background:var(--odh-input-bg);border:1px solid var(--odh-input-border);border-radius:var(--odh-radius-md);font:var(--odh-body-md);color:var(--odh-input-text);padding:0 var(--odh-space-4);height:var(--odh-input-height);outline:none;transition:border-color .2s,box-shadow .2s;box-sizing:border-box}.premium-input-lg{height:var(--odh-input-height)}.premium-input-sm{height:var(--odh-input-height-sm);font:var(--odh-body-sm)}.premium-textarea-gray{padding:var(--odh-space-3) var(--odh-space-4);height:auto;min-height:96px;resize:vertical}.premium-input-gray::-moz-placeholder,.premium-textarea-gray::-moz-placeholder,.premium-input-native::-moz-placeholder{color:var(--odh-input-placeholder);opacity:1}.premium-input-gray::placeholder,.premium-textarea-gray::placeholder,.premium-input-native::placeholder{color:var(--odh-input-placeholder);opacity:1}.premium-input-affix .premium-input-native::-moz-placeholder{color:var(--odh-input-placeholder);opacity:1}.premium-input-affix .premium-input-native::placeholder{color:var(--odh-input-placeholder);opacity:1}.premium-input-gray:focus,.premium-textarea-gray:focus,.premium-input-native:focus,.premium-input-affix:focus-within{border-color:var(--odh-input-border-focus)}.premium-input-error{border-color:var(--odh-input-border-error)!important}.premium-input-gray:disabled,.premium-textarea-gray:disabled,.premium-input-native:disabled{background:var(--odh-input-bg-disabled);color:var(--odh-content-disabled);cursor:not-allowed}.premium-input-affix{display:flex;align-items:center;gap:var(--odh-gap-md);padding:0 var(--odh-space-4);overflow:hidden}.premium-input-affix .premium-input-native{flex:1;border:none;padding:0;height:100%;min-width:0;background:transparent}.premium-input-prefix,.premium-input-suffix{display:flex;align-items:center;color:var(--odh-neutral-50);flex-shrink:0}.premium-input-toggle{display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:var(--odh-neutral-50);cursor:pointer;padding:0}.premium-search-input{display:flex;width:100%;height:var(--odh-input-height-sm);border-radius:var(--odh-radius-md);background:var(--odh-color-surface-container);border:1px solid transparent;overflow:hidden;transition:border-color .2s}.premium-search-input:focus-within{border-color:var(--odh-input-border-focus);background:var(--odh-color-surface)}.premium-search-input-field{flex:1;border:none;background:transparent;font:var(--odh-body-md);color:var(--odh-input-text);padding:0 var(--odh-space-3) 0 0;outline:none;min-width:0}.premium-search-input-field::-moz-placeholder{color:var(--odh-input-placeholder)}.premium-search-input-field::placeholder{color:var(--odh-input-placeholder)}.premium-search-input-icon{display:flex;align-items:center;justify-content:center;padding:0 var(--odh-space-3);color:var(--odh-neutral-50)}.mc-premium-banner{display:flex;align-items:flex-start;gap:var(--odh-gap-lg);width:100%;max-width:343px;padding:var(--odh-space-3) var(--odh-space-4);border-radius:var(--odh-radius-md);border:1px solid transparent}.mc-premium-banner-success{background:var(--odh-color-success-container);border-color:var(--odh-color-success);color:var(--odh-color-success)}.mc-premium-banner-error{background:var(--odh-color-error-container);border-color:var(--odh-color-error);color:var(--odh-color-error)}.mc-premium-banner-warning{background:var(--odh-color-warning-container);border-color:var(--odh-color-warning);color:var(--odh-color-warning)}.mc-premium-banner-info{background:var(--odh-color-info-container);border-color:var(--odh-color-info);color:var(--odh-color-info)}.mc-premium-banner-title{font:var(--odh-title-sm);margin-bottom:2px}.mc-premium-banner-message{font:var(--odh-body-sm)}.mc-premium-banner-content{flex:1;min-width:0}.mc-premium-banner-close{display:flex;background:transparent;border:none;cursor:pointer;color:inherit;opacity:.7;padding:0}.mc-premium-banner-icon{flex-shrink:0;margin-top:2px}.mc-premium-avatar{display:inline-flex;align-items:center;justify-content:center;border-radius:var(--odh-radius-full);background:var(--odh-tonal-95);color:var(--odh-tonal-40);overflow:hidden;flex-shrink:0;font:var(--odh-label-md)}.mc-premium-avatar-xs{width:24px;height:24px;font-size:10px}.mc-premium-avatar-sm{width:32px;height:32px;font-size:12px}.mc-premium-avatar-md{width:40px;height:40px}.mc-premium-avatar-lg{width:48px;height:48px;font:var(--odh-label-lg)}.mc-premium-avatar-xl{width:64px;height:64px;font:var(--odh-headline-md)}.mc-premium-avatar-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.mc-premium-avatar-initials{font-weight:600}.odh-navbar{position:fixed;top:0;right:0;z-index:50;display:flex;align-items:center;height:4rem;border-bottom:1px solid var(--odh-color-outline-variant);background:color-mix(in srgb,var(--odh-color-surface) 88%,transparent);backdrop-filter:blur(16px) saturate(180%);-webkit-backdrop-filter:blur(16px) saturate(180%)}@media (min-width: 768px){.odh-navbar{left:var(--odh-sidebar-width);width:calc(100% - var(--odh-sidebar-width))}}:root[data-app-variant=insurance] .odh-navbar{left:0;width:100%}@media (min-width: 768px){:root[data-app-variant=insurance] .odh-navbar-start{display:flex}}@media (max-width: 767px){.odh-navbar{left:0;width:100%}}.odh-navbar-inner{display:flex;width:100%;max-width:96rem;margin-inline:auto;align-items:center;gap:var(--web-gap);padding:0 var(--web-inset)}.odh-navbar-start{display:flex;shrink:0;align-items:center;gap:var(--odh-space-2)}@media (min-width: 768px){.odh-navbar-start{display:none}}.odh-navbar-menu-btn,.odh-navbar-logo-btn{flex-shrink:0}.odh-navbar-logo-btn{border:none;background:transparent;cursor:pointer;padding:0;display:inline-flex;align-items:center}.odh-navbar-search-wrap{position:relative;display:flex;min-width:0;flex:1;max-width:36rem}.odh-navbar-search-wrap .odh-navbar-search,.odh-navbar-search-wrap .premium-search-input{width:100%}.odh-navbar-search-wrap .premium-search-input{border-radius:999px;border-color:var(--odh-color-outline-variant);background:var(--odh-neutral-95);transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.odh-navbar-search-wrap .premium-search-input:focus-within{border-color:var(--odh-brand-border);background:var(--odh-color-surface);box-shadow:0 0 0 3px color-mix(in srgb,var(--odh-brand) 12%,transparent)}.odh-navbar-search-wrap .premium-search-input-field{background:transparent}@media (max-width: 479px){.odh-navbar-search-wrap{display:none}}.odh-navbar-actions{margin-left:auto;display:flex;shrink:0;align-items:center;gap:var(--odh-space-2)}.odh-navbar-action-btn{border-radius:var(--odh-radius-full)!important;background:var(--odh-neutral-95)!important;border:1px solid var(--odh-color-outline-variant)!important;transition:background .15s ease,border-color .15s ease,color .15s ease}.odh-navbar-action-btn:hover{background:var(--odh-brand-subtle)!important;border-color:var(--odh-brand-border)!important;color:var(--odh-brand)!important}.odh-navbar-badge{pointer-events:none;position:absolute;right:-4px;top:-4px;z-index:10;min-width:18px;height:18px;padding:0 5px;border-radius:var(--odh-radius-full);border:2px solid var(--odh-color-surface);background:var(--odh-color-error);color:var(--odh-color-on-primary);font-size:10px;font-weight:700;line-height:14px;text-align:center}.odh-sidebar{position:fixed;top:0;left:0;bottom:0;z-index:45;display:flex;flex-direction:column;width:var(--odh-sidebar-width);max-width:min(26rem,88vw);border-right:1px solid var(--odh-color-outline-variant);background:var(--odh-color-surface);box-shadow:4px 0 24px color-mix(in srgb,var(--odh-color-on-surface) 4%,transparent);transform:translate(-100%);transition:transform .32s cubic-bezier(.16,1,.3,1);will-change:transform}.odh-sidebar--open{transform:translate(0)}.odh-sidebar-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:44;border:none;padding:0;margin:0;background:color-mix(in srgb,var(--odh-color-on-surface) 36%,transparent);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer;animation:odh-sidebar-backdrop-in .2s ease}@keyframes odh-sidebar-backdrop-in{0%{opacity:0}to{opacity:1}}@media (min-width: 768px){.odh-sidebar{transform:translate(0);max-width:var(--odh-sidebar-width);height:100dvh}.odh-sidebar-backdrop{display:none!important}}:root[data-app-variant=insurance] .odh-sidebar{transform:translate(-100%)}:root[data-app-variant=insurance] .odh-sidebar.odh-sidebar--open{transform:translate(0)}@media (min-width: 768px){:root[data-app-variant=insurance] .odh-sidebar{transform:translate(-100%)}:root[data-app-variant=insurance] .odh-sidebar.odh-sidebar--open{transform:translate(0)}:root[data-app-variant=insurance] .odh-sidebar-backdrop{display:block!important}}.odh-bottom-tabs{position:fixed;bottom:0;left:0;right:0;width:100%;max-width:100vw;z-index:40;display:flex;min-height:56px;height:calc(56px + env(safe-area-inset-bottom,0px));padding-bottom:env(safe-area-inset-bottom,0);border-top:1px solid var(--odh-color-outline-variant);background:var(--odh-color-surface);box-sizing:border-box}@media (min-width: 768px){.odh-bottom-tabs{display:none!important}:root[data-app-variant=insurance] .odh-bottom-tabs{display:flex!important}:root[data-app-variant=insurance] .odh-bottom-tabs--appointment-web{display:none!important}}.odh-bottom-tab{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;min-width:0;padding:6px 4px 8px;font:var(--odh-label-sm);color:var(--odh-neutral-50);text-decoration:none;transition:color .15s;position:relative;box-sizing:border-box}.odh-bottom-tab-label{font:var(--odh-label-sm);font-size:.625rem;line-height:1.1;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-inline:2px}.odh-bottom-tab-active{color:var(--odh-brand)}.odh-bottom-tab-active svg{stroke:var(--odh-brand)}.odh-bottom-tab-active:before{content:"";position:absolute;top:0;left:20%;right:20%;height:3px;border-radius:0 0 3px 3px;background:var(--odh-brand)}.mc-premium-button-group{display:inline-flex;gap:var(--odh-gap-md);flex-wrap:wrap}.mc-premium-button-group-vertical{flex-direction:column;width:100%}.mc-premium-button-group-vertical .mc-premium-button-group-item{width:100%}.mc-premium-chip{display:inline-flex;align-items:center;justify-content:center;gap:var(--odh-gap-md);height:40px;padding:0 24px;border-radius:var(--odh-radius-chip);border:1px solid var(--odh-color-outline);background:var(--odh-color-surface);color:var(--odh-content-default);font:var(--odh-label-md);cursor:pointer;transition:all .2s ease;white-space:nowrap}.mc-premium-chip:hover:not(:disabled){border-color:var(--odh-brand-border)}.mc-premium-chip-selected,.mc-premium-chip-brand{background:var(--odh-brand-subtle);border-color:var(--odh-brand);color:var(--odh-tonal-40)}.mc-premium-chip:disabled{opacity:.5;cursor:not-allowed}.mc-premium-chip-icon{display:flex;align-items:center;line-height:0}.mc-premium-chip-icon svg{width:16px;height:16px}.mc-premium-field{display:flex;flex-direction:column;gap:var(--odh-gap-md);width:100%}.mc-premium-field .premium-label-container{margin-bottom:0}.mc-premium-hero-card{display:flex;flex-direction:column;border-radius:var(--odh-radius-card);overflow:hidden;background:linear-gradient(135deg,var(--odh-brand-gradient-start),var(--odh-brand-gradient-end));color:var(--odh-color-on-primary);box-shadow:var(--odh-shadow-card)}.mc-premium-hero-card-media{width:100%;aspect-ratio:16 / 9;overflow:hidden}.mc-premium-hero-card-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.mc-premium-hero-card-body{padding:var(--odh-space-4);display:flex;flex-direction:column;gap:var(--odh-gap-md)}.mc-premium-hero-card-title{font:var(--odh-title-lg);margin:0;color:inherit}.mc-premium-hero-card-subtitle{font:var(--odh-body-md);margin:0;opacity:.9}.mc-premium-hero-card-action{align-self:flex-start;margin-top:var(--odh-gap-md)}@media (min-width: 1024px){.mc-premium-hero-card{flex-direction:row;min-height:180px}.mc-premium-hero-card-media{width:42%;aspect-ratio:auto;min-height:180px}.mc-premium-hero-card-body{flex:1;justify-content:center;padding:var(--odh-space-4) clamp(20px,3vw,32px)}.mc-premium-hero-card-title{font:var(--odh-headline-md)}}.mc-premium-list-row{display:flex;align-items:center;gap:var(--odh-gap-lg);width:100%;padding:var(--odh-space-3) var(--odh-space-4);background:var(--odh-color-surface);border:none;text-align:left}.mc-premium-list-row-clickable{cursor:pointer;transition:background .2s}.mc-premium-list-row-clickable:hover:not(:disabled){background:var(--odh-neutral-95)}.mc-premium-list-row-disabled{opacity:.5;cursor:not-allowed}.mc-premium-list-row-leading,.mc-premium-list-row-trailing{display:flex;align-items:center;flex-shrink:0}.mc-premium-list-row-content{flex:1;min-width:0}.mc-premium-list-row-title{font:var(--odh-title-sm);color:var(--odh-color-on-surface)}.mc-premium-list-row-subtitle{font:var(--odh-body-sm);color:var(--odh-color-on-surface-variant);margin-top:2px}.mc-premium-list-row-trailing{gap:var(--odh-gap-md)}.mc-premium-nav-row-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--odh-radius-md);background:var(--odh-brand-subtle);color:var(--odh-tonal-40)}.mc-premium-nav-row-icon svg{width:20px;height:20px}.mc-premium-nav-row-selected{background:var(--odh-tonal-98)}.mc-premium-nav-row-selected .mc-premium-list-row-title{color:var(--odh-tonal-40)}.mc-premium-section-header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--odh-gap-lg);padding:var(--odh-space-4) 0 var(--odh-space-3)}.mc-premium-section-header-title{font:var(--odh-headline-md);color:var(--odh-color-on-surface);margin:0;letter-spacing:-.01em}@media (min-width: 1024px){.mc-premium-section-header-title{font:var(--odh-headline-lg)}}.mc-premium-section-header-subtitle{font:var(--odh-body-sm);color:var(--odh-color-on-surface-variant);margin:var(--odh-gap-xs) 0 0}.mc-premium-section-header-action{flex-shrink:0}.mc-premium-sticky-bar{position:sticky;bottom:0;left:0;right:0;z-index:50;background:var(--odh-color-surface);border-top:1px solid var(--odh-color-outline-variant);padding:var(--odh-space-4)}.mc-premium-sticky-bar-inner{display:flex;flex-direction:column;gap:var(--odh-gap-md);max-width:480px;margin:0 auto}.mc-premium-sticky-bar-actions{display:flex;flex-direction:column;gap:var(--odh-gap-md);width:100%}.mc-premium-sticky-bar-actions .mc-premium-button{flex:1}.mc-premium-toast{display:flex;align-items:center;gap:var(--odh-gap-lg);width:100%;max-width:343px;min-height:56px;padding:var(--odh-space-3) var(--odh-space-4);border-radius:var(--odh-radius-md);border:1px solid transparent;font:var(--odh-body-md)}.mc-premium-toast-success{background:var(--odh-color-success-container);border-color:var(--odh-color-success);color:var(--odh-color-success)}.mc-premium-toast-error{background:var(--odh-color-error-container);border-color:var(--odh-color-error);color:var(--odh-color-error)}.mc-premium-toast-warning{background:var(--odh-color-warning-container);border-color:var(--odh-color-warning);color:var(--odh-color-warning)}.mc-premium-toast-info{background:var(--odh-color-info-container);border-color:var(--odh-color-info);color:var(--odh-color-info)}.mc-premium-toast-message{flex:1;min-width:0}.mc-premium-toast-close{display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;color:inherit;opacity:.7;padding:0}.mc-premium-toast-close:hover{opacity:1}.mc-premium-toast-icon{flex-shrink:0}.odh-ds-page{min-height:100vh;background:var(--odh-neutral-95);display:flex;flex-direction:column}.odh-ds-main{flex:1;max-width:480px;width:100%;margin:0 auto;padding:0 var(--odh-screen-padding) 120px}.odh-ds-section{margin-bottom:var(--odh-space-4)}.odh-ds-section-body{display:flex;flex-direction:column;gap:var(--odh-gap-lg)}.odh-ds-row{display:flex;flex-wrap:wrap;gap:var(--odh-gap-md);align-items:center}.odh-ds-card-text{font:var(--odh-body-sm);color:var(--odh-color-on-surface-variant);margin:0}.odh-ds-sticky-spacer{height:24px}.mc-premium-checkbox{position:relative;display:inline-flex;align-items:center;gap:var(--odh-gap-md);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.mc-premium-checkbox-disabled{opacity:.5;cursor:not-allowed}.mc-premium-checkbox-input{position:absolute;left:0;top:0;width:22px;height:22px;margin:0;opacity:0;cursor:pointer;z-index:1}.mc-premium-checkbox-box{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:var(--odh-radius-xs);border:1px solid var(--odh-color-outline);background:var(--odh-color-surface);color:var(--odh-color-on-primary);transition:all .15s ease;flex-shrink:0}.mc-premium-checkbox-input:checked+.mc-premium-checkbox-box{background:var(--odh-btn-primary-bg);border-color:var(--odh-btn-primary-bg)}.mc-premium-checkbox-input:focus-visible+.mc-premium-checkbox-box{outline:2px solid var(--odh-focus);outline-offset:2px}.mc-premium-checkbox-label{font:var(--odh-body-md);color:var(--odh-content-default)}.mc-premium-countdown{font:var(--odh-title-md);color:var(--odh-color-error);font-variant-numeric:tabular-nums}.mc-premium-select-root{position:relative;width:100%}.mc-premium-select-root-open{z-index:10}.mc-premium-select-trigger{display:flex;align-items:center;gap:var(--odh-gap-md);width:100%;height:var(--odh-input-height);padding:0 var(--odh-space-4);border:1px solid var(--odh-input-border);border-radius:var(--odh-radius-md);background:var(--odh-input-bg);font:var(--odh-body-md);color:var(--odh-input-text);cursor:pointer;text-align:left}.mc-premium-select-trigger-inline{height:auto;min-height:0;padding:4px 8px;border:none;background:transparent;font:var(--odh-label-sm)}.mc-premium-select-trigger:hover:not(:disabled){border-color:var(--odh-input-border-focus)}.mc-premium-select-open{border-color:var(--odh-input-border-focus)}.mc-premium-select-trigger:disabled{background:var(--odh-input-bg-disabled);cursor:not-allowed;opacity:.7}.mc-premium-select-value{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mc-premium-select-arrow{flex-shrink:0;color:var(--odh-neutral-50);transition:transform .2s}.mc-premium-select-open .mc-premium-select-arrow{transform:rotate(180deg)}.mc-premium-select-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:100;margin:0;padding:var(--odh-gap-xs);list-style:none;background:var(--odh-color-surface);border:1px solid var(--odh-color-outline);border-radius:var(--odh-radius-md);box-shadow:var(--odh-shadow-card);max-height:240px;overflow-y:auto}.mc-premium-select-dropdown-portal{top:auto;left:auto;right:auto;max-height:300px;overflow:hidden}.mc-premium-select-search{padding:8px;border-bottom:1px solid var(--odh-color-outline-variant);flex-shrink:0}.mc-premium-select-search-input{width:100%;border-radius:8px;border:1px solid var(--odh-color-outline-variant);padding:6px 10px;font-size:12px;outline:none}.mc-premium-select-options{margin:0;padding:4px 0;list-style:none;overflow-y:auto;flex:1;min-height:0;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.mc-premium-select-empty{padding:8px 12px;font-size:12px;color:var(--odh-color-on-surface-variant);text-align:center}.mc-premium-select-option{display:block;width:100%;padding:10px 12px;border:none;background:transparent;text-align:left;font:var(--odh-body-md);color:var(--odh-content-default);border-radius:var(--odh-radius-sm);cursor:pointer}.mc-premium-select-option:hover:not(:disabled){background:var(--odh-neutral-95)}.mc-premium-select-option-active{background:var(--odh-brand-subtle);color:var(--odh-tonal-40)}.mc-premium-select-option:disabled{opacity:.5;cursor:not-allowed}.premium-datepicker-wrapper{background-color:#fff!important;display:flex!important;align-items:center!important;border-radius:8px!important;border:1px solid #e5e7eb!important;overflow:hidden!important;height:36px!important;width:100%!important;max-width:100%!important;padding:0!important;transition:all .2s!important}.premium-datepicker-wrapper.premium-datetime{max-width:100%!important}.premium-datepicker-prefix,.premium-datepicker-suffix{display:flex!important;align-items:center!important;height:100%!important;flex-shrink:0!important}.premium-datepicker-prefix{margin-right:8px!important;padding-left:12px!important}.premium-datepicker-suffix{margin-left:auto!important}.premium-datepicker{flex:1!important;padding:0!important;background-color:transparent!important;min-width:0!important}.premium-datepicker-icon-box{display:flex!important;align-items:center!important;justify-content:center!important;background:transparent!important;border:none!important;height:100%!important;width:auto!important;min-width:0!important;padding:0!important;flex-shrink:0!important}.premium-calendar-icon{width:16.25px!important;height:17.92px!important;color:#525252!important}.premium-clock-icon{width:17.92px!important;height:17.92px!important;color:#525252!important}.premium-datepicker.ant-picker{background-color:transparent!important;border:none!important;box-shadow:none!important;height:100%!important}.premium-datepicker .ant-picker-input>input{color:#0a0a0a!important;font-family:Inter,sans-serif!important;font-size:14px!important;font-weight:400!important;line-height:20px!important;width:100%!important}.premium-datepicker .ant-picker-input>input::-moz-placeholder,.premium-datepicker.ant-picker-disabled .ant-picker-input>input::-moz-placeholder{color:#0a0a0a80!important;opacity:1!important;-webkit-text-fill-color:rgba(10,10,10,.5)!important}.premium-datepicker .ant-picker-input>input::placeholder,.premium-datepicker.ant-picker-disabled .ant-picker-input>input::placeholder{color:#0a0a0a80!important;opacity:1!important;-webkit-text-fill-color:rgba(10,10,10,.5)!important}.premium-datepicker .ant-picker-clear{right:8px!important;background-color:#fff!important;z-index:1!important;top:50%!important;transform:translateY(-50%)!important}.premium-datetime .ant-picker-clear{right:4px!important}.premium-datepicker-wrapper:hover,.premium-datepicker-wrapper:focus-within{border-color:var(--premium-focus-color)!important}.insurance-specialist-picker{position:relative;display:flex;flex-direction:column;gap:1.25rem;width:100%}.insurance-specialist-picker-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;align-items:center;justify-content:center;min-height:8rem;border-radius:12px;background:color-mix(in srgb,var(--odh-surface, #fff) 78%,transparent)}.insurance-specialist-picker-field{width:100%}.insurance-specialist-picker-doctors-label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--odh-text-secondary, #5b6472)}.insurance-specialist-picker-loading,.insurance-specialist-picker-empty{display:flex;align-items:center;justify-content:center;min-height:5rem;padding:1rem;border-radius:12px;background:var(--odh-surface, #fff)}.insurance-specialist-picker-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.insurance-specialist-doctor-card{position:relative;display:flex;flex-direction:column;gap:.875rem;padding:1rem 1.1rem 1.1rem;border-radius:12px;background:var(--odh-surface, #fff);box-shadow:0 1px 3px #0f172a14}.insurance-specialist-doctor-badge{align-self:flex-end;padding:.2rem .75rem;border-radius:999px;font-size:.75rem;line-height:1.3;background:#f4b63a;color:#1f2937}.insurance-specialist-doctor-main{display:flex;align-items:flex-start;gap:.85rem}.insurance-specialist-doctor-avatar{flex:0 0 4.5rem;width:4.5rem;height:4.5rem;border-radius:999px;overflow:hidden;display:grid;place-items:center;background:#eef2f6;color:#6b7280}.insurance-specialist-doctor-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.insurance-specialist-doctor-copy{display:flex;flex-direction:column;gap:.25rem;min-width:0;padding-top:.15rem}.insurance-specialist-doctor-profession{font-size:.8125rem;line-height:1.35;color:#6b7280}.insurance-specialist-doctor-name{font-size:.95rem;font-weight:700;line-height:1.35;color:#111827}.insurance-specialist-doctor-actions{display:grid;grid-template-columns:1fr 1fr;gap:.6rem}.insurance-specialist-doctor-actions .mc-premium-button,.insurance-specialist-doctor-actions .web-button{width:100%}.insurance-specialist-picker-notes{display:flex;flex-direction:column;gap:.65rem;padding-top:.25rem}.insurance-specialist-picker-note{margin:0;font-size:.875rem;line-height:1.45;color:#3d4a63}.insurance-specialist-picker-note strong{font-weight:700;color:#243556}.insurance-specialist-cv-body{margin:0;white-space:pre-wrap;word-break:break-word;font-family:inherit;font-size:.875rem;line-height:1.5;color:#1f2937;max-height:min(60vh,28rem);overflow:auto}:root{--odh-video-call-bottom-tabs: calc(56px + env(safe-area-inset-bottom, 0px)) }.odh-patient-ui-shell:has(.odh-mobile-page--video-call){height:100dvh;max-height:100dvh;min-height:100dvh;overflow:hidden}.odh-app-shell-main:has(.odh-mobile-page--video-call){flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.odh-app-shell-page:has(.odh-mobile-page--video-call){flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden;width:100%;max-width:100%;box-sizing:border-box}.odh-mobile-page--video-call{flex:1;min-height:0!important;height:100%;max-height:100%;width:100%;max-width:100%;display:flex;flex-direction:column;overflow:hidden;background:#000}.odh-mobile-page--video-call .mc-premium-app-bar{flex-shrink:0}.odh-mobile-page--video-call .odh-mobile-page-body,.odh-mobile-page--video-call .odh-mobile-page-body--flush{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden;padding:0;gap:0;width:100%}.video-call-stage{position:relative;flex:1;min-height:0;width:100%;overflow:hidden;background:#000}.video-call-frame{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0;background:#000}:root[data-app-variant=insurance] .odh-mobile-page--video-call{overflow-x:hidden}@media (max-width: 767px){.odh-app-shell-main:has(.odh-mobile-page--video-call){padding-bottom:0!important;min-height:0!important;height:calc(100dvh - var(--odh-video-call-bottom-tabs));max-height:calc(100dvh - var(--odh-video-call-bottom-tabs));flex:none}.odh-app-shell-page:has(.odh-mobile-page--video-call){padding-bottom:0!important;height:100%;max-height:100%}}@media (min-width: 768px){:root:not([data-app-variant=insurance]) .odh-app-shell-main:has(.odh-mobile-page--video-call){padding-bottom:0!important;height:calc(100dvh - 4rem);max-height:calc(100dvh - 4rem)}:root:not([data-app-variant=insurance]) .odh-app-shell-page:has(.odh-mobile-page--video-call){height:100%;max-height:100%}:root[data-app-variant=insurance] .odh-app-shell-main:has(.odh-mobile-page--video-call){padding-bottom:0!important;min-height:0;height:calc(100dvh - var(--odh-video-call-bottom-tabs));max-height:calc(100dvh - var(--odh-video-call-bottom-tabs))}:root[data-app-variant=insurance] .odh-app-shell-page:has(.odh-mobile-page--video-call){height:100%;max-height:100%}}.video-call-page-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;min-height:12rem;padding:2rem 1rem;text-align:center}.video-call-state-card{width:min(100%,22rem);margin-inline:auto;padding:1.75rem 1.5rem;border-radius:var(--odh-radius-card);background:var(--odh-color-surface);border:1px solid var(--odh-color-outline-variant);box-shadow:var(--odh-shadow-card);text-align:center}.video-call-state-icon{width:3.5rem;height:3.5rem;margin:0 auto 1rem;border-radius:999px;display:flex;align-items:center;justify-content:center}.video-call-state-icon--error{background:#f43f5e1f;color:#fb7185}.video-call-state-icon--warn{background:#f59e0b1f;color:#fbbf24}.video-call-state-title{margin:0 0 .5rem;font-size:1.125rem;font-weight:700;letter-spacing:-.02em;color:var(--odh-color-on-surface)}.video-call-state-text{margin:0;font-size:.875rem;line-height:1.5;color:var(--odh-color-on-surface-variant)}.video-call-state-text--error{margin-top:.75rem;padding:.75rem;border-radius:.75rem;background:#f43f5e14;border:1px solid rgba(244,63,94,.16);color:#e11d48}.video-call-state-actions{display:flex;flex-direction:column;gap:.5rem;margin-top:1.25rem}.video-call-btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;width:100%;min-height:2.75rem;padding:0 1rem;border:0;border-radius:.875rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .15s ease}.video-call-btn--primary{background:var(--odh-brand, #009688);color:#fff}.video-call-btn--primary:hover{filter:brightness(1.05)}.video-call-btn--ghost{background:var(--odh-neutral-95);color:var(--odh-color-on-surface);border:1px solid var(--odh-color-outline-variant)}.video-call-btn--ghost:hover{background:var(--odh-neutral-90)}.web-my-files-card-meta{display:flex;flex-wrap:wrap;gap:4px 8px;margin-top:4px;color:var(--web-text-muted, #667085);font-size:.8125rem}.web-my-files-card-share{margin-top:8px;font-size:.8125rem;color:var(--web-text-secondary, #475467)}.web-my-files-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px;padding-top:12px;border-top:1px solid var(--web-border-subtle, #f2f4f7);justify-content:flex-end}.web-my-files-detail{display:flex;flex-direction:column;gap:14px}.web-my-files-detail-row{display:flex;flex-direction:column;gap:4px}.web-my-files-detail-label{font-size:.8125rem;font-weight:600;color:var(--web-text-primary, #101828)}.web-my-files-detail-value{font-size:.875rem;line-height:1.45;color:var(--web-text-secondary, #475467);word-break:break-word}.web-my-files-preview{min-height:240px}.web-my-files-preview-state,.web-my-files-preview-empty{display:flex;align-items:center;justify-content:center;min-height:220px;margin:0;text-align:center;color:var(--web-text-muted, #667085)}.web-my-files-preview-image{display:block;width:100%;max-height:min(70vh,640px);-o-object-fit:contain;object-fit:contain;background:#0f172a0d;border-radius:8px}.web-my-files-preview-frame{width:100%;height:min(70vh,640px);border:0;border-radius:8px;background:#fff}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::-moz-selection{background:transparent}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}:root{--odh-brand: var(--app-brand, #009444);--odh-brand-main: var(--app-brand-main, #009444);--odh-brand-subtle: var(--app-brand-subtle, #eaf8f0);--odh-brand-border: var(--app-brand-border, #a7dec0);--odh-brand-gradient-start: var(--app-brand-gradient-start, #009444);--odh-brand-gradient-end: var(--app-brand-gradient-end, #11b85a);--odh-tonal-40: var(--app-tonal-40, #007636);--odh-tonal-95: var(--app-tonal-95, #e0f2e9);--odh-tonal-98: var(--app-tonal-98, #f2faf6);--odh-tonal-99: var(--app-tonal-99, #fafdfb);--odh-neutral-10: var(--app-neutral-10, #1a1a1a);--odh-neutral-20: #2a2a2a;--odh-neutral-50: var(--app-neutral-50, #808080);--odh-neutral-60: #999999;--odh-neutral-70: #b3b3b3;--odh-neutral-80: #d4d4d4;--odh-neutral-90: #e5e5e5;--odh-neutral-95: var(--app-neutral-95, #f5f5f5);--odh-neutral-100: var(--app-neutral-100, #ffffff);--odh-color-primary: var(--app-color-primary, #009444);--odh-color-on-primary: var(--app-color-on-primary, #ffffff);--odh-color-surface: var(--app-color-surface, #ffffff);--odh-color-on-surface: var(--app-color-on-surface, #1a1a1a);--odh-color-on-surface-variant: var(--app-color-on-surface-variant, #404040);--odh-color-outline: var(--app-color-outline, #d4d4d4);--odh-color-outline-variant: var(--app-color-outline-variant, #e5e5e5);--odh-color-surface-container: var(--app-color-surface-container, #f5f5f5);--odh-color-success: var(--app-color-success, #16a34a);--odh-color-success-container: #ecfdf5;--odh-color-warning: var(--app-color-warning, #f59e0b);--odh-color-warning-container: #fffbeb;--odh-color-error: var(--app-color-error, #ef4444);--odh-color-error-container: #fef2f2;--odh-color-info: var(--app-color-info, #3b82f6);--odh-color-info-container: #eff6ff;--odh-color-scrim: #000000;--odh-content-default: #2a2a2a;--odh-content-disabled: #808080;--odh-promo-green-start: #e2f3e7;--odh-promo-green-end: #ccebd7;--odh-promo-green-text: #0b381a;--odh-promo-blue-start: #e6f3ff;--odh-promo-blue-end: #d0e7ff;--odh-promo-blue-text: #0d47a1;--odh-promo-smart-light-start: #e0f2fe;--odh-promo-smart-light-end: #bae6fd;--odh-promo-smart-light-text: #0c4a6e;--odh-promo-smart-dark-start: #2563eb;--odh-promo-smart-dark-end: #1e3a8a;--odh-promo-smart-dark-text: #ffffff;--odh-promo-psychometric-start: var(--odh-brand-subtle);--odh-promo-psychometric-end: var(--odh-tonal-98);--odh-promo-psychometric-text: var(--odh-tonal-40);--odh-map-gradient-start: #e8f4ea;--odh-map-gradient-end: #d4e8f7;--odh-package-banner-bg: #86efac;--odh-package-banner-text: #064e3b;--odh-fab-store-bg: #ff9500;--odh-fab-store-shadow: rgba(255, 149, 0, .4);--odh-btn-primary-bg: var(--odh-brand);--odh-btn-primary-text: var(--odh-color-on-primary);--odh-btn-primary-bg-disabled: var(--odh-neutral-90);--odh-btn-primary-text-disabled: var(--odh-neutral-50);--odh-btn-secondary-bg: var(--odh-brand-subtle);--odh-btn-secondary-text: var(--odh-brand);--odh-btn-secondary-border: var(--odh-brand-border);--odh-btn-ghost-bg: var(--odh-neutral-95);--odh-btn-ghost-text: var(--odh-brand);--odh-btn-text-bg: transparent;--odh-btn-text-text: var(--odh-brand);--odh-btn-destructive-bg: var(--odh-color-error);--odh-btn-destructive-text: #ffffff;--odh-input-label: #666666;--odh-input-border: var(--odh-color-outline);--odh-input-border-focus: var(--odh-brand);--odh-input-border-error: var(--odh-color-error);--odh-input-placeholder: #999999;--odh-input-bg: var(--odh-color-surface);--odh-input-bg-disabled: var(--odh-neutral-90);--odh-input-text: var(--odh-content-default);--odh-input-height: 48px;--odh-input-height-sm: 40px;--odh-focus: var(--app-focus, #009444);--odh-radius-xs: var(--app-radius-xs, 4px);--odh-radius-sm: var(--app-radius-sm, 8px);--odh-radius-md: var(--app-radius-md, 12px);--odh-radius-lg: var(--app-radius-lg, 16px);--odh-radius-2xl: 24px;--odh-radius-full: var(--app-radius-full, 9999px);--odh-radius-card: var(--app-radius-card, 16px);--odh-radius-sheet: var(--app-radius-sheet, 24px);--odh-radius-chip: var(--app-radius-full, 9999px);--odh-space-1: var(--app-space-1, 5px);--odh-space-2: var(--app-space-2, 8px);--odh-space-3: var(--app-space-3, 13px);--odh-space-4: var(--app-space-4, 21px);--odh-space-5: var(--app-space-5, 34px);--odh-space-6: var(--app-space-6, 55px);--odh-screen-padding: var(--odh-space-3);--odh-gap-xs: var(--odh-space-1);--odh-gap-md: var(--odh-space-3);--odh-gap-lg: var(--odh-space-3);--web-gap-xs: var(--odh-space-1);--web-gap-sm: var(--odh-space-2);--web-gap: var(--odh-space-3);--web-inset: var(--odh-space-3);--web-inset-lg: var(--odh-space-4);--web-stack-tight: var(--odh-space-2);--web-stack: var(--odh-space-3);--web-stack-lg: var(--odh-space-4);--odh-font-family: var(--app-font-family, "Inter Tight", "Inter", sans-serif);--odh-label-sm: 500 12px/18px var(--odh-font-family);--odh-label-md: 500 14px/20px var(--odh-font-family);--odh-label-lg: 500 16px/24px var(--odh-font-family);--odh-body-sm: 400 13px/20px var(--odh-font-family);--odh-body-md: 400 15px/24px var(--odh-font-family);--odh-title-sm: 500 14px/21px var(--odh-font-family);--odh-title-md: 600 16px/24px var(--odh-font-family);--odh-title-lg: 600 18px/28px var(--odh-font-family);--odh-headline-md: 600 20px/28px var(--odh-font-family);--odh-headline-lg: 600 28px/36px var(--odh-font-family);--odh-headline-xl: 700 36px/44px var(--odh-font-family);--odh-display-sm: 700 40px/48px var(--odh-font-family);--odh-shadow-card: var(--app-shadow-card, 0 2px 4px rgba(0, 0, 0, .08));--odh-shadow-modal: var(--app-shadow-modal, 0 12px 32px rgba(0, 0, 0, .16));--premium-input-bg: var(--odh-input-bg);--premium-input-border: 1px solid var(--odh-input-border);--premium-input-radius: var(--odh-radius-md);--premium-input-placeholder: var(--odh-input-placeholder);--premium-input-text: var(--odh-input-text);--premium-prefix-bg: var(--odh-neutral-90);--premium-focus-color: var(--odh-focus)}:root[data-app-variant=insurance]{color-scheme:light}:root[data-app-variant=insurance] body{background-color:var(--odh-color-surface, #ffffff)}.web-patient-page--insurance-home{gap:var(--web-gap-sm)}.web-insurance-home-greeting{margin:0;padding:0 2px;font-size:.9375rem;font-weight:600;color:var(--odh-color-on-surface);letter-spacing:-.01em}:root[data-app-variant=insurance] .web-home-page{gap:var(--web-gap-sm)}:root[data-app-variant=insurance] .web-home-operation-menu{gap:var(--web-gap-sm)}:root[data-app-variant=insurance] .web-panel{box-shadow:var(--odh-shadow-card)}:root{--odh-web-page-max: var(--app-page-max, 1280px);--odh-web-page-padding: var(--app-page-padding, clamp(16px, 2vw, 33px));--odh-web-section-gap: var(--app-section-gap, 13px);--odh-shadow-hover: var(--app-shadow-hover, 0 8px 24px rgba(0, 0, 0, .08));--odh-shadow-elevated: var(--app-shadow-elevated, 0 4px 16px rgba(0, 0, 0, .06));--odh-gradient-hero: var(--app-gradient-hero);--odh-gradient-mesh: var(--app-gradient-mesh)}.odh-app-shell-page{width:100%;min-height:0;flex:1;display:flex;flex-direction:column}.odh-app-page{width:100%;max-width:var(--odh-web-page-max);margin-inline:auto;padding:var(--odh-web-page-padding);padding-inline:calc(var(--odh-web-page-padding) + 12px);padding-bottom:calc(var(--odh-web-page-padding) + var(--web-gap-sm))}.odh-app-shell-bg{background:linear-gradient(180deg,var(--odh-neutral-95) 0%,var(--odh-tonal-99) 100%)}.odh-page-header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:var(--web-gap);padding-bottom:var(--web-gap);border-bottom:1px solid var(--odh-color-outline-variant);margin-bottom:var(--web-gap)}.odh-page-header-title{font:var(--odh-headline-lg);color:var(--odh-color-on-surface);margin:0;letter-spacing:-.02em}.odh-page-header-subtitle{font:var(--odh-body-md);color:var(--odh-color-on-surface-variant);margin:6px 0 0}.odh-stat-card{display:flex;flex-direction:column;gap:var(--odh-gap-xs);padding:var(--web-inset);border-radius:var(--odh-radius-card);background:var(--odh-color-surface);border:1px solid var(--odh-color-outline-variant);box-shadow:var(--odh-shadow-card);transition:transform .2s ease,box-shadow .2s ease}.odh-stat-card:hover{transform:translateY(-2px);box-shadow:var(--odh-shadow-hover)}.odh-stat-card-value{font:var(--odh-headline-md);color:var(--odh-tonal-40);margin:0;line-height:1.2}.odh-stat-card-label{font:var(--odh-body-sm);color:var(--odh-color-on-surface-variant);margin:0}.odh-stat-card-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--odh-radius-md);background:var(--odh-brand-subtle);color:var(--odh-tonal-40);margin-bottom:var(--odh-gap-xs)}.odh-landing-header{position:sticky;top:0;z-index:50;display:flex;height:72px;align-items:center;justify-content:space-between;gap:var(--web-gap);padding-inline:var(--odh-web-page-padding);border-bottom:1px solid var(--odh-color-outline-variant);background:#fffffff5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 1px color-mix(in srgb,var(--odh-color-outline-variant) 65%,transparent)}.odh-marketing-logo-btn{display:inline-flex;align-items:center;padding:0;border:none;background:transparent;cursor:pointer}.odh-marketing-hero-logo{margin-bottom:28px}.odh-landing-hero{position:relative;overflow:hidden;background:var(--odh-gradient-hero);color:var(--odh-color-on-primary)}.odh-landing-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--odh-gradient-mesh);pointer-events:none}.odh-landing-feature{display:flex;align-items:flex-start;gap:var(--web-gap-sm);padding:var(--web-inset);border-radius:var(--odh-radius-lg);border:1px solid rgba(255,255,255,.15);background:#ffffff14;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:transform .25s ease,background .25s ease}.odh-landing-feature:hover{transform:translateY(-3px);background:#ffffff24}.odh-landing-light-section{padding:clamp(48px,8vw,96px) var(--odh-web-page-padding);background:var(--odh-color-surface)}.odh-landing-section-inner{max-width:var(--odh-web-page-max);margin-inline:auto}.odh-landing-stat-strip{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--web-gap);padding:var(--web-inset) var(--odh-web-page-padding);background:var(--odh-tonal-98);border-top:1px solid var(--odh-color-outline-variant);border-bottom:1px solid var(--odh-color-outline-variant)}@media (min-width: 640px){.odh-landing-stat-strip{grid-template-columns:repeat(4,1fr)}}.odh-landing-stat-item{text-align:center;padding:var(--web-gap-sm)}.odh-landing-stat-value{font:var(--odh-headline-md);color:var(--odh-tonal-40);margin:0}.odh-landing-stat-label{font:var(--odh-body-sm);color:var(--odh-color-on-surface-variant);margin:4px 0 0}.odh-landing-step-card{padding:var(--web-inset);border-radius:var(--odh-radius-card);border:1px solid var(--odh-color-outline-variant);background:var(--odh-color-surface);box-shadow:var(--odh-shadow-card);transition:transform .2s ease,box-shadow .2s ease}.odh-landing-step-card:hover{transform:translateY(-4px);box-shadow:var(--odh-shadow-hover)}.odh-landing-step-num{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:var(--odh-radius-full);background:var(--odh-brand-subtle);color:var(--odh-tonal-40);font:var(--odh-label-md);margin-bottom:var(--web-gap-sm)}.odh-marketing-landing{min-height:100dvh;background:var(--odh-color-surface)}.odh-marketing-landing-header-actions{display:flex;align-items:center;gap:var(--web-gap-sm)}@media (max-width: 767px){.odh-marketing-landing-header-actions{display:none}}.odh-marketing-hero{padding:clamp(48px,8vw,96px) var(--odh-web-page-padding)}.odh-marketing-hero-inner{position:relative;z-index:1;max-width:var(--odh-web-page-max);margin-inline:auto}.odh-marketing-hero-eyebrow{margin:0 0 12px;font:var(--odh-label-md);letter-spacing:.04em;text-transform:uppercase;opacity:.9}.odh-marketing-hero-title{margin:0;font:var(--odh-display-md, var(--odh-headline-lg));font-weight:700;letter-spacing:-.03em;line-height:1.1}.odh-marketing-hero-subtitle{margin:16px 0 0;max-width:56ch;font:var(--odh-body-lg, var(--odh-body-md));line-height:1.6;opacity:.92}.odh-marketing-hero-actions{display:flex;flex-wrap:wrap;gap:var(--web-gap-sm);margin-top:28px}.odh-marketing-hero-features{display:grid;gap:var(--web-gap-sm);margin-top:40px}@media (min-width: 768px){.odh-marketing-hero-features{grid-template-columns:repeat(3,1fr)}}.odh-marketing-hero-features .odh-landing-feature strong{display:block;margin-bottom:4px;font:var(--odh-label-md)}.odh-marketing-hero-features .odh-landing-feature p{margin:0;font:var(--odh-body-sm);opacity:.88;line-height:1.45}.odh-marketing-section-head{margin-bottom:clamp(24px,4vw,40px);text-align:center}.odh-marketing-section-head h2{margin:0;font:var(--odh-headline-lg);color:var(--odh-color-on-surface);letter-spacing:-.02em}.odh-marketing-section-head p{margin:10px auto 0;max-width:52ch;font:var(--odh-body-md);color:var(--odh-color-on-surface-variant);line-height:1.55}.odh-marketing-service-grid{display:grid;gap:var(--web-gap)}@media (min-width: 900px){.odh-marketing-service-grid{grid-template-columns:repeat(3,1fr)}}.odh-marketing-service-card{display:flex;flex-direction:column;border:1px solid var(--odh-color-outline-variant);border-radius:var(--odh-radius-card);overflow:hidden;background:var(--odh-color-surface);box-shadow:var(--odh-shadow-card);transition:transform .2s ease,box-shadow .2s ease}.odh-marketing-service-card:hover{transform:translateY(-4px);box-shadow:var(--odh-shadow-hover)}.odh-marketing-service-img{width:100%;aspect-ratio:16 / 10;-o-object-fit:cover;object-fit:cover;background:var(--odh-brand-subtle)}.odh-marketing-service-body{display:flex;flex-direction:column;gap:8px;padding:var(--web-inset)}.odh-marketing-service-body h3{margin:0;font:var(--odh-headline-sm);color:var(--odh-color-on-surface)}.odh-marketing-service-body p{margin:0;flex:1;font:var(--odh-body-sm);color:var(--odh-color-on-surface-variant);line-height:1.55}.odh-marketing-app-section{padding:0 var(--odh-web-page-padding) clamp(40px,6vw,64px);background:var(--odh-tonal-98)}.odh-marketing-benefit-grid{display:grid;gap:var(--web-gap)}@media (min-width: 768px){.odh-marketing-benefit-grid{grid-template-columns:repeat(3,1fr)}}.odh-marketing-benefit-card{padding:var(--web-inset);border:1px solid var(--odh-color-outline-variant);border-radius:var(--odh-radius-card);background:var(--odh-color-surface);box-shadow:var(--odh-shadow-card)}.odh-marketing-benefit-card h3{margin:12px 0 8px;font:var(--odh-headline-sm);color:var(--odh-color-on-surface)}.odh-marketing-benefit-card p{margin:0;font:var(--odh-body-sm);color:var(--odh-color-on-surface-variant);line-height:1.55}.odh-marketing-how-section{background:var(--odh-tonal-98)}.odh-marketing-steps-grid{display:grid;gap:var(--web-gap)}@media (min-width: 768px){.odh-marketing-steps-grid{grid-template-columns:repeat(3,1fr)}}.odh-marketing-cta-section{padding:clamp(48px,8vw,80px) var(--odh-web-page-padding);background:var(--odh-gradient-hero);color:var(--odh-color-on-primary)}.odh-marketing-cta-inner{display:flex;flex-direction:column;align-items:center;text-align:center}.odh-marketing-cta-inner h2{margin:0;font:var(--odh-headline-lg)}.odh-marketing-cta-inner>p{margin:12px 0 0;max-width:52ch;font:var(--odh-body-md);opacity:.92;line-height:1.55}.odh-marketing-cta-app{width:100%;max-width:640px;margin-top:32px}.odh-marketing-footer{display:flex;flex-direction:column;align-items:center;gap:12px;padding:32px var(--odh-web-page-padding) calc(32px + env(safe-area-inset-bottom,0px));border-top:1px solid var(--odh-color-outline-variant);background:var(--odh-color-surface)}.odh-marketing-footer p{margin:0;font:var(--odh-body-sm);color:var(--odh-color-on-surface-variant);text-align:center}.odh-auth-layout{display:flex;min-height:100dvh;background:var(--app-gradient-auth, var(--odh-gradient-hero))}.odh-auth-panel{display:none;width:min(46%,520px);flex-shrink:0;flex-direction:column;justify-content:space-between;padding:clamp(32px,5vw,56px);background:var(--app-gradient-auth, var(--odh-gradient-hero));color:var(--odh-color-on-primary);position:relative;overflow:hidden}.odh-auth-panel:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--odh-gradient-mesh);pointer-events:none}.odh-auth-panel-inner{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:space-between;height:100%;gap:32px}.odh-auth-panel-body{display:flex;flex-direction:column;gap:24px}.odh-auth-panel-title{color:var(--odh-color-on-primary)!important;max-width:22ch;line-height:1.25!important}.odh-auth-panel-features{display:flex;flex-direction:column;gap:12px}.odh-auth-panel-footer{margin:0;font:var(--odh-body-sm);opacity:.75}@media (min-width: 1024px){.odh-auth-layout{background:var(--odh-neutral-98, var(--odh-neutral-95))}.odh-auth-panel{display:flex}.odh-auth-mobile-logo{display:none}}.odh-auth-form-area{position:relative;display:flex;flex:1;flex-direction:column;align-items:center;justify-content:center;padding:clamp(24px,4vw,48px)}.odh-auth-lang{position:absolute;top:16px;right:16px;z-index:20;display:flex;gap:4px;padding:4px;border-radius:999px;border:1px solid rgba(255,255,255,.28);background:#ffffff24;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media (min-width: 1024px){.odh-auth-lang{border-color:var(--odh-neutral-90);background:var(--odh-color-surface, #fff)}}.odh-auth-lang-btn{min-width:36px;height:32px;padding:0 10px;border:0;border-radius:999px;background:transparent;color:#ffffffd9;font:var(--odh-label-sm);font-weight:600;letter-spacing:.02em;cursor:pointer;transition:background .15s ease,color .15s ease,transform .15s ease}@media (min-width: 1024px){.odh-auth-lang-btn{color:var(--odh-color-on-surface-variant)}}.odh-auth-lang-btn:hover{transform:scale(1.04)}.odh-auth-lang-btn--active{background:#fff;color:var(--odh-brand, #0f766e);box-shadow:0 1px 3px #0000001f}.odh-auth-card{width:100%;max-width:420px}.odh-auth-card--wide{max-width:520px}.odh-auth-mobile-logo{display:flex;justify-content:center;margin-bottom:20px}.odh-auth-form-card{padding:clamp(20px,3vw,28px)!important;border-radius:20px!important;box-shadow:0 1px 2px #0f172a0a,0 12px 32px #0f172a1a!important}.odh-auth-password-checks{display:grid;gap:6px;margin:0;padding:12px 14px;list-style:none;border-radius:12px;background:var(--odh-tonal-95, var(--odh-neutral-95));border:1px solid var(--odh-neutral-90)}.odh-auth-password-checks li{display:flex;align-items:center;gap:8px;font:var(--odh-body-sm);color:var(--odh-color-on-surface-variant)}.odh-auth-password-checks li:before{content:"";width:8px;height:8px;border-radius:999px;flex-shrink:0;background:var(--odh-neutral-80)}.odh-auth-password-checks li.is-met{color:var(--odh-color-on-surface)}.odh-auth-password-checks li.is-met:before{background:var(--odh-brand, #0f766e)}.odh-auth-form{display:flex;flex-direction:column;gap:var(--web-gap, 16px)}.odh-home-bento{display:grid;gap:var(--web-gap);grid-template-columns:1fr}@media (min-width: 1024px){.odh-home-bento{grid-template-columns:1.4fr 1fr;align-items:stretch}}.odh-quick-grid{display:grid;gap:var(--web-gap-sm);grid-template-columns:repeat(1,1fr)}@media (min-width: 640px){.odh-quick-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1280px){.odh-quick-grid{grid-template-columns:repeat(3,1fr)}}.odh-quick-grid a{display:block;text-decoration:none;height:100%}.odh-lift{transition:transform .2s ease,box-shadow .2s ease}.odh-lift:hover{transform:translateY(-2px)}.odh-focus-ring:focus-visible{outline:2px solid var(--odh-focus);outline-offset:2px}:root{--odh-sidebar-width: var(--app-sidebar-width, 19rem)}@media (min-width: 1280px){:root{--odh-sidebar-width: var(--app-sidebar-width-lg, 22rem)}}.odh-sidebar{width:var(--odh-sidebar-width)}@media (min-width: 768px){.odh-app-shell-bg main{margin-left:var(--odh-sidebar-width);width:calc(100% - var(--odh-sidebar-width))}.odh-app-shell-main{background:var(--odh-neutral-95)}:root[data-app-variant=insurance] .odh-app-shell-bg main{margin-left:0;width:100%}}@media (max-width: 767px){.odh-app-shell-page{padding-bottom:calc(4.5rem + env(safe-area-inset-bottom,0px))}}.odh-module-page{display:flex;flex-direction:column;gap:var(--odh-web-section-gap)}.odh-module-state{display:flex;min-height:180px;flex-direction:column;align-items:center;justify-content:center;gap:var(--web-gap);border-radius:var(--odh-radius-card);border:1px solid var(--odh-color-outline-variant);background:var(--odh-color-surface);padding:var(--web-inset)}.odh-web-section{display:flex;flex-direction:column;gap:13px}.odh-web-section-header{display:flex;align-items:center;justify-content:space-between;gap:13px}.odh-web-section-title{font-size:18px;font-weight:600;line-height:24px;letter-spacing:-.2px;color:var(--odh-color-on-surface);margin:0}.odh-action-grid{display:grid;gap:13px}.odh-action-grid-link{display:block;text-decoration:none;height:100%}.odh-action-grid-2,.odh-action-grid-3,.odh-action-grid-4{grid-template-columns:repeat(1,1fr)}@media (min-width: 640px){.odh-action-grid-2,.odh-action-grid-3,.odh-action-grid-4{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.odh-action-grid-3{grid-template-columns:repeat(3,1fr)}.odh-action-grid-4{grid-template-columns:repeat(4,1fr)}}.odh-home-page{display:flex;flex-direction:column;gap:var(--odh-web-section-gap)}.odh-home-header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:var(--web-gap)}.odh-home-stats{display:grid;gap:var(--web-gap-sm);grid-template-columns:repeat(2,1fr)}@media (min-width: 1280px){.odh-home-stats{grid-template-columns:repeat(4,1fr)}}.odh-stat-link{display:block;text-decoration:none;color:inherit}.odh-home-hero-row{display:flex;gap:var(--web-gap)}.web-impersonation-banner{position:fixed;top:0;left:0;right:0;height:36px;background:var(--odh-color-warning, #f59e0b);color:#fff;font-size:.8125rem;font-weight:600;display:flex;align-items:center;justify-content:space-between;padding:0 var(--web-inset);z-index:100;box-shadow:0 2px 4px #00000014}body.is-impersonating .odh-navbar{top:36px!important}body.is-impersonating .web-sidebar{top:36px!important;height:calc(100vh - 36px)!important}body.is-impersonating .odh-app-shell-main{padding-top:calc(4rem + 36px)!important}@media (max-width: 767px){body.is-impersonating .odh-app-shell-main{padding-top:36px!important}}.web-brand-logo{display:inline-flex;align-items:center;color:var(--odh-brand)}.web-brand-logo--on-light{color:var(--odh-color-on-surface)}.web-brand-logo--full-on-light{transform:scale(1.12);transform-origin:left center}.web-brand-logo--on-dark{color:var(--odh-color-on-primary)}.web-brand-logo--on-dark .web-brand-logo-accent{fill:var(--odh-brand)}.web-brand-logo-fallback{font:var(--odh-headline-md);letter-spacing:-.02em;color:inherit;white-space:nowrap}.web-brand-logo-insurance{display:inline-flex;align-items:center;font-weight:700;letter-spacing:var(--app-title-letter-spacing, -.02em);color:var(--app-brand, var(--odh-brand))}.web-brand-logo-insurance--compact{font-size:.95rem}.web-brand-logo-img{display:block;width:auto;max-width:100%;-o-object-fit:contain;object-fit:contain}.web-brand-logo-img--full{height:var(--app-start-logo-height, 50px)}.web-brand-logo-img--compact{height:var(--app-home-logo-height, 32px)}.web-card{border-radius:var(--odh-radius-card);border:1px solid var(--odh-color-outline-variant);background:var(--odh-color-surface);box-shadow:var(--odh-shadow-card)}.web-card--interactive{transition:transform .2s ease,box-shadow .2s ease}.web-card--interactive:hover{transform:translateY(-2px);box-shadow:var(--odh-shadow-hover)}.web-card--flat{box-shadow:none}.web-card-body{padding:var(--web-inset)}.web-panel{border-radius:var(--odh-radius-lg);border:1px solid var(--odh-color-outline-variant);background:var(--odh-color-surface);overflow:hidden}.web-panel-header{display:flex;align-items:center;justify-content:space-between;gap:var(--web-gap-sm);padding:var(--web-gap-sm) var(--web-inset);border-bottom:1px solid var(--odh-color-outline-variant);background:var(--odh-tonal-99)}.web-panel-title{font:var(--odh-title-md);color:var(--odh-color-on-surface);margin:0}.web-panel-body{padding:var(--web-inset)}.web-icon-box{display:inline-flex;align-items:center;justify-content:center;border-radius:var(--odh-radius-md);background:var(--odh-brand-subtle);color:var(--odh-tonal-40);flex-shrink:0}.web-icon-box--sm{width:36px;height:36px}.web-icon-box--md{width:44px;height:44px}.web-icon-box--lg{width:56px;height:56px;border-radius:var(--odh-radius-lg)}.web-page-header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:13px;padding-bottom:8px;border-bottom:1px solid #e5e5e5;margin-bottom:13px}@media (min-width: 768px){.web-patient-page .web-page-header{margin-bottom:8px}}@media (max-width: 639px){.web-page-header{flex-direction:column;align-items:stretch}.web-page-header-title{font:var(--odh-headline-md)}}.web-page-header-title{font:var(--odh-headline-md);color:#1a1a1a;margin:0;letter-spacing:-.02em}.web-patient-page .web-page-header-title{font-size:18px;font-weight:600;line-height:28px;letter-spacing:-.36px}.web-page-header-subtitle{font-size:15px;font-weight:400;line-height:24px;color:#404040;margin:5px 0 0}.web-module-state{display:flex;min-height:180px;flex-direction:column;align-items:center;justify-content:center;gap:var(--web-gap-sm)}.web-link-brand{font-weight:600;color:var(--odh-tonal-40);text-decoration:none;background:transparent;border:0;padding:0;cursor:pointer}.web-link-brand:hover{text-decoration:underline}.web-text{margin:0;color:var(--odh-color-on-surface)}.web-text--muted{color:var(--odh-color-on-surface-variant)}.web-text--display{font:var(--odh-display-sm);letter-spacing:-.03em}.web-text--headline{font:var(--odh-headline-lg);letter-spacing:-.02em}.web-text--title{font:var(--odh-headline-md);letter-spacing:-.01em}.web-text--subtitle{font:var(--odh-body-md);color:var(--odh-color-on-surface-variant)}.web-text--body{font:var(--odh-body-md)}.web-text--bodySm{font:var(--odh-body-sm)}.web-text--label{display:block;font:var(--odh-label-md);color:var(--odh-input-label);margin-bottom:var(--web-gap-xs)}.web-text--caption{font:var(--odh-body-sm);color:var(--odh-color-on-surface-variant)}.web-text--eyebrow{font:var(--odh-label-sm);font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--odh-neutral-50)}:root{--web-btn-height-sm: 36px;--web-btn-height-md: 40px;--web-btn-height-lg: 44px;--web-input-height: 40px}.web-button.mc-premium-button{border-radius:var(--odh-radius-md);font-weight:500;letter-spacing:-.01em}.web-button.mc-premium-button-size-s{height:var(--web-btn-height-sm);padding:0 12px;font:var(--odh-label-sm)}.web-button.mc-premium-button-size-m{height:var(--web-btn-height-md);padding:0 16px}.web-button.mc-premium-button-size-l{height:var(--web-btn-height-lg);padding:0 18px;font:var(--odh-label-md)}.web-button.mc-premium-button-icon-only.mc-premium-button-size-s{width:var(--web-btn-height-sm)}.web-button.mc-premium-button-icon-only.mc-premium-button-size-m{width:var(--web-btn-height-md)}.web-button.mc-premium-button-primary{color:var(--odh-color-on-primary);justify-content:center;align-items:center;text-align:center}.web-button.mc-premium-button-primary .mc-premium-button-text{color:inherit}.web-button.mc-premium-button-primary:hover:not(:disabled){box-shadow:0 4px 14px color-mix(in srgb,var(--odh-brand) 28%,transparent)}.web-button.mc-premium-button-secondary{background-color:var(--odh-brand-subtle);color:var(--odh-tonal-40);border-color:var(--odh-brand-border)}.web-button.mc-premium-button-outline{border-color:var(--odh-color-outline)}.web-input .premium-input-gray,.web-input .premium-input-native,.web-input.premium-input-gray,.web-input.premium-input-native{height:var(--web-input-height);border-radius:var(--odh-radius-md);font:var(--odh-body-md)}.web-input .premium-input-affix,.web-input.premium-input-affix{height:var(--web-input-height);border-radius:var(--odh-radius-md)}.web-input .premium-input-gray:focus,.web-input .premium-input-native:focus,.web-input.premium-input-gray:focus,.web-input .premium-input-affix:focus-within{border-color:var(--odh-input-border-focus);box-shadow:0 0 0 3px color-mix(in srgb,var(--odh-brand) 12%,transparent)}.web-form-field{display:flex;flex-direction:column;gap:0}.web-form-field-label{margin-bottom:var(--web-gap-xs)}.web-form-field-required{color:var(--odh-color-error)}.web-form-field-error{margin-top:var(--web-gap-xs);color:var(--odh-color-error)}.web-form-field-hint{margin-top:var(--web-gap-xs)}.web-form-actions{display:flex;flex-wrap:wrap;gap:var(--web-gap-sm);margin-top:var(--web-gap-xs)}.web-form-actions--stretch>*{flex:1;min-width:0}.web-form-actions--end{justify-content:flex-end}.web-form-actions--center{justify-content:center}.web-form-stack{display:flex;flex-direction:column;gap:var(--web-gap)}.web-auth-card{width:100%;max-width:440px}.web-auth-card-header{margin-bottom:var(--web-gap)}.web-auth-card-header .web-text--headline{font:var(--odh-headline-md);margin-bottom:var(--web-gap-xs)}.web-feature-row{display:flex;align-items:flex-start;gap:var(--web-gap-sm);padding:var(--web-gap-sm);border-radius:var(--odh-radius-lg);border:1px solid rgba(255,255,255,.15);background:#ffffff14;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:transform .2s ease,background .2s ease}.web-feature-row:hover{transform:translateY(-2px);background:#ffffff1f}.web-feature-row-title{font:var(--odh-label-md);font-weight:600;color:var(--odh-color-on-primary)}.web-feature-row-desc{font:var(--odh-body-sm);color:#ffffffd1;margin-top:var(--web-gap-xs)}.web-list-row{display:flex;align-items:center;gap:var(--web-gap-sm);width:100%;padding:var(--web-gap-sm) var(--web-inset);border:none;background:var(--odh-color-surface);text-align:left;text-decoration:none;color:inherit;transition:background .15s ease}.web-list-row--interactive{cursor:pointer}.web-list-row--interactive:hover{background:var(--odh-neutral-95)}.web-list-row--active{background:var(--odh-brand-subtle);box-shadow:inset 3px 0 0 var(--odh-brand)}.web-list-row-leading{flex-shrink:0}.web-list-row-body{flex:1;min-width:0}.web-list-row-title{font:var(--odh-title-sm);color:var(--odh-color-on-surface)}.web-list-row-subtitle{font:var(--odh-body-sm);color:var(--odh-color-on-surface-variant);margin-top:var(--web-gap-xs)}.web-list-row-trailing{display:flex;align-items:center;gap:var(--odh-gap-md);flex-shrink:0}.web-list-row-chevron{color:var(--odh-neutral-50)}.web-entity-list-inner{display:flex;flex-direction:column}.web-entity-list-inner>.web-list-row+.web-list-row{border-top:1px solid var(--odh-color-outline-variant)}.web-notifications-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:55;background:#0f172a6b;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.web-notifications-panel{position:fixed;z-index:60;top:4.5rem;right:1rem;display:flex;width:min(calc(100vw - 1.5rem),420px);max-height:min(560px,calc(100vh - 5.5rem));flex-direction:column;overflow:hidden;border-radius:var(--odh-radius-lg);border:1px solid var(--odh-color-outline-variant);background:var(--odh-color-surface);box-shadow:var(--odh-shadow-modal)}.web-notifications-header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--web-gap-sm);padding:var(--web-inset);border-bottom:1px solid var(--odh-color-outline-variant)}.web-notifications-body{min-height:0;flex:1;overflow-y:auto}.web-notifications-state{display:flex;min-height:200px;flex-direction:column;align-items:center;justify-content:center;gap:var(--web-gap-sm);padding:var(--web-inset)}.web-notifications-list{display:flex;flex-direction:column}.web-notifications-footer{display:flex;flex-wrap:wrap;gap:var(--web-gap-sm);justify-content:space-between;padding:var(--web-gap-sm) var(--web-inset);border-top:1px solid var(--odh-color-outline-variant);background:var(--odh-tonal-99)}.web-chat-layout{display:grid;gap:var(--web-stack);height:680px;grid-template-columns:1fr}@media (min-width: 1024px){.web-chat-layout{grid-template-columns:minmax(280px,340px) 1fr;align-items:stretch;height:680px}}.web-chat-layout .web-panel{display:flex;flex-direction:column;height:100%}.web-chat-layout .web-panel-body{flex:1;overflow-y:auto}.web-chat-session-card-wrapper{cursor:pointer;display:block;margin-bottom:var(--web-gap-xs);transition:transform .15s}.web-chat-session-card-wrapper:hover{transform:translateY(-1px)}.web-chat-session-card{transition:border-color .15s,box-shadow .15s}.web-chat-session-card-wrapper--active .web-patient-card,.web-chat-session-card--active{border-color:var(--odh-brand)!important;background:var(--odh-brand-subtle)!important}.web-chat-new-center{display:flex;align-items:flex-start;gap:12px;padding:12px 14px;border-radius:12px;border:1px solid #e5e5e5;background:#f7faf8}.web-chat-sessions-label{margin-bottom:var(--web-gap-sm)}.web-chat-main{height:100%;border-radius:var(--odh-radius-card);border:1px solid var(--odh-color-outline-variant);background:var(--odh-color-surface);overflow:hidden}.web-chat-placeholder{display:flex;height:100%;min-height:420px;flex-direction:column;align-items:center;justify-content:center;gap:13px;padding:13px;background:#fafdfb}.web-chat-placeholder .mc-premium-empty-wrapper{max-width:100%;width:100%;background:#fcfbfb;border:1px solid #e5e5e5}.web-chat-conversation{display:flex;height:100%;min-height:420px;flex-direction:column}.web-chat-conversation-header{padding:var(--web-gap-sm) var(--web-inset);border-bottom:1px solid var(--odh-color-outline-variant);background:var(--odh-tonal-99)}.web-chat-messages{flex:1;overflow-y:auto;padding:var(--web-inset);display:flex;flex-direction:column;gap:var(--web-gap-sm);background:var(--odh-neutral-95)}.web-chat-messages-state{display:flex;flex:1;flex-direction:column;align-items:center;justify-content:center;gap:var(--web-gap-sm)}.web-chat-bubble{max-width:min(85%,480px);align-self:flex-start;padding:var(--web-gap-sm) var(--web-inset);border-radius:var(--odh-radius-lg);border-bottom-left-radius:var(--odh-radius-xs);background:var(--odh-color-surface);border:1px solid var(--odh-color-outline-variant);box-shadow:var(--odh-shadow-card)}.web-chat-bubble--own{align-self:flex-end;border-bottom-left-radius:var(--odh-radius-lg);border-bottom-right-radius:var(--odh-radius-xs);background:var(--odh-brand-subtle);border-color:var(--odh-brand-border)}.web-chat-bubble-text{margin:0;font:var(--odh-body-md);color:var(--odh-color-on-surface);white-space:pre-wrap;word-break:break-word}.web-chat-bubble-time{display:block;margin-top:var(--web-gap-xs);font:var(--odh-body-sm);color:var(--odh-neutral-50)}.web-chat-bubble-image-btn{display:block;margin:0;padding:0;border:0;background:transparent;cursor:pointer}.web-chat-bubble-image{display:block;max-width:min(240px,100%);max-height:240px;border-radius:var(--odh-radius-md);-o-object-fit:cover;object-fit:cover}.web-chat-bubble-file{display:flex;flex-wrap:wrap;gap:var(--web-gap-xs);margin-top:var(--web-gap-xs)}.web-chat-bubble-file-btn{border:1px solid var(--odh-color-outline-variant);border-radius:var(--odh-radius-md);background:var(--odh-color-surface);padding:6px 10px;font:var(--odh-body-sm);color:var(--odh-color-on-surface);cursor:pointer}.web-chat-bubble-file-btn--secondary{background:transparent}.web-chat-bubble-file-loading{display:inline-block;font:var(--odh-body-sm);color:var(--odh-neutral-50)}.odh-request-suggestions-form{display:flex;flex-direction:column;gap:var(--web-gap-md)}.odh-request-suggestions-form--web{width:100%;max-width:640px;margin-inline:auto}.odh-request-suggestions-info{display:flex;align-items:center;gap:8px;padding:8px;border-radius:12px;background:var(--odh-brand-subtle);color:var(--odh-tonal-40)}.odh-request-suggestions-info p{margin:0;font-size:13px;line-height:20px;color:var(--odh-tonal-40)}.web-chat-composer{display:flex;gap:var(--web-gap-sm);padding:var(--web-gap-sm) var(--web-inset);border-top:1px solid var(--odh-color-outline-variant);background:var(--odh-color-surface)}.web-chat-composer .web-input{flex:1}.web-nav-icon{flex-shrink:0}.web-sidebar{width:var(--odh-sidebar-width)}.web-sidebar-profile{display:flex;align-items:center;gap:var(--web-gap-sm);width:100%;padding:8px var(--web-gap-sm);margin:0;border:1px solid transparent;border-radius:var(--odh-radius-md);background:transparent;cursor:pointer;text-align:left;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.web-sidebar-profile:hover{border-color:var(--odh-color-outline-variant);background:var(--odh-neutral-95);box-shadow:none}.web-sidebar-avatar{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:var(--odh-radius-full);background:linear-gradient(135deg,var(--odh-brand-gradient-start),var(--odh-brand-gradient-end));color:var(--odh-color-on-primary);font:var(--odh-label-sm);font-weight:700;flex-shrink:0}.web-sidebar-profile-text{min-width:0;flex:1}.web-sidebar-profile-name{display:block;font:var(--odh-label-md);font-weight:600;color:var(--odh-color-on-surface);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.web-sidebar-profile-role{display:block;margin-top:2px;font:var(--odh-body-sm);font-weight:500;color:var(--odh-brand);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.web-sidebar-profile-chevron{flex-shrink:0;color:var(--odh-neutral-50);transition:transform .15s ease,color .15s ease}.web-sidebar-profile:hover .web-sidebar-profile-chevron{color:var(--odh-brand);transform:translate(2px)}.web-sidebar-profile--static{cursor:default;pointer-events:none}.web-sidebar-profile--static:hover{border-color:transparent;background:transparent;box-shadow:none}.web-sidebar-nav{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;padding:var(--odh-space-2) var(--odh-space-2) var(--web-gap);scrollbar-width:thin;scrollbar-color:var(--odh-color-outline-variant) transparent}.web-sidebar-nav::-webkit-scrollbar{width:5px}.web-sidebar-nav::-webkit-scrollbar-thumb{border-radius:999px;background:var(--odh-color-outline-variant)}.web-sidebar-brand{display:flex;align-items:center;flex-shrink:0;min-height:4rem;padding:0 var(--web-inset);border-bottom:1px solid var(--odh-color-outline-variant);background:var(--odh-color-surface)}.web-sidebar-brand-link{display:inline-flex;text-decoration:none;transition:opacity .15s ease}.web-sidebar-brand-link:hover{opacity:.88}.web-sidebar-group+.web-sidebar-group{margin-top:var(--web-gap-sm);padding-top:var(--web-gap-sm);border-top:1px solid color-mix(in srgb,var(--odh-color-outline-variant) 70%,transparent)}.web-sidebar-group-title{padding:0 var(--web-gap-sm) var(--odh-space-2);margin:0;font:var(--odh-label-sm);font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--odh-neutral-50)}.web-sidebar-group-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:0 var(--web-gap-sm) var(--odh-space-2);margin:0;border:none;background:transparent;font:var(--odh-label-sm);font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--odh-neutral-50);cursor:pointer;transition:color .15s ease}.web-sidebar-group-toggle:hover{color:var(--odh-color-on-surface)}.web-sidebar-group-toggle-icon{flex-shrink:0;color:var(--odh-neutral-50);transition:transform .2s ease,color .15s ease}.web-sidebar-group--open .web-sidebar-group-toggle-icon{transform:rotate(180deg);color:var(--odh-brand)}.web-sidebar-group-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.web-sidebar-link{position:relative;display:flex;align-items:center;gap:var(--web-gap-sm);padding:8px var(--web-gap-sm);border-radius:var(--odh-radius-md);text-decoration:none;color:var(--odh-color-on-surface-variant);border:1px solid transparent;transition:background .15s ease,color .15s ease,border-color .15s ease}.web-sidebar-link:hover{background:var(--odh-neutral-95);color:var(--odh-color-on-surface)}.web-sidebar-link--active{background:var(--odh-brand-subtle);color:var(--odh-tonal-40);font-weight:600;border-color:color-mix(in srgb,var(--odh-brand-border) 60%,transparent)}.web-sidebar-link--active:before{content:"";position:absolute;left:0;top:6px;bottom:6px;width:3px;border-radius:0 4px 4px 0;background:var(--odh-brand)}.web-sidebar-link-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:var(--odh-radius-sm);flex-shrink:0;color:var(--odh-neutral-50);transition:background .15s ease,color .15s ease}.web-sidebar-link:hover .web-sidebar-link-icon{color:var(--odh-brand)}.web-sidebar-link--active .web-sidebar-link-icon{background:var(--odh-color-surface);color:var(--odh-brand);box-shadow:var(--odh-shadow-card)}.web-sidebar-link-label{font:var(--odh-label-md);line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.web-sidebar-footer{flex-shrink:0;display:flex;flex-direction:column;gap:var(--odh-space-2);padding:var(--web-gap-sm) var(--odh-space-2) var(--web-inset);border-top:1px solid var(--odh-brand-border);background:color-mix(in srgb,var(--odh-brand-subtle) 42%,var(--odh-color-surface))}.web-sidebar-logout{width:100%;justify-content:center;color:var(--odh-color-on-surface-variant)!important}.web-sidebar-logout:hover{color:var(--odh-color-error)!important;background:var(--odh-color-error-container)!important}.web-error-state{display:flex;width:100%;max-width:420px;margin:0 auto;flex-direction:column;align-items:center;text-align:center;gap:var(--web-gap-sm);padding:var(--odh-space-2)}.web-error-state--compact{padding:0}.web-error-state-icon{background:var(--odh-color-error-container)!important;color:var(--odh-color-error)}.web-error-state-title{margin:0}.web-error-state-message{max-width:36ch}.web-error-state-action{margin-top:var(--web-gap-xs)}.web-module-state--error{background:var(--odh-tonal-99)}.web-store-grid{display:grid;gap:var(--web-stack);grid-template-columns:repeat(1,minmax(0,1fr))}@media (min-width: 640px){.web-store-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1024px){.web-store-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.web-store-card-link-wrapper{text-decoration:none;display:block;color:inherit}.web-store-card-link-wrapper:hover .web-patient-card{border-color:var(--odh-brand)!important;box-shadow:var(--odh-shadow-hover)!important}.web-store-card{display:flex;flex-direction:column;gap:0;padding:0;overflow:hidden;border-radius:var(--odh-radius-card);border:1px solid var(--odh-color-outline-variant);background:var(--odh-color-surface);box-shadow:var(--odh-shadow-card);text-decoration:none;color:inherit;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.web-store-card-content{display:flex;flex-direction:column;gap:6px;padding:14px}.web-store-card-media{position:relative;aspect-ratio:16 / 10;background:var(--odh-brand-subtle);display:flex;align-items:center;justify-content:center;color:var(--odh-tonal-40);overflow:hidden}.web-store-card-media--placeholder{min-height:140px}.web-store-card-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.web-store-card-media-badge{position:absolute;top:var(--odh-space-2);right:var(--odh-space-2);display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:var(--odh-radius-md);background:var(--odh-color-surface);color:var(--odh-tonal-40)}.web-store-card:hover,.web-store-card:focus-visible{border-color:var(--odh-brand);box-shadow:var(--odh-shadow-hover);transform:translateY(-2px)}.web-store-card-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:var(--odh-radius-md);background:var(--odh-brand-subtle);color:var(--odh-tonal-40)}.web-store-card-title{margin:0;font-size:.9375rem;font-weight:650;line-height:1.35;color:var(--odh-color-on-surface)}.web-store-card-subtitle{margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:.8125rem;line-height:1.4;color:var(--odh-color-on-surface-variant)}.web-store-card-footer{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:6px}.web-store-card-price{font-size:.9375rem;font-weight:700;color:var(--odh-color-on-surface)}.web-store-card-cta-hint{font-size:.75rem;color:var(--odh-color-on-surface-variant)}.web-store-card-cta{display:inline-flex;align-items:center;gap:2px;flex-shrink:0;font-size:.8125rem;font-weight:650;color:var(--odh-brand)}.web-feature-grid,.web-vital-grid{display:grid;gap:var(--web-gap-sm);grid-template-columns:repeat(1,minmax(0,1fr))}.web-appointment-grid{display:grid;gap:var(--web-gap);grid-template-columns:1fr}@media (min-width: 640px){.web-feature-grid,.web-vital-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 768px){.web-appointment-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1024px){.web-vital-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width: 1280px){.web-appointment-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.web-appointment-grid .web-patient-card{height:100%}.web-appt-card-shell{display:flex;flex-direction:column;position:relative;isolation:isolate;min-width:0}.web-appt-card-shell--joinable .web-patient-card--has-join-panel{border-bottom-left-radius:0;border-bottom-right-radius:0}.web-appt-join-panel{display:flex;flex-direction:column;gap:8px;padding:var(--web-inset);background:var(--odh-color-surface);border:1px solid var(--odh-color-outline-variant);border-top:none;border-radius:0 0 var(--odh-radius-card) var(--odh-radius-card);position:relative;z-index:12;pointer-events:auto;touch-action:manipulation;box-shadow:var(--odh-shadow-card)}.web-appt-card-shell--joinable .web-patient-card--upcoming+.web-appt-join-panel{border-color:var(--odh-brand-border)}.web-appt-join-link{position:relative;z-index:13;pointer-events:auto!important;touch-action:manipulation;min-height:44px;text-decoration:none;-webkit-tap-highlight-color:rgba(0,0,0,.12)}.web-appt-join-link:active{transform:scale(.99)}.web-appointment-grid .web-patient-card-body{flex:1}.web-patient-card--upcoming{border-color:var(--odh-brand-border);box-shadow:0 4px 16px color-mix(in srgb,var(--odh-brand) 12%,transparent)}.web-appt-head-online{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:300px;gap:8px}.web-appt-head-title{font-weight:600;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.web-appt-head-date{font-size:.75rem;font-weight:400;opacity:.85;margin-left:auto;flex-shrink:0}.web-appt-live-dot{position:relative;display:inline-flex;width:8px;height:8px;flex-shrink:0}.web-appt-live-dot-ping{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:var(--odh-color-on-primary);opacity:.6;animation:appt-ping 1.5s cubic-bezier(0,0,.2,1) infinite}.web-appt-live-dot-core{position:relative;display:inline-flex;width:8px;height:8px;border-radius:50%;background:var(--odh-color-on-primary)}@keyframes appt-ping{75%,to{transform:scale(2);opacity:0}}.web-appt-status-badge{display:inline-block;font:var(--odh-label-sm);padding:2px 8px;border-radius:var(--odh-radius-pill);line-height:1.4}.web-appt-badge--active{background:var(--odh-brand-subtle);color:var(--odh-tonal-40)}.web-appt-badge--completed{background:var(--odh-color-success-container);color:var(--odh-color-success)}.web-appt-badge--canceled{background:var(--odh-color-error-container);color:var(--odh-color-error)}.web-appt-badge--default{background:var(--odh-neutral-95);color:var(--odh-neutral-50)}.web-appt-meta-row{display:flex;align-items:center;gap:4px;font-size:.875rem;color:var(--odh-color-on-surface-variant)}.web-appt-actions{padding-top:8px;display:flex;flex-wrap:wrap;align-items:flex-start;gap:8px}.web-appt-join-wrapper{display:flex;flex-direction:column;gap:8px;width:100%}.web-appt-join-info{width:100%}.web-appt-join-info .mc-premium-banner{max-width:none}.web-appt-join-info .mc-premium-banner-message{font-size:.8125rem;line-height:1.45}@media (min-width: 640px){.web-appt-join-wrapper{width:auto}}.web-appt-join-warning{font-size:.625rem;font-weight:500;color:var(--odh-color-warning);max-width:220px;line-height:1.3}.web-feature-card,.web-vital-card{display:flex;flex-direction:column;align-items:stretch;gap:var(--odh-space-2);width:100%;padding:var(--web-inset);border-radius:var(--odh-radius-card);border:1px solid var(--odh-color-outline-variant);background:var(--odh-color-surface);box-shadow:var(--odh-shadow-card);text-align:left;text-decoration:none;color:inherit;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.web-feature-card:hover,.web-vital-card:hover{border-color:var(--odh-brand-border);box-shadow:var(--odh-shadow-hover)}.web-feature-card-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:var(--odh-radius-md);background:var(--odh-brand-subtle);color:var(--odh-tonal-40)}.web-feature-card-body{flex:1;display:flex;flex-direction:column;gap:var(--odh-space-1)}.web-feature-card{flex-direction:row;align-items:center}.web-feature-card-title,.web-vital-card-value{margin:0}.web-feature-card-value{margin:0;color:var(--odh-brand)}.web-feature-card-chevron,.web-vital-card-chevron{flex-shrink:0;color:var(--odh-neutral-50)}.web-vital-card-head{display:flex;align-items:center;justify-content:space-between;gap:var(--odh-space-2)}.web-vital-card-label{margin:0}.web-vital-card-chart{display:flex;align-items:center;justify-content:center;min-height:48px;padding:var(--odh-space-1) 0}.web-vital-card-hint{margin:0;text-align:center}.web-vital-modal-body{display:flex;flex-direction:column;gap:var(--web-gap)}.web-vital-modal-current{margin:0;font-size:1.75rem;color:var(--odh-brand);text-align:center}.web-vital-modal-loading{display:flex;align-items:center;justify-content:center;min-height:220px}.web-vital-entry-form{display:flex;flex-direction:column;gap:var(--web-gap);text-align:left;max-height:75vh;overflow-y:auto;padding-right:4px}.web-vital-entry-fields{display:flex;flex-direction:column;gap:var(--web-gap-sm)}.web-vital-entry-notes{display:flex;flex-direction:column;gap:4px}.web-vital-entry-notes-count{margin:0;text-align:right;font-size:.75rem;color:var(--odh-neutral-50, #737373)}.web-vital-entry-footer{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:8px}.web-line-chart{width:100%}.web-line-chart--empty{display:flex;align-items:center;justify-content:center;min-height:180px;border:1px dashed var(--odh-color-outline-variant);border-radius:var(--odh-radius-md)}.web-line-chart-title{margin:0 0 var(--web-gap-xs)}.web-line-chart-legend{display:flex;flex-wrap:wrap;gap:12px;margin:0 0 var(--web-gap-xs)}.web-line-chart-legend-item{display:inline-flex;align-items:center;gap:6px;font-size:11px;color:var(--odh-neutral-50)}.web-line-chart-legend-item:before{content:"";width:14px;height:3px;border-radius:999px}.web-line-chart-legend-item--primary:before{background:var(--odh-brand)}.web-line-chart-legend-item--secondary:before{background:var(--odh-info)}.web-line-chart-svg{display:block}.web-health-detail{text-align:center;padding:var(--web-stack-lg) var(--web-inset)}.web-health-detail-value{margin:0;font:var(--odh-headline-md);color:var(--odh-brand)}.web-health-detail-caption{margin:var(--odh-space-2) 0 0;color:var(--odh-neutral-50)}.web-appointment-card{display:flex;flex-direction:column;gap:var(--odh-space-2);padding:var(--web-inset);border-radius:var(--odh-radius-card);border:1px solid var(--odh-color-outline-variant);background:var(--odh-color-surface);box-shadow:var(--odh-shadow-card)}.web-appointment-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--odh-space-2)}.web-appointment-card-badges{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:var(--odh-space-1)}.web-appointment-card-type{display:inline-flex;align-items:center;gap:4px;font:var(--odh-label-sm);font-weight:600;padding:2px 8px;border-radius:var(--odh-radius-pill)}.web-appointment-card-type--online,.web-appointment-card-type--inperson{background:var(--odh-brand-subtle);color:var(--odh-tonal-40)}.web-appointment-card-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--odh-radius-md);background:var(--odh-brand-subtle);color:var(--odh-tonal-40)}.web-appointment-card-badge{font:var(--odh-label-sm);padding:2px 8px;border-radius:var(--odh-radius-pill);background:var(--odh-brand-subtle);color:var(--odh-tonal-40)}.web-appointment-card-title{margin:0}.web-appointment-card-meta{display:flex;align-items:flex-start;gap:var(--odh-space-2);margin:0;color:var(--odh-neutral-40);font:var(--odh-body-sm)}.web-appointment-card-actions{margin-top:auto;padding-top:var(--web-gap-xs)}.web-profile-page{display:flex;flex-direction:column;gap:var(--web-stack)}.web-profile-hero{padding:0;border-color:var(--odh-brand-border);background:linear-gradient(135deg,var(--odh-brand-subtle),var(--odh-color-surface))}.web-profile-hero-inner{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:var(--web-gap)}.web-profile-hero-main{display:flex;flex-wrap:wrap;align-items:center;gap:var(--web-gap);min-width:0}.web-profile-hero-avatar.mc-premium-avatar-xl{width:80px;height:80px;background:linear-gradient(135deg,var(--odh-brand-gradient-start),var(--odh-brand-gradient-end));color:var(--odh-color-on-primary);border:2px solid var(--odh-brand-border)}.web-profile-hero-copy{min-width:0}.web-profile-hero-name{margin:0;letter-spacing:-.03em}.web-profile-hero-subtitle,.web-profile-hero-email{margin:4px 0 0}.web-profile-hero-badges{display:flex;flex-wrap:wrap;gap:var(--odh-space-2);margin-top:var(--web-gap-sm)}.web-profile-badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:var(--odh-radius-pill);font:var(--odh-label-sm);font-weight:600;color:var(--odh-tonal-40);background:var(--odh-brand-subtle);border:1px solid var(--odh-brand-border)}.web-profile-hero-meta{display:flex;flex-wrap:wrap;gap:var(--web-gap-sm)}.web-profile-hero-stat{min-width:120px;padding:var(--web-gap-sm) var(--web-inset);border-radius:var(--odh-radius-md);background:var(--odh-neutral-99);border:1px solid var(--odh-color-outline-variant)}.web-profile-settings{display:flex;flex-direction:column;gap:var(--web-gap)}.web-profile-settings--page{display:grid;gap:var(--web-gap);grid-template-columns:minmax(0,1fr)}@media (min-width: 960px){.web-profile-settings--page{grid-template-columns:minmax(220px,260px) minmax(0,1fr);align-items:start}}.web-profile-settings-nav{display:flex;flex-direction:row;gap:var(--odh-space-2);overflow-x:auto;padding-bottom:2px;scrollbar-width:none}.web-profile-settings-nav::-webkit-scrollbar{display:none}@media (min-width: 960px){.web-profile-settings-nav{flex-direction:column;overflow:visible;position:sticky;top:calc(4rem + var(--web-gap));padding:var(--web-gap-sm);border-radius:var(--odh-radius-md);border:1px solid var(--odh-color-outline-variant);background:var(--odh-color-surface);box-shadow:var(--odh-shadow-card)}.web-profile-settings-panel-desc{display:none}}.web-profile-settings-nav-item{display:flex;align-items:flex-start;gap:var(--web-gap-sm);width:100%;min-width:200px;padding:var(--web-gap-sm);border:1px solid transparent;border-radius:var(--odh-radius-md);background:transparent;text-align:left;cursor:pointer;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}@media (min-width: 960px){.web-profile-settings-nav-item{min-width:0}}.web-profile-settings-nav-item:hover{background:var(--odh-neutral-95)}.web-profile-settings-nav-item--active{background:var(--odh-brand-subtle);border-color:var(--odh-brand-border)}.web-profile-settings-nav-icon{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:8px;background:#fff;color:var(--odh-tonal-40);flex-shrink:0}.web-profile-settings-nav-item--active .web-profile-settings-nav-icon{background:var(--odh-brand);color:#fff}.web-profile-settings-nav-copy{min-width:0}.web-profile-settings-nav-label{display:block;font:var(--odh-label-md);font-weight:600;color:var(--odh-color-on-surface)}.web-profile-settings-nav-item--active .web-profile-settings-nav-label{color:var(--odh-tonal-40)}.web-profile-settings-nav-desc{display:none;margin-top:2px;font:var(--odh-body-sm);color:var(--odh-neutral-50);line-height:1.35}.web-profile-settings-nav-item--active .web-profile-settings-nav-desc{color:var(--odh-tonal-40)}@media (min-width: 960px){.web-profile-settings-nav-desc{display:block}}.web-profile-settings-content{display:flex;flex-direction:column;gap:var(--web-gap-sm);min-width:0}.web-profile-settings-panel-desc{display:block;margin-bottom:var(--web-gap-sm)}.web-profile-settings-stack{display:flex;flex-direction:column;gap:var(--web-gap)}.web-profile-info-grid{display:grid;gap:var(--web-gap-sm);grid-template-columns:repeat(1,minmax(0,1fr))}@media (min-width: 640px){.web-profile-info-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.web-profile-info-item{display:flex;align-items:flex-start;gap:var(--web-gap-sm);padding:var(--web-gap) var(--web-gap-sm);border-radius:var(--odh-radius-md);border:1px solid var(--odh-color-outline-variant);background:var(--odh-color-surface)}.web-profile-info-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:var(--odh-radius-sm);background:var(--odh-color-surface);color:var(--odh-brand);flex-shrink:0}.web-profile-info-label{display:block}.web-profile-info-value{display:block;margin-top:var(--web-gap-xs);font-weight:600}.web-profile-member-since{display:block}.web-profile-coming-soon,.web-profile-link-card{display:flex;align-items:flex-start;gap:var(--web-gap-sm);padding:var(--web-inset);border-radius:var(--odh-radius-md);border:1px solid var(--odh-color-outline-variant);background:var(--odh-neutral-99);text-decoration:none;color:inherit;transition:border-color .15s ease,box-shadow .15s ease}.web-profile-link-card:hover{border-color:var(--odh-brand-border);box-shadow:var(--odh-shadow-hover)}.web-profile-settings-danger{display:flex;flex-direction:column;align-items:flex-start;gap:var(--web-gap-sm);padding:var(--web-inset);border-radius:var(--odh-radius-md);border:1px solid var(--odh-color-outline-variant);background:var(--odh-color-surface)}.web-profile-settings-tabs{overflow-x:auto;max-width:100%}.web-profile-settings--drawer{display:flex;flex-direction:column;gap:var(--web-stack);min-height:100%}.web-profile-settings-drawer-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--odh-space-2)}@media (min-width: 480px){.web-profile-settings-drawer-nav{grid-template-columns:repeat(4,minmax(0,1fr))}}.web-profile-settings-drawer-nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;min-height:72px;padding:var(--odh-space-2) var(--odh-space-1);border:1px solid var(--odh-color-outline-variant);border-radius:var(--odh-radius-md);background:var(--odh-color-surface);cursor:pointer;text-align:center;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease,transform .15s ease}.web-profile-settings-drawer-nav-item:hover{border-color:var(--odh-brand-border);background:var(--odh-brand-subtle)}.web-profile-settings-drawer-nav-item--active{border-color:var(--odh-brand);background:var(--odh-brand-subtle);box-shadow:0 0 0 1px color-mix(in srgb,var(--odh-brand) 20%,transparent)}.web-profile-settings-drawer-nav-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:var(--odh-radius-sm);background:var(--odh-neutral-95);color:var(--odh-neutral-50);transition:background .15s ease,color .15s ease}.web-profile-settings-drawer-nav-item--active .web-profile-settings-drawer-nav-icon{background:var(--odh-color-surface);color:var(--odh-brand)}.web-profile-settings-drawer-nav-label{font:var(--odh-label-sm);font-weight:600;color:var(--odh-color-on-surface-variant);line-height:1.2}.web-profile-settings-drawer-nav-item--active .web-profile-settings-drawer-nav-label{color:var(--odh-tonal-40)}.web-profile-settings-drawer-content{display:flex;flex-direction:column;gap:var(--web-gap);padding:var(--web-inset-lg);border-radius:var(--odh-radius-lg);border:1px solid var(--odh-color-outline-variant);background:var(--odh-tonal-99);box-shadow:var(--odh-shadow-card)}.web-profile-settings-drawer-section-head{display:flex;flex-direction:column;gap:4px;padding-bottom:var(--web-gap-sm);border-bottom:1px solid var(--odh-color-outline-variant)}.web-profile-settings-drawer-section-title{font:var(--odh-title-md)!important}.web-profile-settings-drawer-section-desc{line-height:1.45}.web-profile-settings-drawer-section-body{padding-top:var(--web-gap-xs)}.web-profile-settings-drawer-section-body .web-profile-settings-stack{gap:var(--web-stack-tight)}.web-profile-settings-drawer-section-body .web-profile-info-grid{grid-template-columns:1fr;gap:var(--web-gap-sm)}.web-profile-settings-drawer-footer{margin-top:auto;padding-top:var(--web-gap-sm);border-top:1px solid var(--odh-color-outline-variant)}.web-profile-settings-logout:hover{color:var(--odh-color-error)!important;background:var(--odh-color-error-container)!important}.web-profile-settings-submit{align-self:flex-start;min-width:160px}.web-segmented{display:inline-flex;flex-wrap:wrap;padding:3px;border-radius:12px;border:1px solid #e5e5e5;background:#fcfbfb;gap:5px}.web-segmented-item{border:none;background:transparent;padding:8px;border-radius:10px;font-size:12px;font-weight:500;line-height:18px;color:gray;cursor:pointer;white-space:nowrap;transition:background .15s ease,color .15s ease,box-shadow .15s ease}.web-segmented-item--active{background:#fff;color:var(--odh-tonal-40);font-weight:600;box-shadow:0 2px 4px #00000014}.web-settings-drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:55;border:none;padding:0;margin:0;background:#0f172a61;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);cursor:pointer;animation:web-settings-drawer-backdrop-in .24s ease}@keyframes web-settings-drawer-backdrop-in{0%{opacity:0}to{opacity:1}}.web-settings-drawer{position:fixed;top:4rem;right:0;bottom:0;z-index:60;display:flex;width:min(100vw,520px);flex-direction:column;border-left:1px solid var(--odh-color-outline-variant);background:var(--odh-color-surface);box-shadow:-16px 0 48px #0f172a24;animation:web-settings-drawer-in .32s cubic-bezier(.16,1,.3,1)}@keyframes web-settings-drawer-in{0%{transform:translate(104%)}to{transform:translate(0)}}@media (max-width: 639px){.web-settings-drawer{top:0;width:100vw;border-left:none;animation:web-settings-drawer-in-mobile .32s cubic-bezier(.16,1,.3,1)}}@keyframes web-settings-drawer-in-mobile{0%{transform:translateY(100%)}to{transform:translateY(0)}}.web-settings-drawer--hero .web-settings-drawer-header{padding-bottom:var(--web-gap);background:linear-gradient(180deg,var(--odh-brand-subtle) 0%,var(--odh-color-surface) 72%)}.web-settings-drawer-header{display:flex;flex-direction:column;gap:var(--web-gap);padding:var(--web-inset-lg) var(--web-inset-lg) var(--web-gap);border-bottom:1px solid var(--odh-color-outline-variant);background:var(--odh-color-surface);flex-shrink:0}.web-settings-drawer-header-row{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--web-gap-sm)}.web-settings-drawer-heading{min-width:0;flex:1}.web-settings-drawer-title{font:var(--odh-title-md)!important;letter-spacing:-.02em}.web-settings-drawer-subtitle{display:block;margin-top:4px;line-height:1.45}.web-settings-drawer-close{flex-shrink:0;border-radius:var(--odh-radius-full)!important;background:var(--odh-color-surface)!important;border:1px solid var(--odh-color-outline-variant)!important}.web-settings-drawer-close:hover{border-color:var(--odh-brand-border)!important;background:var(--odh-brand-subtle)!important}.web-settings-drawer-hero{width:100%}.web-settings-drawer-profile{display:flex;align-items:center;gap:var(--web-gap);padding:var(--web-gap-sm);border-radius:var(--odh-radius-lg);border:1px solid var(--odh-brand-border);background:var(--odh-brand-subtle)}.web-settings-drawer-avatar{display:flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:var(--odh-radius-full);background:linear-gradient(135deg,var(--odh-brand-gradient-start),var(--odh-brand-gradient-end));color:var(--odh-color-on-primary);font:var(--odh-title-md);font-weight:700;flex-shrink:0;box-shadow:0 4px 14px color-mix(in srgb,var(--odh-brand) 28%,transparent)}.web-settings-drawer-profile-text{min-width:0;flex:1;display:flex;flex-direction:column;gap:2px}.web-settings-drawer-profile-name,.web-settings-drawer-profile-meta{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.web-settings-drawer-profile-badge{display:inline-flex;align-self:flex-start;margin-top:4px;padding:2px 8px;border-radius:var(--odh-radius-full);background:var(--odh-color-surface);border:1px solid var(--odh-brand-border);font:var(--odh-label-sm);font-weight:600;color:var(--odh-tonal-40)}.web-settings-drawer-body{flex:1;min-height:0;overflow-y:auto;padding:var(--web-inset-lg);scrollbar-width:thin;scrollbar-color:var(--odh-color-outline-variant) transparent}.web-settings-drawer-body::-webkit-scrollbar{width:5px}.web-settings-drawer-body::-webkit-scrollbar-thumb{border-radius:999px;background:var(--odh-color-outline-variant)}.web-settings-drawer-footer{padding:var(--web-inset-lg);border-top:1px solid var(--odh-color-outline-variant);background:var(--odh-tonal-99);flex-shrink:0}.web-booking-page-layout{max-width:920px;padding-top:var(--web-gap)}.web-booking-abandon{display:inline-flex;align-items:center;margin-bottom:12px;padding:0;border:none;background:none;color:var(--odh-brand);font:var(--odh-label-md);cursor:pointer}.web-booking-panel{display:flex;flex-direction:column;gap:17px}.web-booking-panel--hero{gap:17px}.web-booking-hero{margin-bottom:0}.web-booking-hero-copy{display:flex;flex-direction:column;gap:4px;min-width:0}.web-booking-panel .web-form-actions .mc-premium-button-primary,.web-booking-panel .web-form-actions .mc-premium-button-primary.mc-premium-button{height:48px;min-height:48px;border-radius:12px;background:var(--odh-tonal-40);border-color:var(--odh-tonal-40)}.web-booking-panel .web-form-actions .mc-premium-button:disabled,.web-booking-panel .web-form-actions .mc-premium-button-primary:disabled{background:#e5e5e5;border-color:transparent;color:#727272}.web-booking-panel .web-form-actions .mc-premium-button-secondary,.web-booking-panel .web-form-actions .mc-premium-button-outline{height:48px;min-height:48px;border-radius:12px;border:1px solid #d4d4d4;background:#fff;color:#2a2a2a}.web-booking-stepper-wrap{display:flex;flex-direction:column;gap:0;padding:13px;border-radius:16px;border:1px solid #e5e5e5;background:#fff;box-shadow:0 2px 4px #00000014}.web-booking-stepper-row{display:flex;align-items:center;gap:8px;width:100%}.web-booking-stepper-progress{flex:1;min-width:0;height:6px;border-radius:9999px;background:#f5f5f5;overflow:hidden}.web-booking-stepper-progress-fill{display:block;height:100%;border-radius:inherit;background:var(--odh-tonal-40);transition:width .35s ease}.web-booking-stepper-count{flex-shrink:0;padding:2.56px 7.04px;border-radius:9999px;background:#f5f5f5;color:#404040;font-size:13px;font-weight:600;line-height:20px}.web-booking-stepper-meta,.web-booking-stepper-current,.web-booking-stepper-dots{display:none}.web-booking-step-shell{display:flex;flex-direction:column;gap:13px;padding:13px;border-radius:16px;border:1px solid #e5e5e5;background:#fff;box-shadow:0 2px 4px #00000014}.web-booking-step-head{display:flex;align-items:flex-start;gap:8px;padding-bottom:8px;border-bottom:1px solid #e5e5e5}.web-booking-step-head-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:#f5f5f5;color:#1a1a1a;flex-shrink:0;border:1px solid #e5e5e5}.web-booking-step-head--title-only .web-booking-step-head-icon{display:none}.web-booking-step-head-copy{min-width:0;flex:1}.web-booking-step-head-title{color:#1a1a1a;font-size:14.4px!important;font-weight:600;line-height:22.4px;letter-spacing:-.144px}.web-booking-step-head-hint{display:block;margin-top:2px;text-transform:capitalize;font-size:13px;line-height:20px;color:#404040}.web-booking-step-body{display:flex;flex-direction:column;gap:13px}.web-booking-step-foot{padding-top:8px;border-top:1px solid #e5e5e5}.web-booking-step-foot .web-form-actions{margin-top:0}.web-booking-type-grid{display:grid;grid-template-columns:1fr;gap:12px}.web-booking-type-tile{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:10px;width:100%;min-height:148px;padding:13px;border:2px solid #e5e5e5;border-radius:16px;background:#fff;text-align:left;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.web-booking-type-tile--row{flex-direction:row;align-items:center;gap:14px;min-height:0;padding:16px 14px}.web-booking-type-tile-copy{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1;padding-right:28px}.web-booking-type-tile--row .web-booking-type-tile-icon{width:48px;height:48px;border-radius:9999px;flex-shrink:0;background:var(--odh-brand);color:#fff;border-color:var(--odh-brand)}.web-booking-type-tile--row.web-booking-type-tile--active .web-booking-type-tile-icon{background:var(--odh-tonal-40);border-color:var(--odh-tonal-40)}.web-booking-type-tile:hover{border-color:var(--odh-brand-border);box-shadow:0 2px 8px #0000000f}.web-booking-type-tile--active{border-color:var(--odh-brand);background:var(--odh-brand-subtle);box-shadow:none}.web-booking-type-tile-check{position:absolute;top:12px;right:12px;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:9999px;background:var(--odh-brand);color:#fff}.web-booking-type-tile-icon{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:12px;background:#f5f5f5;color:#1a1a1a;border:1px solid #e5e5e5}.web-booking-type-tile--active .web-booking-type-tile-icon{background:var(--odh-tonal-40);color:#fff;border-color:var(--odh-tonal-40)}.web-booking-type-tile-title{font-size:16px;font-weight:600;line-height:24px;color:#1a1a1a}.web-booking-type-tile--active .web-booking-type-tile-title{color:var(--odh-tonal-40)}.web-booking-type-tile-desc{font-size:13px;line-height:19.5px;color:gray}.web-booking-type-tile--active .web-booking-type-tile-desc{color:var(--odh-tonal-40)}.web-booking-date-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;width:100%}@media (min-width: 640px){.web-booking-date-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width: 900px){.web-booking-date-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.web-booking-date-card{display:flex;align-items:center;gap:10px;width:100%;min-height:66px;padding:12px;border:1px solid rgba(229,229,229,.75);border-radius:10px;background:#fff;box-shadow:0 2px 4px #00000014;text-align:left;cursor:pointer;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.web-booking-date-card:hover{border-color:var(--odh-brand-border);box-shadow:0 2px 8px #00000014}.web-booking-date-card--active{border-color:var(--odh-brand-border);background:var(--odh-brand-subtle)}.web-booking-date-card-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:8px;border-radius:8px;background:#d9f2e0;color:var(--odh-tonal-40);flex-shrink:0;box-sizing:border-box}.web-booking-date-card-body{flex:1;min-width:0;display:flex;flex-direction:column;align-items:stretch}.web-booking-date-card-row{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;min-height:20px}.web-booking-date-card-date{font-size:14px;font-weight:600;line-height:19.2px;letter-spacing:-.16px;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.web-booking-date-card-weekday{font-size:12px;font-weight:400;line-height:normal;color:#000;opacity:.5;flex-shrink:0}.web-booking-date-card-slots{font-size:12px;font-weight:400;line-height:20px;color:var(--odh-brand)}.web-booking-date-card--active .web-booking-date-card-date{color:var(--odh-tonal-40)}.web-booking-panel--compact .web-booking-date-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.web-booking-time-grid{display:flex;flex-wrap:wrap;gap:8px}.web-booking-time-chip{display:inline-flex;align-items:center;gap:6px;padding:8.32px 12.8px;border:1px solid #e5e5e5;border-radius:9999px;background:#fff;color:#1a1a1a;font-size:15px;font-weight:600;line-height:24px;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease}.web-booking-time-chip:hover{border-color:var(--odh-brand-border);background:var(--odh-brand-subtle)}.web-booking-time-chip--active{border-color:var(--odh-brand);background:var(--odh-brand-subtle);color:var(--odh-tonal-40);box-shadow:none}.web-booking-panel .web-page-header{margin-bottom:0;padding-bottom:0;border-bottom:none}.web-booking-step{display:flex;flex-direction:column;gap:var(--web-gap)}.web-booking-step-label{display:block}.web-booking-step-hint{display:block;margin-top:calc(var(--web-gap-xs) * -1)}.web-booking-error{padding:0}.web-booking-step .web-form-actions{margin-top:var(--web-gap-sm)}.web-booking-stepper{display:flex;gap:var(--web-gap-sm);overflow-x:auto;padding-bottom:var(--web-gap-xs);margin:0;list-style:none}.web-booking-stepper-item{display:flex;align-items:center;gap:var(--web-gap-xs);padding:var(--web-gap-xs) var(--web-gap-sm);border-radius:var(--odh-radius-pill);border:1px solid var(--odh-color-outline-variant);background:var(--odh-neutral-99);white-space:nowrap;flex-shrink:0}.web-booking-stepper-item--active{border-color:var(--odh-brand-border);background:var(--odh-brand-subtle)}.web-booking-stepper-item--done{border-color:var(--odh-brand-border);background:var(--odh-color-surface)}.web-booking-stepper-index{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:var(--odh-radius-full);font:var(--odh-label-sm);font-weight:600;background:var(--odh-color-surface);color:var(--odh-neutral-50)}.web-booking-stepper-item--active .web-booking-stepper-index,.web-booking-stepper-item--done .web-booking-stepper-index{background:var(--odh-brand);color:var(--odh-color-on-primary)}.web-booking-stepper-label{color:var(--odh-neutral-50)}.web-booking-stepper-item--active .web-booking-stepper-label{color:var(--odh-tonal-40);font-weight:600}.web-option-grid{display:grid;gap:var(--web-gap);grid-template-columns:repeat(1,minmax(0,1fr))}.web-option-grid--1{grid-template-columns:repeat(1,minmax(0,1fr))}@media (min-width: 640px){.web-option-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.web-option-grid--1{grid-template-columns:repeat(1,minmax(0,1fr))}.web-option-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 960px){.web-option-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}}.web-selectable-card{display:flex;align-items:center;gap:8px;width:100%;min-height:68px;padding:13px;border:1px solid #e5e5e5;border-radius:16px;background:#fff;box-shadow:0 2px 4px #00000014;text-align:left;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.web-selectable-card:hover:not(:disabled){border-color:var(--odh-brand-border);box-shadow:0 2px 8px #0000000f}.web-selectable-card--active{border-color:var(--odh-brand-border);background:var(--odh-brand-subtle);box-shadow:0 8px 24px #00000014}.web-selectable-card--disabled{opacity:.55;cursor:not-allowed}.web-selectable-card-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:12px;background:#fff;color:var(--odh-brand);flex-shrink:0}.web-selectable-card--active .web-selectable-card-icon{background:#fff;color:var(--odh-brand)}.web-selectable-card-body{min-width:0;flex:1;display:flex;flex-direction:column;gap:2px}.web-selectable-card-title{display:block;font-size:12.8px!important;font-weight:600!important;line-height:19.2px!important;letter-spacing:-.128px;color:#1a1a1a}.web-selectable-card--active .web-selectable-card-title{color:var(--odh-tonal-40)!important}.web-selectable-card-subtitle,.web-selectable-card-meta{display:block}.web-selectable-card-meta{color:var(--odh-brand)}.web-selectable-card-check{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:9999px;background:var(--odh-brand);color:#fff;flex-shrink:0}.web-booking-step-summary{display:flex;flex-direction:column;gap:13px;padding:13px;border:1px solid #e5e5e5;border-radius:16px;background:#fff;box-shadow:0 2px 4px #00000014}.web-booking-payment-panel{display:flex;flex-direction:column;gap:13px;padding:13px;border:1px solid #e5e5e5;border-radius:16px;background:#fff}.web-booking-payment-panel-title{margin:0;font-size:12.8px!important;font-weight:600!important;line-height:19.2px!important;letter-spacing:-.128px;color:#1a1a1a!important}.web-booking-payment-panel-hint{margin:3px 0 0}.web-booking-payment-options{display:flex;flex-direction:column;gap:8px;margin-top:13px}.web-booking-payment-options .web-selectable-card--active{border-color:var(--odh-brand);background:var(--odh-brand-subtle);box-shadow:none}.web-booking-payment-options .web-selectable-card--active .web-selectable-card-title{color:#1a1a1a!important}.web-booking-payment-discount{margin-top:13px}.web-appointment-summary{display:flex;flex-direction:column;gap:13px}.web-appointment-summary-head{display:flex;flex-direction:column;gap:4px}.web-appointment-summary-title{margin:0;font-size:20px!important;font-weight:600!important;line-height:28px!important;letter-spacing:-.2px;color:#1a1a1a!important}.web-appointment-summary-hint{margin:0;font-size:13px;line-height:20px;color:#404040}.web-appointment-summary-hero{display:flex;flex-direction:column;gap:13px;padding:13px;border:1px solid #e5e5e5;border-radius:16px;background:#fff;box-shadow:0 2px 4px #00000014}.web-appointment-summary-hero-top{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px}.web-appointment-summary-schedule{display:flex;align-items:center;gap:8px;min-width:0}.web-appointment-summary-schedule-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:var(--odh-brand-subtle);color:var(--odh-tonal-40);flex-shrink:0}.web-appointment-summary-date-line{margin:0;min-width:0;line-height:1.2}.web-appointment-summary-date{font-size:16px;font-weight:600;letter-spacing:-.56px;color:#1a1a1a}.web-appointment-summary-day{font-size:16px;font-weight:400;color:#404040;text-transform:capitalize}.web-appointment-summary-time-pill{display:inline-flex;align-items:center;gap:4px;padding:7px 12px;border-radius:9999px;border:1px solid #e5e5e5;background:#fff;color:#1a1a1a;font-size:14.4px;font-weight:600;line-height:1;white-space:nowrap}.web-appointment-summary-doctor{display:flex;align-items:center;gap:12px;padding:8px 0;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5}.web-appointment-summary-doctor-row{flex:1;min-width:0;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.web-appointment-summary-doctor-name{margin:0;font-size:16px!important;font-weight:600!important;line-height:16.64px!important;color:#1a1a1a!important}.web-appointment-summary-type-badge{display:inline-flex;align-items:center;gap:3px;flex-shrink:0;width:-moz-fit-content;width:fit-content;max-width:100%;padding:3px 7px;border-radius:9999px;background:var(--odh-brand-subtle);color:var(--odh-brand);font-size:9.6px;font-weight:600;line-height:14.4px;white-space:nowrap}.web-appointment-summary-details{padding:13px;border:1px solid #e5e5e5;border-radius:16px;background:#fff;box-shadow:0 2px 4px #00000014}.web-appointment-summary-details-title{display:block;margin:0;padding-bottom:8px;border-bottom:1px solid #e5e5e5;font-size:14px!important;font-weight:500!important;color:#666!important}.web-appointment-summary-list{list-style:none;margin:0;padding:8px 0 0;display:flex;flex-direction:column;gap:8px}.web-appointment-summary-row{display:flex;align-items:flex-start;gap:10px;width:100%}.web-appointment-summary-row-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;color:#404040;background:#f5f5f5;flex-shrink:0}.web-appointment-summary-row-copy{flex:1;min-width:0;display:flex;align-items:baseline;justify-content:space-between;gap:12px}.web-appointment-summary-row-label{flex:0 1 auto;min-width:0;margin:0;font-size:13px;line-height:20px;color:#737373}.web-appointment-summary-row-value{flex:1 1 auto;min-width:0;margin:0;font-size:14px;font-weight:600;line-height:22px;color:#1a1a1a;text-align:right;overflow-wrap:anywhere}.web-appointment-summary-row--emphasize .web-appointment-summary-row-value{font-size:20px;font-weight:500;color:#1a1a1a}.web-appointment-summary-footer{display:flex;flex-direction:column;gap:8px;padding-top:8px}.web-appointment-summary-footer .mc-premium-button{width:100%}.web-appointment-summary-footer .mc-premium-button-primary{min-height:52px}.web-appointment-summary-footer .mc-premium-button-outline{min-height:48px}@media (max-width: 639px){.web-appointment-summary-row-copy{flex-direction:column;align-items:stretch;justify-content:flex-start;gap:2px}.web-appointment-summary-row-value,.web-appointment-summary-row--emphasize .web-appointment-summary-row-value{text-align:left;font-size:14px}.web-appointment-summary-footer{position:sticky;bottom:calc(4rem + env(safe-area-inset-bottom,0px));z-index:20;margin:0 -16px -8px;padding:12px 16px calc(12px + env(safe-area-inset-bottom,0px));background:var(--odh-color-surface);border-top:1px solid var(--odh-color-outline-variant);box-shadow:0 -8px 24px #0f172a14}}.web-booking-empty{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;padding:13px;border-radius:12px;border:1px dashed #e5e5e5;background:transparent}.web-booking-empty-icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:9999px;background:#fff;color:var(--odh-brand)}.web-booking-empty-title{margin:0;max-width:36rem;font-size:20px!important;font-weight:600!important;line-height:19.2px;letter-spacing:-.128px;color:#1a1a1a}.web-booking-empty-desc{margin:0;max-width:461px;font-size:13px;line-height:20px;color:#404040}.web-booking-empty-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:5px}.web-booking-empty-actions .mc-premium-button-primary{height:48px;border-radius:12px;background:var(--odh-tonal-40);border-color:var(--odh-tonal-40)}.web-booking-empty-actions .mc-premium-button-secondary{height:48px;border-radius:12px;border:1px solid #d4d4d4;background:#fff;color:#2a2a2a}.web-booking-panel--compact{gap:var(--odh-gap-md)}.web-booking-panel--compact .web-booking-step-shell{padding:14px;gap:12px}.web-booking-panel--compact .web-booking-type-tile{min-height:120px;padding:14px}.web-booking-panel--compact .web-booking-type-tile-icon{width:44px;height:44px}.web-booking-panel--compact .web-booking-step-foot{position:sticky;bottom:calc(4.5rem + env(safe-area-inset-bottom,0px));z-index:12;margin:0 -14px -14px;padding:12px 14px;background:var(--odh-color-surface);border-top:1px solid var(--odh-color-outline-variant);box-shadow:0 -4px 16px #0000000f}.web-booking-panel--compact .web-booking-step-foot .web-form-actions{flex-wrap:wrap;gap:8px}.web-booking-panel--compact .web-booking-step-foot .web-button{flex:1 1 auto;min-width:0}.web-booking-panel--compact .web-booking-step-summary{padding:0;border:none;box-shadow:none;background:transparent;gap:12px}.web-booking-panel--compact .web-appointment-summary-head{padding:0 2px}.web-booking-panel--compact .web-appointment-summary-details-title{font-size:13px!important;font-weight:600!important;color:#1a1a1a!important}.web-booking-panel--compact .web-appointment-summary-list{gap:0}.web-booking-panel--compact .web-appointment-summary-row{align-items:flex-start;padding:10px 0;border-bottom:1px solid #eee}.web-booking-panel--compact .web-appointment-summary-row:last-child{border-bottom:none;padding-bottom:0}.web-booking-panel--compact .web-appointment-summary-row-copy{flex-direction:column;align-items:stretch;justify-content:flex-start;gap:2px}.web-booking-panel--compact .web-appointment-summary-row-label{font-size:12px;line-height:18px}.web-booking-panel--compact .web-appointment-summary-row-value{text-align:left;font-size:14px;font-weight:600;line-height:20px}.web-booking-panel--compact .web-appointment-summary-row--emphasize .web-appointment-summary-row-value{font-size:16px}.web-booking-panel--compact .web-appointment-summary-footer{position:sticky;bottom:calc(4.5rem + env(safe-area-inset-bottom,0px));z-index:20;margin:0 -14px -14px;padding:12px 14px calc(12px + env(safe-area-inset-bottom,0px));background:var(--odh-color-surface);border-top:1px solid var(--odh-color-outline-variant);box-shadow:0 -8px 24px #0f172a14}.web-booking-panel--compact .web-appointment-summary-footer .mc-premium-button{width:100%}.web-cancel-success{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:12px 0 4px;text-align:center}.web-cancel-success-icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:999px;background:color-mix(in srgb,var(--odh-color-success, #16a34a) 14%,transparent);color:var(--odh-color-success, #15803d)}.web-cancel-success-copy{display:flex;flex-direction:column;gap:6px}.web-cancel-success-title{margin:0;font-size:18px;font-weight:700;line-height:26px;color:var(--odh-color-on-surface, #1a1a1a)}.web-cancel-success-desc{margin:0;font-size:14px;line-height:22px;color:var(--odh-color-on-surface-variant, #525252)}.web-booking-step-actions--compact{flex-direction:column;width:100%}.web-booking-step-actions--compact .web-button{width:100%}.web-booking-panel--compact .web-selectable-card{min-height:56px}.web-booking-panel--compact .web-booking-time-grid{grid-template-columns:repeat(3,minmax(0,1fr))}@media (max-width: 380px){.web-booking-panel--compact .web-booking-time-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}:root[data-app-variant=insurance] .patient-view-web--insurance .web-booking-panel--compact .web-booking-step-foot{bottom:0}.odh-patient-ui-shell{width:100%;max-width:none;min-height:100dvh;margin-inline:0;position:relative;display:flex;flex-direction:column;flex:1;background:var(--odh-neutral-95)}@media (max-width: 767px){.odh-navbar{display:none!important}.odh-app-shell-main{margin-left:0!important;width:100%!important;padding-top:0!important}.odh-app-shell-page{max-width:none;padding:0}.odh-mobile-page{min-height:calc(100dvh - 4.5rem - env(safe-area-inset-bottom,0px))}.odh-mobile-fixed-cta,.odh-mobile-page-footer{bottom:calc(4.5rem + env(safe-area-inset-bottom,0px))}.odh-mobile-fab{bottom:calc(5rem + env(safe-area-inset-bottom,0px))}}@media (min-width: 768px){.odh-mobile-home-header{display:none}.odh-app-shell-main{padding-top:4rem;min-height:100dvh}.odh-app-shell-page{max-width:none;margin-inline:0;padding:0}.odh-mobile-page{min-height:calc(100dvh - 4rem)}.odh-mobile-page .mc-premium-app-bar-leading{visibility:hidden;pointer-events:none}}.odh-module-page .odh-page-header,.odh-module-page .web-page-header{display:none}.odh-mobile-page{display:flex;flex-direction:column;background:var(--odh-neutral-95)}.odh-mobile-page-body{flex:1;display:flex;flex-direction:column;gap:var(--odh-gap-md);padding:var(--odh-space-3);padding-bottom:calc(var(--odh-space-4) + env(safe-area-inset-bottom,0px));overflow-y:auto}.odh-mobile-page-body--flush{padding:0}.odh-mobile-page-subtitle{font:var(--odh-body-sm);color:var(--odh-neutral-50);text-align:center;margin:0 0 var(--odh-gap-xs)}.odh-mobile-stack{display:flex;flex-direction:column;gap:var(--odh-gap-lg)}.odh-mobile-stack-tight{display:flex;flex-direction:column;gap:var(--odh-gap-md)}.odh-mobile-section-block{margin-top:var(--odh-gap-md)}.odh-mobile-card-list{display:flex;flex-direction:column;gap:var(--odh-gap-md)}.odh-mobile-chart-card{padding:var(--odh-screen-padding);background:var(--odh-color-surface);border-radius:var(--odh-radius-md);min-height:180px;box-shadow:var(--odh-shadow-card)}.odh-mobile-chart-card .web-line-chart{width:100%}.odh-mobile-chart-card .web-line-chart-title{margin:0 0 8px;font:var(--odh-label-md);font-weight:700}.odh-mobile-record-row{display:flex;align-items:center;gap:var(--odh-gap-md);padding:var(--odh-screen-padding);border-radius:var(--odh-radius-md);background:var(--odh-color-surface);box-shadow:var(--odh-shadow-card)}.odh-mobile-mood-list{display:flex;flex-direction:column;gap:10px}.odh-mobile-mood-row-item{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:12px}.odh-mobile-mood-row-emoji{font-size:28px;line-height:1}.odh-mobile-mood-row-body{display:flex;flex-direction:column;gap:4px;min-width:0}.odh-mobile-mood-row-label{font-weight:700}.odh-mobile-mood-row-meta{font-size:13px;color:var(--odh-neutral-50)}.odh-mobile-mood-row-score{font-weight:700;white-space:nowrap}.odh-mobile-page-footer{position:fixed;left:0;right:0;bottom:calc(4.5rem + env(safe-area-inset-bottom,0px));z-index:35;background:var(--odh-color-surface);border-top:1px solid var(--odh-color-outline-variant);padding:var(--odh-gap-md) var(--odh-screen-padding)}.odh-mobile-sticky-spacer{height:72px}.patient-view-mobile .odh-mobile-page--sticky-footer .odh-mobile-page-body{padding-bottom:calc(72px + 4.5rem + env(safe-area-inset-bottom,0px))}.odh-mobile-home-header{display:flex;align-items:center;gap:10px;padding:12px 16px;background:var(--odh-neutral-95);position:sticky;top:0;z-index:30;width:100%;max-width:100%;box-sizing:border-box}.odh-mobile-home-header-menu{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:transparent;cursor:pointer;color:var(--odh-color-on-surface);flex-shrink:0}.odh-mobile-home-header-name{display:flex;align-items:center;gap:4px;border:none;background:transparent;cursor:pointer;font:var(--odh-title-md);color:var(--odh-color-on-surface);min-width:0;flex:1}.odh-mobile-home-header-name span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.odh-mobile-home-header-chat{display:flex;align-items:center;gap:6px;padding:8px 12px;border:none;border-radius:999px;background:var(--odh-brand);color:var(--odh-color-on-primary);font:var(--odh-label-sm);font-weight:600;cursor:pointer;flex-shrink:0}.mc-premium-segment-brand{background:var(--odh-color-surface);border:1px solid var(--odh-color-outline-variant);border-radius:10px;padding:4px}.mc-premium-segment-brand .mc-premium-segment-item{border-radius:8px;color:var(--odh-color-on-surface)}.mc-premium-segment-brand .mc-premium-segment-item.active{background:var(--odh-brand);color:var(--odh-color-on-primary);box-shadow:none}.odh-mobile-period-tabs{display:flex;gap:8px;flex-wrap:wrap}.odh-mobile-period-tab{flex:1;min-width:0;padding:10px 8px;border-radius:10px;border:1px solid var(--odh-brand);background:var(--odh-color-surface);color:var(--odh-brand);font:var(--odh-label-sm);font-weight:600;cursor:pointer;white-space:nowrap}.odh-mobile-period-tab--active{background:var(--odh-brand);color:var(--odh-color-on-primary);border-color:var(--odh-brand)}.odh-mobile-bottom-sheet-root{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100;display:flex;align-items:flex-end;justify-content:center}.odh-mobile-bottom-sheet-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:none;background:#00000073;cursor:pointer;z-index:0}.odh-mobile-bottom-sheet{position:relative;z-index:1;width:100%;max-width:none;background:var(--odh-color-surface);border-radius:20px 20px 0 0;padding:12px 16px calc(24px + env(safe-area-inset-bottom,0px));animation:odh-sheet-up .25s ease-out;pointer-events:auto}@keyframes odh-sheet-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.odh-mobile-bottom-sheet-handle{width:40px;height:4px;border-radius:999px;background:var(--odh-neutral-80);margin:0 auto 16px}.odh-mobile-bottom-sheet-title{font:var(--odh-title-md);color:var(--odh-color-on-surface);text-align:center;margin-bottom:16px}.odh-mobile-bottom-sheet-body{display:flex;flex-direction:column;gap:8px}.odh-mobile-bottom-sheet--tall{max-height:min(92dvh,720px);display:flex;flex-direction:column}.odh-mobile-bottom-sheet--tall .odh-mobile-bottom-sheet-body{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch}.odh-mobile-form-sheet{gap:var(--odh-gap-md);padding-bottom:var(--odh-space-2)}.odh-mobile-relative-switch-row{display:grid;grid-template-columns:40px 1fr auto;grid-template-rows:auto auto;align-items:center;gap:4px 12px;width:100%;padding:12px;border:1px solid var(--odh-color-outline-variant);border-radius:var(--odh-radius-md);background:var(--odh-color-surface);text-align:left;cursor:pointer}.odh-mobile-relative-switch-row--active{border-color:var(--odh-brand-border);background:var(--odh-brand-subtle)}.odh-mobile-relative-switch-row--readonly{cursor:pointer;opacity:.95}.odh-mobile-relative-switch-row--readonly:active{background:var(--odh-neutral-95)}.odh-mobile-relative-switch-row--readonly .odh-mobile-relative-switch-meta{color:var(--odh-neutral-50);white-space:normal;line-height:1.25}.odh-mobile-relative-switch-row:disabled{cursor:default;opacity:.72}.odh-mobile-relative-switch-empty{margin:0;padding:12px 4px;text-align:center;font:var(--odh-body-sm);color:var(--odh-neutral-50)}.odh-mobile-relative-switch-icon{grid-row:1 / span 2;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--odh-radius-full);background:var(--odh-neutral-95);color:var(--odh-brand)}.odh-mobile-relative-switch-label{font:var(--odh-label-md);font-weight:600;color:var(--odh-color-on-surface)}.odh-mobile-relative-switch-meta{grid-column:2;font:var(--odh-body-sm);color:var(--odh-neutral-50)}.odh-mobile-relative-switch-check{grid-column:3;grid-row:1 / span 2;color:var(--odh-brand)}.odh-mobile-relative-switch-loading{display:flex;justify-content:center;padding:16px}.odh-mobile-relative-switch-add{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;margin-top:8px;padding:14px;border:1px dashed var(--odh-brand-border);border-radius:var(--odh-radius-md);background:transparent;color:var(--odh-brand);font:var(--odh-label-md);font-weight:600;cursor:pointer}.odh-relatives-add-fab{display:flex}@media (min-width: 768px){:root:not([data-app-variant=insurance]) .odh-relatives-add-fab{display:none!important}}.odh-mobile-sheet-row{display:flex;align-items:center;gap:12px;padding:14px 8px;border:none;background:transparent;cursor:pointer;width:100%;text-align:left;font:var(--odh-body-md);color:var(--odh-color-on-surface)}.odh-mobile-sheet-row-icon{width:40px;height:40px;border-radius:999px;background:var(--odh-brand-subtle);color:var(--odh-brand);display:flex;align-items:center;justify-content:center;flex-shrink:0}.odh-mobile-fab-badge{position:absolute;top:-2px;right:-2px;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:var(--odh-color-error);color:var(--odh-color-on-primary);font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center}.odh-mobile-home{display:flex;flex-direction:column;gap:var(--odh-gap-lg);padding:0 var(--odh-space-4) var(--odh-space-4);background:var(--odh-neutral-95)}.odh-mobile-home-hero{position:relative;border-radius:16px;background:linear-gradient(135deg,var(--odh-brand-gradient-start),var(--odh-brand-gradient-end));padding:16px;min-height:140px;overflow:hidden;cursor:pointer;border:none;width:100%;text-align:left}.odh-mobile-home-hero-title{font:var(--odh-headline-md);color:var(--odh-promo-green-text);max-width:58%;margin:0;line-height:1.2}.odh-mobile-home-hero-cta{display:inline-flex;align-items:center;gap:8px;margin-top:16px;padding:10px 16px;border-radius:999px;background:var(--odh-promo-green-text);color:var(--odh-color-on-primary);font:var(--odh-label-sm);font-weight:700}.odh-mobile-home-hero-img{position:absolute;right:0;bottom:0;height:95%;max-width:45%;-o-object-fit:contain;object-fit:contain;-o-object-position:bottom right;object-position:bottom right;pointer-events:none}.odh-mobile-section-title{font-size:1.125rem;font-weight:700;line-height:1.35;color:var(--odh-color-on-surface);margin:0 0 12px}.odh-mobile-section-header{display:flex;align-items:center;justify-content:space-between;gap:8px}.odh-mobile-section-link{border:none;background:transparent;color:var(--odh-tonal-40);font:var(--odh-label-sm);font-weight:600;cursor:pointer;display:flex;align-items:center;gap:2px}.odh-mobile-quick-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--odh-gap-md)}.odh-mobile-quick-item{display:flex;flex-direction:column;align-items:center;gap:8px;padding:14px 6px;border-radius:16px;background:var(--odh-neutral-90);border:none;cursor:pointer}.odh-mobile-quick-icon{width:44px;height:44px;border-radius:999px;background:var(--odh-brand);color:var(--odh-color-on-primary);display:flex;align-items:center;justify-content:center}.odh-mobile-quick-label{font-size:.8125rem;font-weight:600;color:var(--odh-color-on-surface);text-align:center;line-height:1.3}.odh-mobile-nav-row{display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:16px;background:var(--odh-neutral-90);border:none;cursor:pointer;width:100%;text-align:left}.odh-mobile-nav-row-label{flex:1;font:var(--odh-body-md);font-weight:600;color:var(--odh-color-on-surface)}.odh-mobile-store-scroll{display:flex;gap:12px;overflow-x:auto;padding-bottom:4px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.odh-mobile-store-scroll::-webkit-scrollbar{display:none}.odh-mobile-store-card{flex:0 0 200px;min-height:132px;border-radius:16px;padding:16px;position:relative;overflow:hidden;border:none;cursor:pointer;text-align:left;display:flex;flex-direction:column;gap:8px}.odh-mobile-store-card-top{display:flex;align-items:center;justify-content:space-between;gap:8px}.odh-mobile-store-card-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;background:color-mix(in srgb,var(--odh-color-surface) 70%,transparent);flex-shrink:0}.odh-mobile-store-card--green .odh-mobile-store-card-icon{color:var(--odh-promo-green-text)}.odh-mobile-store-card--blue .odh-mobile-store-card-icon{color:var(--odh-promo-blue-text)}.odh-mobile-store-card--green .odh-mobile-store-card-arrow{color:var(--odh-promo-green-text)}.odh-mobile-store-card--blue .odh-mobile-store-card-arrow{color:var(--odh-promo-blue-text)}.odh-mobile-store-card--green{background:linear-gradient(135deg,var(--odh-promo-green-start),var(--odh-promo-green-end))}.odh-mobile-store-card--blue{background:linear-gradient(135deg,var(--odh-promo-blue-start),var(--odh-promo-blue-end))}.odh-mobile-store-card--psychometric{background:linear-gradient(135deg,var(--odh-promo-psychometric-start),var(--odh-promo-psychometric-end));border:1px solid var(--odh-brand-border)}.odh-mobile-store-card-title--psychometric{color:var(--odh-promo-psychometric-text)}.odh-mobile-health-card--psychometric .odh-mobile-health-card-icon{background:var(--odh-brand);color:var(--odh-color-on-primary)}.odh-mobile-store-card-title--green{color:var(--odh-promo-green-text)}.odh-mobile-store-card-title--blue{color:var(--odh-promo-blue-text)}.odh-mobile-store-card-title--on-primary{color:var(--odh-color-on-primary)}.odh-mobile-store-card-title{font:var(--odh-label-md);font-weight:700;line-height:1.3;margin:0}.odh-mobile-store-card-sub{font:var(--odh-body-sm);margin:0;line-height:1.4}.odh-mobile-store-card-sub--green{color:var(--odh-promo-green-text);opacity:.85}.odh-mobile-store-card-sub--blue{color:var(--odh-promo-blue-text);opacity:.85}.odh-mobile-session-card{display:flex;gap:12px;padding:14px;border-radius:12px;background:var(--odh-color-surface);box-shadow:var(--odh-shadow-card);border:none;cursor:pointer;width:100%;text-align:left}.odh-mobile-session-icon{width:40px;height:40px;border-radius:10px;background:var(--odh-brand);color:var(--odh-color-on-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.odh-mobile-session-content{flex:1;min-width:0}.odh-mobile-session-top{display:flex;justify-content:space-between;gap:8px;align-items:flex-start}.odh-mobile-session-title{font:var(--odh-label-md);font-weight:700;color:var(--odh-color-on-surface);margin:0}.odh-mobile-session-time{font:var(--odh-label-sm);color:var(--odh-neutral-50);flex-shrink:0}.odh-mobile-session-preview{font:var(--odh-body-sm);color:var(--odh-neutral-50);margin:4px 0 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.odh-mobile-chat-conversation{display:flex;flex-direction:column;height:calc(100dvh - 4.5rem - env(safe-area-inset-bottom,0px));background:var(--odh-neutral-95)}.odh-mobile-chat-messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:8px}.odh-mobile-chat-composer-wrap{padding:12px 16px calc(12px + env(safe-area-inset-bottom,0px))}.odh-mobile-chat-file-input{display:none}.odh-mobile-chat-file-preview{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 16px;background:var(--odh-color-surface);border-top:1px solid var(--odh-color-outline-variant)}.odh-mobile-chat-file-preview-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font:var(--odh-body-sm);color:var(--odh-color-on-surface)}.odh-mobile-chat-composer{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:var(--odh-color-surface);box-shadow:var(--odh-shadow-card)}.odh-mobile-chat-input{flex:1;border:none;background:var(--odh-neutral-95);border-radius:12px;padding:10px 12px;font:var(--odh-body-md);outline:none}.odh-mobile-chat-composer-btn{width:36px;height:36px;border:none;background:transparent;color:var(--odh-color-on-surface);display:flex;align-items:center;justify-content:center;cursor:pointer}.odh-mobile-product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.odh-mobile-product-card{border-radius:12px;background:var(--odh-color-surface);overflow:hidden;box-shadow:var(--odh-shadow-card);text-decoration:none;color:inherit;display:flex;flex-direction:column}.odh-mobile-product-media{aspect-ratio:1;background:var(--odh-neutral-90);position:relative}.odh-mobile-product-media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.odh-mobile-product-bag{position:absolute;right:8px;bottom:8px;width:28px;height:28px;border-radius:8px;background:#ffffffe6;display:flex;align-items:center;justify-content:center}.odh-mobile-product-body{padding:10px 12px 12px;display:flex;flex-direction:column;gap:4px;flex:1}.odh-mobile-product-brand{font:var(--odh-label-sm);font-weight:700}.odh-mobile-product-name{font:var(--odh-body-sm);line-height:1.3;flex:1}.odh-mobile-product-price{font:var(--odh-label-md);font-weight:700}.odh-mobile-cart-item{display:flex;gap:12px;padding:14px;border-radius:12px;background:var(--odh-color-surface);box-shadow:var(--odh-shadow-card)}.odh-mobile-cart-item-img{width:72px;height:72px;border-radius:8px;-o-object-fit:cover;object-fit:cover;background:var(--odh-neutral-90)}.odh-mobile-cart-item-body{flex:1;display:flex;flex-direction:column;gap:4px}.odh-mobile-cart-item-name{font:var(--odh-label-md);font-weight:700}.odh-mobile-cart-item-provider{font:var(--odh-body-sm);color:var(--odh-brand)}.odh-mobile-cart-item-price{font:var(--odh-label-md);font-weight:700;align-self:flex-end;margin-top:auto}.odh-mobile-cart-coupon{display:flex;align-items:center;justify-content:space-between;padding:16px;border-radius:12px;background:var(--odh-color-surface);border:1px solid var(--odh-color-outline-variant);margin-top:12px}.odh-mobile-cart-footer-total{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;font:var(--odh-body-md)}.odh-mobile-cart-footer-total strong{font:var(--odh-title-md)}.odh-mobile-expert-card{padding:16px;border-radius:16px;background:var(--odh-color-surface);box-shadow:var(--odh-shadow-card);position:relative}.odh-mobile-expert-badge{position:absolute;top:12px;right:12px;padding:4px 10px;border-radius:999px;background:var(--odh-brand);color:var(--odh-color-on-primary);font:var(--odh-label-sm);font-weight:600}.odh-mobile-expert-header{display:flex;gap:12px;align-items:center;margin-bottom:12px}.odh-mobile-expert-avatar{width:56px;height:56px;border-radius:999px;-o-object-fit:cover;object-fit:cover;background:var(--odh-brand-subtle)}.odh-mobile-expert-dept{font:var(--odh-body-sm);color:var(--odh-neutral-50)}.odh-mobile-expert-name{font:var(--odh-label-md);font-weight:700}.odh-mobile-expert-actions{display:flex;gap:8px}.odh-mobile-expert-actions button{flex:1}.odh-mobile-health-hub{display:flex;flex-direction:column;gap:12px}.odh-mobile-health-card{border-radius:var(--odh-radius-lg);padding:var(--web-inset);border:1px solid var(--odh-color-outline-variant);background:var(--odh-color-surface);box-shadow:var(--odh-shadow-card);cursor:pointer;text-align:left;width:100%;color:var(--odh-color-on-surface);min-height:88px;display:flex;align-items:center;gap:var(--web-gap);transition:border-color .2s ease,box-shadow .2s ease}.odh-mobile-health-card-chevron{color:var(--odh-color-on-surface-variant);flex-shrink:0}.odh-mobile-health-card:active{border-color:var(--odh-brand-border);box-shadow:var(--odh-shadow-hover)}.odh-mobile-health-card-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:var(--odh-radius-md);background:var(--odh-brand-subtle);color:var(--odh-brand);flex-shrink:0}.odh-mobile-health-card--mood .odh-mobile-health-card-icon{background:var(--odh-color-warning-container);color:var(--odh-color-warning)}.odh-mobile-health-card--water .odh-mobile-health-card-icon{background:var(--odh-brand-subtle);color:var(--odh-brand)}.odh-mobile-health-card--nutrition .odh-mobile-health-card-icon{background:var(--odh-color-success-container);color:var(--odh-color-success)}.odh-mobile-health-grid-wrap{display:flex;flex-direction:column;gap:12px;margin-top:8px}.odh-mobile-health-grid-title{margin:0;font:var(--odh-title-md);color:var(--odh-color-on-surface)}.odh-mobile-health-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.odh-mobile-health-grid-card{display:flex;flex-direction:column;align-items:flex-start;gap:10px;min-height:96px;padding:14px;border-radius:var(--odh-radius-lg);border:1px solid var(--odh-color-outline-variant);background:var(--odh-color-surface);color:var(--odh-color-on-surface);text-align:left;cursor:pointer}.odh-mobile-health-grid-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--odh-radius-md);background:var(--odh-brand-subtle);color:var(--odh-brand)}.odh-mobile-health-grid-label{font:var(--odh-label-md);font-weight:600;line-height:1.3}.odh-mobile-health-card-body{flex:1;min-width:0}.odh-mobile-health-card-title{font:var(--odh-headline-sm);margin:0;color:var(--odh-color-on-surface)}.odh-mobile-health-card-sub{font:var(--odh-body-sm);color:var(--odh-color-on-surface-variant);margin:4px 0 0}.odh-mobile-mood-row{display:flex;justify-content:space-between;gap:4px;padding:8px 0 16px}.odh-mobile-mood-item{display:flex;flex-direction:column;align-items:center;gap:6px;border:none;background:transparent;cursor:pointer;flex:1}.odh-mobile-mood-emoji{font-size:32px;line-height:1}.odh-mobile-mood-label{font:var(--odh-label-sm);color:var(--odh-neutral-50);text-align:center}.odh-mobile-mood-item--selected .odh-mobile-mood-label{color:var(--odh-brand);font-weight:600}.odh-mobile-water-summary{border-radius:var(--odh-radius-lg);border:1px solid var(--odh-brand-border);background:linear-gradient(135deg,var(--odh-brand-subtle),var(--odh-color-surface));padding:var(--web-inset);color:var(--odh-color-on-surface);display:flex;align-items:center;gap:var(--web-gap)}.odh-mobile-water-summary-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:var(--odh-radius-md);background:var(--odh-brand-subtle);color:var(--odh-brand);flex-shrink:0}.odh-mobile-water-summary-copy{flex:1;min-width:0}.odh-mobile-water-amount{font:var(--odh-headline-md);font-weight:700;line-height:1.1;color:var(--odh-brand);font-variant-numeric:tabular-nums}.odh-mobile-water-summary-sub{font:var(--odh-body-sm);color:var(--odh-color-on-surface-variant);margin-top:2px}.odh-mobile-water-progress-track{height:6px;margin:8px 0 4px;border-radius:999px;background:var(--odh-tonal-95);overflow:hidden}.odh-mobile-water-progress-fill{display:block;height:100%;border-radius:inherit;background:var(--odh-brand);transition:width .35s ease}.odh-mobile-water-goal-text{font:var(--odh-label-sm);color:var(--odh-neutral-50)}.odh-mobile-water-mini-stats{display:grid;grid-template-columns:1fr 1fr;gap:var(--web-gap-sm);margin:var(--web-gap-sm) 0}.odh-mobile-water-mini-stat{padding:10px var(--web-inset);border-radius:var(--odh-radius-md);border:1px solid var(--odh-color-outline-variant);background:var(--odh-color-surface);display:flex;flex-direction:column;gap:4px;font:var(--odh-label-sm);color:var(--odh-neutral-50)}.odh-mobile-water-mini-stat strong{font:var(--odh-label-md);font-weight:700;color:var(--odh-color-on-surface);font-variant-numeric:tabular-nums}.odh-mobile-water-add-card{border-radius:var(--odh-radius-lg);background:var(--odh-color-surface);border:1px solid var(--odh-color-outline-variant);padding:var(--web-inset);color:var(--odh-color-on-surface)}.odh-mobile-water-add-head{margin-bottom:var(--web-gap-sm)}.odh-mobile-water-add-title{font:var(--odh-label-md);font-weight:700;margin:0 0 4px;color:var(--odh-color-on-surface)}.odh-mobile-water-add-hint{font:var(--odh-body-sm);margin:0;color:var(--odh-neutral-50)}.odh-mobile-water-chip-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--web-gap-sm);margin:0 0 var(--web-gap-sm)}.odh-mobile-water-chip{padding:10px 8px;border-radius:var(--odh-radius-md);border:1px solid var(--odh-color-outline-variant);font:var(--odh-label-sm);font-weight:600;cursor:pointer;background:var(--odh-neutral-95);color:var(--odh-color-on-surface-variant);transition:background .15s,border-color .15s,color .15s,transform .1s}.odh-mobile-water-chip:active{transform:scale(.97)}.odh-mobile-water-chip--active{background:var(--odh-brand-subtle);color:var(--odh-brand);border-color:var(--odh-brand-border)}.odh-mobile-water-add-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px 16px;border:none;border-radius:var(--odh-radius-md);background:var(--odh-brand);color:var(--odh-color-on-primary);font:var(--odh-label-md);font-weight:700;cursor:pointer}.odh-mobile-water-add-actions{display:flex;flex-direction:column;gap:12px;margin-top:4px}.odh-mobile-water-add-btn:disabled{opacity:.6;cursor:not-allowed}.odh-mobile-water-log-section,.odh-mobile-water-log-groups{display:flex;flex-direction:column;gap:var(--web-gap-sm)}.odh-mobile-water-day{border-radius:var(--odh-radius-md);border:1px solid var(--odh-color-outline-variant);background:var(--odh-color-surface);overflow:hidden}.odh-mobile-water-day-head{display:flex;align-items:center;justify-content:space-between;gap:var(--web-gap-sm);padding:10px var(--web-inset);background:var(--odh-neutral-95);border-bottom:1px solid var(--odh-color-outline-variant)}.odh-mobile-water-day-date{font:var(--odh-label-md);font-weight:700;color:var(--odh-color-on-surface)}.odh-mobile-water-day-total{font:var(--odh-label-sm);font-weight:600;color:var(--odh-brand)}.odh-mobile-water-day-rows{display:flex;flex-direction:column}.odh-mobile-water-day-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:var(--web-gap-sm);padding:10px var(--web-inset)}.odh-mobile-water-day-row+.odh-mobile-water-day-row{border-top:1px solid var(--odh-color-outline-variant)}.odh-mobile-water-day-time{font:var(--odh-body-sm);color:var(--odh-color-on-surface-variant);font-variant-numeric:tabular-nums}.odh-mobile-water-day-amount{font:var(--odh-label-md);font-weight:700;color:var(--odh-color-on-surface);font-variant-numeric:tabular-nums}.odh-mobile-package-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.odh-mobile-package-card{aspect-ratio:1;border-radius:12px;background:var(--odh-color-surface);padding:14px;display:flex;flex-direction:column;border:none;cursor:pointer;text-align:left;box-shadow:var(--odh-shadow-card)}.odh-mobile-package-banner{border-radius:12px;background:var(--odh-package-banner-bg);padding:16px;text-align:center;margin-bottom:16px}.odh-mobile-package-banner h3{font:var(--odh-label-md);font-weight:700;color:var(--odh-package-banner-text);margin:0 0 12px}.odh-mobile-survey-progress{display:flex;gap:4px;padding:0 16px 16px}.odh-mobile-survey-progress-seg{flex:1;height:4px;border-radius:999px;background:var(--odh-neutral-90)}.odh-mobile-survey-progress-seg--active{background:var(--odh-brand)}.odh-mobile-survey-question{font:var(--odh-headline-sm);padding:0 16px 20px;margin:0}.odh-mobile-survey-option{display:flex;align-items:center;gap:12px;padding:16px;margin:0 16px 10px;border-radius:12px;background:var(--odh-color-surface);box-shadow:var(--odh-shadow-card);border:2px solid transparent;cursor:pointer;width:calc(100% - 32px);text-align:left;font:var(--odh-body-md)}.odh-mobile-survey-option--selected{border-color:var(--odh-brand)}.odh-mobile-survey-radio{width:22px;height:22px;border-radius:999px;border:2px solid var(--odh-neutral-80);flex-shrink:0}.odh-mobile-survey-option--selected .odh-mobile-survey-radio{border-color:var(--odh-brand);background:radial-gradient(circle,var(--odh-brand) 40%,transparent 45%)}.odh-mobile-result-card{display:flex;align-items:center;gap:12px;padding:16px;border-radius:12px;background:var(--odh-color-surface);box-shadow:var(--odh-shadow-card);margin-bottom:10px;border:none;cursor:pointer;width:100%;text-align:left}.odh-mobile-result-pct{font:var(--odh-label-md);font-weight:700;color:var(--odh-brand);min-width:56px}.odh-mobile-result-bar{flex:1;height:8px;border-radius:999px;background:var(--odh-neutral-90);overflow:hidden}.odh-mobile-result-bar-fill{height:100%;border-radius:999px;background:var(--odh-brand)}.odh-mobile-plan-card{border-radius:12px;background:var(--odh-color-surface);box-shadow:var(--odh-shadow-card);overflow:hidden;margin-bottom:12px}.odh-mobile-plan-card-header{display:flex;gap:12px;padding:14px;align-items:flex-start;width:100%;border:none;background:transparent;text-align:left;color:inherit;font:inherit;cursor:pointer}.odh-mobile-plan-card-divider{height:1px;background:var(--odh-color-outline-variant)}.odh-mobile-plan-card-action{display:block;width:100%;padding:12px;border:none;background:transparent;color:var(--odh-brand);font:var(--odh-label-md);font-weight:600;cursor:pointer;text-align:center}.odh-mobile-meal-tabs{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px}.odh-mobile-meal-tab{padding:8px 16px;border-radius:10px;border:1px solid var(--odh-color-outline-variant);background:var(--odh-color-surface);font:var(--odh-label-sm);cursor:pointer;white-space:nowrap}.odh-mobile-meal-tab--active{background:var(--odh-brand);color:var(--odh-color-on-primary);border-color:var(--odh-brand)}.odh-mobile-map{height:calc(100dvh - 180px);background:var(--odh-neutral-90);border-radius:0;position:relative;overflow:hidden}.odh-mobile-map-canvas{position:absolute;top:0;right:0;bottom:0;left:0;min-height:100%;border-radius:0}.odh-mobile-map-locate{position:absolute;right:16px;bottom:16px;width:44px;height:44px;border-radius:10px;background:var(--odh-color-surface);box-shadow:var(--odh-shadow-card);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer}.odh-mobile-map-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,var(--odh-map-gradient-start) 0%,var(--odh-map-gradient-end) 100%);display:flex;align-items:center;justify-content:center;color:var(--odh-neutral-50)}.odh-mobile-session-icon--duty{background:var(--odh-color-error)}.odh-mobile-session-card--selected{outline:2px solid var(--odh-brand);outline-offset:-2px}.odh-mobile-pharmacy-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:8px}.odh-mobile-pharmacy-link{color:var(--odh-brand);font-size:.8125rem;font-weight:600;text-decoration:none}.pharmacies-filters--mobile{padding:0 var(--odh-mobile-page-x, 16px);margin-bottom:12px}.pharmacies-filters--mobile .pharmacies-filters-fields{grid-template-columns:1fr}.pharmacies-location-error{margin:0 var(--odh-mobile-page-x, 16px) 12px;color:var(--odh-color-error);font-size:.8125rem}.odh-mobile-nutrition-actions{background:var(--odh-brand-subtle);border:1px solid var(--odh-brand-border);border-radius:var(--odh-radius-lg);padding:var(--odh-space-3);margin-bottom:var(--odh-space-3)}.odh-mobile-nutrition-actions-title{color:var(--odh-tonal-40);font:var(--odh-label-md);font-weight:700;margin:0 0 12px}.odh-mobile-nutrition-actions-row{display:flex;gap:8px}.odh-mobile-nutrition-day-chip{flex:0 0 64px;display:flex;flex-direction:column;align-items:center;padding:8px;text-align:center;border-radius:var(--odh-radius-md);border:1px solid var(--odh-color-outline-variant);background:var(--odh-color-surface)}.odh-mobile-nutrition-day-num{font-weight:700}.odh-mobile-nutrition-day-month{font-size:11px}.odh-mobile-nutrition-day-dot{width:20px;height:20px;border-radius:999px;background:var(--odh-color-surface);border:1px solid var(--odh-neutral-80);margin:4px auto 0;font-size:11px;display:flex;align-items:center;justify-content:center}.odh-mobile-nutrition-meal-panel{margin-top:16px;background:var(--odh-color-surface);border-radius:var(--odh-radius-md);overflow:hidden;box-shadow:var(--odh-shadow-card)}.odh-mobile-nutrition-meal-toggle{width:100%;display:flex;justify-content:space-between;align-items:center;padding:16px;border:none;background:transparent;font-weight:700;cursor:pointer;color:var(--odh-color-on-surface)}.odh-mobile-nutrition-meal-body{padding:0 16px 16px}.odh-mobile-nutrition-food-row{display:flex;gap:12px;padding:12px;border:1px solid var(--odh-brand);border-radius:var(--odh-radius-md);margin-bottom:8px}.odh-mobile-nutrition-food-name{font-weight:700}.odh-mobile-nutrition-food-portion{font-size:13px;color:var(--odh-neutral-50)}.odh-mobile-fixed-cta{position:fixed;left:16px;right:16px;bottom:calc(4.5rem + env(safe-area-inset-bottom,0px));z-index:35}.odh-mobile-fab{position:fixed;right:16px;bottom:calc(5rem + env(safe-area-inset-bottom,0px));z-index:35;width:56px;height:56px;border-radius:999px;border:none;background:var(--odh-fab-store-bg);color:var(--odh-color-on-primary);display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px var(--odh-fab-store-shadow)}.odh-mobile-home--insurance{gap:12px;padding:8px 16px calc(76px + env(safe-area-inset-bottom,0px));width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden;background:var(--odh-neutral-95)}.odh-insurance-brand-bar{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;min-height:50px;padding:8px 12px;padding-top:calc(8px + env(safe-area-inset-top,0px));background:var(--odh-brand);color:var(--odh-color-on-primary);position:sticky;top:0;z-index:35;border-radius:0 0 16px 16px}.odh-insurance-brand-bar-menu{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:transparent;color:inherit;cursor:pointer}.odh-insurance-brand-bar-logo{display:flex;align-items:center;justify-content:center;min-width:0}.odh-insurance-brand-bar-logo .web-brand-logo-img{height:var(--app-home-logo-height, 28px);max-height:var(--app-home-logo-height, 28px);max-width:var(--app-home-logo-max-width, min(58vw, 220px));width:auto;-o-object-fit:contain;object-fit:contain}.odh-insurance-brand-bar-spacer{width:40px}.odh-insurance-home-user-strip{display:inline-flex;align-items:center;gap:4px;margin:0 auto 4px;padding:6px 10px;border:none;background:transparent;font:var(--odh-label-md);font-weight:600;color:var(--odh-color-on-surface);cursor:pointer}:root[data-app-variant=insurance] .odh-mobile-home-header{display:none!important}.odh-mobile-home--insurance .web-home-page--insurance{gap:12px;width:100%}.odh-mobile-home-insurance-greeting{margin:0;font-size:.9375rem;font-weight:600;color:var(--odh-color-on-surface)}.web-home-page--mobile,.web-home-page--mobile .web-home-slot{gap:var(--odh-gap-md)}:root[data-app-variant=insurance] .patient-view-web--insurance .odh-mobile-home-header{display:flex!important}:root[data-app-variant=insurance] .patient-view-web--insurance .odh-mobile-page .mc-premium-app-bar-leading{visibility:visible!important;pointer-events:auto!important}:root[data-app-variant=insurance] .patient-view-web--insurance .odh-mobile-page .mc-premium-app-bar-actions{visibility:visible!important;pointer-events:auto!important}:root[data-app-variant=insurance] .patient-view-web--insurance .web-payment-page{grid-template-columns:1fr;padding-bottom:calc(7.5rem + env(safe-area-inset-bottom,0px))}:root[data-app-variant=insurance] .patient-view-web--insurance .web-payment-aside{display:none!important}:root[data-app-variant=insurance] .patient-view-web--insurance .web-payment-summary-sticky{display:block!important;position:sticky;bottom:0;z-index:20;padding:var(--web-inset);background:var(--odh-color-surface);border-top:2.5px solid var(--odh-color-outline-variant);box-shadow:0 -4px 24px #00000014}:root[data-app-variant=insurance] .patient-view-web--insurance .web-checkout-layout{grid-template-columns:1fr}:root[data-app-variant=insurance] .patient-view-web--insurance .web-checkout-layout-aside{position:static;order:-1}:root[data-app-variant=insurance] .patient-view-web--insurance .web-checkout-aside-actions{position:sticky;bottom:0;z-index:20;box-shadow:0 -4px 24px #00000014}:root[data-app-variant=insurance] .patient-view-insurance .odh-mobile-page-footer,:root[data-app-variant=insurance] .patient-view-web--insurance .odh-mobile-page-footer{display:none!important}:root[data-app-variant=insurance] .patient-view-insurance .odh-mobile-page--sticky-footer .odh-mobile-page-footer,:root[data-app-variant=insurance] .patient-view-web--insurance .odh-mobile-page--sticky-footer .odh-mobile-page-footer{display:block!important;position:fixed;left:0;right:0;bottom:calc(56px + env(safe-area-inset-bottom,0px));z-index:20;padding:12px 16px;background:var(--odh-color-surface);border-top:1px solid var(--odh-color-outline-variant);box-shadow:0 -4px 24px #00000014}:root[data-app-variant=insurance] .patient-view-insurance .odh-mobile-page--sticky-footer .odh-mobile-page-body,:root[data-app-variant=insurance] .patient-view-mobile .odh-mobile-page--sticky-footer .odh-mobile-page-body,:root[data-app-variant=insurance] .patient-view-web--insurance .odh-mobile-page--sticky-footer .odh-mobile-page-body{padding-bottom:calc(128px + env(safe-area-inset-bottom,0px))}:root[data-app-variant=insurance] .patient-view-insurance .web-appt-actions,:root[data-app-variant=insurance] .patient-view-mobile .web-appt-actions,:root[data-app-variant=insurance] .patient-view-web--insurance .web-appt-actions{position:relative;z-index:2}:root[data-app-variant=insurance] .patient-view-insurance .web-appt-join-panel,:root[data-app-variant=insurance] .patient-view-insurance .web-appt-join-wrapper,:root[data-app-variant=insurance] .patient-view-mobile .web-appt-join-panel,:root[data-app-variant=insurance] .patient-view-mobile .web-appt-join-wrapper,:root[data-app-variant=insurance] .patient-view-web--insurance .web-appt-join-panel,:root[data-app-variant=insurance] .patient-view-web--insurance .web-appt-join-wrapper{position:relative;z-index:30;width:100%;pointer-events:auto}:root[data-app-variant=insurance] .patient-view-insurance .web-appt-join-link,:root[data-app-variant=insurance] .patient-view-insurance .web-appt-join-panel .web-button,:root[data-app-variant=insurance] .patient-view-insurance .web-appt-join-panel .mc-premium-button,:root[data-app-variant=insurance] .patient-view-mobile .web-appt-join-link,:root[data-app-variant=insurance] .patient-view-mobile .web-appt-join-wrapper .web-button,:root[data-app-variant=insurance] .patient-view-mobile .web-appt-join-wrapper .mc-premium-button,:root[data-app-variant=insurance] .patient-view-web--insurance .web-appt-join-link,:root[data-app-variant=insurance] .patient-view-web--insurance .web-appt-join-wrapper .web-button,:root[data-app-variant=insurance] .patient-view-web--insurance .web-appt-join-wrapper .mc-premium-button{position:relative;z-index:31;pointer-events:auto!important;touch-action:manipulation}:root[data-app-variant=insurance] .patient-view-web--insurance .web-appointments-banner{flex-direction:column;align-items:stretch;gap:12px}:root[data-app-variant=insurance] .patient-view-web--insurance .web-appointments-banner .web-button{width:100%}:root[data-app-variant=insurance] .odh-navbar{display:none!important}:root[data-app-variant=insurance] .odh-app-shell-main{padding-top:0!important;overflow-x:hidden}:root[data-app-variant=insurance] .odh-app-shell-page{overflow-x:hidden;max-width:100%;width:100%;padding-bottom:calc(56px + env(safe-area-inset-bottom,0px));box-sizing:border-box}:root[data-app-variant=insurance] .odh-mobile-fab{bottom:calc(64px + env(safe-area-inset-bottom,0px))}:root[data-app-variant=insurance] .odh-mobile-page{min-height:calc(100dvh - 56px - env(safe-area-inset-bottom,0px))}:root[data-app-variant=insurance] .odh-app-shell-bg{overflow-x:hidden;width:100%;max-width:100vw}:root[data-app-variant=insurance] html,:root[data-app-variant=insurance] body{overflow-x:hidden;max-width:100vw}:root[data-app-variant=insurance] .odh-patient-ui-shell{overflow-x:hidden;max-width:100%}:root[data-app-variant=insurance] .odh-mobile-page{overflow-x:hidden;max-width:100%}:root[data-app-variant=insurance] .odh-mobile-page-body{overflow-x:hidden}.odh-mobile-vital-list{display:flex;flex-direction:column;gap:12px;padding-bottom:88px}.odh-mobile-vital-card-chart{display:flex;width:100%;justify-content:center;overflow:hidden}.odh-mobile-vital-card-chart .web-sparkline{max-width:100%}.odh-vital-list-card-date{margin:0}.odh-vital-threshold-badge{align-self:flex-start}.odh-vital-list-card-head-left{display:inline-flex;align-items:center;gap:10px;min-width:0}.odh-vital-list-card-icon{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:var(--odh-radius-md);background:var(--odh-brand-subtle);color:var(--odh-tonal-40);flex-shrink:0}.odh-vital-detail{display:flex;flex-direction:column;gap:16px}.odh-vital-detail-range-nav{display:flex;align-items:center;justify-content:space-between;gap:8px}.odh-vital-detail-nav-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid var(--odh-color-outline-variant);border-radius:var(--odh-radius-md);background:var(--odh-color-surface);color:var(--odh-color-on-surface);cursor:pointer}.odh-vital-detail-range-label{margin:0;text-align:center;flex:1}.odh-vital-timeline-title{display:block;margin:0 0 8px}.odh-vital-timeline-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:8px}.odh-vital-timeline-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:var(--odh-radius-md);border:1px solid var(--odh-color-outline-variant);background:var(--odh-color-surface)}.odh-vital-timeline-time{font:var(--odh-body-sm);color:var(--odh-color-on-surface-variant)}.odh-vital-timeline-value{font:var(--odh-label-md);color:var(--odh-color-on-surface)}.patient-view-mobile{display:block;min-height:0}.patient-view-web{display:none;min-height:0;flex:1}.patient-view-insurance{display:flex;flex-direction:column;flex:1;min-height:0;width:100%}@media (min-width: 768px){.patient-view-mobile{display:none!important}.patient-view-web{display:flex;flex-direction:column;flex:1;min-height:0}}.web-patient-page{display:flex;flex-direction:column;gap:var(--web-gap);min-height:0;padding-bottom:var(--web-gap)}.web-patient-page--flush{padding-bottom:0}.web-patient-page-body{display:flex;flex-direction:column;gap:var(--web-gap);flex:1;min-height:0}.web-patient-page-body>.web-segmented-control,.web-patient-page-body>.mc-premium-segment{margin-bottom:0}.web-content-stack{display:flex;flex-direction:column;gap:var(--web-gap)}.web-patient-card,.web-prescription-card{display:flex;flex-direction:column;border-radius:var(--odh-radius-card);border:1px solid var(--odh-color-outline-variant);background:var(--odh-color-surface);box-shadow:var(--odh-shadow-card);overflow:hidden;text-align:left}.web-patient-card--clickable,.web-prescription-card--clickable{cursor:pointer;width:100%;padding:0;transition:box-shadow .2s ease,border-color .2s ease}.web-patient-card--clickable:hover,.web-prescription-card--clickable:hover{border-color:var(--odh-brand-border);box-shadow:var(--odh-shadow-hover)}.web-patient-card-head,.web-prescription-card-head{display:flex;align-items:center;justify-content:space-between;gap:var(--web-gap-sm);padding:12px var(--web-inset);background:var(--odh-brand);color:var(--odh-color-on-primary);font:var(--odh-label-md);font-weight:600}.web-patient-card-body,.web-prescription-card-body{display:flex;flex-direction:column;gap:var(--web-gap-sm);padding:var(--web-inset)}.web-patient-card-row,.web-prescription-card-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--web-gap)}.web-patient-card-field,.web-prescription-card-field{display:flex;flex-direction:column;gap:4px}.web-patient-card-label,.web-prescription-card-label,.web-patient-card-value,.web-prescription-card-value{display:block}.web-patient-card-divider,.web-prescription-card-divider{height:1px;background:var(--odh-color-outline-variant);margin:var(--web-gap-xs) 0}.web-patient-card-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--odh-radius-md);background:var(--odh-brand);color:var(--odh-color-on-primary);flex-shrink:0}.web-page-state{display:flex;flex:1;flex-direction:column;align-items:center;justify-content:center;gap:var(--web-gap-sm);min-height:200px}.web-home-page{display:flex;flex-direction:column;gap:13px}.web-home-book-cta.mc-premium-button{height:48px;min-height:48px;border-radius:12px;padding-inline:16px;gap:13px;background:var(--odh-tonal-40);border-color:var(--odh-tonal-40)}.web-home-book-cta.mc-premium-button:hover:not(:disabled){background:#006530;border-color:#006530}.web-home-slot{display:flex;flex-direction:column;gap:13px}.web-home-slot--main{gap:13px}.web-home-top{display:grid;grid-template-columns:minmax(0,690fr) minmax(0,511fr);gap:13px;align-items:stretch;min-height:262px}@media (max-width: 1023px){.web-home-top{grid-template-columns:1fr;min-height:0}}.web-home-hero{position:relative;display:flex;flex-direction:row;align-items:stretch;min-height:262px;height:100%;padding:0;border:none;border-radius:16px;background:linear-gradient(159.2deg,var(--odh-brand) 0%,var(--odh-brand-gradient-end) 100%);color:#fff;cursor:pointer;text-align:left;overflow:hidden;isolation:isolate;box-shadow:0 2px 4px #00000014;transition:transform .2s ease,box-shadow .2s ease}.web-home-hero:hover{transform:translateY(-2px);box-shadow:0 8px 20px color-mix(in srgb,var(--odh-brand) 25%,transparent)}.web-home-hero-copy{position:relative;z-index:1;flex:1 1 auto;width:58%;max-width:58%;min-width:0;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:8px;padding:28px 12px 28px 32px;box-sizing:border-box}.web-home-hero-badge{display:inline-flex;align-self:flex-start;padding:4px 10px;border-radius:9999px;background:transparent;border:none;font-size:12px;font-weight:600;line-height:18px;letter-spacing:.24px;color:#fff}.web-home-hero-title{margin:0;max-width:100%;font-size:28px;font-weight:600;line-height:1.15;letter-spacing:-.56px;color:#fff}.web-home-hero-sub{margin:0;max-width:100%;font-size:13px;font-weight:400;line-height:1.45;opacity:.92;color:#fff}.web-home-hero-cta{display:inline-flex;align-items:center;gap:6px;margin-top:4px;padding:10px 0 0;border-radius:9999px;background:transparent;font-size:14px;font-weight:600;line-height:20px;width:-moz-fit-content;width:fit-content;color:#fff}.web-home-hero-visual{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;pointer-events:none}.web-home-hero-img{position:absolute;right:0;bottom:0;display:block;height:100%;width:auto;max-width:46%;-o-object-fit:contain;object-fit:contain;-o-object-position:right bottom;object-position:right bottom}@media (max-width: 1023px){.web-home-hero{min-height:200px;height:auto}.web-home-hero:hover{transform:none}.web-home-hero-copy{width:100%;max-width:100%;padding:18px 46% 18px 18px;gap:6px}.web-home-hero-title{font-size:1.25rem;letter-spacing:-.4px}.web-home-hero-img{right:0;bottom:0;height:100%;max-width:48%}}.web-home-page--mobile .web-home-hero{min-height:168px;height:auto}.web-home-page--mobile .web-home-hero:hover{transform:none}.web-home-page--mobile .web-home-hero-copy{width:100%;max-width:100%;padding:16px 44% 16px 16px;gap:4px}.web-home-page--mobile .web-home-hero-title{font-size:1.0625rem;line-height:1.25;letter-spacing:-.28px}.web-home-page--mobile .web-home-hero-sub{font-size:12px;line-height:1.4}.web-home-page--mobile .web-home-hero-cta{margin-top:2px;padding:4px 0 0;font-size:13px}.web-home-page--mobile .web-home-hero-img{right:0;bottom:0;height:100%;max-width:46%}.web-home-side-cards{display:flex;flex-direction:column;gap:8px;min-height:100%}.web-home-side-cards .web-feature-card{flex:1 1 0;flex-direction:row;align-items:center;gap:8px;min-height:82px;padding:13px;border-radius:16px;border:1px solid #e5e5e5;background:#fff;box-shadow:0 2px 4px #00000014}.web-home-side-cards .web-feature-card-icon{width:44px;height:44px;border-radius:12px;background:var(--odh-brand-subtle);color:var(--odh-brand)}.web-home-side-cards .web-feature-card-body{flex:1;min-width:0;gap:5px}.web-home-side-cards .web-feature-card-title{margin:0;font-size:12.8px!important;font-weight:600;line-height:19.2px;letter-spacing:-.128px;color:#1a1a1a}.web-home-side-cards .web-feature-card-desc{margin:0;font-size:13px;line-height:20px;color:#404040}.web-home-side-cards .web-feature-card-chevron{color:#737373}.web-home-chat-card{display:flex;align-items:center;gap:8px;flex:1 1 0;min-height:82px;padding:13px;border-radius:16px;border:1px solid var(--odh-brand-border);background:var(--odh-brand-subtle);cursor:pointer;text-align:left;transition:border-color .2s ease,box-shadow .2s ease}.web-home-chat-card:hover{border-color:var(--odh-brand);box-shadow:0 4px 12px color-mix(in srgb,var(--odh-brand) 12%,transparent)}.web-home-chat-card-icon,.web-home-chat-card .web-home-chat-card-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:12px;background:var(--odh-brand);color:#fff;flex-shrink:0}.web-home-chat-card-body{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.web-home-chat-card-title{font-size:14px;font-weight:700;line-height:20px;color:#1a1a1a}.web-home-chat-card-sub{font-size:13px;line-height:20px;color:#404040}.web-home-chat-card-chevron{color:var(--odh-brand);flex-shrink:0}.web-home-action-grid.odh-action-grid{gap:8px}.web-home-action-card.mc-premium-option-card{flex-direction:row;align-items:flex-start;gap:13px;height:90px;min-height:90px;padding:21px;border-radius:12px;border:1px solid #d4d4d4;background:#fff;box-shadow:none}.web-home-action-card.mc-premium-option-card:hover:not(:disabled){border-color:var(--odh-brand-border);box-shadow:0 2px 8px #0000000f;transform:none}.web-home-action-card .mc-premium-option-card-icon{width:40px;height:40px;border-radius:12px;background:#f5f5f5;color:var(--odh-brand)}.web-home-action-card .mc-premium-option-card-title{font-size:14px;font-weight:500;line-height:21px;color:#1a1a1a}.web-home-action-card .mc-premium-option-card-description{margin-top:5px;font-size:13px;line-height:20px;color:#404040}.web-home-page .odh-web-section{gap:13px}.web-home-page .odh-web-section-title{font-size:20px;font-weight:600;line-height:28px;letter-spacing:-.2px;color:#1a1a1a}.web-home-page .web-home-store-scroll{gap:8px;padding-top:10px;padding-bottom:14px}.web-home-page .web-home-store-banner,.web-home-page .web-home-store-view-all{border-radius:16px}.web-home-page .web-home-store-banner{flex:0 0 280px;width:280px;min-height:168px;height:168px;padding:16px 16px 52px;border-radius:16px;box-shadow:0 2px 4px #00000014}.web-home-page .web-home-store-banner--blue{background:linear-gradient(149deg,#e6f3ff,#d0e7ff);border-color:transparent}.web-home-page .web-home-store-banner--green{background:linear-gradient(149deg,#e2f3e7,#ccedd7);border-color:transparent}.web-home-page .web-home-store-banner-header{font-size:12px;font-weight:600;line-height:18px;margin-bottom:0}.web-home-page .web-home-store-banner--blue .web-home-store-banner-header,.web-home-page .web-home-store-banner--blue .web-home-store-banner-title{color:#0d47a1}.web-home-page .web-home-store-banner--green .web-home-store-banner-header,.web-home-page .web-home-store-banner--green .web-home-store-banner-title{color:#0b381a}.web-home-page .web-home-store-banner-title{margin-top:6px;max-width:143px;font-size:14px;font-weight:700;line-height:18.9px}.web-home-page .web-home-store-banner-cta{left:17px;bottom:auto;top:119px;height:34px;padding:8px 12px;gap:6px;border-radius:9999px;background:var(--odh-brand);color:#fff;font-size:12px;font-weight:600;line-height:18px;box-shadow:none}.web-home-page .web-home-store-banner-img{left:134px;right:auto;top:21px;bottom:auto;width:145px;height:146px;max-width:none}.web-home-page .web-home-store-view-all{flex:0 0 140px;width:140px;min-height:168px;height:168px;border-radius:16px;border:1px dashed #d4d4d4;background:#e5e5e5;color:#404040}.web-home-page .web-home-store-view-all-icon{width:40px;height:40px;border:1px solid #e5e5e5;background:#fff;color:#737373}.web-home-page .odh-web-section-action .web-link-brand,.web-home-page .odh-web-section-action,.web-home-page .web-section-action{color:var(--odh-tonal-40);font-size:11.2px;font-weight:600;line-height:16px}.web-home-page .web-home-split-row{gap:13px;grid-template-columns:minmax(0,1.02fr) minmax(0,1fr)}.web-home-page .web-home-smart-grid{gap:8px}.web-home-page .web-home-smart-card{border-radius:16px;min-height:147px;height:147px;padding:16px 16px 52px;box-shadow:0 2px 4px #00000014}.web-home-page .web-home-smart-card--smart-light{background:linear-gradient(152.3deg,#e6f3ff,#d0e7ff)}.web-home-page .web-home-smart-card--smart-dark{background:linear-gradient(152.3deg,#245fe1,#1e3b8d)}.web-home-page .web-home-smart-card--smart-red{background:#ef4444;border-color:transparent}.web-home-page .web-home-smart-card-title{max-width:143px;font-size:14px;font-weight:700;line-height:18.9px}.web-home-page .web-home-smart-card--smart-red .web-home-smart-card-title{font-size:20px;font-weight:600;line-height:26px;max-width:90px}.web-home-page .web-home-smart-card-cta{left:10px;bottom:auto;top:100px;width:40px;height:40px;border-radius:9999px;background:#1c1c1e;color:#fff;box-shadow:0 4px 14px #00000038}.web-home-page .web-home-smart-card--smart-red .web-home-smart-card-cta{display:none}.web-home-page .web-home-smart-card-img{height:116px;max-width:147px}.web-home-page .web-home-smart-card--smart-red .web-home-smart-card-img{right:10%;top:26%;bottom:auto;height:56%;max-width:28%;-o-object-fit:contain;object-fit:contain}.web-home-page .web-home-pharmacy-cta{border-radius:16px}.web-home-page .web-home-action-grid--services{grid-template-columns:repeat(4,minmax(0,1fr))}.web-home-page .web-home-action-grid--services .web-home-action-card.mc-premium-option-card{height:90px;min-height:90px}.web-insurance-header{border-radius:var(--odh-radius-card);background:linear-gradient(135deg,var(--odh-brand-gradient-start),var(--odh-brand-gradient-end));color:var(--odh-color-on-primary);overflow:hidden;box-shadow:var(--odh-shadow-card)}.web-insurance-header-inner{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:var(--web-gap);align-items:center;padding:clamp(16px,2vw,24px)}.web-insurance-header-body{display:flex;flex-direction:column;gap:var(--web-gap-sm);min-width:0}.web-insurance-header-actions{display:flex;flex-direction:column;gap:var(--web-gap-sm)}@media (max-width: 767px){.web-insurance-header:not(.web-insurance-header--mobile) .web-insurance-header-inner{grid-template-columns:1fr}.web-insurance-header:not(.web-insurance-header--mobile) .web-insurance-header-figure{max-height:140px}.web-insurance-header:not(.web-insurance-header--mobile) .web-insurance-header-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--web-gap-sm)}.web-insurance-header:not(.web-insurance-header--mobile) .web-insurance-header-card{flex:1;justify-content:center;min-height:48px;padding:10px 12px;font-size:.8125rem}}.web-insurance-header-figure{width:100%;max-height:180px;-o-object-fit:contain;object-fit:contain;justify-self:center}.web-insurance-header-title{font:var(--odh-headline-md);margin:0 0 var(--web-gap-sm);letter-spacing:-.02em}.web-insurance-header-row{display:flex;flex-wrap:wrap;gap:var(--web-gap-sm);margin-bottom:var(--web-gap-sm)}.web-insurance-header-row:last-child{margin-bottom:0}.web-insurance-header-card{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border:1px solid color-mix(in srgb,var(--odh-color-on-primary) 24%,transparent);border-radius:var(--odh-radius-md);background:color-mix(in srgb,var(--odh-color-on-primary) 12%,transparent);color:inherit;font:var(--odh-label-sm);font-weight:600;cursor:pointer;transition:background .2s ease,transform .2s ease}.web-insurance-header-card:hover{background:color-mix(in srgb,var(--odh-color-on-primary) 20%,transparent);transform:translateY(-1px)}.web-insurance-header-card--primary{background:color-mix(in srgb,var(--odh-color-on-primary) 22%,transparent)}.web-insurance-header-card--accent{background:var(--odh-color-on-primary);color:var(--odh-brand);border-color:transparent}.web-insurance-specialist-inner{display:flex;align-items:center;gap:12px;min-height:104px;padding:16px;border-radius:var(--odh-radius-card);background:var(--odh-color-surface);border:1px solid var(--odh-color-outline-variant);box-shadow:var(--odh-shadow-card);overflow:hidden}.web-insurance-specialist-figure{flex-shrink:0;width:96px;height:auto;max-height:96px;-o-object-fit:contain;object-fit:contain;pointer-events:none}.web-insurance-specialist-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:10px;align-items:flex-start}.web-insurance-specialist-title{font:var(--odh-headline-sm);margin:0;color:var(--odh-color-on-surface)}.web-insurance-specialist-cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:auto;max-width:100%;padding:10px 14px;border:none;border-radius:var(--odh-radius-md);background:linear-gradient(135deg,var(--odh-brand-gradient-start),var(--odh-brand-gradient-end));color:var(--odh-color-on-primary);font:var(--odh-label-sm);font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.web-insurance-specialist--mobile .web-insurance-specialist-inner{min-height:96px;padding:14px}.web-insurance-specialist--mobile .web-insurance-specialist-figure{width:88px;max-height:88px}.web-insurance-specialist-cta:hover{transform:translateY(-1px);box-shadow:var(--odh-shadow-hover)}.web-home-page--insurance{gap:12px}.web-home-page--insurance.web-home-page--mobile{gap:12px;padding:0;width:100%;max-width:100%;box-sizing:border-box}.web-insurance-service-card{border-radius:8px;background:var(--odh-color-surface);box-shadow:var(--odh-shadow-card);overflow:hidden}.web-insurance-service-card-inner{display:grid;grid-template-columns:100px minmax(0,1fr);gap:0;align-items:end;min-height:191px;padding:0 14px 12px 0}.web-insurance-service-card-figure{width:112px;max-width:112px;height:181px;-o-object-fit:contain;object-fit:contain;-o-object-position:left bottom;object-position:left bottom;margin-left:-12px;align-self:end;justify-self:start}.web-insurance-service-card--specialist .web-insurance-service-card-inner{min-height:125px;align-items:center;padding:12px 12px 12px 0}.web-insurance-service-card--specialist .web-insurance-service-card-figure{height:140px;margin-left:-8px}.web-insurance-service-card-body{display:flex;flex-direction:column;gap:10px;min-width:0;padding:12px 0 0;align-self:center}.web-insurance-service-card-title{margin:0;font-size:.9375rem;font-weight:700;line-height:1.25;color:var(--odh-color-on-surface);letter-spacing:-.01em}.web-insurance-service-card-actions{display:flex;flex-direction:column;gap:8px}.web-insurance-service-card-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.web-insurance-service-btn{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;min-height:57px;padding:6px 4px;border-radius:8px;border:2px solid transparent;font-size:.6875rem;font-weight:600;line-height:1.15;cursor:pointer;transition:opacity .15s ease}.web-insurance-service-btn span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.web-insurance-service-btn svg{flex-shrink:0;width:16px;height:16px}.web-insurance-service-btn--primary{background:var(--odh-brand);color:var(--odh-color-on-primary);border-color:var(--odh-brand)}.web-insurance-service-btn--outline{background:var(--odh-color-surface);color:var(--odh-brand);border-color:var(--odh-brand)}.web-insurance-service-btn--wide{width:100%;flex-direction:row;gap:6px;min-height:57px;font-size:.75rem}.web-insurance-operation-section-title{margin:0 0 10px;font-size:.9375rem;font-weight:700;color:var(--odh-color-on-surface)}.web-home-operation-menu--insurance-mobile{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.web-insurance-operation-card{position:relative;display:flex;align-items:flex-end;min-height:104px;padding:12px;border:none;border-radius:8px;background-color:var(--odh-neutral-95);background-size:cover;background-position:center;cursor:pointer;overflow:hidden;text-align:left}.web-insurance-operation-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:color-mix(in srgb,var(--odh-brand) 50%,transparent);pointer-events:none}.web-insurance-operation-card-label{position:relative;z-index:1;font-size:.875rem;font-weight:700;color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.35)}.web-home-page--insurance.web-home-page--mobile .web-home-slot{gap:12px;width:100%}.web-home-page--insurance.web-home-page--mobile .odh-action-grid-2,.web-home-page--insurance.web-home-page--mobile .odh-action-grid-3,.web-home-page--insurance.web-home-page--mobile .odh-action-grid-4{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.web-home-page--insurance.web-home-page--mobile .odh-action-grid .mc-premium-option-card{flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:88px;border-radius:14px;padding:12px 8px;gap:8px}.web-home-page--insurance.web-home-page--mobile .odh-action-grid .mc-premium-option-card-icon{width:40px;height:40px;border-radius:10px;color:var(--odh-brand);background:var(--odh-brand-subtle)}.web-home-page--insurance.web-home-page--mobile .odh-action-grid .mc-premium-option-card-title{font-size:.8125rem;line-height:1.2}.web-home-page--insurance.web-home-page--mobile .odh-action-grid .mc-premium-option-card-description{display:none}.web-home-page--insurance .web-insurance-header-figure{max-height:160px}@media (min-width: 768px){.web-insurance-header:not(.web-insurance-header--mobile) .web-insurance-header-inner,.web-home-page--insurance:not(.web-home-page--mobile) .web-insurance-header-inner{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr)}.web-home-page--insurance:not(.web-home-page--mobile) .web-insurance-header-figure{max-height:172px;max-width:200px}}.web-home-operation-menu{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--web-gap-sm)}@media (max-width: 767px){.web-home-operation-menu{grid-template-columns:1fr}}.web-home-operation-card{display:flex;flex-direction:column;align-items:flex-start;gap:10px;padding:16px;border:1px solid var(--odh-color-outline-variant);border-radius:var(--odh-radius-card);background:var(--odh-color-surface);color:var(--odh-color-on-surface);font:var(--odh-label-md);font-weight:600;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.web-home-operation-card:hover{border-color:var(--odh-brand);box-shadow:var(--odh-shadow-hover)}.web-home-operation-card svg{color:var(--odh-brand)}.web-home-shortcuts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--web-gap-sm)}@media (max-width: 767px){.web-home-shortcuts{grid-template-columns:1fr}}.web-home-section-state{display:flex;justify-content:center;padding:var(--web-gap) 0}.web-home-store-scroll,.odh-mobile-store-scroll{display:flex;gap:var(--web-gap-sm);overflow-x:auto;overflow-y:visible;padding-top:10px;padding-bottom:14px;margin-top:-6px;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch}.web-home-store-scroll::-webkit-scrollbar,.odh-mobile-store-scroll::-webkit-scrollbar{display:none}.web-shop-package-panel{margin-top:16px}.web-shop-package-panel .web-panel-body{display:flex;flex-direction:column;gap:12px}.web-shop-package-panel-title{display:inline-flex;align-items:center;gap:8px}.web-shop-package-panel-title svg{color:var(--odh-brand)}.web-shop-package-categories{display:flex;flex-wrap:wrap;gap:6px}.web-shop-package-rights{display:grid;grid-template-columns:repeat(auto-fit,minmax(168px,1fr));gap:10px}.web-shop-package-right-card{display:flex;align-items:center;gap:12px;min-height:76px;padding:12px;border-radius:var(--odh-radius-md);border:1px solid color-mix(in srgb,var(--odh-brand) 16%,var(--odh-color-outline-variant));background:color-mix(in srgb,var(--odh-brand) 6%,var(--odh-color-surface))}.web-shop-package-right-copy{min-width:0}.web-shop-package-right-label{margin:0;font-size:.8125rem;font-weight:650;color:var(--odh-color-on-surface, #1f2937)}.web-shop-package-right-value{display:flex;align-items:baseline;flex-wrap:wrap;gap:6px;margin:4px 0 0}.web-shop-package-right-value strong{font-size:1.25rem;font-weight:700;line-height:1;color:var(--odh-brand)}.web-shop-package-right-value span{font-size:.75rem;color:var(--odh-color-on-surface-variant, #6b7280)}.web-shop-package-hint{display:flex;align-items:flex-start;gap:8px;margin:0;padding:10px 12px;border-radius:var(--odh-radius-md);background:color-mix(in srgb,var(--odh-brand) 8%,var(--odh-color-surface));font-size:.75rem;line-height:1.45;color:var(--odh-color-on-surface-variant, #4b5563)}.web-shop-package-hint svg{flex-shrink:0;margin-top:1px;color:var(--odh-brand)}.web-shop-package-agreements-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:8px}.web-shop-package-agreement-row{display:flex;align-items:center;gap:10px;width:100%;padding:12px;border-radius:var(--odh-radius-md);border:1px solid var(--odh-color-outline-variant);background:var(--odh-color-surface);color:inherit;text-decoration:none;transition:border-color .15s ease,background-color .15s ease}a.web-shop-package-agreement-row:hover{border-color:color-mix(in srgb,var(--odh-brand) 40%,transparent);background:color-mix(in srgb,var(--odh-brand) 6%,var(--odh-color-surface))}.web-shop-package-agreement-title{flex:1;min-width:0;font-size:.875rem;font-weight:600;line-height:1.35;color:var(--odh-color-on-surface, #1f2937)}.web-shop-package-agreement-action{display:inline-flex;align-items:center;gap:4px;flex-shrink:0;font-size:.75rem;font-weight:650;color:var(--odh-brand)}.web-home-store-banner{position:relative;flex:0 0 min(280px,78vw);min-height:168px;padding:16px 16px 52px;border:1px solid transparent;border-radius:var(--odh-radius-card);cursor:pointer;text-align:left;overflow:visible;scroll-snap-align:start;box-shadow:var(--odh-shadow-card);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.web-home-store-banner--blue{background:linear-gradient(135deg,var(--odh-promo-blue-start),var(--odh-promo-blue-end));border-color:color-mix(in srgb,var(--odh-promo-blue-text) 14%,transparent)}.web-home-store-banner--green{background:linear-gradient(135deg,var(--odh-promo-green-start),var(--odh-promo-green-end));border-color:color-mix(in srgb,var(--odh-promo-green-text) 14%,transparent)}.web-home-store-banner:hover{transform:translateY(-2px);box-shadow:var(--odh-shadow-hover);z-index:2}.web-home-store-banner--blue:hover{border-color:color-mix(in srgb,var(--odh-promo-blue-text) 28%,transparent)}.web-home-store-banner--green:hover{border-color:color-mix(in srgb,var(--odh-promo-green-text) 28%,transparent)}.web-home-store-banner-header{display:block;font:var(--odh-label-sm);font-weight:600;margin-bottom:6px}.web-home-store-banner--blue .web-home-store-banner-header{color:var(--odh-promo-blue-text)}.web-home-store-banner--green .web-home-store-banner-header{color:var(--odh-promo-green-text)}.web-home-store-banner-title{display:block;max-width:58%;margin:0;font:var(--odh-label-md);font-weight:700;line-height:1.35}.web-home-store-banner--blue .web-home-store-banner-title{color:var(--odh-promo-blue-text)}.web-home-store-banner--green .web-home-store-banner-title{color:var(--odh-promo-green-text)}.web-home-store-banner-discount{display:inline-block;margin-top:6px;font:var(--odh-label-sm);font-weight:600}.web-home-store-banner--blue .web-home-store-banner-discount{color:var(--odh-promo-blue-text)}.web-home-store-banner--green .web-home-store-banner-discount{color:var(--odh-promo-green-text)}.web-home-store-banner-cta{position:absolute;left:16px;bottom:14px;z-index:2;display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:var(--odh-radius-full);background:var(--odh-brand);color:var(--odh-color-on-primary);font:var(--odh-label-sm);font-weight:600;box-shadow:0 4px 12px color-mix(in srgb,var(--odh-brand) 28%,transparent)}.web-home-store-banner-img{position:absolute;right:0;bottom:0;z-index:1;height:88%;max-width:52%;-o-object-fit:contain;object-fit:contain;pointer-events:none}.web-home-store-view-all{flex:0 0 min(140px,42vw);min-height:168px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:16px;border:1px dashed var(--odh-color-outline);border-radius:var(--odh-radius-card);background:var(--odh-neutral-90);color:var(--odh-color-on-surface-variant);cursor:pointer;scroll-snap-align:start;transition:border-color .15s ease,background .15s ease,color .15s ease}.web-home-store-view-all:hover{border-color:var(--odh-brand-border);background:var(--odh-brand-subtle);color:var(--odh-tonal-40)}.web-home-store-view-all-label{font:var(--odh-label-md);font-weight:600;text-align:center}.web-home-store-view-all-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--odh-radius-full);background:var(--odh-color-surface);border:1px solid var(--odh-color-outline-variant);color:var(--odh-neutral-50)}.web-home-smart-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--web-gap-sm)}.web-home-split-row{display:grid;grid-template-columns:1fr 1fr;gap:var(--web-gap-md, 24px);align-items:start}.web-home-smart-grid--2col{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--web-gap-sm)}.web-home-smart-grid--1col{display:grid;grid-template-columns:1fr;gap:var(--web-gap-sm)}@media (max-width: 1023px){.web-home-split-row{grid-template-columns:1fr;gap:var(--web-gap-sm)}.web-home-smart-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 639px){.web-home-smart-grid{grid-template-columns:1fr}}.web-home-smart-card{position:relative;display:block;min-height:240px;padding:20px 20px 58px;border:1px solid transparent;border-radius:var(--odh-radius-card);cursor:pointer;text-align:left;overflow:hidden;box-shadow:var(--odh-shadow-card);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.web-home-smart-card--smart-light{background:linear-gradient(135deg,var(--odh-promo-smart-light-start),var(--odh-promo-smart-light-end));border-color:color-mix(in srgb,var(--odh-promo-smart-light-text) 14%,transparent)}.web-home-smart-card--smart-dark{background:linear-gradient(135deg,var(--odh-promo-smart-dark-start),var(--odh-promo-smart-dark-end));border-color:color-mix(in srgb,var(--odh-promo-smart-dark-text) 18%,transparent)}.web-home-smart-card--smart-red{background:linear-gradient(135deg,var(--odh-color-error),color-mix(in srgb,var(--odh-color-error) 82%,#000));border-color:color-mix(in srgb,#ffffff 18%,transparent)}.web-home-smart-card:hover{transform:translateY(-2px);box-shadow:var(--odh-shadow-hover)}.web-home-smart-card-title{position:relative;z-index:2;display:block;max-width:46%;margin:0;font-size:1.0625rem;font-weight:700;line-height:1.4}.web-home-smart-card--smart-light .web-home-smart-card-title{color:var(--odh-promo-smart-light-text)}.web-home-smart-card--smart-dark .web-home-smart-card-title{color:var(--odh-promo-smart-dark-text)}.web-home-smart-card--smart-red .web-home-smart-card-title{color:#fff}.web-home-smart-card-cta{position:absolute;left:20px;bottom:16px;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--odh-radius-full);background:#1c1c1e;color:#fff;box-shadow:0 4px 14px #00000038}.web-home-smart-card-img{position:absolute;right:-4px;bottom:0;z-index:1;height:96%;max-width:68%;-o-object-fit:contain;object-fit:contain;-o-object-position:right bottom;object-position:right bottom;pointer-events:none}@media (max-width: 639px){.web-home-smart-card{min-height:210px}.web-home-smart-card-img{max-width:64%;height:94%}}.web-home-pharmacy-cta{display:flex;align-items:center;gap:var(--web-gap-sm);width:100%;padding:var(--web-inset);border:none;border-radius:var(--odh-radius-card);background:linear-gradient(135deg,var(--odh-brand),var(--odh-brand-gradient-end));color:var(--odh-color-on-primary);cursor:pointer;text-align:left;box-shadow:var(--odh-shadow-card);transition:transform .2s ease,box-shadow .2s ease}.web-home-pharmacy-cta:hover{transform:translateY(-1px);box-shadow:var(--odh-shadow-hover)}.web-home-pharmacy-cta-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:var(--odh-radius-md);background:color-mix(in srgb,var(--odh-color-on-primary) 18%,transparent);flex-shrink:0}.web-home-pharmacy-cta-label{flex:1;font:var(--odh-label-md);font-weight:700}.web-home-pharmacy-cta-chevron{flex-shrink:0;opacity:.92}.web-home-promo-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--web-gap)}@media (max-width: 767px){.web-home-promo-grid{grid-template-columns:1fr}}.web-home-promo-card{position:relative;display:flex;flex-direction:column;gap:var(--odh-space-2);min-height:0;padding:var(--web-inset);border:1px solid var(--odh-color-outline-variant);border-radius:var(--odh-radius-card);cursor:pointer;text-align:left;overflow:hidden;box-shadow:var(--odh-shadow-card);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.web-home-promo-top{display:flex;align-items:center;justify-content:space-between;gap:var(--web-gap-sm)}.web-home-promo-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--odh-radius-md);background:color-mix(in srgb,var(--odh-color-surface) 70%,transparent);flex-shrink:0}.web-home-promo-card--green .web-home-promo-icon{color:var(--odh-promo-green-text)}.web-home-promo-card--blue .web-home-promo-icon{color:var(--odh-promo-blue-text)}.web-home-promo-card--psychometric .web-home-promo-icon{color:var(--odh-brand);background:color-mix(in srgb,var(--odh-color-surface) 82%,transparent)}.web-home-promo-arrow{flex-shrink:0;opacity:.75;transition:transform .15s ease,opacity .15s ease}.web-home-promo-card--green .web-home-promo-arrow{color:var(--odh-promo-green-text)}.web-home-promo-card--blue .web-home-promo-arrow{color:var(--odh-promo-blue-text)}.web-home-promo-card:hover .web-home-promo-arrow{opacity:1;transform:translate(2px)}.web-home-promo-card:hover{transform:translateY(-2px);box-shadow:var(--odh-shadow-hover);border-color:var(--odh-brand-border)}.web-home-promo-card--green{background:linear-gradient(135deg,var(--odh-promo-green-start),var(--odh-promo-green-end))}.web-home-promo-card--blue{background:linear-gradient(135deg,var(--odh-promo-blue-start),var(--odh-promo-blue-end))}.web-home-promo-card--psychometric{background:linear-gradient(135deg,var(--odh-promo-psychometric-start),var(--odh-promo-psychometric-end));border-color:var(--odh-brand-border)}.web-home-promo-title--psychometric{color:var(--odh-promo-psychometric-text)}.web-home-promo-sub--psychometric{color:var(--odh-promo-psychometric-text);opacity:.85}.web-home-promo-card--psychometric .web-home-promo-arrow{color:var(--odh-brand)}.web-psychometric-list{display:flex;flex-direction:row;gap:12px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:2px 0 8px}.web-psychometric-list::-webkit-scrollbar{display:none}.web-psychometric-section{margin-top:var(--web-gap-lg);min-width:0}.web-psychometric-section-title{margin:0 0 12px;font:var(--odh-title-sm);color:var(--odh-color-on-surface)}.web-psychometric-card{position:relative;display:flex;flex-direction:column;justify-content:space-between;flex:0 0 min(320px,calc(100% - 40px));width:min(320px,calc(100% - 40px));min-height:104px;padding:10px;border:0;border-radius:8px;background:var(--odh-promo-blue, #3d6b99);color:#fff;text-align:left;cursor:pointer;overflow:hidden;scroll-snap-align:start}.web-psychometric-card-watermark{position:absolute;right:-2px;bottom:-4px;opacity:.25;pointer-events:none}.web-psychometric-card-top{display:flex;align-items:flex-start;gap:16px;min-width:0}.web-psychometric-card-icon{display:inline-flex;align-items:center;justify-content:center;width:50px;height:50px;flex-shrink:0;border-radius:999px;background:#fff3}.web-psychometric-card-title{font-size:1rem;font-weight:600;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.web-psychometric-card-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-left:8px}.web-psychometric-card-duration{display:inline-flex;align-items:baseline;gap:4px;font-size:.9375rem;opacity:.85}.web-psychometric-card-duration strong{font-weight:700}.web-psychometric-card-start{display:inline-flex;align-items:center;gap:4px;font-size:.9375rem;font-weight:500}.web-psychometric-detail-title{margin:0 0 var(--web-gap-sm);font:var(--odh-title-sm)}.web-psychometric-detail-sub{margin:0;font:var(--odh-body-md);color:var(--odh-neutral-50)}.web-psychometric-progress{height:6px;margin-bottom:12px;border-radius:999px;background:var(--odh-neutral-90);overflow:hidden}.web-psychometric-progress-fill{height:100%;background:var(--odh-brand);border-radius:inherit;transition:width .2s ease}.web-psychometric-answers{display:flex;flex-direction:column;gap:8px}.web-psychometric-answer{display:flex;align-items:center;gap:12px;width:100%;padding:14px 12px;border-radius:var(--odh-radius-md);border:1px solid var(--odh-color-outline-variant);background:var(--odh-color-surface);text-align:left;font-size:.9375rem;line-height:1.4;color:var(--odh-color-on-surface);cursor:pointer}.web-psychometric-answer-radio{width:20px;height:20px;flex-shrink:0;border-radius:999px;border:2px solid var(--odh-color-outline);background:var(--odh-color-surface)}.web-psychometric-answer--active{border-color:var(--odh-brand);background:color-mix(in srgb,var(--odh-brand) 8%,var(--odh-color-surface))}.web-psychometric-answer--active .web-psychometric-answer-radio{border-color:var(--odh-brand);box-shadow:inset 0 0 0 5px var(--odh-brand)}.web-psychometric-form-back{margin-top:var(--web-gap-md)}.web-psychometric-result{max-width:640px;margin-inline:auto}.web-home-promo-title--green{color:var(--odh-promo-green-text)}.web-home-promo-title--blue{color:var(--odh-promo-blue-text)}.web-home-promo-title--on-primary{color:var(--odh-color-on-primary)}.web-home-promo-title{font:var(--odh-label-md);font-weight:700;line-height:1.35;margin:0}.web-home-promo-sub{font:var(--odh-body-sm);margin:0;line-height:1.45}.web-home-promo-sub--green{color:var(--odh-promo-green-text);opacity:.85}.web-home-promo-sub--blue{color:var(--odh-promo-blue-text);opacity:.85}.web-nutrition-actions-banner{padding:var(--web-inset);border-radius:var(--odh-radius-card);background:var(--odh-brand-subtle);border:1px solid var(--odh-brand-border)}.web-health-hub-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--web-gap);min-width:0}.web-health-hub-card{display:flex;flex-direction:column;gap:8px;min-width:0;padding:13px;border-radius:16px;border:1px solid var(--odh-brand-border);background:var(--odh-brand-subtle);cursor:pointer;text-align:left;transition:border-color .2s ease,box-shadow .2s ease}.web-health-hub-card:hover{border-color:var(--odh-brand);box-shadow:0 2px 4px #00000014}.web-health-hub-card .web-patient-card-icon{width:40px;height:40px;border-radius:12px;background:var(--odh-brand);color:#fff}.web-health-hub-card-title{font-size:14px;font-weight:700;margin:0;color:#1a1a1a;line-height:18px}.web-health-hub-card-sub{font-size:13px;margin:0;color:#404040;line-height:18px;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media (max-width: 639px){.web-health-hub-grid{gap:var(--web-gap-sm)}.web-health-hub-card{padding:var(--web-gap-sm)}.web-health-hub-card-title{font-size:.8125rem}.web-health-hub-card-sub{font-size:.75rem;-webkit-line-clamp:2;line-clamp:2}.web-psychometric-card{flex-basis:min(300px,calc(100% - 24px));width:min(300px,calc(100% - 24px))}}.web-mood-picker{display:flex;gap:var(--web-gap-sm);justify-content:space-between;margin-bottom:var(--web-gap)}.web-mood-picker-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:6px;padding:var(--web-gap-sm);border-radius:var(--odh-radius-md);border:1px solid var(--odh-color-outline-variant);background:var(--odh-color-surface);cursor:pointer;transition:border-color .15s,background .15s}.web-mood-picker-item--selected{border-color:var(--odh-brand);background:var(--odh-brand-subtle)}.web-mood-picker-emoji{font-size:28px;line-height:1}.web-mood-picker-label{font:var(--odh-label-sm);text-align:center;color:var(--odh-color-on-surface-variant)}.web-survey-result-bar{height:8px;border-radius:999px;background:var(--odh-neutral-90);overflow:hidden}.web-survey-result-bar-fill{height:100%;background:var(--odh-brand);border-radius:999px;transition:width .3s ease}.web-pharmacies-map{display:flex;min-height:420px;flex-direction:column;align-items:center;justify-content:center;gap:var(--web-gap-sm);border-radius:var(--odh-radius-md);background:var(--odh-neutral-90)}.web-pharmacies-map--empty{border:1px dashed var(--odh-color-outline-variant)}.web-pharmacies-map-layout{display:grid;grid-template-columns:minmax(280px,360px) 1fr;gap:var(--web-gap);align-items:stretch;min-height:520px}@media (max-width: 960px){.web-pharmacies-map-layout{grid-template-columns:1fr}}.web-pharmacies-map-list{max-height:620px;overflow:auto}.web-pharmacies-map-panel{min-height:420px;padding:0;overflow:hidden}.web-pharmacies-map-canvas,.pharmacy-map{width:100%;min-height:420px;height:100%;border-radius:var(--odh-radius-md);z-index:0}.web-pharmacy-card{margin-bottom:var(--web-gap-sm)}.web-pharmacy-card--selected{outline:2px solid var(--odh-brand);outline-offset:2px}.web-pharmacy-card-actions{display:flex;flex-wrap:wrap;gap:var(--web-gap-sm);margin-top:var(--web-gap-sm)}.pharmacies-filters{display:flex;flex-direction:column;gap:var(--web-gap-sm);margin-bottom:var(--web-gap)}.pharmacies-filters-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--web-gap-sm)}@media (max-width: 640px){.pharmacies-filters-fields{grid-template-columns:1fr}}.pharmacies-filters-locate{align-self:flex-start}.web-pharmacies-map-wrap{position:relative;min-height:420px;height:100%}.web-pharmacies-map-locate{position:absolute;right:16px;bottom:16px;z-index:500;width:44px;height:44px;border-radius:10px;border:none;background:var(--odh-color-surface);box-shadow:var(--odh-shadow-card);display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--odh-brand)}.pharmacies-list-view{display:flex;flex-direction:column;gap:var(--web-gap-sm)}.pharmacies-search-input{width:100%}.pharmacies-filter-modal.mc-premium-modal-dialog,.pharmacies-filter-modal .mc-premium-modal-body{overflow:visible!important}.pharmacies-filter-modal .mc-premium-select-root-open{z-index:1201}.pharmacies-filter-modal .mc-premium-select-dropdown{z-index:1200;max-height:min(240px,40vh)}.pharmacies-filter-modal-body{display:flex;flex-direction:column;gap:var(--web-gap);min-height:200px;padding-bottom:4px}.pharmacies-filter-modal-district{min-height:72px;display:flex;align-items:center}.pharmacies-filter-modal-actions{display:flex;justify-content:flex-end;gap:var(--web-gap-sm);width:100%}.pharmacies-location-bar{display:flex;align-items:center;justify-content:space-between;gap:var(--web-gap-sm);margin-bottom:var(--web-gap);padding:var(--web-inset-sm) var(--web-inset);border-radius:var(--odh-radius-md);background:var(--odh-brand-subtle)}.pharmacies-location-bar--mobile{margin:0 var(--odh-mobile-page-x, 16px) 12px}.pharmacies-location-bar-info{display:flex;align-items:center;gap:8px;color:var(--odh-brand);font-weight:600;font-size:.9375rem}.pharmacies-filters-city{display:flex;align-items:center;gap:6px;margin:0;color:var(--odh-brand);font-size:.875rem;font-weight:600}.pharmacies-filters-hint{display:flex;align-items:center;gap:6px;margin:0;color:var(--odh-neutral-50);font-size:.875rem}.pharmacies-location-error{margin:0 0 var(--web-gap-sm);color:var(--odh-color-error);font-size:.875rem}.pharmacy-map-user-marker span{display:block;width:16px;height:16px;border-radius:50%;background:var(--odh-brand);border:3px solid var(--odh-color-on-primary);box-shadow:0 0 0 2px var(--odh-brand)}.pharmacy-map-duty-marker,.pharmacy-map-selected-marker{background:transparent;border:none}.pharmacy-map-duty-marker span,.pharmacy-map-selected-marker span{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;background:var(--odh-color-error);color:var(--odh-color-on-primary);font-weight:700;font-size:.8125rem;box-shadow:var(--odh-shadow-card);border:2px solid var(--odh-color-on-primary)}.pharmacy-map-selected-marker span{width:34px;height:34px;background:var(--odh-brand)}.web-health-info-page{display:flex;flex-direction:column;gap:var(--web-gap)}.web-cart-layout{display:grid;grid-template-columns:1fr minmax(280px,360px);gap:var(--web-gap);align-items:start}@media (max-width: 900px){.web-cart-layout{grid-template-columns:1fr}}.web-cart-summary-panel{position:sticky;top:calc(4rem + var(--web-gap))}.web-checkout-layout,.web-payment-page{display:grid;grid-template-columns:1fr minmax(300px,380px);gap:clamp(20px,3vw,28px);align-items:start;position:relative;padding-bottom:var(--web-gap)}.web-appointment-payment-page .web-patient-page-body{max-width:1120px}.web-appointment-payment-header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:16px 24px;margin-bottom:clamp(20px,3vw,28px);padding-bottom:20px;border-bottom:1px solid var(--odh-color-outline-variant)}.web-appointment-payment-header-copy{min-width:0;flex:1 1 240px}.web-appointment-payment-title{margin:0;font:var(--odh-headline-md);font-weight:700;letter-spacing:-.02em;color:var(--odh-color-on-surface)}.web-appointment-payment-subtitle{margin:6px 0 0;max-width:42ch;font:var(--odh-body-sm);color:var(--odh-color-on-surface-variant);line-height:1.45}.web-appointment-confirm{max-width:640px;margin:0 auto;display:flex;flex-direction:column;gap:14px}.web-appointment-confirm-header{display:flex;flex-direction:column;gap:12px}.web-appointment-confirm-title{margin:0;font-size:1.375rem;font-weight:700;letter-spacing:-.02em;color:var(--odh-color-on-surface)}.web-appointment-confirm-subtitle{margin:6px 0 0;font-size:.875rem;line-height:1.45;color:var(--odh-color-on-surface-variant)}.web-appointment-confirm-section{padding:16px;border-radius:16px;border:1px solid var(--odh-color-outline-variant);background:var(--odh-color-surface)}.web-appointment-confirm-section-head{display:flex;align-items:center;gap:10px;margin-bottom:14px}.web-appointment-confirm-num{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;background:var(--odh-brand);color:var(--odh-color-on-primary, #fff);font-size:.8125rem;font-weight:700;flex-shrink:0}.web-appointment-confirm-section-title{margin:0;font-size:1rem;font-weight:700;color:var(--odh-color-on-surface)}.web-appointment-confirm-bar{display:flex;flex-direction:column;gap:8px;padding:12px 16px;background:var(--odh-color-surface);border:1px solid var(--odh-color-outline-variant);border-radius:16px}.web-appointment-confirm-bar .mc-premium-button{min-height:52px}.web-appointment-confirm-bar .mc-premium-button-outline,.web-appointment-confirm-bar .mc-premium-btn-outline{min-height:48px}.web-appointment-confirm-bar-total{display:flex;align-items:baseline;justify-content:space-between;gap:12px;padding-bottom:4px}.web-appointment-confirm-bar-total span{font-size:.8125rem;color:var(--odh-color-on-surface-variant)}.web-appointment-confirm-bar-total strong{font-size:1.25rem;font-weight:700;color:var(--odh-brand)}.web-appointment-confirm--mobile{padding-bottom:calc(220px + env(safe-area-inset-bottom,0px))}.web-appointment-confirm--mobile .web-appointment-confirm-bar{position:fixed;left:0;right:0;bottom:calc(4rem + env(safe-area-inset-bottom,0px));z-index:40;margin:0;border-radius:16px 16px 0 0;border-left:0;border-right:0;border-bottom:0;box-shadow:0 -10px 32px #0f172a1f}.web-appointment-confirm-dialog p{margin:0 0 12px;font-size:.9375rem;line-height:1.5}.web-appointment-confirm-dialog-meta{margin:0;display:flex;flex-direction:column;gap:8px;padding:12px;border-radius:12px;background:var(--odh-brand-subtle, color-mix(in srgb, var(--odh-brand) 8%, transparent))}.web-appointment-confirm-dialog-meta>div{display:flex;justify-content:space-between;gap:12px}.web-appointment-confirm-dialog-meta dt{font-size:.75rem;color:var(--odh-color-on-surface-variant)}.web-appointment-confirm-dialog-meta dd{margin:0;font-size:.875rem;font-weight:650;text-align:right}.web-checkout-agreements-embedded .web-checkout-agreements-hint{margin-top:0}.web-appointment-reservation-chip{display:inline-flex;align-items:center;gap:10px;max-width:100%;padding:8px 12px 8px 10px;border-radius:999px;border:1px solid color-mix(in srgb,var(--odh-brand) 28%,transparent);background:linear-gradient(135deg,color-mix(in srgb,var(--odh-brand) 12%,var(--odh-color-surface)) 0%,var(--odh-color-surface) 100%);box-shadow:0 1px 2px #0f172a0a}.web-appointment-reservation-chip--urgent{border-color:color-mix(in srgb,#d97706 40%,transparent);background:linear-gradient(135deg,color-mix(in srgb,#d97706 14%,var(--odh-color-surface)) 0%,var(--odh-color-surface) 100%);animation:web-appointment-reservation-pulse 1.4s ease-in-out infinite}.web-appointment-reservation-chip--expired{border-color:color-mix(in srgb,var(--odh-color-error, #d92d20) 35%,transparent);background:color-mix(in srgb,var(--odh-color-error, #d92d20) 8%,var(--odh-color-surface))}.web-appointment-reservation-chip-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;color:var(--odh-brand);background:color-mix(in srgb,var(--odh-brand) 12%,transparent);flex-shrink:0}.web-appointment-reservation-chip--urgent .web-appointment-reservation-chip-icon{color:#b45309;background:color-mix(in srgb,#d97706 16%,transparent)}.web-appointment-reservation-chip--expired .web-appointment-reservation-chip-icon{color:var(--odh-color-error, #d92d20);background:color-mix(in srgb,var(--odh-color-error, #d92d20) 12%,transparent)}.web-appointment-reservation-chip-copy{display:flex;flex-direction:column;gap:1px;min-width:0}.web-appointment-reservation-chip-label{font-size:.6875rem;font-weight:600;line-height:1.2;letter-spacing:.01em;color:var(--odh-color-on-surface-variant);white-space:nowrap}.web-appointment-reservation-chip-time{font-size:.9375rem;font-weight:700;font-variant-numeric:tabular-nums;letter-spacing:.04em;line-height:1.1;color:var(--odh-brand)}.mc-premium-app-bar .web-appointment-reservation-chip{padding:4px 10px 4px 6px;gap:8px}.mc-premium-app-bar .web-appointment-reservation-chip-icon{width:24px;height:24px}.mc-premium-app-bar .web-appointment-reservation-chip-label{display:none}.mc-premium-app-bar .web-appointment-reservation-chip-time{font-size:.875rem}.web-appointment-reservation-chip--urgent .web-appointment-reservation-chip-time{color:#b45309}.web-payment-aside-stack{display:flex;flex-direction:column;gap:var(--web-gap);position:sticky;top:88px}.web-checkout-agreements-panel .web-panel-body{padding-top:4px}.web-checkout-agreements-hint{margin:0 0 12px;font-size:.8125rem;line-height:1.45;color:var(--odh-color-on-surface-variant)}.web-checkout-agreement-item .mc-premium-checkbox{align-items:flex-start;width:100%;gap:12px;pointer-events:auto;touch-action:manipulation}.web-checkout-agreement-item .mc-premium-checkbox-box{width:22px;height:22px;margin-top:1px}.web-appointment-reservation-banner{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:var(--odh-radius-md, 12px);border:1px solid color-mix(in srgb,var(--odh-brand) 28%,transparent);background:color-mix(in srgb,var(--odh-brand) 8%,var(--odh-surface));color:var(--odh-color-on-surface)}.web-appointment-reservation-banner--urgent{border-color:color-mix(in srgb,#d97706 40%,transparent);background:color-mix(in srgb,#d97706 10%,var(--odh-surface))}.web-appointment-reservation-banner--expired{border-color:color-mix(in srgb,var(--odh-color-error, #d92d20) 35%,transparent);background:color-mix(in srgb,var(--odh-color-error, #d92d20) 8%,var(--odh-surface));color:var(--odh-color-error, #d92d20)}.web-appointment-reservation-banner-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--odh-brand)}.web-appointment-reservation-banner--expired .web-appointment-reservation-banner-icon{color:var(--odh-color-error, #d92d20)}.web-appointment-reservation-banner-text{flex:1;margin:0;min-width:0;font-size:.8125rem;line-height:1.35;color:inherit}@keyframes web-appointment-reservation-pulse{0%,to{box-shadow:0 0 color-mix(in srgb,#d97706 0%,transparent)}50%{box-shadow:0 0 0 4px color-mix(in srgb,#d97706 18%,transparent)}}.web-appointment-reservation-banner-badge{flex-shrink:0;padding:4px 10px;border-radius:999px;font-size:.8125rem;font-weight:700;font-variant-numeric:tabular-nums;letter-spacing:.02em;color:var(--odh-brand);background:var(--odh-color-surface);border:1px solid color-mix(in srgb,var(--odh-brand) 30%,transparent)}.web-appointment-payment-stack{display:flex;flex-direction:column;gap:var(--web-gap);min-width:0}.web-appointment-payment-details .web-panel-body{display:flex;flex-direction:column;gap:var(--web-gap)}.web-payment-section{display:flex;flex-direction:column;gap:var(--web-gap-sm)}.web-payment-section+.web-payment-section{padding-top:var(--web-gap);border-top:1px solid var(--odh-color-outline-variant)}.web-payment-section-title{margin:0;font-weight:600;color:var(--odh-color-on-surface)}.web-payment-card-panel{border-color:color-mix(in srgb,var(--odh-brand) 22%,var(--odh-color-outline-variant))}.web-payment-card-embedded{padding:12px;border-radius:var(--odh-radius-md);border:1px solid color-mix(in srgb,var(--odh-brand) 18%,var(--odh-color-outline-variant));background:var(--odh-color-surface)}.web-payment-input-mono .premium-input-gray,.web-payment-input-mono.premium-input-gray,.web-payment-input-mono .premium-input-native,.web-input.web-payment-input-mono input{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;letter-spacing:.08em;font-variant-numeric:tabular-nums}.web-payment-input-brand-suffix{font-size:.6875rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--odh-brand);white-space:nowrap}.web-payment-summary-cancel{margin-top:8px}.web-checkout-agreement-list{display:flex;flex-direction:column;gap:10px}.web-checkout-agreement-item{display:flex;flex-direction:column;gap:8px;padding:14px 12px;border-radius:var(--odh-radius-md);border:1px solid var(--odh-color-outline-variant);background:var(--odh-color-surface);transition:border-color .15s ease,background-color .15s ease}.web-checkout-agreement-item--checked{border-color:color-mix(in srgb,var(--odh-brand) 40%,transparent);background:color-mix(in srgb,var(--odh-brand) 6%,var(--odh-color-surface))}.web-checkout-agreement-optional{display:inline-block;margin-right:6px;padding:1px 6px;border-radius:999px;font-size:.6875rem;font-weight:600;color:var(--odh-color-on-surface-variant);background:var(--odh-color-surface-container)}.web-payment-main{display:flex;flex-direction:column;gap:var(--web-gap);min-width:0}.web-payment-aside{min-width:0}.web-payment-form-stack{display:flex;flex-direction:column;gap:var(--web-gap-sm)}.web-payment-form-row{display:grid;grid-template-columns:1fr 1fr;gap:var(--web-gap-sm)}.web-payment-secure-note{display:flex;align-items:center;gap:6px;margin:4px 0 0;padding:8px 10px;border-radius:var(--odh-radius-md);font-size:.75rem;color:var(--odh-color-on-surface-variant);background:var(--odh-color-surface-container)}.web-payment-summary-lines{display:flex;flex-direction:column;gap:8px;margin-bottom:var(--web-gap-sm);font-size:.875rem}.web-payment-summary-line{display:flex;justify-content:space-between;gap:var(--web-gap-sm);color:var(--odh-color-on-surface)}.web-payment-summary-line strong{font-weight:600;text-align:right}.web-payment-summary-line--muted{color:var(--odh-color-on-surface-variant)}.web-payment-summary-total{display:flex;justify-content:space-between;align-items:baseline;gap:var(--web-gap-sm);padding-top:var(--web-gap-sm);margin-bottom:8px;border-top:1.5px solid var(--odh-color-outline-variant);font-size:.875rem;font-weight:600;color:var(--odh-color-on-surface)}.web-payment-summary-total-amount{font-size:1.125rem;font-weight:700;color:var(--odh-brand)}.web-payment-vat-note{display:block;margin-bottom:var(--web-gap-sm)}.web-payment-error{margin-bottom:var(--web-gap-sm);padding:10px 12px;border-radius:var(--odh-radius-md);border:1px solid var(--odh-color-error);background:var(--odh-color-error-container);color:var(--odh-color-error);font-size:.75rem;line-height:1.4}.web-payment-summary-sticky{display:none}.web-payment-3d-frame{width:100%;height:500px;border:0;border-radius:var(--odh-radius-md);background:var(--odh-color-surface)}.web-payment-3d-waiting{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;min-height:220px;padding:24px}.web-payment-3d-hidden-form{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.web-payment-3d-hint{text-align:center}.web-checkout-agreement-row{display:flex;align-items:flex-start;gap:12px;width:100%;text-align:left;background:none;border:none;padding:0;cursor:pointer;color:inherit}.web-checkout-agreement-row:disabled{opacity:.6;cursor:not-allowed}.web-checkout-agreement-icon{margin-top:1px;flex-shrink:0;color:var(--odh-color-on-surface-variant)}.web-checkout-agreement-icon--checked{color:var(--odh-brand)}.web-checkout-agreement-label{font-size:.875rem;line-height:1.4;color:var(--odh-color-on-surface);display:inline}.web-checkout-agreement-required{color:var(--odh-color-error)}.web-checkout-agreement-link{display:inline-flex;align-items:center;gap:4px;margin-left:34px;font-size:.8125rem;font-weight:650;color:var(--odh-brand);text-decoration:none}.web-checkout-agreement-link:hover{text-decoration:underline}.web-checkout-detail-row{display:flex;justify-content:space-between;gap:var(--web-gap-sm);font-size:.875rem}.web-checkout-detail-label{color:var(--odh-color-on-surface-variant)}.web-checkout-detail-value{font-weight:500;text-align:right;color:var(--odh-color-on-surface)}.web-appointment-steps{position:relative;margin-bottom:var(--web-gap);padding:16px 16px 12px;border-radius:var(--odh-radius-lg);background:var(--odh-color-surface);border:1px solid var(--odh-color-outline-variant);box-shadow:var(--odh-shadow-card)}.web-appointment-steps-track{position:absolute;left:16px;right:16px;top:28px;height:3px;border-radius:999px;background:var(--odh-color-outline-variant);overflow:hidden}.web-appointment-steps-progress{height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--odh-brand-gradient-start),var(--odh-brand-gradient-end));transition:width .35s ease}.web-appointment-steps-list{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--web-gap-sm);margin:0;padding:0;list-style:none}.web-appointment-steps-item{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center;color:var(--odh-color-on-surface-variant);font-size:.75rem;line-height:1.3}.web-appointment-steps-item--active{color:var(--odh-color-on-surface);font-weight:600}.web-appointment-steps-item--done{color:var(--odh-brand)}.web-appointment-steps-marker{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;font-size:.75rem;font-weight:700;background:var(--odh-color-surface);border:2px solid var(--odh-color-outline-variant);box-shadow:0 1px 4px #0000000f}.web-appointment-steps-item--active .web-appointment-steps-marker{background:var(--odh-brand);border-color:var(--odh-brand);color:var(--odh-color-on-primary)}.web-appointment-steps-item--done .web-appointment-steps-marker{background:var(--odh-brand-subtle);border-color:var(--odh-brand);color:var(--odh-brand)}.web-appointment-steps-label{max-width:9rem}.web-appointment-summary-card{display:flex;flex-direction:column;gap:var(--web-gap-sm);padding:var(--web-inset);border-radius:var(--odh-radius-card);background:var(--odh-color-surface);border:1px solid var(--odh-color-outline-variant);box-shadow:var(--odh-shadow-card)}.web-appointment-summary-doctor{display:flex;align-items:center;gap:12px;padding-bottom:var(--web-gap-sm);border-bottom:1px solid var(--odh-color-outline-variant)}.web-appointment-summary-doctor-avatar{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:var(--odh-radius-md);background:var(--odh-brand-subtle);color:var(--odh-brand);flex-shrink:0}.web-appointment-summary-doctor-text{display:flex;flex-direction:column;gap:2px;min-width:0}.web-appointment-summary-doctor-label{font-size:.75rem;color:var(--odh-color-on-surface-variant)}.web-appointment-summary-doctor-name{font-size:1rem;font-weight:600;color:var(--odh-color-on-surface);line-height:1.3}.web-appointment-summary-datetime{display:flex;flex-wrap:wrap;gap:8px}.web-appointment-summary-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;font-size:.8125rem;font-weight:500;background:var(--odh-color-surface-container);color:var(--odh-color-on-surface);border:1px solid var(--odh-color-outline-variant)}.web-appointment-summary-chip--accent{background:var(--odh-brand-subtle);border-color:color-mix(in srgb,var(--odh-brand) 25%,transparent);color:var(--odh-brand);font-weight:600}.web-appointment-summary-meta{display:flex;flex-direction:column;gap:8px;margin:0}.web-appointment-summary-meta-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.2fr);gap:8px 12px;font-size:.8125rem}.web-appointment-summary-meta-row dt{display:inline-flex;align-items:center;gap:6px;margin:0;color:var(--odh-color-on-surface-variant)}.web-appointment-summary-meta-row dd{margin:0;font-weight:500;text-align:right;color:var(--odh-color-on-surface)}.web-checkout-layout--appointment{align-items:start}.web-checkout-layout-aside{display:flex;flex-direction:column;gap:var(--web-gap-sm);position:sticky;top:calc(4rem + var(--web-gap))}.web-checkout-aside-actions{display:flex;flex-direction:column;gap:8px;padding:var(--web-inset);border-radius:var(--odh-radius-card);background:var(--odh-color-surface);border:1px solid var(--odh-color-outline-variant);box-shadow:var(--odh-shadow-card)}.web-appointment-summary-rows{display:flex;flex-direction:column;gap:10px}.web-appointment-summary-row{display:grid;grid-template-columns:auto 1fr auto;align-items:start;gap:8px 12px;font-size:.875rem}.web-appointment-summary-row-icon{display:inline-flex;margin-top:2px;color:var(--odh-brand)}.web-appointment-summary-row-label{color:var(--odh-color-on-surface-variant)}.web-appointment-summary-row-value{font-weight:500;text-align:right;color:var(--odh-color-on-surface)}.web-appointment-summary-total{display:flex;justify-content:space-between;align-items:baseline;gap:var(--web-gap-sm);margin-top:var(--web-gap-sm);padding-top:var(--web-gap-sm);border-top:1.5px solid var(--odh-color-outline-variant);font-size:.875rem;font-weight:600}.web-appointment-summary-total-amount{font-size:1.125rem;font-weight:700;color:var(--odh-brand)}.web-appointment-confirm .web-appointment-summary-card{padding:16px;border-color:color-mix(in srgb,var(--odh-brand) 22%,var(--odh-color-outline-variant));background:linear-gradient(180deg,color-mix(in srgb,var(--odh-brand) 8%,var(--odh-color-surface)) 0%,var(--odh-color-surface) 48px)}.web-appointment-done-page{display:flex;flex-direction:column;align-items:center;gap:var(--web-gap);padding:var(--web-gap) 0 2rem;text-align:center}.web-patient-page--appointment-done .web-appointment-done-icon{background:linear-gradient(135deg,var(--odh-brand-subtle),var(--odh-color-surface))}.web-appointment-done-hero{max-width:32rem}.web-appointment-done-subtitle{display:block;margin-bottom:8px;font-weight:500}.web-appointment-done-icon{display:inline-flex;align-items:center;justify-content:center;width:5.5rem;height:5.5rem;margin:0 auto var(--web-gap-sm);border-radius:999px;background:var(--odh-brand-subtle);color:var(--odh-brand)}.web-appointment-done-summary{width:100%;max-width:28rem;text-align:left}.web-appointment-done-actions{display:flex;flex-direction:column;gap:12px;width:100%;max-width:26rem}.web-appointment-done-actions>*{width:100%}.web-appointment-done-actions .mc-premium-button,.web-appointment-done-actions .web-button{min-height:52px;height:52px!important;font:var(--odh-label-md);font-weight:600}.web-appointment-done-icon--warn{background:#fff7ed;color:#c2410c}.web-payment-receipt{width:100%;max-width:26rem;text-align:left;background:var(--odh-color-surface, #fff);border:1px solid var(--odh-border, #e5e7eb);border-radius:4px;box-shadow:0 8px 24px #0f172a0f;padding:1.25rem 1.35rem 1rem}.web-payment-receipt--paid{border-color:color-mix(in srgb,var(--odh-brand) 35%,#e5e7eb)}.web-payment-receipt-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.web-payment-receipt-brand{margin:0;font-size:.95rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--odh-text, #111827)}.web-payment-receipt-caption{margin:2px 0 0;font-size:.75rem;color:var(--odh-text-muted, #6b7280)}.web-payment-receipt-stamp{flex-shrink:0;padding:.35rem .55rem;border:2px solid currentColor;border-radius:2px;font-size:.7rem;font-weight:800;letter-spacing:.08em;line-height:1.1}.web-payment-receipt-stamp--paid{color:#15803d;background:#f0fdf4;transform:rotate(-6deg)}.web-payment-receipt-stamp--unknown{color:#c2410c;background:#fff7ed}.web-payment-receipt-divider{height:1px;margin:.9rem 0;background:var(--odh-border, #e5e7eb)}.web-payment-receipt-divider--dashed{background:none;border-top:1px dashed var(--odh-border, #d1d5db)}.web-payment-receipt-body{display:flex;flex-direction:column;gap:.55rem}.web-payment-receipt-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;font-size:.8125rem}.web-payment-receipt-label{color:var(--odh-text-muted, #6b7280);flex:0 1 42%}.web-payment-receipt-value{color:var(--odh-text, #111827);text-align:right;word-break:break-word;flex:1 1 58%;font-variant-numeric:tabular-nums}.web-payment-receipt-row--emphasis .web-payment-receipt-value{font-weight:700;font-size:.9rem}.web-payment-receipt-footer{margin-top:.85rem;padding-top:.75rem;border-top:1px dashed var(--odh-border, #d1d5db);font-size:.7rem;line-height:1.45;color:var(--odh-text-muted, #6b7280);text-align:center}@media (min-width: 640px){.web-appointment-done-actions{max-width:26rem}}@media (max-width: 900px){.web-checkout-layout,.web-payment-page{grid-template-columns:1fr}.web-checkout-layout-aside{position:static;order:-1}.web-checkout-aside-actions{position:sticky;bottom:calc(4.5rem + env(safe-area-inset-bottom,0px));z-index:20;box-shadow:0 -4px 24px #00000014}.web-payment-aside{display:none}.web-payment-summary-sticky{display:block;position:fixed;left:0;right:0;bottom:calc(4rem + env(safe-area-inset-bottom,0px));z-index:30;padding:12px var(--web-inset) 10px;background:var(--odh-color-surface);border-top:1px solid var(--odh-color-outline-variant);box-shadow:0 -8px 28px #0000001a}.web-payment-summary-sticky .web-payment-summary-lines,.web-payment-summary-sticky .web-payment-vat-note{display:none}.web-payment-summary-sticky .web-payment-summary-total{margin-bottom:10px;padding-top:0;border-top:none}.web-payment-summary-sticky .web-payment-summary-cancel{margin-top:6px}.web-payment-page,.web-appointment-payment-stack{padding-bottom:calc(9.5rem + env(safe-area-inset-bottom,0px))}}@media (min-width: 768px){.web-payment-summary-sticky{display:none!important}}.web-cart-item-row{display:flex;gap:var(--web-gap-sm);padding:var(--web-inset);border-radius:var(--odh-radius-card);border:1px solid var(--odh-color-outline-variant);background:var(--odh-color-surface);margin-bottom:var(--web-gap-sm)}.web-cart-item-thumb{width:80px;height:80px;border-radius:var(--odh-radius-md);-o-object-fit:cover;object-fit:cover;background:var(--odh-neutral-90);flex-shrink:0}.web-packages-page{display:flex;flex-direction:column;gap:13px;overflow-y:auto}.web-packages-tabs{display:flex;align-items:center}.web-packages-page-state{display:flex;flex:1;flex-direction:column;align-items:center;justify-content:center;gap:13px;min-height:200px}.web-health-banner{display:flex;flex-direction:column;overflow:hidden;border-radius:16px;border:1px solid #e5e5e5;background:#fff;box-shadow:0 2px 4px #00000014}.web-health-banner-head{padding:12px 13px;background:var(--odh-brand);color:#fff;font-size:14px;font-weight:600;line-height:20px}.web-health-banner-body{display:flex;align-items:center;justify-content:space-between;gap:13px;padding:13px}.web-health-banner-desc{margin:0;flex:1;min-width:0;font-size:14px;line-height:1.3;color:#6b7280}.web-health-banner-body .mc-premium-button-secondary,.web-health-banner-body .web-button.mc-premium-button-secondary{flex-shrink:0;height:36px;min-height:36px;border-radius:12px;padding-inline:12px;background:var(--odh-brand-subtle);border:1px solid #009a49;color:var(--odh-brand);font-size:12px;font-weight:500}.web-packages-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;align-items:start}@media (max-width: 1100px){.web-packages-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 700px){.web-packages-list{grid-template-columns:1fr}.web-health-banner-body{flex-direction:column;align-items:stretch}.web-health-banner-body .mc-premium-button-secondary,.web-health-banner-body .web-button.mc-premium-button-secondary{width:100%}}.web-benefit-card{display:flex;flex-direction:column;overflow:hidden;border-radius:16px;border:1px solid #e5e5e5;background:#fff;box-shadow:0 2px 4px #00000014;min-height:0}.web-benefit-card-head{padding:12px 13px;background:var(--odh-brand)}.web-benefit-card-title{color:#fff;font-size:14px;font-weight:600;line-height:20px}.web-benefit-card-body{display:flex;flex-direction:column;gap:8px;padding:13px}.web-benefit-card-meta{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.web-benefit-card-meta-label{font-size:13px;line-height:20px;color:#404040}.web-benefit-card-meta-value{font-size:15px;font-weight:600;line-height:24px;color:#1a1a1a}.web-benefit-card-sources{display:flex;flex-direction:column;gap:10px;padding-top:10px;border-top:1px solid #f3f4f6}.web-benefit-source{display:flex;flex-direction:column;gap:6px;padding:10px;border-radius:6px;border:1px solid #e5e7eb;background:#f9fafb}.web-benefit-source--clickable{cursor:pointer}.web-benefit-source--clickable:hover{border-color:var(--odh-brand-border)}.web-benefit-source-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.web-benefit-source-copy{display:flex;flex-direction:column;gap:2px;min-width:0}.web-benefit-source-name{font-size:10px!important;font-weight:600!important;line-height:13px!important;color:#1f2937!important}.web-benefit-source-date{font-size:10px!important;line-height:20px!important;color:#6b7280!important}.web-benefit-source-count{flex-shrink:0;font-size:10px;font-weight:600;line-height:13px;color:#374151}.web-benefit-source-bar{width:100%;height:6px;border-radius:9999px;background:#e5e7eb;overflow:hidden}.web-benefit-source-bar-fill{height:100%;border-radius:9999px;background:var(--odh-brand)}.web-packages-banner{display:flex;align-items:center;justify-content:space-between;gap:var(--web-gap);padding:var(--web-inset);border-radius:var(--odh-radius-card);background:linear-gradient(135deg,var(--odh-brand-subtle),var(--odh-color-surface));border:1px solid var(--odh-brand-border)}.web-packages-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:var(--web-gap);flex:1}.web-packages-footer{margin-top:auto;padding-top:var(--web-gap)}.web-appointments-shell{display:flex;flex-direction:column;gap:13px;min-height:min(560px,calc(100vh - 220px))}.web-appointments-page{display:flex;flex-direction:column;gap:13px;flex:1}.web-appointments-banner{display:flex;align-items:center;justify-content:space-between;gap:13px;padding:13px;border-radius:16px;background:var(--odh-brand-subtle);border:1px solid var(--odh-brand-border);box-shadow:0 2px 4px #00000014}.web-appointments-banner-copy{display:flex;align-items:center;gap:8px;min-width:0}.web-appointments-banner-copy .web-text--title{color:var(--odh-tonal-40);font-size:20px;font-weight:600;line-height:28px;letter-spacing:-.2px}.web-booking-hero .web-appointments-banner-copy .web-text--title{font-size:20px;font-weight:600;line-height:28px;letter-spacing:-.2px;color:var(--odh-tonal-40)}.web-booking-hero-sub{margin:0;font-size:13px;line-height:20px;color:#404040}.web-appointments-banner-text{display:flex;flex-direction:column;gap:2px;min-width:0}.web-appointments-banner .web-button.mc-premium-button-primary,.web-appointments-banner .mc-premium-button-primary{height:48px;min-height:48px;border-radius:12px;padding-inline:16px;background:var(--odh-tonal-40);border-color:var(--odh-tonal-40)}.web-booking-hero .web-button.mc-premium-button-secondary,.web-booking-hero .mc-premium-button-secondary,.web-booking-hero .web-button.mc-premium-button-outline,.web-booking-hero .mc-premium-button-outline,.web-appointments-banner .web-button.mc-premium-button-secondary{height:36px;min-height:36px;border-radius:12px;padding-inline:12px;background:#fff;border:1px solid #d4d4d4;color:#2a2a2a}.web-appointments-filter-panel{padding:13px;border-radius:16px;border:1px solid #e5e5e5;background:#fff;box-shadow:0 2px 4px #00000014}.web-appointments-filter-label{display:block;margin-bottom:8px;font-size:13px;font-weight:600;color:#1a1a1a}.web-appointments-list-head{display:flex;align-items:center;gap:10px}.web-appointments-count-badge{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:28px;padding:0 8px;border-radius:var(--odh-radius-pill);background:var(--odh-brand-subtle);color:var(--odh-tonal-40);font:var(--odh-label-sm);font-weight:700}.web-appointments-banner-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:var(--odh-brand);color:#fff;flex-shrink:0}.web-appointments-filter{display:flex;flex-direction:column;gap:var(--web-gap-sm)}.web-appointments-filter-custom{display:grid;grid-template-columns:1fr;gap:var(--web-gap-sm)}@media (min-width: 768px){.web-appointments-filter-custom{grid-template-columns:1fr 1fr auto;align-items:end}}.web-appointments-page-state{display:flex;flex:1;flex-direction:column;align-items:center;justify-content:center;gap:13px;min-height:240px;color:#737373}.web-appointments-list{display:flex;flex-direction:column;gap:var(--web-gap-sm)}.web-appointments-list-title{margin:0;color:var(--odh-neutral-40)}.web-appointments-footer{margin-top:auto;padding-top:var(--web-gap)}@media (max-width: 639px){.web-appointments-banner{flex-direction:column;align-items:stretch}.web-appointments-banner .web-button{width:100%}}.web-package-card{display:flex;flex-direction:column;gap:var(--web-gap-sm);padding:var(--web-inset);border-radius:var(--odh-radius-card);border:1px solid var(--odh-color-outline-variant);background:var(--odh-color-surface);box-shadow:var(--odh-shadow-card);text-align:left;cursor:default;transition:box-shadow .2s,border-color .2s}.web-package-card:hover{border-color:var(--odh-brand);box-shadow:var(--odh-shadow-hover)}.web-cart-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;border-radius:10px;border:1px solid var(--odh-color-outline-variant);background:var(--odh-color-surface);color:var(--odh-color-on-surface);font:var(--odh-label-md);font-weight:600;text-decoration:none;transition:border-color .15s,color .15s,background .15s}.web-cart-btn:hover{border-color:var(--odh-brand);color:var(--odh-brand);background:var(--odh-brand-subtle)}.web-cart-btn-badge{min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:var(--odh-color-error);color:var(--odh-color-on-primary);font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center}.web-grid-form{display:grid;grid-template-columns:repeat(2,1fr);gap:20px 24px}.web-water-page-state{display:flex;flex:1;min-height:min(420px,calc(100vh - 220px));width:100%;flex-direction:column;align-items:center;justify-content:center;gap:var(--web-gap-sm);padding:var(--web-inset)}.web-water-panel-empty{display:flex;min-height:160px;width:100%;align-items:center;justify-content:center;padding:var(--web-inset)}.web-water-panel-empty .mc-premium-empty-wrapper{background:transparent;min-height:0;padding:0}.web-water-summary{padding:var(--web-inset);border-radius:var(--odh-radius-lg);border:1px solid var(--odh-brand-border);background:linear-gradient(135deg,var(--odh-brand-subtle),var(--odh-color-surface));margin-bottom:var(--web-gap)}.web-water-summary-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--web-gap-sm);margin-bottom:var(--web-gap-sm)}@media (max-width: 640px){.web-water-summary-stats{grid-template-columns:1fr}}.web-water-stat{padding:var(--web-gap-sm) var(--web-inset);border-radius:var(--odh-radius-md);border:1px solid var(--odh-color-outline-variant);background:var(--odh-color-surface)}.web-water-stat-label{display:block;margin-bottom:4px;font:var(--odh-label-sm);color:var(--odh-neutral-50)}.web-water-stat-value{font:var(--odh-title-md);font-weight:700;color:var(--odh-color-on-surface);line-height:1.2;font-variant-numeric:tabular-nums}.web-water-stat-value--brand{color:var(--odh-brand)}.web-water-summary-progress{display:flex;flex-direction:column;gap:6px}.web-water-summary-meta{display:flex;align-items:center;justify-content:space-between;gap:var(--web-gap-sm);flex-wrap:wrap}.web-water-progress-track{height:8px;border-radius:999px;background:var(--odh-tonal-95);overflow:hidden}.web-water-progress-fill{display:block;height:100%;border-radius:inherit;background:var(--odh-brand);transition:width .35s ease}.web-water-add-actions{display:flex;flex-direction:column;gap:var(--web-gap)}.web-water-chips{margin:0}.web-water-chip{width:100%;padding:10px 12px;border-radius:var(--odh-radius-md);border:1px solid var(--odh-color-outline-variant);background:var(--odh-neutral-95);font:var(--odh-label-sm);font-weight:600;color:var(--odh-color-on-surface-variant);cursor:pointer;transition:border-color .15s,background .15s,color .15s}.web-water-chip:hover{border-color:var(--odh-brand-border);background:var(--odh-brand-subtle);color:var(--odh-tonal-40)}.web-water-chip--active{border-color:var(--odh-brand);background:var(--odh-brand-subtle);color:var(--odh-brand)}.web-water-log-groups{display:flex;flex-direction:column;gap:var(--web-gap)}.web-water-log-group-head{display:flex;align-items:center;justify-content:space-between;gap:var(--web-gap-sm);margin-bottom:var(--web-gap-sm);padding:0 2px}.web-water-log-group-date{font:var(--odh-label-md);font-weight:700;color:var(--odh-color-on-surface)}.web-water-log-group-total{font:var(--odh-label-sm);font-weight:600;color:var(--odh-brand);padding:4px 10px;border-radius:999px;background:var(--odh-brand-subtle)}.web-water-log-table{border:1px solid var(--odh-color-outline-variant);border-radius:var(--odh-radius-md);overflow:hidden;background:var(--odh-color-surface)}.web-water-log-table-head,.web-water-log-row{display:grid;grid-template-columns:minmax(0,1fr) 96px;align-items:center;gap:var(--web-gap-sm);padding:10px var(--web-inset)}.web-water-log-table-head{font:var(--odh-label-sm);font-weight:600;color:var(--odh-neutral-50);background:var(--odh-neutral-95);border-bottom:1px solid var(--odh-color-outline-variant)}.web-water-log-table-head span:last-child,.web-water-log-amount{text-align:right}.web-water-log-row+.web-water-log-row{border-top:1px solid var(--odh-color-outline-variant)}.web-water-log-time{font:var(--odh-body-sm);color:var(--odh-color-on-surface-variant);font-variant-numeric:tabular-nums}.web-water-log-amount{font:var(--odh-label-md);font-weight:700;color:var(--odh-color-on-surface);font-variant-numeric:tabular-nums}.web-grid-form-span-2{grid-column:1 / -1}@media (max-width: 767px){.web-grid-form{grid-template-columns:1fr}}.web-track-layout{display:grid;grid-template-columns:1.2fr 1fr;gap:var(--web-gap);align-items:start}@media (max-width: 1023px){.web-track-layout{grid-template-columns:1fr}}.web-mood-summary{display:flex;flex-direction:column;gap:4px;margin-bottom:var(--web-gap);padding:var(--web-inset);border-radius:var(--odh-radius-md);background:linear-gradient(135deg,var(--odh-brand-subtle),var(--odh-color-surface))}.web-mood-list{display:flex;flex-direction:column;gap:10px;overflow:visible}.web-mood-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:12px;padding:var(--web-inset);border-radius:var(--odh-radius-md);border:1px solid var(--odh-color-outline-variant);background:var(--odh-color-surface);min-width:0}.web-mood-emoji{font-size:28px;line-height:1}.web-mood-row-body{display:flex;flex-direction:column;gap:4px;min-width:0}.web-mood-row-score{white-space:nowrap}.web-nutrition-plans-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:var(--web-gap)}.web-nutrition-plan-card{display:flex;flex-direction:column;gap:var(--web-gap);padding:var(--web-inset-lg);border:1px solid var(--odh-color-outline-variant);border-radius:var(--odh-radius-card);background:var(--odh-color-surface);box-shadow:var(--odh-shadow-card);transition:border-color .2s,box-shadow .2s}.web-nutrition-plan-card:hover{border-color:var(--odh-brand);box-shadow:var(--odh-shadow-hover)}.web-nutrition-plan-card-title{margin:0;font:var(--odh-label-md);font-weight:700}.web-nutrition-plan-card-date{margin:4px 0 0;display:flex;align-items:center;gap:4px;font:var(--odh-label-sm);color:var(--odh-neutral-50)}.web-nutrition-plan-card-actions{display:flex;gap:var(--web-gap-sm)}.odh-nutrition-weight-cta{margin-top:16px;padding:0 0 calc(12px + env(safe-area-inset-bottom,0px))}.web-nutrition-plan-card-head{display:flex;gap:var(--web-gap-sm);align-items:flex-start}.web-nutrition-active-layout{display:flex;flex-direction:column;gap:12px}.web-nutrition-plan-name{margin:0;text-align:center;font-size:.9375rem;font-weight:600;color:var(--odh-color-on-surface)}.web-nutrition-ops-card{padding:16px;border-radius:8px;background:color-mix(in srgb,var(--odh-brand) 16%,#e8f6ee)}.web-nutrition-ops-title{margin:0 0 12px;text-align:center;font-size:1rem;font-weight:700;color:var(--odh-brand)}.web-nutrition-ops-actions{display:grid;grid-template-columns:1fr;gap:8px}.web-nutrition-ops-actions:has(>:nth-child(2)){grid-template-columns:1fr 1fr}.web-nutrition-ops-actions .mc-premium-button{background:var(--odh-color-surface)!important}.web-nutrition-readonly-banner{padding:10px var(--web-inset);border-radius:var(--odh-radius-md);background:var(--odh-tonal-95);color:var(--odh-neutral-40);font:var(--odh-label-sm)}.web-nutrition-day-strip-card,.web-nutrition-counters-card,.web-nutrition-meal-strip,.web-nutrition-meal-card{border-radius:12px;background:var(--odh-color-surface);box-shadow:var(--odh-shadow-card)}.web-nutrition-day-strip{display:flex;gap:8px;overflow-x:auto;padding:10px}.web-nutrition-day-chip{flex:0 0 50px;width:50px;height:75px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:0;padding:4px;border:0;border-radius:8px;background:var(--odh-neutral-90, #e8eaed);cursor:pointer;color:var(--odh-color-on-surface)}.web-nutrition-day-chip--active{background:var(--odh-brand);color:var(--odh-color-on-primary, #fff)}.web-nutrition-day-num,.web-nutrition-day-month{font-size:.75rem;font-weight:650;line-height:1.2}.web-nutrition-day-dot{width:30px;height:30px;margin-top:auto;border-radius:999px;background:var(--odh-color-surface);color:var(--odh-color-on-surface);display:flex;align-items:center;justify-content:center;font-size:.8125rem;font-weight:700}.web-nutrition-counters{display:flex;gap:8px;overflow-x:auto;padding:10px}.web-nutrition-counter-item{flex:0 0 auto;display:flex;flex-direction:column;gap:4px;min-width:88px;padding:10px 12px;border-radius:8px;border:1px solid var(--odh-color-outline-variant);font:var(--odh-label-sm)}.web-nutrition-counter-item--success{border-color:var(--odh-brand);background:color-mix(in srgb,var(--odh-brand) 9%,transparent)}.web-nutrition-counter-item--danger{border-color:var(--odh-color-error, #d92d20);background:color-mix(in srgb,var(--odh-color-error, #d92d20) 9%,transparent)}.web-nutrition-meal-strip{display:flex;gap:8px;overflow-x:auto;padding:10px}.web-nutrition-meal-chip{flex:0 0 auto;padding:10px 16px;border-radius:4px;border:1px solid var(--odh-color-outline-variant);background:transparent;font-size:.8125rem;font-weight:500;color:var(--odh-color-on-surface);cursor:pointer;white-space:nowrap}.web-nutrition-meal-chip--active{border-color:transparent;background:var(--odh-brand);color:var(--odh-color-on-primary, #fff);font-weight:650}.web-nutrition-meal-header{padding:14px 16px;font-size:.9375rem;font-weight:650;border-bottom:1px solid var(--odh-color-outline-variant)}.web-nutrition-meal-body{padding:12px 16px 16px;display:flex;flex-direction:column;gap:12px}.web-nutrition-meal-note{margin:0 0 4px;font-size:.8125rem;color:var(--odh-color-on-surface-variant)}.web-nutrition-food-wrap{display:flex;flex-direction:column;gap:0}.web-nutrition-food-wrap--swipe{overflow:hidden}.web-nutrition-food-wrap--swipe .web-nutrition-food-swipe-track{display:flex;flex-direction:row;align-items:stretch;transition:transform .18s ease-out;will-change:transform}.web-nutrition-food-wrap--dragging .web-nutrition-food-swipe-track{transition:none}.web-nutrition-food-wrap--swipe .web-nutrition-food-row{flex:0 0 100%;width:100%;box-sizing:border-box;border-radius:4px}.web-nutrition-food-wrap--swipe .web-nutrition-food-actions{flex:0 0 80%;width:80%;margin-top:0;border-radius:0}.web-nutrition-food-row{display:flex;align-items:center;gap:12px;padding:16px;border:1px solid var(--odh-brand);border-radius:4px;background:var(--odh-color-surface)}.web-nutrition-food-row--consumed{border-color:var(--odh-brand)}.web-nutrition-food-row--muted{opacity:.55}.web-nutrition-meal-icon{width:40px;height:40px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;border-radius:4px;background:var(--odh-brand);color:var(--odh-color-on-primary, #fff)}.web-nutrition-food-body{flex:1;min-width:0}.web-nutrition-food-name{margin:0;font-size:.9375rem;font-weight:650;color:var(--odh-color-on-surface)}.web-nutrition-food-portion{margin:4px 0 0;font-size:.8125rem;color:var(--odh-color-on-surface-variant)}.web-nutrition-food-wrap:has(.web-nutrition-food-actions) .web-nutrition-food-row{border-bottom-left-radius:0;border-bottom-right-radius:0}.web-nutrition-food-wrap--swipe:has(.web-nutrition-food-actions) .web-nutrition-food-row{border-radius:4px}.web-nutrition-food-actions{display:grid;grid-template-columns:1fr 1fr;gap:0;overflow:hidden;border-radius:0 0 4px 4px;margin-top:-4px}.web-nutrition-food-actions:has(>:only-child){grid-template-columns:1fr}.web-nutrition-slide-action{min-height:52px;border:0;padding:8px 10px;font-size:.875rem;font-weight:650;color:#fff;cursor:pointer}.web-nutrition-slide-action--ate{background:var(--odh-brand)}.web-nutrition-slide-action--alt{background:#000000b3}.web-nutrition-slide-action--remove{background:var(--odh-color-error, #d92d20)}.web-nutrition-alt-list{display:flex;flex-direction:column;gap:16px}.web-nutrition-alt-row{display:flex;align-items:center;gap:8px;width:100%;padding:0;border:0;background:transparent;cursor:pointer;text-align:left}.web-nutrition-alt-row-name{font-size:.875rem;font-weight:650;color:var(--odh-color-on-surface)}.web-nutrition-food-group{display:flex;flex-direction:column;gap:8px;padding:8px;border-radius:8px;background:var(--odh-color-surface, #fff)}.web-nutrition-or-divider{margin:0;text-align:center;font-size:.8125rem;color:var(--odh-color-outline, #8c8c8c)}.web-nutrition-catalog-portion{margin:-4px 0 8px;font-size:.8125rem;color:var(--odh-neutral-50, #737373)}.odh-mobile-plan-card-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:0 16px 16px}.odh-mobile-plan-card-date{display:flex;align-items:center;gap:4px;font-size:13px;color:var(--odh-neutral-50);margin-top:4px}.web-prescriptions-page{display:flex;flex-direction:column;gap:var(--web-gap)}.web-prescription-filter{display:flex;flex-direction:column;gap:var(--web-gap-sm)}.web-prescription-filter-custom{display:grid;grid-template-columns:1fr;gap:var(--web-gap-sm)}@media (min-width: 768px){.web-prescription-filter-custom{grid-template-columns:1fr 1fr auto;align-items:end}}.web-prescriptions-page-state{display:flex;flex:1;align-items:center;justify-content:center;min-height:200px}.web-prescriptions-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--web-gap-sm)}@media (max-width: 1023px){.web-prescriptions-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 639px){.web-prescriptions-list{grid-template-columns:1fr}}.web-prescription-detail{display:flex;flex-direction:column;gap:var(--web-gap)}.web-prescription-detail-section{display:flex;flex-direction:column;gap:var(--web-gap-sm)}.web-prescription-detail-title,.web-prescription-supplement-info{margin:0}.web-prescription-medicine-card{display:flex;flex-direction:column;gap:var(--web-gap-sm);padding:var(--web-inset);border-radius:var(--odh-radius-card);border:1px solid var(--odh-color-outline-variant);background:var(--odh-color-surface);box-shadow:var(--odh-shadow-card)}.web-prescription-medicine-head{display:flex;align-items:center;gap:var(--web-gap-sm)}.web-prescription-medicine-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--odh-radius-md);background:var(--odh-brand);color:var(--odh-color-on-primary)}.web-prescription-medicine-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--web-gap-sm);padding-top:var(--web-gap-xs);border-top:1px solid var(--odh-color-outline-variant)}.web-prescription-back-link{margin-top:var(--web-gap);border:none;background:none;color:var(--odh-brand);font:var(--odh-label-md);font-weight:600;cursor:pointer;padding:0}.web-package-benefit-card{border:1px solid var(--odh-color-outline-variant);border-radius:var(--odh-radius-card);background:var(--odh-color-surface);box-shadow:var(--odh-shadow-card);overflow:hidden;margin-bottom:var(--web-gap-sm);transition:border-color .2s,box-shadow .2s;text-align:left}.web-package-benefit-card:hover{border-color:var(--odh-brand);box-shadow:var(--odh-shadow-hover)}.web-package-benefit-header{display:flex;justify-content:space-between;align-items:center;padding:var(--web-inset);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.web-package-benefit-sources{border-top:1px solid var(--odh-color-outline-variant);padding:var(--web-inset);background:var(--odh-neutral-95);display:flex;flex-direction:column;gap:var(--web-gap)}.web-package-source-item{background:var(--odh-color-surface);border:1px solid var(--odh-color-outline-variant);border-radius:var(--odh-radius-md);padding:var(--web-inset-sm);cursor:pointer;transition:border-color .15s,transform .15s}.web-package-source-item:hover{border-color:var(--odh-brand);transform:translateY(-1px)}.odh-app-shell-page:has(.web-urgent-call-page){overflow:hidden}.web-urgent-call-page{position:relative;flex:1 1 auto;align-self:stretch;min-height:0;width:100%;overflow:hidden;display:flex;flex-direction:column;background:#111}@media (max-width: 767px){:root:not([data-app-variant=insurance]) .web-urgent-call-page{min-height:calc(100dvh - 4.5rem - env(safe-area-inset-bottom,0px))}}@media (min-width: 768px){:root:not([data-app-variant=insurance]) .web-urgent-call-page{min-height:calc(100dvh - 4rem)}}:root[data-app-variant=insurance] .web-urgent-call-page{min-height:calc(100dvh - 56px - env(safe-area-inset-bottom,0px))}:root[data-app-variant=insurance] .odh-app-shell-page:has(.web-urgent-call-page){padding-bottom:0}.web-urgent-call-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:45% 22%;object-position:45% 22%;pointer-events:none}.web-urgent-call-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(180deg,transparent 38%,rgba(0,0,0,.42) 100%),color-mix(in srgb,var(--odh-brand, var(--odh-brand)) 55%,transparent);pointer-events:none}.web-urgent-call-content{position:relative;z-index:2;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding:28px var(--web-inset) 32px}.web-urgent-call-logo{width:min(220px,70vw);height:auto;margin-top:8px}.web-urgent-call-footer{width:min(100%,560px);display:flex;flex-direction:column;align-items:center;gap:32px;text-align:center}.web-urgent-call-title{margin:0;font-size:40px;font-weight:600;line-height:1.2;color:#fff}.web-urgent-call-desc{margin:0;font-size:16px;line-height:24px;color:#fff}.web-urgent-call-cta{display:inline-flex;align-items:center;justify-content:center;gap:10px;width:100%;margin-top:12px;padding:16px 24px;border:none;border-radius:999px;background:#fff;color:var(--odh-brand);font-size:15px;font-weight:600;line-height:24px;cursor:pointer;box-shadow:0 2px 4px #00000014;transition:transform .15s ease,box-shadow .15s ease}.web-urgent-call-cta:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0000001f}.web-urgent-call-modal-desc{margin:0 0 12px;font:var(--odh-body-md);color:var(--odh-color-on-surface-variant)}.web-relatives-tabs{margin-bottom:16px}.web-relatives-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:1189px;margin:25px auto 0;padding:51px 13px;text-align:center;background:#fff;border:1px solid #f3f4f6;border-radius:19px;box-shadow:0 1px 2px #0000000d}.web-relatives-empty-icon{display:flex;align-items:center;justify-content:center;width:51px;height:51px;margin-bottom:13px;border-radius:13px;background:var(--odh-brand-subtle);color:var(--odh-tonal-40)}.web-relatives-empty-title{margin:0 0 6px;font-size:14px;font-weight:700;line-height:22px;color:#111827}.web-relatives-empty-desc{margin:0 0 19px;max-width:420px;font-size:11px;line-height:18px;color:#6b7280}.web-relatives-empty-cta,.web-relatives-empty .web-button.mc-premium-button-primary,.web-relatives-empty .mc-premium-button-primary{display:inline-flex!important;height:48px;min-height:48px;min-width:245px;border-radius:12px;background:var(--odh-tonal-40);border-color:var(--odh-tonal-40)}.web-relatives-page{display:flex;flex-direction:column;gap:13px}.web-insurance-profile{display:flex;flex-direction:column;gap:12px;width:100%;max-width:560px}.web-profile-hub{display:flex;flex-direction:column;gap:var(--web-gap);width:100%}.web-profile-hub-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--web-gap)}@media (min-width: 1100px){.web-profile-hub-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.web-insurance-profile-user{position:relative;display:flex;align-items:center;gap:14px;padding:16px;border-radius:12px;background:var(--odh-color-surface)}.web-insurance-profile-user-avatar{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:999px;background:var(--odh-brand, #1e3a5f);color:#fff;flex-shrink:0}.web-insurance-profile-user-name{font:var(--odh-title-md);font-weight:600;color:var(--odh-color-on-surface)}.web-insurance-profile-card{display:flex;flex-direction:column;overflow:hidden;border-radius:12px;background:var(--odh-color-surface)}.web-insurance-profile-list{display:flex;flex-direction:column;gap:8px}.web-insurance-profile-row,.web-insurance-profile-language{display:flex;align-items:center;gap:12px;width:100%;padding:16px;border:1px solid var(--odh-color-outline-variant);border-radius:12px;background:var(--odh-color-surface);color:var(--odh-color-on-surface);text-align:left}.web-insurance-profile-card .web-insurance-profile-row{border:none;border-radius:0;border-bottom:1px solid var(--odh-color-outline-variant);background:transparent}.web-insurance-profile-card .web-insurance-profile-row:last-child{border-bottom:none}.web-insurance-profile-row{cursor:pointer}.web-insurance-profile-row-icon{display:inline-flex;color:var(--odh-brand)}.web-insurance-profile-row-label{flex:1;font:var(--odh-body-md);font-weight:500}.web-insurance-profile-row--lang{cursor:default;padding-right:12px}.web-insurance-profile-lang-select{flex:1;min-width:0;width:100%!important}.web-insurance-profile-lang-select .mc-premium-select-trigger-inline{width:100%;min-height:24px;padding:0;font:var(--odh-body-md);font-weight:500;color:var(--odh-color-on-surface)}.web-insurance-profile-language-copy{flex:1;display:flex;flex-direction:column;gap:8px}.web-insurance-profile-dev{display:flex;align-items:center;justify-content:space-between;width:100%;padding:16px;border:none;border-radius:12px;background:var(--odh-brand);color:var(--odh-color-on-primary, #fff);font:var(--odh-label-md);font-weight:700;cursor:pointer}.web-insurance-profile-section{margin:4px 0 0;padding:0 4px;font:var(--odh-label-md);font-weight:600;color:var(--odh-color-on-surface-variant)}.web-insurance-profile-version{margin:8px 0 0;text-align:center;font:var(--odh-label-sm);color:var(--odh-color-on-surface-variant)}.web-insurance-profile-scopes,.web-insurance-profile-scopes-empty,.web-insurance-profile-scopes-state{margin:0;padding:8px 0}.web-insurance-profile-scopes{display:flex;flex-direction:column;gap:10px;list-style:none}.web-insurance-profile-scopes li{display:flex;align-items:center;gap:8px}.web-relatives-toolbar{display:flex;justify-content:flex-end;align-items:center}@media (max-width: 767px){.web-relatives-toolbar{display:none}}.web-symptom-checker{display:flex;flex-direction:column;gap:13px}.web-symptom-intro{margin:0 0 16px;font-size:14px;line-height:20px;color:#404040}.web-symptom-home-grid{display:flex;flex-direction:column;gap:20px}.web-symptom-field{display:flex;flex-direction:column;gap:10px}.web-symptom-field-label{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#1a1a1a}.web-symptom-gender-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.web-symptom-gender-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;min-height:108px;padding:16px 12px;border-radius:16px;border:1px solid #e5e5e5;background:#fff;color:#404040;cursor:pointer;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease,color .15s ease}.web-symptom-gender-card:hover{border-color:var(--odh-brand-border);box-shadow:0 2px 4px #0000000f}.web-symptom-gender-card--active{border-color:#009a49;background:var(--odh-brand-subtle);color:var(--odh-tonal-40);box-shadow:0 2px 4px color-mix(in srgb,var(--odh-brand) 12%,transparent)}.web-symptom-gender-card-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:#f5f5f5;color:#666}.web-symptom-gender-card--active .web-symptom-gender-card-icon{background:var(--odh-brand);color:#fff}.web-symptom-gender-card-label{font-size:14px;font-weight:600;line-height:20px;text-align:center}.web-symptom-home-actions{margin-top:20px}.web-symptom-result-list{display:flex;flex-direction:column;gap:10px}.web-symptom-result-card{display:flex;align-items:flex-start;gap:12px;padding:13px;border-radius:16px;border:1px solid #e5e5e5;background:#fff;box-shadow:0 2px 4px #0000000f}.web-symptom-result-rank{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;background:var(--odh-brand-subtle);color:var(--odh-tonal-40);font-size:14px;font-weight:700;flex-shrink:0;margin-top:2px}.web-symptom-result-copy{min-width:0}.web-symptom-result-name{margin:0;font-size:15px;font-weight:600;line-height:22px;color:#1a1a1a}.web-symptom-result-meta{margin:2px 0 0;font-size:13px;line-height:18px;color:var(--odh-tonal-40)}.web-symptom-result-action-hint{margin:4px 0 0;font-size:12px;line-height:16px;color:#666}.web-symptom-result-card--clickable{width:100%;text-align:left;cursor:pointer;font:inherit;color:inherit}.web-symptom-result-card--clickable:hover{border-color:var(--odh-tonal-40);box-shadow:0 2px 8px #0076361f}.web-symptom-result-specialisation-btn{display:inline;padding:0;border:0;background:transparent;color:var(--odh-tonal-40);font:inherit;font-weight:600;text-align:left;cursor:pointer;text-decoration:underline}.web-appointment-relative-picker-list{display:flex;flex-direction:column;gap:10px}.web-appointment-relative-picker-loading{display:flex;justify-content:center;padding:24px 0}.web-appointment-relative-picker-overlay{z-index:5000}.web-appointment-relative-picker-modal .mc-premium-modal-title{font-size:18px;line-height:24px}.web-symptom-body-map{display:flex;justify-content:center;width:100%;margin:8px 0 4px}.web-symptom-body-svg{width:min(100%,320px);height:auto;max-height:520px;overflow:visible}.web-symptom-body-part{fill:transparent;stroke:#9ca3af;stroke-width:10;cursor:pointer;transition:fill .15s ease,stroke .15s ease;stroke-linejoin:round;stroke-linecap:round}.web-symptom-body-part:hover{fill:#0076362e;stroke:var(--odh-tonal-40)}.web-symptom-body-part--selected{fill:#0076368c;stroke:var(--odh-tonal-40)}.web-symptom-body-part--disabled{cursor:default;opacity:.35;pointer-events:none}.web-symptom-result-icd{font-weight:500;color:#666}.web-symptom-result-expand{margin-top:8px}.web-symptom-result-expand-btn{display:inline-flex;align-items:center;gap:6px;padding:0;border:0;background:transparent;color:var(--odh-tonal-40);font-size:13px;font-weight:600;line-height:18px;cursor:pointer}.web-symptom-result-expand-btn svg{transition:transform .15s ease}.web-symptom-result-chevron--open{transform:rotate(180deg)}.web-symptom-result-specialisations{margin:8px 0 0;padding-left:18px;color:#4d4d4d;font-size:13px;line-height:20px}.web-symptom-flow-hint{margin:0}@media (max-width: 639px){.web-symptom-gender-card{min-height:96px}}.web-agreements-list{display:flex;flex-direction:column;border:1px solid var(--odh-color-outline-variant);border-radius:var(--odh-radius-card);background:var(--odh-color-surface);overflow:hidden}.web-agreements-item{display:flex;align-items:flex-start;gap:12px;padding:16px var(--web-inset)}.web-agreements-item+.web-agreements-item{border-top:1px solid var(--odh-color-outline-variant)}.web-agreements-item-copy{display:flex;flex:1;min-width:0;flex-direction:column;gap:6px}.web-agreements-item-title{display:inline-flex;align-items:center;gap:6px;font:var(--odh-body-md);font-weight:500;color:var(--odh-color-on-surface);text-decoration:underline;text-underline-offset:2px}.web-agreements-item-title:hover{color:var(--odh-brand)}.web-agreements-item-desc{margin:0;font:var(--odh-body-sm);color:var(--odh-color-on-surface-variant)}.web-agreements-item-date{font:var(--odh-body-sm);color:var(--odh-neutral-50)}.web-app-download-promo{display:flex;align-items:flex-start;gap:16px}.web-app-download-promo--banner{flex-direction:column;align-items:center;text-align:center;padding:clamp(28px,5vw,40px);border-radius:var(--odh-radius-card);background:linear-gradient(135deg,var(--odh-brand-gradient-start),var(--odh-brand-gradient-end));color:var(--odh-color-on-primary);box-shadow:var(--odh-shadow-card)}.web-app-download-promo--card{flex-direction:column;align-items:center;text-align:center;gap:27px;padding:13px;border-radius:16px;border:1px solid var(--odh-brand-border);background:var(--odh-brand-subtle)}.web-app-download-promo--inline{flex-direction:column;align-items:center;text-align:center}.web-app-download-promo-icon{width:78px;height:78px;border-radius:20px;display:flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--odh-color-surface) 22%,transparent);color:inherit;flex-shrink:0}.web-app-download-promo--card .web-app-download-promo-icon,.web-app-download-promo--inline .web-app-download-promo-icon{background:transparent;color:var(--odh-tonal-40)}.web-app-download-promo-body{display:flex;flex-direction:column;align-items:inherit;gap:10px;width:100%}.web-app-download-promo-title{margin:0;font:var(--odh-headline-sm);font-weight:600}.web-app-download-promo--card .web-app-download-promo-title{color:var(--odh-tonal-40);font-size:20px;line-height:1.2}.web-app-download-promo-desc{margin:0;font:var(--odh-body-md);line-height:1.6;max-width:52ch}.web-app-download-promo--banner .web-app-download-promo-desc{color:color-mix(in srgb,var(--odh-color-on-primary) 88%,transparent)}.web-app-download-promo--card .web-app-download-promo-desc,.web-app-download-promo--inline .web-app-download-promo-desc{color:var(--odh-color-on-surface-variant)}.web-app-download-promo-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;width:100%;margin-top:4px}.web-app-download-modal{display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center}.web-app-download-modal-icon{width:64px;height:64px;border-radius:20px;display:flex;align-items:center;justify-content:center;background:var(--odh-brand-subtle);color:var(--odh-brand)}.web-app-download-modal-desc{margin:0;font:var(--odh-body-md);color:var(--odh-color-on-surface-variant);line-height:1.6}.web-app-download-modal-actions{display:flex;flex-wrap:wrap;gap:10px;width:100%;justify-content:center}.web-app-download-store-btn{min-width:140px}.web-search-discover{display:flex;flex-direction:column;gap:12px;width:100%}.web-search-discover--mobile{padding:16px 16px 24px}.web-search-discover--web{max-width:720px}.web-search-discover-field .premium-input-gray{border-radius:var(--odh-radius-md)}.web-search-discover-field-icon{display:inline-flex;color:var(--odh-neutral-50)}.web-search-discover-chips{display:flex;flex-wrap:wrap;gap:8px}.web-search-discover-chip{padding:8px 14px;border-radius:999px;border:1px solid var(--odh-color-outline-variant);background:var(--odh-color-surface);color:var(--odh-color-on-surface-variant);font-size:.8125rem;font-weight:600;cursor:pointer}.web-search-discover-chip--active{background:var(--odh-brand);color:var(--odh-color-on-primary);border-color:var(--odh-brand)}.web-search-discover-section-title{margin:8px 0 0;font-size:1rem;font-weight:700;color:var(--odh-color-on-surface)}.web-search-discover-result-chip-wrap{display:flex;flex-direction:column;gap:8px}.web-search-discover-result-chip{display:inline-flex;align-items:center;gap:6px;align-self:flex-start;padding:6px 10px;border-radius:999px;border:1px solid var(--odh-neutral-90);background:var(--odh-neutral-95);color:var(--odh-brand);font-size:.875rem;cursor:pointer}.web-search-discover-loading{display:flex;justify-content:center;padding:24px 0}.web-search-discover-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.web-search-discover-card{display:flex;align-items:center;gap:12px;width:100%;padding:14px;border:1px solid var(--odh-color-outline-variant);border-radius:var(--odh-radius-lg);background:var(--odh-color-surface);box-shadow:var(--odh-shadow-card);text-align:left;cursor:pointer;color:var(--odh-color-on-surface)}.web-search-discover-card:active{border-color:var(--odh-brand-border)}.web-search-discover-card-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:44px;height:44px;border-radius:12px;background:var(--odh-brand-subtle);color:var(--odh-brand)}.web-search-discover-card-icon--youtube{background:#ffe5e5;color:red}.web-search-discover-card-icon--spotify{background:#e8f8ef;color:#1db954}.web-search-discover-card-icon--psychology{background:var(--odh-brand-subtle);color:var(--odh-brand)}.web-search-discover-card-body{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1}.web-search-discover-card-type{font-size:.75rem;font-weight:600;color:var(--odh-color-on-surface-variant)}.web-search-discover-card-title{font-size:.9375rem;line-height:1.35;font-weight:600;color:var(--odh-color-on-surface)}.web-search-discover-highlight{background:transparent;color:var(--odh-brand);font-weight:600}.web-relative-guest-hint{margin:8px 0 0;font-size:.8125rem;color:var(--odh-neutral-50);line-height:1.35}.my-files-upload-modal.mc-premium-modal-dialog{max-height:min(92vh,720px)}.my-files-upload-modal .mc-premium-modal-body{flex:1;min-height:0;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.my-files-upload-modal__content{display:flex;flex-direction:column;gap:var(--web-gap-md);padding-top:var(--web-gap-xs)}.my-files-share-section{display:flex;flex-direction:column;gap:8px}.my-files-share-picker{display:flex;flex-direction:column;gap:2px;min-height:160px;max-height:min(320px,42vh);overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;border:1px solid var(--odh-color-outline-variant);border-radius:var(--odh-radius-lg);padding:6px;background:var(--odh-neutral-98);scrollbar-width:thin}.my-files-share-picker__empty{display:block;padding:12px;font-size:.75rem;color:var(--odh-neutral-50);text-align:center}.my-files-share-picker__meta{display:block;padding:0 4px;font-size:.75rem;font-weight:500;color:var(--odh-brand)}.my-files-share-picker__check-placeholder{display:inline-block;width:16px;height:16px;flex-shrink:0}.my-files-share-picker .web-list-row{border-radius:var(--odh-radius-md)}.odh-dev-shell{display:flex;flex-direction:column;gap:16px;min-height:0}.odh-dev-shell-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.odh-dev-shell-title{margin:0;font:var(--odh-title-md);color:var(--odh-color-on-surface)}.odh-dev-shell-actions{display:flex;align-items:center;gap:8px}.odh-dev-shell-body{display:flex;flex-direction:column;gap:16px;min-height:0;flex:1}.odh-dev-link-list{display:flex;flex-direction:column;gap:10px}.odh-dev-link-card{display:grid;grid-template-columns:40px 1fr auto;align-items:center;gap:12px;width:100%;padding:14px;border:1px solid var(--odh-color-outline-variant);border-radius:var(--odh-radius-md);background:var(--odh-color-surface);text-align:left;cursor:pointer}.odh-dev-link-card-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--odh-radius-full);background:var(--odh-brand-subtle);color:var(--odh-brand)}.odh-dev-link-card-copy{display:flex;flex-direction:column;gap:2px;min-width:0}.odh-dev-link-card-title{font:var(--odh-label-md);font-weight:600;color:var(--odh-color-on-surface)}.odh-dev-link-card-desc{font:var(--odh-body-sm);color:var(--odh-neutral-50)}.odh-dev-link-card-chevron{color:var(--odh-neutral-50)}.odh-dev-input-row{display:flex;align-items:stretch;gap:8px}.odh-dev-input-row .web-input-wrap,.odh-dev-input-row .mc-premium-input{flex:1}.odh-dev-env-hint{margin:0}.odh-dev-env-quick{display:flex;gap:8px}.odh-dev-env-toolbar{display:flex;justify-content:flex-end;margin-bottom:-4px}.odh-dev-preset-list{display:flex;flex-direction:column;gap:8px;max-height:min(70vh,520px);overflow:auto}.odh-dev-preset-group{display:flex;flex-direction:column;gap:8px}.odh-dev-preset-group-title{margin:8px 0 0;font:var(--odh-label-sm);font-weight:700;color:var(--odh-neutral-50);text-transform:uppercase;letter-spacing:.06em}.odh-dev-preset-item{display:flex;flex-direction:column;gap:4px;width:100%;padding:12px;border:1px solid var(--odh-color-outline-variant);border-radius:var(--odh-radius-md);background:var(--odh-color-surface);text-align:left;cursor:pointer}.odh-dev-preset-item-title{font:var(--odh-label-md);font-weight:600;color:var(--odh-color-on-surface)}.odh-dev-preset-item-sub{color:var(--odh-brand)}.odh-dev-preset-item-url{font:var(--odh-body-sm);color:var(--odh-neutral-50);word-break:break-all}.odh-dev-profile-entry{margin-top:8px}.odh-dev-env-badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;border:none;background:#f5b301;color:#111;font:var(--odh-label-sm);font-weight:700;cursor:pointer}@media (min-width: 768px){.odh-dev-shell{max-width:720px;margin:0 auto}.odh-dev-webview-shell{padding:8px 0 24px}.odh-dev-webview-device-screen{min-height:560px;height:min(78vh,720px)}}.odh-dev-webview-shell{display:flex;justify-content:center;width:100%;min-height:0}.odh-dev-webview-card{width:100%;max-width:430px;display:flex;flex-direction:column;border-radius:var(--odh-radius-card);border:1px solid var(--odh-color-outline-variant);background:var(--odh-color-surface);box-shadow:var(--odh-shadow-card);overflow:hidden}.odh-dev-webview-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:16px 16px 0}.odh-dev-webview-card-title{margin:0;font:var(--odh-title-md);color:var(--odh-color-on-surface)}.odh-dev-webview-card-actions{display:flex;align-items:center;flex-shrink:0}.odh-dev-webview-card-body{display:flex;flex-direction:column;gap:16px;padding:16px;min-width:0}.odh-dev-webview-layout{display:flex;flex-direction:column;gap:16px}.odh-dev-webview-section{display:flex;flex-direction:column;gap:8px;min-width:0}.odh-dev-webview-section--footer{padding-top:12px;border-top:1px solid var(--odh-color-outline-variant)}.odh-dev-webview-brand-list{display:flex;flex-direction:column;border:1px solid var(--odh-color-outline-variant);border-radius:var(--odh-radius-md);overflow:hidden;background:var(--odh-color-surface)}.odh-dev-webview-brand-card{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:stretch;border-bottom:1px solid var(--odh-color-outline-variant)}.odh-dev-webview-brand-card:last-child{border-bottom:none}.odh-dev-webview-brand-main{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;width:100%;min-width:0;padding:12px 10px 12px 12px;border:none;border-left:3px solid var(--brand-accent);background:color-mix(in srgb,var(--brand-accent) 6%,var(--odh-color-surface));text-align:left;cursor:pointer;transition:background .15s ease}.odh-dev-webview-brand-main:hover{background:color-mix(in srgb,var(--brand-accent) 11%,var(--odh-color-surface))}.odh-dev-webview-brand-copy{display:flex;flex-direction:column;gap:3px;min-width:0}.odh-dev-webview-brand-name{font:var(--odh-label-md);font-weight:600;color:var(--odh-color-on-surface)}.odh-dev-webview-brand-url{font:var(--odh-body-sm);color:var(--odh-neutral-50);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.odh-dev-webview-brand-desc{margin:0;font:var(--odh-body-sm);color:var(--odh-neutral-50);line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.odh-dev-webview-usage-hint{margin:0;font:var(--odh-body-sm);color:var(--odh-neutral-50);word-break:break-all;line-height:1.4}.odh-dev-webview-brand-chevron{flex-shrink:0;color:var(--odh-neutral-50)}.odh-dev-webview-brand-actions{display:flex;align-items:center;justify-content:center;padding:0 8px;border-left:1px solid var(--odh-color-outline-variant);background:var(--odh-color-surface)}.odh-dev-webview-brand-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;flex-shrink:0;border-radius:var(--odh-radius-full);background:var(--brand-gradient);box-shadow:0 4px 12px color-mix(in srgb,var(--brand-accent) 28%,transparent)}.odh-dev-webview-brand-icon--sm{width:36px;height:36px}.odh-dev-webview-brand-thumb{max-width:24px;max-height:18px;-o-object-fit:contain;object-fit:contain;filter:brightness(0) invert(1)}.odh-dev-webview-brand-fallback{font:var(--odh-label-sm);font-weight:700;color:#fff;letter-spacing:.03em}.odh-dev-webview-preview{display:flex;flex-direction:column;gap:12px;min-height:0}.odh-dev-webview-preview-meta{display:flex;align-items:center;gap:12px;padding:12px;border:1px solid color-mix(in srgb,var(--brand-accent) 24%,var(--odh-color-outline-variant));border-radius:var(--odh-radius-md);background:color-mix(in srgb,var(--brand-accent) 5%,var(--odh-color-surface))}.odh-dev-webview-preview-copy{display:flex;flex-direction:column;align-items:flex-start;gap:6px;min-width:0}.odh-dev-webview-preview-title-row{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.odh-dev-webview-preview-copy strong{font:var(--odh-label-md);font-weight:600;color:var(--odh-color-on-surface)}.odh-dev-webview-env-chip{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;background:color-mix(in srgb,var(--brand-accent) 14%,var(--odh-color-surface));color:var(--brand-accent);font:var(--odh-label-sm);font-weight:700}.odh-dev-webview-url-box{margin:0;padding:10px 12px;border-radius:var(--odh-radius-md);background:var(--odh-neutral-95);font:var(--odh-body-sm);color:var(--odh-neutral-50);word-break:break-all;line-height:1.45}.odh-dev-webview-device-stage{display:flex;justify-content:center;width:100%;padding:4px 0 8px}.mockup-phone{display:inline-flex;flex-direction:column;width:100%;max-width:390px;border:6px solid #ff8938;border-radius:50px;background:#1d232a;padding:10px;overflow:hidden}.mockup-phone-camera{position:relative;z-index:1;display:flex;justify-content:center;padding:6px 0 8px}.mockup-phone-camera:before{content:"";width:96px;height:22px;border-radius:0 0 16px 16px;background:#000}.mockup-phone-display{overflow:hidden;border-radius:40px;background:#fff}.odh-dev-webview-device-screen{display:block;width:100%;height:min(72vh,680px);min-height:480px;border:none;background:#fff}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }/*! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
 */*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}:root{--background: hsl(240, 5%, 98%);--foreground: hsl(240, 10%, 3.9%);--card: hsl(0, 0%, 99%);--card-foreground: hsl(240, 10%, 3.9%);--popover: hsl(0, 0%, 99%);--popover-foreground: hsl(240, 10%, 3.9%);--primary: hsl(142, 76%, 36%);--primary-foreground: hsl(355.7, 100%, 97.3%);--secondary: hsl(240, 4.8%, 96.5%);--secondary-foreground: hsl(240, 5.9%, 10%);--muted: hsl(240, 4.8%, 96.5%);--muted-foreground: hsl(240, 3.8%, 46.1%);--accent: hsl(240, 4.8%, 96.5%);--accent-foreground: hsl(240, 5.9%, 10%);--destructive: hsl(0, 84.2%, 60.2%);--destructive-foreground: hsl(0, 0%, 98%);--border: hsl(240, 5.9%, 92%);--input: hsl(240, 5.9%, 92%);--ring: hsl(142, 76%, 36%);--radius: .5rem;--background-light: hsl(240, 5%, 98%);--foreground-light: hsl(240, 10%, 3.9%);--background-dark: hsl(20, 14.3%, 4.1%);--foreground-dark: hsl(0, 0%, 95%);--pasive-deleted-row: hsl(60, 89%, 83%);--selected-item: hsla(142, 76%, 36%, .3);--search-button: hsl(209, 100%, 55%);--card-grey: hsl(0, 0%, 53%);--card-success: hsl(100, 77%, 44%);--card-blue: hsl(217, 84%, 57%);--card-teal: hsl(180, 82%, 42%);--card-mid-blue: hsl(219, 73%, 61%);--card-blue-two: hsl(209, 100%, 55%);--card-red: hsl(359, 100%, 65%);--card-light-green: hsl(164, 93%, 34%);--card-purple: hsl(268, 43%, 72%)}@media (prefers-color-scheme: dark){:root{--background: hsl(20, 14.3%, 4.1%);--foreground: hsl(0, 0%, 95%);--card: hsl(24, 9.8%, 10%);--card-foreground: hsl(0, 0%, 95%);--popover: hsl(0, 0%, 9%);--popover-foreground: hsl(0, 0%, 95%);--primary: hsl(142.1, 70.6%, 45.3%);--primary-foreground: hsl(144.9, 80.4%, 10%);--secondary: hsl(240, 3.7%, 15.9%);--secondary-foreground: hsl(0, 0%, 98%);--muted: hsl(0, 0%, 15%);--muted-foreground: hsl(240, 5%, 64.9%);--accent: hsl(12, 6.5%, 15.1%);--accent-foreground: hsl(0, 0%, 98%);--destructive: hsl(0, 62.8%, 30.6%);--destructive-foreground: hsl(0, 85.7%, 97.3%);--border: hsl(240, 3.7%, 15.9%);--input: hsl(240, 3.7%, 15.9%);--ring: hsl(142.4, 71.8%, 29.2%);--background-dark: hsl(20, 14.3%, 4.1%);--foreground-dark: hsl(0, 0%, 95%);--pasive-deleted-row: hsl(60, 89%, 83%);--selected-item: hsla(142, 76%, 36%, .3)}}:root[data-theme=dark]{--background: hsl(20, 14.3%, 4.1%);--foreground: hsl(0, 0%, 95%);--card: hsl(24, 9.8%, 10%);--card-foreground: hsl(0, 0%, 95%);--popover: hsl(0, 0%, 9%);--popover-foreground: hsl(0, 0%, 95%);--primary: hsl(142.1, 70.6%, 45.3%);--primary-foreground: hsl(144.9, 80.4%, 10%);--secondary: hsl(240, 3.7%, 15.9%);--secondary-foreground: hsl(0, 0%, 98%);--muted: hsl(0, 0%, 15%);--muted-foreground: hsl(240, 5%, 64.9%);--accent: hsl(12, 6.5%, 15.1%);--accent-foreground: hsl(0, 0%, 98%);--destructive: hsl(0, 62.8%, 30.6%);--destructive-foreground: hsl(0, 85.7%, 97.3%);--border: hsl(240, 3.7%, 15.9%);--input: hsl(240, 3.7%, 15.9%);--ring: hsl(142.4, 71.8%, 29.2%);--background-dark: hsl(20, 14.3%, 4.1%);--foreground-dark: hsl(0, 0%, 95%);--pasive-deleted-row: hsl(60, 89%, 83%);--selected-item: hsla(142, 76%, 36%, .3)}:root[data-theme=light]{--background: hsl(240, 5%, 98%);--foreground: hsl(240, 10%, 3.9%);--card: hsl(0, 0%, 99%);--card-foreground: hsl(240, 10%, 3.9%);--popover: hsl(0, 0%, 99%);--popover-foreground: hsl(240, 10%, 3.9%);--primary: hsl(142.1, 76.2%, 36.3%);--primary-foreground: hsl(355.7, 100%, 97.3%);--secondary: hsl(240, 4.8%, 96.5%);--secondary-foreground: hsl(240, 5.9%, 10%);--muted: hsl(240, 4.8%, 96.5%);--muted-foreground: hsl(240, 3.8%, 46.1%);--accent: hsl(240, 4.8%, 96.5%);--accent-foreground: hsl(240, 5.9%, 10%);--destructive: hsl(0, 84.2%, 60.2%);--destructive-foreground: hsl(0, 0%, 98%);--border: hsl(240, 5.9%, 92%);--input: hsl(240, 5.9%, 92%);--ring: hsl(142.1, 76.2%, 36.3%);--radius: .5rem;--background-light: hsl(240, 5%, 98%);--foreground-light: hsl(240, 10%, 3.9%);--pasive-deleted-row: hsl(60, 89%, 83%);--selected-item: hsla(142, 76%, 36%, .3)}.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.fixed{position:fixed}.\!absolute{position:absolute!important}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.-right-3{right:-.75rem}.-top-2{top:-.5rem}.bottom-0{bottom:0}.left-0{left:0}.top-0{top:0}.top-1\/2{top:50%}.m-0{margin:0}.m-\[2px\]{margin:2px}.mx-auto{margin-left:auto;margin-right:auto}.my-4{margin-top:1rem;margin-bottom:1rem}.\!mb-0{margin-bottom:0!important}.\!mb-2{margin-bottom:.5rem!important}.\!mb-3{margin-bottom:.75rem!important}.\!mb-4{margin-bottom:1rem!important}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-auto{margin-bottom:auto}.ml-2{margin-left:.5rem}.mr-1{margin-right:.25rem}.mr-1\.5{margin-right:.375rem}.mr-2{margin-right:.5rem}.mr-\[-2px\]{margin-right:-2px}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-1\.5{margin-top:.375rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-\[20vh\]{margin-top:20vh}.box-border{box-sizing:border-box}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.block{display:block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.size-10{width:2.5rem;height:2.5rem}.\!h-auto{height:auto!important}.h-1\.5{height:.375rem}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-16{height:4rem}.h-20{height:5rem}.h-24{height:6rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-4{height:1rem}.h-48{height:12rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-\[10px\]{height:10px}.h-\[16px\]{height:16px}.h-\[18px\]{height:18px}.h-\[20px\]{height:20px}.h-\[44px\]{height:44px}.h-\[52px\]{height:52px}.h-\[6px\]{height:6px}.h-full{height:100%}.max-h-40{max-height:10rem}.max-h-60{max-height:15rem}.max-h-64{max-height:16rem}.max-h-80{max-height:20rem}.max-h-\[420px\]{max-height:420px}.min-h-0{min-height:0px}.min-h-\[100dvh\]{min-height:100dvh}.min-h-\[120px\]{min-height:120px}.min-h-\[214px\]{min-height:214px}.min-h-\[36px\]{min-height:36px}.min-h-\[60vh\]{min-height:60vh}.min-h-\[70vh\]{min-height:70vh}.w-1\.5{width:.375rem}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-16{width:4rem}.w-20{width:5rem}.w-24{width:6rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-4{width:1rem}.w-4\/5{width:80%}.w-48{width:12rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-\[10px\]{width:10px}.w-\[16px\]{width:16px}.w-\[18px\]{width:18px}.w-\[198px\]{width:198px}.w-\[19rem\]{width:19rem}.w-\[290px\]{width:290px}.w-\[95\%\]{width:95%}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.min-w-0{min-width:0px}.min-w-\[111px\]{min-width:111px}.min-w-\[18px\]{min-width:18px}.min-w-\[20px\]{min-width:20px}.min-w-\[32px\]{min-width:32px}.max-w-2xl{max-width:42rem}.max-w-\[60\%\]{max-width:60%}.max-w-\[85\%\]{max-width:85%}.max-w-full{max-width:100%}.max-w-sm{max-width:24rem}.max-w-xl{max-width:36rem}.flex-1{flex:1 1 0%}.flex-shrink-0,.shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.-translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-105{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.animate-\[scale-in_0\.4s_ease-out\]{animation:scale-in .4s ease-out}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.resize{resize:both}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.gap-y-0\.5{row-gap:.125rem}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}.space-y-2\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.625rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.625rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-\[var\(--odh-color-outline-variant\)\]>:not([hidden])~:not([hidden]){border-color:var(--odh-color-outline-variant)}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.\!rounded-\[10px\]{border-radius:10px!important}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-\[10px\]{border-radius:10px}.rounded-\[8px\]{border-radius:8px}.rounded-\[var\(--odh-radius-card\)\]{border-radius:var(--odh-radius-card)}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.rounded-t-\[9px\]{border-top-left-radius:9px;border-top-right-radius:9px}.border{border-width:1px}.border-0{border-width:0px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-t{border-top-width:1px}.border-solid{border-style:solid}.border-dashed{border-style:dashed}.border-\[\#009689\]{--tw-border-opacity: 1;border-color:rgb(0 150 137 / var(--tw-border-opacity, 1))}.border-\[\#14b8a6\]{--tw-border-opacity: 1;border-color:rgb(20 184 166 / var(--tw-border-opacity, 1))}.border-\[\#D4D4D4\]{--tw-border-opacity: 1;border-color:rgb(212 212 212 / var(--tw-border-opacity, 1))}.border-\[\#E5E7EB\]{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-\[\#EFEFEF\]{--tw-border-opacity: 1;border-color:rgb(239 239 239 / var(--tw-border-opacity, 1))}.border-\[\#F0F0F0\]{--tw-border-opacity: 1;border-color:rgb(240 240 240 / var(--tw-border-opacity, 1))}.border-\[\#ff8938\]{--tw-border-opacity: 1;border-color:rgb(255 137 56 / var(--tw-border-opacity, 1))}.border-\[rgba\(0\,0\,0\,0\.10\)\]{border-color:#0000001a}.border-\[var\(--app-color-outline-variant\)\]{border-color:var(--app-color-outline-variant)}.border-\[var\(--odh-brand\)\]{border-color:var(--odh-brand)}.border-\[var\(--odh-color-outline-variant\)\]{border-color:var(--odh-color-outline-variant)}.border-amber-500\/20{border-color:#f59e0b33}.border-emerald-200{--tw-border-opacity: 1;border-color:rgb(167 243 208 / var(--tw-border-opacity, 1))}.border-gray-100{--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-gray-400{--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity, 1))}.border-gray-50{--tw-border-opacity: 1;border-color:rgb(249 250 251 / var(--tw-border-opacity, 1))}.border-indigo-200{--tw-border-opacity: 1;border-color:rgb(199 210 254 / var(--tw-border-opacity, 1))}.border-indigo-500{--tw-border-opacity: 1;border-color:rgb(99 102 241 / var(--tw-border-opacity, 1))}.border-slate-800{--tw-border-opacity: 1;border-color:rgb(30 41 59 / var(--tw-border-opacity, 1))}.border-teal-500{--tw-border-opacity: 1;border-color:rgb(20 184 166 / var(--tw-border-opacity, 1))}.border-transparent{border-color:transparent}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.bg-\[\#009689\]{--tw-bg-opacity: 1;background-color:rgb(0 150 137 / var(--tw-bg-opacity, 1))}.bg-\[\#14b8a6\]{--tw-bg-opacity: 1;background-color:rgb(20 184 166 / var(--tw-bg-opacity, 1))}.bg-\[\#3B82F6\]{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.bg-\[\#E5E7EB\]{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.bg-\[\#F9FAFB\]{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-\[\#FDFDFF\]{--tw-bg-opacity: 1;background-color:rgb(253 253 255 / var(--tw-bg-opacity, 1))}.bg-\[\#f2f2f5\]{--tw-bg-opacity: 1;background-color:rgb(242 242 245 / var(--tw-bg-opacity, 1))}.bg-\[\#f3f3f5\]{--tw-bg-opacity: 1;background-color:rgb(243 243 245 / var(--tw-bg-opacity, 1))}.bg-\[var\(--odh-brand\)\]{background-color:var(--odh-brand)}.bg-\[var\(--odh-brand-subtle\)\]{background-color:var(--odh-brand-subtle)}.bg-\[var\(--odh-color-error-container\)\]{background-color:var(--odh-color-error-container)}.bg-\[var\(--odh-neutral-90\)\]{background-color:var(--odh-neutral-90)}.bg-\[var\(--odh-neutral-95\)\]{background-color:var(--odh-neutral-95)}.bg-\[var\(--odh-tonal-95\)\]{background-color:var(--odh-tonal-95)}.bg-amber-100{--tw-bg-opacity: 1;background-color:rgb(254 243 199 / var(--tw-bg-opacity, 1))}.bg-amber-500{--tw-bg-opacity: 1;background-color:rgb(245 158 11 / var(--tw-bg-opacity, 1))}.bg-amber-500\/10{background-color:#f59e0b1a}.bg-emerald-50{--tw-bg-opacity: 1;background-color:rgb(236 253 245 / var(--tw-bg-opacity, 1))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.bg-gray-400{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity, 1))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-indigo-50{--tw-bg-opacity: 1;background-color:rgb(238 242 255 / var(--tw-bg-opacity, 1))}.bg-indigo-500\/5{background-color:#6366f10d}.bg-slate-900\/40{background-color:#0f172a66}.bg-teal-500{--tw-bg-opacity: 1;background-color:rgb(20 184 166 / var(--tw-bg-opacity, 1))}.bg-teal-600\/10{background-color:#0d94881a}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.stroke-\[3px\]{stroke-width:3px}.stroke-\[4px\]{stroke-width:4px}.object-contain{-o-object-fit:contain;object-fit:contain}.\!p-0{padding:0!important}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-3\.5{padding:.875rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-\[2px\]{padding-top:2px;padding-bottom:2px}.pb-16{padding-bottom:4rem}.pb-24{padding-bottom:6rem}.pb-3{padding-bottom:.75rem}.pr-1{padding-right:.25rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.\!text-base{font-size:1rem!important;line-height:1.5rem!important}.\!text-sm{font-size:.875rem!important;line-height:1.25rem!important}.text-2xl{font-size:1.5rem;line-height:2rem}.text-\[10px\]{font-size:10px}.text-\[12px\]{font-size:12px}.text-\[13px\]{font-size:13px}.text-\[14px\]{font-size:14px}.text-\[16px\]{font-size:16px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.italic{font-style:italic}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-\[16px\]{line-height:16px}.leading-\[24px\]{line-height:24px}.leading-normal{line-height:1.5}.leading-relaxed{line-height:1.625}.leading-snug{line-height:1.375}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.\!text-\[var\(--odh-brand\)\]{color:var(--odh-brand)!important}.\!text-white{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity, 1))!important}.text-\[\#009689\]{--tw-text-opacity: 1;color:rgb(0 150 137 / var(--tw-text-opacity, 1))}.text-\[\#0A0A0A\],.text-\[\#0a0a0a\]{--tw-text-opacity: 1;color:rgb(10 10 10 / var(--tw-text-opacity, 1))}.text-\[\#101828\]{--tw-text-opacity: 1;color:rgb(16 24 40 / var(--tw-text-opacity, 1))}.text-\[\#10B981\]{--tw-text-opacity: 1;color:rgb(16 185 129 / var(--tw-text-opacity, 1))}.text-\[\#111827\]{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-\[\#1E2939\]{--tw-text-opacity: 1;color:rgb(30 41 57 / var(--tw-text-opacity, 1))}.text-\[\#1f2937\]{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.text-\[\#364153\]{--tw-text-opacity: 1;color:rgb(54 65 83 / var(--tw-text-opacity, 1))}.text-\[\#374151\]{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-\[\#3B82F6\]{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.text-\[\#4B5563\]{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-\[\#6B7280\]{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-\[\#94A3B8\]{--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.text-\[\#9CA3AF\]{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-\[\#DC2626\]{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-\[var\(--app-color-on-surface\)\]{color:var(--app-color-on-surface)}.text-\[var\(--app-color-on-surface-variant\)\]{color:var(--app-color-on-surface-variant)}.text-\[var\(--odh-brand\)\]{color:var(--odh-brand)}.text-\[var\(--odh-color-error\)\]{color:var(--odh-color-error)}.text-\[var\(--odh-color-on-surface\)\]{color:var(--odh-color-on-surface)}.text-\[var\(--odh-color-on-surface-muted\)\]{color:var(--odh-color-on-surface-muted)}.text-\[var\(--odh-color-on-surface-variant\)\]{color:var(--odh-color-on-surface-variant)}.text-\[var\(--odh-neutral-50\)\]{color:var(--odh-neutral-50)}.text-amber-500{--tw-text-opacity: 1;color:rgb(245 158 11 / var(--tw-text-opacity, 1))}.text-amber-800{--tw-text-opacity: 1;color:rgb(146 64 14 / var(--tw-text-opacity, 1))}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.text-emerald-600{--tw-text-opacity: 1;color:rgb(5 150 105 / var(--tw-text-opacity, 1))}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-slate-100{--tw-text-opacity: 1;color:rgb(241 245 249 / var(--tw-text-opacity, 1))}.text-slate-300{--tw-text-opacity: 1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.text-slate-400{--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.accent-indigo-500{accent-color:#6366f1}.opacity-0{opacity:0}.opacity-30{opacity:.3}.opacity-60{opacity:.6}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-inner{--tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / .05);--tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[var\(--odh-brand-subtle\)\]{--tw-shadow-color: var(--odh-brand-subtle);--tw-shadow: var(--tw-shadow-colored)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.outline-1{outline-width:1px}.-outline-offset-1{outline-offset:-1px}.outline-\[\#009689\]{outline-color:#009689}.grayscale{--tw-grayscale: grayscale(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur-\[1px\]{--tw-backdrop-blur: blur(1px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.\[appearance\:textfield\]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}html,body{font-family:var(--app-font-family, "Inter Tight", "Inter", system-ui, sans-serif);font-size:calc(.8rem * var(--font-size-multiplier, 1));background-color:var(--odh-neutral-95, hsl(240, 5%, 98%));color:var(--odh-color-on-surface)}button.web-home-hero .web-home-hero-visual{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;pointer-events:none}button.web-home-hero .web-home-hero-img{position:absolute;right:0;bottom:0;top:auto;left:auto;display:block;height:100%;width:auto;max-height:100%;max-width:46%;margin:0;-o-object-fit:contain;object-fit:contain;-o-object-position:right bottom;object-position:right bottom}@media (max-width: 767px){button.web-home-hero .web-home-hero-copy{width:100%;max-width:100%;padding:16px 44% 16px 16px}button.web-home-hero .web-home-hero-img{display:block;right:0;bottom:0;height:100%;max-width:46%}}.last\:border-0:last-child{border-width:0px}.last\:border-none:last-child{border-style:none}.focus-within\:border-\[var\(--premium-focus-color\)\]:focus-within{border-color:var(--premium-focus-color)}.hover\:border-\[var\(--odh-brand\)\]:hover{border-color:var(--odh-brand)}.hover\:border-\[var\(--odh-brand-border\)\]:hover{border-color:var(--odh-brand-border)}.hover\:border-gray-300:hover{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.hover\:border-teal-100:hover{--tw-border-opacity: 1;border-color:rgb(204 251 241 / var(--tw-border-opacity, 1))}.hover\:bg-\[\#E5E7EB\]:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.hover\:bg-\[var\(--odh-brand-subtle\)\]:hover{background-color:var(--odh-brand-subtle)}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.hover\:bg-red-50:hover{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.hover\:bg-slate-900\/80:hover{background-color:#0f172acc}.hover\:bg-white:hover{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.hover\:bg-white\/20:hover{background-color:#fff3}.hover\:text-\[\#004D40\]:hover{--tw-text-opacity: 1;color:rgb(0 77 64 / var(--tw-text-opacity, 1))}.hover\:text-\[\#111827\]:hover{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.hover\:text-\[var\(--odh-brand\)\]:hover{color:var(--odh-brand)}.hover\:text-amber-100:hover{--tw-text-opacity: 1;color:rgb(254 243 199 / var(--tw-text-opacity, 1))}.hover\:text-red-400:hover{--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.hover\:text-red-500:hover{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.hover\:text-red-700:hover{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.hover\:text-teal-600:hover{--tw-text-opacity: 1;color:rgb(13 148 136 / var(--tw-text-opacity, 1))}.hover\:opacity-80:hover{opacity:.8}.hover\:shadow-md:hover{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:border-\[var\(--odh-brand\)\]:focus{border-color:var(--odh-brand)}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.active\:scale-95:active{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.disabled\:opacity-40:disabled{opacity:.4}.group\/file:hover .group-hover\/file\:opacity-100{opacity:1}@media (min-width: 640px){.sm\:flex-row{flex-direction:row}.sm\:text-\[13px\]{font-size:13px}}@media (min-width: 768px){.md\:top-16{top:4rem}.md\:col-span-2{grid-column:span 2 / span 2}.md\:\!hidden{display:none!important}.md\:hidden{display:none}.md\:w-64{width:16rem}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:items-center{align-items:center}.md\:pb-0{padding-bottom:0}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}}@media (min-width: 1280px){.xl\:w-\[22rem\]{width:22rem}}.\[\&\:\:-webkit-inner-spin-button\]\:appearance-none::-webkit-inner-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none}.\[\&\:\:-webkit-outer-spin-button\]\:appearance-none::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none}.\[\&_svg\]\:h-\[18px\] svg{height:18px}.\[\&_svg\]\:w-\[18px\] svg{width:18px}.\[\&_svg\]\:stroke-\[2\] svg{stroke-width:2}.mc-premium-toast-provider{position:fixed;top:var(--odh-space-4);right:var(--odh-space-4);z-index:9999;display:flex;flex-direction:column;gap:var(--odh-gap-md);pointer-events:none}.mc-premium-toast-provider .mc-premium-toast{pointer-events:auto}
