.controls-module__JpILRG__button{min-height:40px;font-family:var(--font-ui);font-size:var(--text-control);font-weight:var(--font-weight-medium);line-height:var(--leading-tight);text-align:center;white-space:nowrap;cursor:pointer;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;gap:7px;padding:8px 15px;transition:background-color .14s,border-color .14s,color .14s;display:inline-flex}.controls-module__JpILRG__button svg,.controls-module__JpILRG__segment svg{stroke-width:2px;flex:none;width:16px;height:16px}.controls-module__JpILRG__button[data-size=compact]{min-height:34px;font-size:var(--text-label);padding:6px 13px}.controls-module__JpILRG__button[data-size=large]{min-height:44px;font-size:var(--text-body-sm);padding:10px 18px}.controls-module__JpILRG__button[data-size=icon]{width:40px;min-height:40px;padding:0}.controls-module__JpILRG__button[data-variant=primary]{border-color:var(--teal-900);background:var(--teal-600);color:var(--white)}.controls-module__JpILRG__button[data-variant=primary]:hover:not(:disabled){background:var(--teal-700)}.controls-module__JpILRG__button[data-variant=secondary]{border-color:var(--line);background:var(--paper);color:var(--ink)}.controls-module__JpILRG__button[data-variant=secondary]:hover:not(:disabled),.controls-module__JpILRG__button[data-variant=quiet]:hover:not(:disabled){background:var(--teal-50)}.controls-module__JpILRG__button[data-variant=quiet]{color:var(--teal-700);background:0 0;border-color:#0000}.controls-module__JpILRG__button[data-variant=danger]{border-color:var(--pink-500);color:var(--pink-700);background:0 0}.controls-module__JpILRG__button[data-variant=danger]:hover:not(:disabled){background:var(--pink-50)}.controls-module__JpILRG__unstyledButton{color:inherit;font-family:var(--font-ui);font-size:inherit;font-weight:inherit;line-height:inherit;letter-spacing:0;cursor:pointer}.controls-module__JpILRG__button:disabled,.controls-module__JpILRG__button[aria-disabled=true]{cursor:not-allowed;opacity:.45}.controls-module__JpILRG__input{border:1px solid var(--line);background:var(--paper);width:100%;min-height:40px;color:var(--ink);font-family:var(--font-ui);font-size:var(--text-control);font-weight:var(--font-weight-regular);line-height:var(--leading-control);border-radius:6px;padding:9px 11px;display:block}.controls-module__JpILRG__input::placeholder{color:var(--muted);opacity:.78}.controls-module__JpILRG__input:hover:not(:disabled){border-color:var(--teal-700)}.controls-module__JpILRG__input:focus-visible{border-color:var(--teal-700);outline:3px solid var(--pink-500);outline-offset:1px}.controls-module__JpILRG__input:disabled{cursor:not-allowed;opacity:.55}.controls-module__JpILRG__input[aria-invalid=true],.controls-module__JpILRG__textarea[aria-invalid=true]{border-color:var(--pink-700)}.controls-module__JpILRG__input[readonly],.controls-module__JpILRG__textarea[readonly]{background:var(--surface);color:var(--body)}.controls-module__JpILRG__input[data-size=compact]{min-height:34px;font-size:var(--text-label);padding:6px 9px}.controls-module__JpILRG__input[data-size=large]{min-height:44px;font-size:var(--text-body-sm);padding:10px 12px}.controls-module__JpILRG__textarea{border:1px solid var(--line);background:var(--paper);width:100%;min-height:88px;color:var(--ink);font-family:var(--font-ui);font-size:var(--text-control);font-weight:var(--font-weight-regular);line-height:var(--leading-body);resize:vertical;border-radius:6px;padding:10px 11px;display:block}.controls-module__JpILRG__textarea::placeholder{color:var(--muted);opacity:.78}.controls-module__JpILRG__textarea:hover:not(:disabled),.controls-module__JpILRG__textarea:focus-visible{border-color:var(--teal-700)}.controls-module__JpILRG__textarea:focus-visible{outline:3px solid var(--pink-500);outline-offset:1px}.controls-module__JpILRG__textarea:disabled{cursor:not-allowed;opacity:.55}.controls-module__JpILRG__textarea[data-size=compact]{min-height:68px;font-size:var(--text-label);padding:7px 9px}.controls-module__JpILRG__textarea[data-size=large]{min-height:112px;font-size:var(--text-body-sm);padding:11px 12px}.controls-module__JpILRG__checkbox,.controls-module__JpILRG__radio{width:18px;height:18px;accent-color:var(--teal-700);cursor:pointer;flex:none;margin:0 7px 0 0}.controls-module__JpILRG__checkbox:focus-visible,.controls-module__JpILRG__radio:focus-visible{outline:3px solid var(--pink-500);outline-offset:2px}.controls-module__JpILRG__checkbox:disabled,.controls-module__JpILRG__radio:disabled{cursor:not-allowed;opacity:.5}.controls-module__JpILRG__fileInput{border:1px solid var(--line);background:var(--paper);width:100%;min-height:44px;color:var(--body);font-family:var(--font-ui);font-size:var(--text-control);border-radius:6px;padding:5px;display:block}.controls-module__JpILRG__fileInput::file-selector-button{background:var(--teal-50);min-height:32px;color:var(--teal-700);font:inherit;font-weight:var(--font-weight-medium);cursor:pointer;border:0;border-radius:4px;margin-right:10px;padding:6px 10px}.controls-module__JpILRG__fieldGroup{gap:16px;display:grid}.controls-module__JpILRG__field{gap:6px;min-width:0;display:grid}.controls-module__JpILRG__field[data-orientation=horizontal]{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:8px}.controls-module__JpILRG__field>span:first-child{color:var(--ink);font-size:var(--text-label);font-weight:var(--font-weight-medium);justify-content:space-between;align-items:baseline;gap:12px;display:flex}.controls-module__JpILRG__field small{color:var(--muted);font-size:var(--text-caption);font-weight:var(--font-weight-regular)}.controls-module__JpILRG__fieldSet{border:0;gap:10px;min-width:0;padding:0;display:grid}.controls-module__JpILRG__fieldLabel{color:var(--ink);font-family:var(--font-ui);font-size:var(--text-label);font-weight:var(--font-weight-medium);line-height:var(--leading-control)}.controls-module__JpILRG__fieldDescription{color:var(--muted);font-size:var(--text-caption);line-height:var(--leading-body)}.controls-module__JpILRG__fieldMessage{color:var(--pink-700);font-size:var(--text-caption);line-height:var(--leading-body)}.controls-module__JpILRG__field[data-invalid=true] .controls-module__JpILRG__fieldLabel{color:var(--pink-700)}.controls-module__JpILRG__inputGroup{align-items:center;min-width:0;display:grid;position:relative}.controls-module__JpILRG__inputGroupInput{grid-area:1/1;padding-left:38px;padding-right:38px}.controls-module__JpILRG__inputGroupAddon{z-index:1;color:var(--muted);pointer-events:none;grid-area:1/1;align-items:center;display:inline-flex}.controls-module__JpILRG__inputGroupAddon[data-align=start]{justify-self:start;padding-left:11px}.controls-module__JpILRG__inputGroupAddon[data-align=end]{justify-self:end;padding-right:5px}.controls-module__JpILRG__inputGroupAddon button,.controls-module__JpILRG__inputGroupAddon a{pointer-events:auto}.controls-module__JpILRG__inputGroupAddon>svg{width:17px;height:17px}@media (max-width:600px),(max-width:760px) and (pointer:coarse){.controls-module__JpILRG__button,.controls-module__JpILRG__button[data-size=compact],.controls-module__JpILRG__input,.controls-module__JpILRG__input[data-size=compact],.controls-module__JpILRG__input[data-size=large],.controls-module__JpILRG__selectTrigger,.controls-module__JpILRG__actionMenuTrigger{min-height:44px}.controls-module__JpILRG__button[data-size=icon]{width:44px}.controls-module__JpILRG__checkbox,.controls-module__JpILRG__radio{width:20px;height:20px}}.controls-module__JpILRG__selectTrigger{border:1px solid var(--line);background:var(--paper);width:100%;min-height:40px;color:var(--ink);font-family:var(--font-data);font-size:var(--text-control);font-weight:var(--font-weight-medium);line-height:var(--leading-control);text-align:left;cursor:pointer;border-radius:6px;justify-content:space-between;align-items:center;gap:12px;padding:9px 11px;display:inline-flex}.controls-module__JpILRG__selectTrigger:hover:not([data-disabled]){border-color:var(--teal-700)}.controls-module__JpILRG__selectTrigger[data-disabled]{cursor:not-allowed;opacity:.45}.controls-module__JpILRG__selectValue{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.controls-module__JpILRG__selectIcon{color:var(--muted);flex:none;font-size:14px;line-height:1}.controls-module__JpILRG__selectContent{z-index:100;min-width:var(--radix-select-trigger-width);max-height:min(320px, var(--radix-select-content-available-height));border:1px solid var(--line);background:var(--paper);color:var(--ink);font-family:var(--font-data);border-radius:6px;position:relative;overflow:hidden;box-shadow:0 8px 24px #0d242a1f}.controls-module__JpILRG__selectViewport{padding:5px}.controls-module__JpILRG__selectItem{min-height:38px;font-family:var(--font-data);font-size:var(--text-control);font-weight:var(--font-weight-regular);cursor:default;-webkit-user-select:none;user-select:none;border-radius:4px;outline:none;align-items:center;padding:7px 34px 7px 10px;display:flex;position:relative}.controls-module__JpILRG__selectItemText{gap:2px;display:grid}.controls-module__JpILRG__selectItemText small{color:var(--muted);font-size:var(--text-caption);line-height:var(--leading-tight)}.controls-module__JpILRG__selectItem[data-disabled] .controls-module__JpILRG__selectItemText small{color:inherit}.controls-module__JpILRG__selectItem[data-highlighted]{background:var(--teal-100)}.controls-module__JpILRG__selectItem[data-disabled]{opacity:.45}.controls-module__JpILRG__selectIndicator{color:var(--teal-700);font-weight:var(--font-weight-semibold);position:absolute;right:10px}.controls-module__JpILRG__selectScroll{height:28px;color:var(--muted);place-items:center;display:grid}.controls-module__JpILRG__actionMenuTrigger{border:1px solid var(--line);background:var(--paper);width:100%;min-height:40px;color:var(--ink);font-family:var(--font-data);font-size:var(--text-control);font-weight:var(--font-weight-medium);line-height:var(--leading-control);text-align:left;cursor:pointer;border-radius:6px;justify-content:space-between;align-items:center;gap:12px;padding:9px 11px;display:inline-flex}.controls-module__JpILRG__actionMenuTrigger:hover:not([data-disabled]),.controls-module__JpILRG__actionMenuTrigger[data-state=open]{border-color:var(--teal-700)}.controls-module__JpILRG__actionMenuTrigger:disabled{cursor:not-allowed;opacity:.45}.controls-module__JpILRG__actionMenuTrigger svg,.controls-module__JpILRG__actionMenuSubTrigger svg{width:16px;height:16px;color:var(--muted);stroke-width:2px;flex:none}.controls-module__JpILRG__actionMenuTriggerLabel{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.controls-module__JpILRG__actionMenuContent,.controls-module__JpILRG__actionMenuSubContent{min-width:min(270px,100vw - 24px);max-width:min(340px,100vw - 24px);max-height:min(420px, var(--radix-dropdown-menu-content-available-height));border:1px solid var(--line);background:var(--paper);color:var(--ink);font-family:var(--font-data);border-radius:6px;padding:5px;overflow-y:auto;box-shadow:0 8px 24px #0d242a1f}.controls-module__JpILRG__actionMenuContent{min-width:var(--radix-dropdown-menu-trigger-width)}.controls-module__JpILRG__actionMenuLabel{color:var(--muted);font-size:var(--text-label);font-weight:var(--font-weight-semibold);line-height:var(--leading-control);padding:7px 10px 5px}.controls-module__JpILRG__actionMenuSubTrigger,.controls-module__JpILRG__actionMenuItem{min-height:38px;font-family:var(--font-data);font-size:var(--text-control);font-weight:var(--font-weight-regular);line-height:var(--leading-control);cursor:default;-webkit-user-select:none;user-select:none;border-radius:4px;outline:none;align-items:center;padding:7px 10px;display:flex}.controls-module__JpILRG__actionMenuSubTrigger{font-weight:var(--font-weight-medium);justify-content:space-between;gap:16px}.controls-module__JpILRG__actionMenuSubTrigger[data-highlighted],.controls-module__JpILRG__actionMenuSubTrigger[data-state=open],.controls-module__JpILRG__actionMenuItem[data-highlighted]{background:var(--teal-100)}.controls-module__JpILRG__actionMenuItem[data-disabled],.controls-module__JpILRG__actionMenuSubTrigger[data-disabled]{opacity:.45}.controls-module__JpILRG__segmented{border:1px solid var(--line);background:0 0;border-radius:6px;align-items:stretch;width:fit-content;display:inline-flex;overflow:hidden}.controls-module__JpILRG__segmented[data-full-width=true]{width:100%;display:flex}.controls-module__JpILRG__segment{border:0;border-right:1px solid var(--line);min-height:40px;color:var(--body);font-family:var(--font-ui);font-size:var(--text-control);font-weight:var(--font-weight-medium);line-height:var(--leading-control);cursor:pointer;background:0 0;flex:auto;justify-content:center;align-items:center;gap:7px;padding:8px 16px;display:inline-flex}.controls-module__JpILRG__segment:last-child{border-right:0}.controls-module__JpILRG__segment:hover:not([data-state=on]){background:var(--teal-50)}.controls-module__JpILRG__segment[data-state=on]{background:var(--teal-600);color:var(--white)}.controls-module__JpILRG__segment:focus-visible{z-index:1;outline-offset:-3px;position:relative}.controls-module__JpILRG__segment:disabled{cursor:not-allowed;opacity:.45}.controls-module__JpILRG__switch{border:1px solid var(--line);background:var(--line-soft);cursor:pointer;border-radius:999px;flex:none;align-items:center;width:46px;height:26px;padding:2px;transition:background-color .14s,border-color .14s;display:inline-flex;position:relative}.controls-module__JpILRG__switch[data-state=checked]{border-color:var(--teal-700);background:var(--teal-700)}.controls-module__JpILRG__switch[data-disabled]{cursor:not-allowed;opacity:.45}.controls-module__JpILRG__switchThumb{background:var(--white);border-radius:50%;width:20px;height:20px;transition:transform .14s;display:block;transform:translate(0);box-shadow:0 1px 2px #0d242a38}.controls-module__JpILRG__switchThumb[data-state=checked]{transform:translate(20px)}@media (max-width:900px){.controls-module__JpILRG__button,.controls-module__JpILRG__selectTrigger,.controls-module__JpILRG__actionMenuTrigger,.controls-module__JpILRG__segment,.controls-module__JpILRG__selectItem,.controls-module__JpILRG__actionMenuSubTrigger,.controls-module__JpILRG__actionMenuItem{min-height:44px}.controls-module__JpILRG__actionMenuSubContent[data-side=left]{transform:translate(calc(100% + 4px))}.controls-module__JpILRG__actionMenuSubContent[data-side=right]{transform:translate(calc(-100% - 4px))}}.controls-module__JpILRG__selectNative{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.controls-module__JpILRG__selectTrigger[aria-invalid=true]{border-color:var(--pink-500)}.controls-module__JpILRG__selectError{color:var(--pink-700);font-size:var(--text-caption);font-weight:var(--font-weight-medium);margin-top:4px;display:block}.controls-module__JpILRG__datePickerInline{border:1px solid var(--line);background:var(--paper);border-radius:6px;width:min(320px,100%);padding:12px}.controls-module__JpILRG__datePickerContent{border:1px solid var(--line);background:var(--paper);z-index:100;border-radius:6px;width:min(300px,100vw - 32px);padding:12px;box-shadow:0 8px 24px #0d242a1f}.controls-module__JpILRG__datePickerIconTrigger{width:40px;min-height:40px;color:var(--teal-700);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;place-items:center;display:inline-grid}.controls-module__JpILRG__datePickerIconTrigger:hover:not(:disabled),.controls-module__JpILRG__datePickerIconTrigger[data-state=open]{border-color:var(--line);background:var(--teal-50)}.controls-module__JpILRG__datePickerIconTrigger:focus-visible{outline:3px solid var(--pink-500);outline-offset:1px}.controls-module__JpILRG__datePickerCalendar{gap:8px;display:grid}.controls-module__JpILRG__datePickerHeader{justify-content:space-between;align-items:center;gap:8px;display:flex}.controls-module__JpILRG__datePickerMonth{min-width:0;font-family:var(--font-ui);font-size:var(--text-body-sm);font-weight:var(--font-weight-semibold);text-align:center}.controls-module__JpILRG__datePickerNav{min-width:40px;min-height:40px;color:var(--ink);cursor:pointer;background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;display:inline-flex}.controls-module__JpILRG__datePickerNav:hover:not(:disabled){background:var(--teal-50)}.controls-module__JpILRG__datePickerNav:disabled{cursor:not-allowed;opacity:.45}.controls-module__JpILRG__datePickerWeekdays,.controls-module__JpILRG__datePickerGrid{grid-template-columns:repeat(7,minmax(0,1fr));gap:2px;display:grid}.controls-module__JpILRG__datePickerWeekdays span{min-height:28px;color:var(--muted);font-size:var(--text-caption);font-weight:var(--font-weight-medium);place-items:center;display:grid}.controls-module__JpILRG__datePickerDay{width:100%;min-height:40px;color:var(--ink);font-family:var(--font-ui);font-size:var(--text-control);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:4px;place-items:center;display:grid}.controls-module__JpILRG__datePickerDay[data-today=true]{font-weight:var(--font-weight-semibold)}.controls-module__JpILRG__datePickerDay[data-selected=true]{border-color:var(--teal-700);background:var(--teal-700);color:var(--white)}.controls-module__JpILRG__datePickerDay:hover:not(:disabled){background:var(--teal-50)}.controls-module__JpILRG__datePickerDay[data-selected=true]:hover:not(:disabled){background:var(--teal-700)}.controls-module__JpILRG__datePickerDay:focus-visible,.controls-module__JpILRG__datePickerNav:focus-visible{outline:3px solid var(--pink-500);outline-offset:1px}.controls-module__JpILRG__datePickerDay:disabled{cursor:default;color:var(--muted)}.controls-module__JpILRG__datePickerDay[data-outside=true]{visibility:hidden}.controls-module__JpILRG__dateTimePicker{gap:8px;display:grid}
.tracking-manager-module__VdRhQq__banner{z-index:30;border:2px solid var(--ink);background:var(--paper);width:min(100% - 36px,760px);color:var(--ink);border-radius:14px;margin-inline:auto;padding:22px;position:fixed;inset:auto 18px 18px;box-shadow:0 14px 36px #0d242a2e}.tracking-manager-module__VdRhQq__heading{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.tracking-manager-module__VdRhQq__heading h2{font-family:var(--font-display);margin:0;font-size:28px;font-weight:400;line-height:1.1}.tracking-manager-module__VdRhQq__summary{max-width:620px;color:var(--body);margin:9px 0 0;font-size:13px;line-height:1.55}.tracking-manager-module__VdRhQq__close{border:1px solid var(--ink);width:42px;height:42px;color:inherit;cursor:pointer;background:0 0;border-radius:50%;flex:none;place-items:center;font-size:22px;display:grid}.tracking-manager-module__VdRhQq__details{border-block:1px solid var(--line);gap:0;margin-top:18px;display:grid}.tracking-manager-module__VdRhQq__choice{grid-template-columns:1fr auto;align-items:center;gap:20px;padding:16px 0;display:grid}.tracking-manager-module__VdRhQq__choice+.tracking-manager-module__VdRhQq__choice{border-top:1px solid var(--line-soft)}.tracking-manager-module__VdRhQq__choice b,.tracking-manager-module__VdRhQq__choice small{display:block}.tracking-manager-module__VdRhQq__choice b{font-size:14px}.tracking-manager-module__VdRhQq__choice small{max-width:570px;color:var(--body);margin-top:4px;font-size:12px;line-height:1.5}.tracking-manager-module__VdRhQq__choice input{width:22px;height:22px;accent-color:var(--teal-900)}.tracking-manager-module__VdRhQq__actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;margin-top:18px;display:flex}.tracking-manager-module__VdRhQq__actions button{border:1px solid var(--ink);min-height:44px;color:var(--ink);cursor:pointer;font-size:13px;font-weight:var(--font-weight-semibold);background:0 0;border-radius:9px;padding:9px 16px}.tracking-manager-module__VdRhQq__actions .tracking-manager-module__VdRhQq__primary{border-color:var(--teal-900);background:var(--teal-900);color:#fff}.tracking-manager-module__VdRhQq__choicesButton{color:inherit;cursor:pointer;font:inherit;text-underline-offset:3px;background:0 0;border:0;padding:0;text-decoration:underline}@media (max-width:640px){.tracking-manager-module__VdRhQq__banner{width:calc(100% - 20px);max-height:none;margin:10px auto 0;padding:18px;position:static;inset:auto;overflow:visible}.tracking-manager-module__VdRhQq__heading h2{font-size:25px}.tracking-manager-module__VdRhQq__choice{align-items:start}.tracking-manager-module__VdRhQq__actions{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.tracking-manager-module__VdRhQq__actions button{width:100%;padding-inline:8px}}
.donor-events-module__6-xVBG__previewDialogBackdrop,.donor-events-module__6-xVBG__library{--events-line:var(--line);--events-teal:var(--teal-700);--events-soft:var(--teal-50)}.donor-events-module__6-xVBG__library{gap:1.5rem;display:grid}.donor-events-module__6-xVBG__libraryTools{justify-content:space-between;align-items:center;gap:1rem;display:flex}.donor-events-module__6-xVBG__eventSearch{width:min(100%,25rem);display:block;position:relative}.donor-events-module__6-xVBG__eventSearch svg{z-index:1;color:var(--muted);pointer-events:none;position:absolute;top:50%;left:.8rem;transform:translateY(-50%)}.donor-events-module__6-xVBG__eventSearch input{padding-left:2.35rem}.donor-events-module__6-xVBG__eventFilters{align-items:center;gap:.35rem;padding:.15rem;display:flex;overflow-x:auto}.donor-events-module__6-xVBG__eventFilters button{border:1px solid var(--events-line);background:var(--paper);border-radius:.4rem;flex:none;min-height:2.5rem;padding:.45rem 1rem}.donor-events-module__6-xVBG__eventFilters button[data-active=true]{border-color:var(--events-teal);background:var(--events-soft);color:var(--events-teal);font-weight:var(--font-weight-semibold)}.donor-events-module__6-xVBG__eventTableFrame{border:1px solid var(--events-line);background:var(--paper);border-radius:.55rem;min-width:0;overflow-x:auto}.donor-events-module__6-xVBG__eventTable{border-collapse:collapse;text-align:left;width:100%;min-width:50rem}.donor-events-module__6-xVBG__eventTable th{border-bottom:1px solid var(--events-line);color:var(--muted);font-size:var(--text-caption);font-weight:var(--font-weight-semibold);padding:.85rem 1rem}.donor-events-module__6-xVBG__eventTable td{border-bottom:1px solid var(--events-line);vertical-align:middle;color:var(--body);font-size:var(--text-body-sm);padding:.9rem 1rem}.donor-events-module__6-xVBG__eventTable tbody tr:last-child td{border-bottom:0}.donor-events-module__6-xVBG__eventTable tbody tr:hover{background:var(--events-soft)}.donor-events-module__6-xVBG__libraryEvent{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.85rem;min-width:15rem;display:grid}.donor-events-module__6-xVBG__libraryActions{white-space:nowrap;justify-content:flex-end;align-items:center;gap:.25rem;display:flex}.donor-events-module__6-xVBG__loadMoreEvents{justify-self:center}.donor-events-module__6-xVBG__eventMenu{z-index:1100;border:1px solid var(--events-line);background:var(--paper);border-radius:.45rem;gap:.2rem;min-width:13rem;padding:.35rem;display:grid;box-shadow:0 .5rem 1.2rem #14343a24}.donor-events-module__6-xVBG__eventMenuItem,.donor-events-module__6-xVBG__eventMenuDanger{color:var(--ink);font-size:var(--text-control);cursor:pointer;border-radius:.3rem;align-items:center;gap:.55rem;padding:.65rem .7rem;display:flex}.donor-events-module__6-xVBG__eventMenuItem:hover,.donor-events-module__6-xVBG__eventMenuItem:focus,.donor-events-module__6-xVBG__eventMenuDanger:hover,.donor-events-module__6-xVBG__eventMenuDanger:focus{background:var(--events-soft);outline:0}.donor-events-module__6-xVBG__eventMenuDanger{color:var(--pink-700)}.donor-events-module__6-xVBG__dateBlock{width:2.7rem;color:var(--events-teal);text-transform:uppercase;place-items:center;display:grid}.donor-events-module__6-xVBG__dateBlock strong{font-size:.7rem}.donor-events-module__6-xVBG__dateBlock span{font-size:1.25rem;font-weight:700}.donor-events-module__6-xVBG__rowCopy{gap:.25rem;min-width:0;display:grid}.donor-events-module__6-xVBG__rowCopy strong{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.donor-events-module__6-xVBG__rowCopy small{color:var(--muted)}.donor-events-module__6-xVBG__status{background:var(--line-soft);border-radius:999px;align-items:center;width:fit-content;min-height:1.55rem;padding:.15rem .5rem;font-size:.72rem;font-weight:700;display:inline-flex}.donor-events-module__6-xVBG__status[data-status=published]{color:#2c6935;background:#e6f3e8}.donor-events-module__6-xVBG__status[data-status=cancelled]{color:#9d2b5b;background:#fff1f5}.donor-events-module__6-xVBG__status[data-status=archived]{color:var(--muted)}.donor-events-module__6-xVBG__workingDraftLabel{color:var(--events-teal);font-size:var(--text-caption);font-weight:var(--font-weight-semibold);margin-top:.3rem;display:block}.donor-events-module__6-xVBG__emptyState{min-height:15rem;color:var(--muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.55rem;padding:2rem;display:flex}.donor-events-module__6-xVBG__emptyState p{max-width:23rem;margin:0}.donor-events-module__6-xVBG__error{color:#8d1f52;background:#fff5f8;border:1px solid #d95b8f;border-radius:.45rem;padding:.8rem 1rem}.donor-events-module__6-xVBG__previewDialogBackdrop{z-index:1800;background:#122529b8;padding:1rem;display:grid;position:fixed;inset:0}.donor-events-module__6-xVBG__previewDialog{border:1px solid var(--events-line);background:var(--paper);border-radius:.65rem;grid-template-rows:auto minmax(0,1fr);width:100%;height:100%;min-height:0;display:grid;overflow:hidden}.donor-events-module__6-xVBG__previewDialog:focus-visible{outline:0}.donor-events-module__6-xVBG__previewDialogHeader{border-bottom:1px solid var(--events-line);justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 1rem;display:flex}.donor-events-module__6-xVBG__previewDialogHeader>div:first-child{gap:.15rem;min-width:0;display:grid}.donor-events-module__6-xVBG__previewDialogHeader span,.donor-events-module__6-xVBG__previewDialogActions{align-items:center;gap:.45rem;display:flex}.donor-events-module__6-xVBG__previewDialogHeader span{color:var(--events-teal);font-size:var(--text-caption);font-weight:var(--font-weight-semibold)}.donor-events-module__6-xVBG__previewDialogHeader h2,.donor-events-module__6-xVBG__previewDialogHeader p{margin:0}.donor-events-module__6-xVBG__previewDialogHeader h2{text-overflow:ellipsis;white-space:nowrap;font-size:1rem;overflow:hidden}.donor-events-module__6-xVBG__previewDialogHeader p{color:var(--muted);font-size:var(--text-caption)}.donor-events-module__6-xVBG__previewDialogBody{background:var(--wash);min-width:0;min-height:0;overflow:auto}.donor-events-module__6-xVBG__previewFailure{color:var(--ink);padding:1.5rem}.donor-events-module__6-xVBG__previewFailure p{max-width:44rem}.donor-events-module__6-xVBG__previewDialogBody>iframe{background:var(--paper);border:0;width:100%;height:100%;display:block}.donor-events-module__6-xVBG__spinner{animation:.9s linear infinite donor-events-module__6-xVBG__spin}@keyframes donor-events-module__6-xVBG__spin{to{transform:rotate(360deg)}}@media (max-width:62rem){.donor-events-module__6-xVBG__libraryTools{flex-direction:column;align-items:stretch}.donor-events-module__6-xVBG__eventSearch,.donor-events-module__6-xVBG__eventFilters{width:100%}}@media (max-width:40rem){.donor-events-module__6-xVBG__eventFilters{grid-template-columns:repeat(3,minmax(0,1fr));width:100%;display:grid;overflow:visible}.donor-events-module__6-xVBG__eventFilters button{width:100%;padding-inline:.5rem}.donor-events-module__6-xVBG__eventTableFrame{overflow:hidden}.donor-events-module__6-xVBG__eventTable{min-width:0}.donor-events-module__6-xVBG__eventTable thead{display:none}.donor-events-module__6-xVBG__eventTable tbody,.donor-events-module__6-xVBG__eventTable tr,.donor-events-module__6-xVBG__eventTable td{width:100%;display:block}.donor-events-module__6-xVBG__eventTable tr{border-bottom:1px solid var(--events-line);grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem 1rem;padding:1rem;display:grid}.donor-events-module__6-xVBG__eventTable td{border:0;gap:.2rem;padding:0;display:grid}.donor-events-module__6-xVBG__eventTable td:before{content:attr(data-label);color:var(--muted);font-size:var(--text-caption);font-weight:var(--font-weight-semibold)}.donor-events-module__6-xVBG__eventTable td:first-child,.donor-events-module__6-xVBG__eventTable td:last-child{grid-column:1/-1}.donor-events-module__6-xVBG__eventTable td:first-child:before,.donor-events-module__6-xVBG__eventTable td:last-child:before{content:none}.donor-events-module__6-xVBG__libraryEvent{min-width:0}.donor-events-module__6-xVBG__libraryActions{justify-content:flex-start;padding-top:.2rem}.donor-events-module__6-xVBG__previewDialogBackdrop{padding:0}.donor-events-module__6-xVBG__previewDialog{border:0;border-radius:0}.donor-events-module__6-xVBG__previewDialogHeader{padding-top:max(.85rem, env(safe-area-inset-top));flex-direction:column;align-items:stretch}.donor-events-module__6-xVBG__previewDialogActions{flex-wrap:wrap}.donor-events-module__6-xVBG__previewDialogActions>button:last-child{margin-left:auto}}@media (prefers-reduced-motion:reduce){.donor-events-module__6-xVBG__spinner{animation:none}}
.appointment-form-module__8pGNuG__overlay{z-index:50;background:color-mix(in srgb, var(--ink), transparent 72%);justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.appointment-form-module__8pGNuG__dialog{border:1px solid color-mix(in srgb, var(--ink), transparent 60%);background:var(--paper);overscroll-behavior:contain;border-radius:24px 24px 0 0;flex-direction:column;width:100%;max-height:96dvh;padding:20px;display:flex;overflow:hidden}.appointment-form-module__8pGNuG__header{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.appointment-form-module__8pGNuG__title{color:var(--ink);font-family:var(--font-display);font-size:clamp(2rem,5vw,2.5rem);font-weight:var(--font-weight-regular);line-height:1.05}.appointment-form-module__8pGNuG__title:focus{outline:none}.appointment-form-module__8pGNuG__intro{max-width:600px;color:var(--body);font-size:var(--text-body-sm);margin-top:8px}.appointment-form-module__8pGNuG__recoveryLink{min-height:44px;color:var(--teal-900);font-weight:var(--font-weight-semibold);text-underline-offset:4px;align-self:flex-start;align-items:center;margin-top:16px;text-decoration:underline;display:inline-flex}.appointment-form-module__8pGNuG__closeButton{border-radius:50%;flex:none;width:44px;min-height:44px}.appointment-form-module__8pGNuG__responseLine{color:var(--teal-900);font-size:var(--text-body-sm);font-weight:var(--font-weight-medium);align-items:center;gap:9px;margin-top:16px;display:flex}.appointment-form-module__8pGNuG__responseLine svg{stroke-width:2px;flex:none;width:18px;height:18px}.appointment-form-module__8pGNuG__form{grid-template-rows:minmax(0,1fr) auto;min-height:0;margin-top:20px;display:grid;overflow:hidden}.appointment-form-module__8pGNuG__formBody{overscroll-behavior:contain;flex-direction:column;gap:20px;min-height:0;padding-right:4px;display:flex;overflow-y:auto}.appointment-form-module__8pGNuG__notice{border:1px solid var(--line-soft);background:var(--teal-50);color:var(--body);font-size:var(--text-body-sm);border-radius:10px;padding:12px 14px}.appointment-form-module__8pGNuG__section{flex-direction:column;gap:12px;display:flex}.appointment-form-module__8pGNuG__section+.appointment-form-module__8pGNuG__section,.appointment-form-module__8pGNuG__optionalSection{border-top:1px solid var(--line-soft);padding-top:18px}.appointment-form-module__8pGNuG__sectionTitle{color:var(--ink);font-size:var(--text-body);font-weight:var(--font-weight-semibold);line-height:var(--leading-tight)}.appointment-form-module__8pGNuG__sectionHeading{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.appointment-form-module__8pGNuG__sectionHelp{color:var(--body);font-size:var(--text-label);line-height:1.4}.appointment-form-module__8pGNuG__fieldGrid,.appointment-form-module__8pGNuG__scheduleGrid{gap:12px;display:grid}.appointment-form-module__8pGNuG__field{min-width:0;color:var(--ink);font-size:var(--text-body-sm);font-weight:var(--font-weight-medium);flex-direction:column;gap:7px;display:flex}.appointment-form-module__8pGNuG__control{border:1px solid var(--line);background:var(--white);width:100%;min-height:48px;color:var(--ink);font-family:var(--font-ui);font-size:var(--text-body-sm);font-weight:var(--font-weight-regular);line-height:var(--leading-control);border-radius:10px;padding:11px 14px}.appointment-form-module__8pGNuG__control:hover,.appointment-form-module__8pGNuG__control:focus-visible{border-color:var(--teal-700)}.appointment-form-module__8pGNuG__help{color:var(--body);font-size:var(--text-label);font-weight:var(--font-weight-regular);line-height:1.45}.appointment-form-module__8pGNuG__contactFieldset{border:0;min-width:0;padding:0}.appointment-form-module__8pGNuG__contactOptions{border:1px solid var(--line);background:var(--white);border-radius:10px;grid-template-columns:repeat(2,minmax(0,1fr));display:grid;overflow:hidden}.appointment-form-module__8pGNuG__contactChoice{cursor:pointer;min-height:48px;color:var(--body);font-size:var(--text-body-sm);font-weight:var(--font-weight-medium);justify-content:center;align-items:center;gap:8px;padding:10px 14px;transition:background-color .14s,color .14s;display:flex;position:relative}.appointment-form-module__8pGNuG__contactChoice+.appointment-form-module__8pGNuG__contactChoice{border-left:1px solid var(--line)}.appointment-form-module__8pGNuG__contactChoice:has(input:checked){background:var(--teal-100);color:var(--teal-900)}.appointment-form-module__8pGNuG__contactRadio{width:16px;height:16px;accent-color:var(--teal-700);margin:0}.appointment-form-module__8pGNuG__textConsent{margin-top:8px}.appointment-form-module__8pGNuG__optionalSection{flex-direction:column;gap:12px;display:flex}.appointment-form-module__8pGNuG__optionalTrigger{width:100%;min-height:44px;color:var(--teal-900);font-size:var(--text-body-sm);justify-content:space-between;padding-inline:0}.appointment-form-module__8pGNuG__optionalLabel{text-align:left;gap:2px;display:grid}.appointment-form-module__8pGNuG__optionalHelp{color:var(--body);font-size:var(--text-label);font-weight:var(--font-weight-regular)}.appointment-form-module__8pGNuG__optionalTrigger svg{transition:transform .14s}.appointment-form-module__8pGNuG__optionalTrigger[aria-expanded=true] svg{transform:rotate(180deg)}.appointment-form-module__8pGNuG__optionalContent{flex-direction:column;gap:16px;display:flex}.appointment-form-module__8pGNuG__optionalContent[hidden]{display:none}.appointment-form-module__8pGNuG__intentGrid{gap:8px;display:grid}.appointment-form-module__8pGNuG__intentButton{border:1px solid var(--line);background:var(--white);min-height:44px;color:var(--ink);font-size:var(--text-control);font-weight:var(--font-weight-medium);text-align:left;border-radius:10px;padding:9px 13px;transition:background-color .14s,border-color .14s,color .14s}.appointment-form-module__8pGNuG__intentButton:hover,.appointment-form-module__8pGNuG__intentButton[aria-pressed=true]{border-color:var(--teal-700)}.appointment-form-module__8pGNuG__intentButton[aria-pressed=true]{background:var(--teal-100);color:var(--teal-900)}.appointment-form-module__8pGNuG__message{resize:vertical;min-height:88px}.appointment-form-module__8pGNuG__footer{margin-inline:-20px;border-top:1px solid var(--line-soft);background:var(--paper);gap:12px;margin-bottom:-20px;padding:14px 20px 20px;display:grid;position:static}.appointment-form-module__8pGNuG__privacy{color:var(--body);font-size:var(--text-label);line-height:1.45}.appointment-form-module__8pGNuG__error{color:var(--pink-700);font-size:var(--text-body-sm);font-weight:var(--font-weight-medium)}.appointment-form-module__8pGNuG__submitButton{min-height:48px;font-size:var(--text-body-sm);font-weight:var(--font-weight-semibold);border-radius:10px}.appointment-form-module__8pGNuG__success{border:1px solid var(--line-soft);background:var(--teal-50);border-radius:14px;margin-block:28px;padding:24px}.appointment-form-module__8pGNuG__successTitle{color:var(--teal-900);font-size:1.25rem;font-weight:var(--font-weight-semibold)}.appointment-form-module__8pGNuG__successBody{color:var(--body);margin-top:8px}.appointment-form-module__8pGNuG__successConfirmation{color:var(--body);font-weight:var(--font-weight-medium);margin-top:12px}@media (min-width:640px){.appointment-form-module__8pGNuG__overlay{align-items:center;padding:24px}.appointment-form-module__8pGNuG__dialog{border-radius:20px;max-width:720px;min-height:min(680px,92dvh);max-height:92dvh;padding:28px 30px}.appointment-form-module__8pGNuG__fieldGrid,.appointment-form-module__8pGNuG__scheduleGrid,.appointment-form-module__8pGNuG__intentGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.appointment-form-module__8pGNuG__fullWidth{grid-column:1/-1}.appointment-form-module__8pGNuG__footer{margin-inline:-30px;grid-template-columns:minmax(0,1fr) auto;align-items:center;margin-bottom:-28px;padding:14px 30px 28px}.appointment-form-module__8pGNuG__submitButton{min-width:220px}}@media (max-height:560px){.appointment-form-module__8pGNuG__dialog{display:block;overflow-y:auto}.appointment-form-module__8pGNuG__form{flex-direction:column;display:flex;overflow:visible}.appointment-form-module__8pGNuG__formBody{overflow:visible}}
.panel-module__szxIFa__panel{border-left:1px solid var(--line-soft);background:var(--paper);flex-direction:column;min-width:0;min-height:0;display:flex}.panel-module__szxIFa__panelHead{border-bottom:1px solid var(--line-soft);flex:none;gap:.35rem;padding:1rem 1.25rem .875rem;display:grid}.panel-module__szxIFa__panelHead h2{font-family:var(--font-admin);font-size:1.125rem;font-weight:var(--font-weight-semibold);line-height:var(--leading-tight,1.2);color:var(--ink);overflow-wrap:anywhere;margin:.5rem 0 0}.panel-module__szxIFa__panelHead p{font-size:var(--text-control);color:var(--muted);margin:0}.panel-module__szxIFa__outline{grid-template-columns:minmax(0,1fr) auto;gap:.5rem;display:grid}.panel-module__szxIFa__panelBody{overscroll-behavior:contain;flex:auto;min-height:0;padding:1rem 1.25rem 1.5rem;overflow-y:auto;container:editor-panel/inline-size}.panel-module__szxIFa__panelFoot{padding:.875rem 1.25rem calc(.875rem + env(safe-area-inset-bottom,0px));border-top:1px solid var(--line-soft);background:var(--paper);flex:none}.panel-module__szxIFa__form,.panel-module__szxIFa__stack,.panel-module__szxIFa__formSection,.panel-module__szxIFa__sectionForm,.panel-module__szxIFa__itemStack,.panel-module__szxIFa__occurrenceEditor,.panel-module__szxIFa__recurrenceEditor{flex-direction:column;gap:1rem;min-width:0;display:flex}.panel-module__szxIFa__formGrid{grid-template-columns:minmax(0,1fr);gap:1rem;display:grid}@container editor-panel (min-width:40rem){.panel-module__szxIFa__formGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}.panel-module__szxIFa__form input,.panel-module__szxIFa__form textarea{min-width:0;max-width:100%}.panel-module__szxIFa__card,.panel-module__szxIFa__itemEditor,.panel-module__szxIFa__nestedItem,.panel-module__szxIFa__occurrenceRow{border:1px solid var(--line-soft);background:var(--white);border-radius:.5rem;flex-direction:column;gap:.875rem;min-width:0;padding:.875rem;display:flex}.panel-module__szxIFa__nestedItem{background:var(--cream)}.panel-module__szxIFa__cardHeader,.panel-module__szxIFa__itemHeader{min-width:0;font-size:var(--text-body-sm);color:var(--ink);justify-content:space-between;align-items:center;gap:.5rem;display:flex}.panel-module__szxIFa__cardHeader strong,.panel-module__szxIFa__itemHeader strong,.panel-module__szxIFa__groupTitle{font-weight:var(--font-weight-semibold);font-size:var(--text-body-sm);color:var(--ink)}.panel-module__szxIFa__iconRow{gap:.125rem;display:flex}.panel-module__szxIFa__rowActions,.panel-module__szxIFa__inlineActions,.panel-module__szxIFa__sectionTools{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.panel-module__szxIFa__labelRow{justify-content:space-between;align-items:baseline;gap:.5rem;display:flex}.panel-module__szxIFa__counter{font-size:var(--text-label);font-variant-numeric:tabular-nums;color:var(--muted)}.panel-module__szxIFa__counter[data-over]{color:var(--pink-700)}.panel-module__szxIFa__breakable{overflow-wrap:anywhere}.panel-module__szxIFa__help,.panel-module__szxIFa__helper{font-size:var(--text-control);color:var(--muted);margin:0}.panel-module__szxIFa__problem{background:var(--pink-50);color:var(--pink-700);font-size:var(--text-body-sm);border-radius:.375rem;margin:0 0 1rem;padding:.6rem .75rem}.panel-module__szxIFa__blockIssues{background:var(--pin-soft,#fff3d6);color:var(--pin,#7a4a00);font-size:var(--text-control);border-radius:.375rem;gap:.375rem;margin:0 0 1rem;padding:.625rem .75rem;list-style:none;display:grid}.panel-module__szxIFa__blockIssues li{align-items:flex-start;gap:.4rem;display:flex}.panel-module__szxIFa__blockIssues svg{flex:none;margin-top:.15rem}.panel-module__szxIFa__readyCard{font-size:var(--text-control);color:var(--body);flex-direction:column;align-items:flex-start;gap:.35rem;display:flex}.panel-module__szxIFa__readyCard strong{font-size:var(--text-body-sm);font-weight:var(--font-weight-semibold);color:var(--teal-700)}.panel-module__szxIFa__readyCard[data-tone=pending] strong{color:var(--pin,#7a4a00)}.panel-module__szxIFa__readyCard ul{gap:.25rem;margin:0;padding-left:1.1rem;display:grid}.panel-module__szxIFa__textButton{font:inherit;font-size:var(--text-control);font-weight:var(--font-weight-medium);color:var(--teal-700);text-align:left;cursor:pointer;background:0 0;border:0;padding:0}.panel-module__szxIFa__textButton:hover{text-decoration:underline}.panel-module__szxIFa__fileDrop{border:1px dashed var(--line);background:var(--white);min-width:0;font-size:var(--text-control);font-weight:var(--font-weight-medium);color:var(--body);cursor:pointer;border-radius:.375rem;flex-direction:column;gap:.375rem;padding:.75rem;display:flex}.panel-module__szxIFa__fileDrop:focus-within{border-color:var(--teal-600)}.panel-module__szxIFa__checkRow{border:1px solid var(--line-soft);background:var(--white);cursor:pointer;border-radius:.375rem;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:.6rem;padding:.75rem;display:grid}.panel-module__szxIFa__checkRow strong{font-size:var(--text-body-sm);font-weight:var(--font-weight-medium);color:var(--ink);display:block}.panel-module__szxIFa__staged{gap:.375rem;margin:0;display:grid}.panel-module__szxIFa__staged img{object-fit:contain;background:var(--cream);border-radius:.25rem;max-width:100%;max-height:14rem}.panel-module__szxIFa__staged figcaption{font-size:var(--text-control);color:var(--muted)}.panel-module__szxIFa__assetList{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.panel-module__szxIFa__assetList li{border:1px solid var(--line-soft);background:var(--white);font-size:var(--text-control);border-radius:.375rem;justify-content:space-between;align-items:center;gap:.75rem;padding:.6rem .75rem;display:flex}.panel-module__szxIFa__assetList li>div{flex-direction:column;gap:.15rem;min-width:0;display:flex}.panel-module__szxIFa__assetList strong{text-overflow:ellipsis;white-space:nowrap;color:var(--ink);overflow:hidden}.panel-module__szxIFa__assetList span{color:var(--muted)}.panel-module__szxIFa__scheduleFieldset,.panel-module__szxIFa__weekdayFieldset,.panel-module__szxIFa__dateTime{border:0;gap:.5rem;min-width:0;margin:0;padding:0;display:grid}.panel-module__szxIFa__scheduleFieldset legend,.panel-module__szxIFa__weekdayFieldset legend{font-size:var(--text-body-sm);font-weight:var(--font-weight-semibold);color:var(--ink);margin-bottom:.5rem;padding:0}.panel-module__szxIFa__scheduleChoices{gap:.5rem;display:grid}.panel-module__szxIFa__scheduleChoice{border:1px solid var(--line-soft);background:var(--white);cursor:pointer;border-radius:.5rem;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:.625rem;padding:.7rem .8rem;display:grid}.panel-module__szxIFa__scheduleChoice[data-selected]{border-color:var(--teal-600);background:var(--teal-50)}.panel-module__szxIFa__scheduleChoice span{gap:.125rem;min-width:0;display:grid}.panel-module__szxIFa__scheduleChoice strong{font-size:var(--text-body-sm);font-weight:var(--font-weight-medium);color:var(--ink)}.panel-module__szxIFa__scheduleChoice small{font-size:var(--text-control);color:var(--muted);line-height:1.35}.panel-module__szxIFa__dateTimeRow{grid-template-columns:minmax(0,1.25fr) minmax(0,1fr);gap:.5rem;display:grid}.panel-module__szxIFa__occurrenceHeading{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:.5rem 1rem;display:flex}.panel-module__szxIFa__occurrenceHeading h4,.panel-module__szxIFa__scheduleSummary h4{font-size:var(--text-body-sm);font-weight:var(--font-weight-semibold);color:var(--ink);margin:0}.panel-module__szxIFa__occurrenceHeading p,.panel-module__szxIFa__scheduleSummary p{font-size:var(--text-control);color:var(--muted);margin:.15rem 0 0}.panel-module__szxIFa__occurrenceList{gap:.75rem;margin:0;padding:0;list-style:none;display:grid}.panel-module__szxIFa__intervalControl{font-size:var(--text-body-sm);color:var(--body);grid-template-columns:minmax(0,6rem) auto;align-items:center;gap:.5rem;display:grid}.panel-module__szxIFa__weekdayGrid{flex-wrap:wrap;gap:.375rem;display:flex}.panel-module__szxIFa__weekdayGrid label{border:1px solid var(--line-soft);background:var(--white);font-size:var(--text-control);border-radius:.375rem;align-items:center;gap:.35rem;padding:.35rem .6rem;display:inline-flex}.panel-module__szxIFa__excludedDates{gap:.5rem;display:grid}.panel-module__szxIFa__excludedDates>div{grid-template-columns:minmax(0,1fr) auto;gap:.375rem;display:grid}.panel-module__szxIFa__timezoneNote{font-size:var(--text-control);color:var(--muted);align-items:center;gap:.375rem;margin:0;display:flex}.panel-module__szxIFa__scheduleSummary{background:var(--cream);border-radius:.5rem;gap:.5rem;padding:.75rem;display:grid}.panel-module__szxIFa__scheduleSummary ol{font-size:var(--text-control);gap:.25rem;margin:0;padding-left:1.1rem;display:grid}.panel-module__szxIFa__scheduleSummary li span+span{color:var(--muted);margin-left:.3rem}.panel-module__szxIFa__scheduleSummary small{font-size:var(--text-control);color:var(--muted)}.panel-module__szxIFa__richText{gap:.375rem;min-width:0;display:grid}.panel-module__szxIFa__richLabel{font-size:var(--text-label);font-weight:var(--font-weight-semibold);color:var(--ink)}.panel-module__szxIFa__richToolbar{border:1px solid var(--line-soft);background:var(--cream);border-bottom:0;border-radius:.375rem .375rem 0 0;flex-wrap:wrap;gap:.125rem;padding:.25rem;display:flex}.panel-module__szxIFa__richToolbar [aria-pressed=true]{background:var(--teal-100);color:var(--teal-900)}.panel-module__szxIFa__richSurface{background:var(--white);min-height:8rem;max-height:28rem;font-size:var(--text-body-sm);color:var(--ink);overflow-wrap:anywhere;border:1px solid #c7d2cf;border-radius:0 0 .375rem .375rem;padding:.625rem .75rem;line-height:1.55;overflow-y:auto}.panel-module__szxIFa__richSurface:first-child,.panel-module__szxIFa__richLabel+.panel-module__szxIFa__richSurface{border-radius:.375rem}.panel-module__szxIFa__richSurface:focus-visible{outline:2px solid var(--teal-600);outline-offset:-2px}.panel-module__szxIFa__richSurface>:first-child{margin-top:0}.panel-module__szxIFa__richSurface p,.panel-module__szxIFa__richSurface ul,.panel-module__szxIFa__richSurface ol{margin:0 0 .6rem}.panel-module__szxIFa__richSurface h2,.panel-module__szxIFa__richSurface h3,.panel-module__szxIFa__richSurface h4{margin:.9rem 0 .35rem;line-height:1.25}.panel-module__szxIFa__richSurface h2{font-size:1.2rem}.panel-module__szxIFa__richSurface h3{font-size:1.05rem}.panel-module__szxIFa__richSurface h4{font-size:var(--text-body-sm)}.panel-module__szxIFa__richSurface a{color:var(--teal-700);text-decoration:underline}.panel-module__szxIFa__linkForm,.panel-module__szxIFa__offer{border:1px solid var(--line-soft);background:var(--cream);border-radius:.375rem;gap:.75rem;padding:.75rem;display:grid}.panel-module__szxIFa__offer span{font-size:var(--text-control);color:var(--body)}@media (max-width:60rem){.panel-module__szxIFa__panel{border-top:1px solid var(--line-soft);border-left:0}}
.visit-documentation-module__mmxBHq__page{grid-template-rows:auto auto auto auto 1fr auto;min-height:calc(100dvh - 64px);display:grid}.visit-documentation-module__mmxBHq__backRow{margin-bottom:12px}.visit-documentation-module__mmxBHq__backRow a{color:var(--teal-700);font-size:.8125rem;font-weight:var(--font-weight-semibold)}.visit-documentation-module__mmxBHq__header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px;display:flex}.visit-documentation-module__mmxBHq__header h1{letter-spacing:-.025em;font-size:clamp(1.75rem,2.5vw,2.25rem);line-height:1.1}.visit-documentation-module__mmxBHq__header p{color:var(--teal-900);font-size:1rem;font-weight:var(--font-weight-semibold);margin-top:5px}.visit-documentation-module__mmxBHq__draftStatus{border:1px solid var(--line);background:var(--surface);color:var(--body);font-size:.75rem;font-weight:var(--font-weight-medium);border-radius:999px;padding:6px 10px}.visit-documentation-module__mmxBHq__appointmentBand{border:1px solid var(--line);background:var(--paper);border-radius:7px;grid-template-columns:repeat(4,minmax(140px,1fr)) auto;align-items:center;margin-bottom:18px;padding:12px 14px;display:grid}.visit-documentation-module__mmxBHq__appointmentBand>div{border-right:1px solid var(--line-soft);align-items:center;gap:10px;min-width:0;padding:0 14px;display:flex}.visit-documentation-module__mmxBHq__appointmentBand>div:first-child{padding-left:0}.visit-documentation-module__mmxBHq__appointmentBand>div>span{gap:2px;min-width:0;display:grid}.visit-documentation-module__mmxBHq__appointmentBand strong,.visit-documentation-module__mmxBHq__appointmentBand small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.visit-documentation-module__mmxBHq__appointmentBand strong{font-size:.75rem}.visit-documentation-module__mmxBHq__appointmentBand small{color:var(--muted);font-size:.6875rem}.visit-documentation-module__mmxBHq__appointmentBand>a{min-height:40px;color:var(--teal-700);font-size:.75rem;font-weight:var(--font-weight-semibold);white-space:nowrap;align-items:center;gap:6px;padding-left:16px;display:inline-flex}.visit-documentation-module__mmxBHq__assignees{align-items:center;font-size:.75rem;display:flex!important}.visit-documentation-module__mmxBHq__sections{border-bottom:1px solid var(--line);grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:20px;display:grid}.visit-documentation-module__mmxBHq__sections button{justify-content:center;align-items:center;gap:8px;min-height:50px;display:flex;color:var(--body)!important;border-bottom:3px solid #0000!important;font-size:.8125rem!important}.visit-documentation-module__mmxBHq__sections button span{border:1px solid var(--line);border-radius:50%;place-items:center;width:24px;height:24px;font-size:.6875rem;display:grid}.visit-documentation-module__mmxBHq__sections button[aria-current=step]{border-bottom-color:var(--teal-700)!important;color:var(--teal-800)!important;font-weight:var(--font-weight-semibold)!important}.visit-documentation-module__mmxBHq__sections button[aria-current=step] span{border-color:var(--teal-700);background:var(--teal-700);color:#fff}.visit-documentation-module__mmxBHq__error,.visit-documentation-module__mmxBHq__notice{border:1px solid var(--line);border-radius:6px;margin-bottom:12px;padding:10px 12px;font-size:.8125rem}.visit-documentation-module__mmxBHq__error{border-color:var(--pink-500);background:var(--pink-50);color:var(--pink-800)}.visit-documentation-module__mmxBHq__notice{background:var(--teal-50);color:var(--teal-900);border-color:#9cc8c4}.visit-documentation-module__mmxBHq__formCanvas{border:1px solid var(--line);background:var(--paper);border-radius:7px;min-width:0}.visit-documentation-module__mmxBHq__formFieldset{border:0;min-width:0;padding:0}.visit-documentation-module__mmxBHq__formSection{gap:20px;padding:22px 24px 28px;display:grid}.visit-documentation-module__mmxBHq__sectionHeading{border-bottom:1px solid var(--line-soft);justify-content:space-between;align-items:flex-start;gap:18px;padding-bottom:16px;display:flex}.visit-documentation-module__mmxBHq__sectionHeading h2{font-size:1.125rem;line-height:1.25}.visit-documentation-module__mmxBHq__sectionHeading p,.visit-documentation-module__mmxBHq__help,.visit-documentation-module__mmxBHq__fileSection p,.visit-documentation-module__mmxBHq__emptyAction p,.visit-documentation-module__mmxBHq__reviewSummary p{color:var(--body);margin-top:4px;font-size:.75rem;line-height:1.45}.visit-documentation-module__mmxBHq__label{color:var(--ink);font-size:.75rem;font-weight:var(--font-weight-semibold)}.visit-documentation-module__mmxBHq__twoColumns{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 20px;display:grid}.visit-documentation-module__mmxBHq__countGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.visit-documentation-module__mmxBHq__checkRows{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.visit-documentation-module__mmxBHq__checkRows label{border:1px solid var(--line);border-radius:6px;align-items:center;gap:10px;min-height:48px;padding:10px 12px;font-size:.8125rem;display:flex}.visit-documentation-module__mmxBHq__multiField{position:relative}.visit-documentation-module__mmxBHq__multiTrigger{justify-content:space-between;width:100%}.visit-documentation-module__mmxBHq__selectionChips{flex-wrap:wrap;gap:6px;margin-top:8px;display:flex}.visit-documentation-module__mmxBHq__selectionChip{background:var(--teal-50)!important;min-height:30px!important;color:var(--teal-900)!important;border:1px solid #b8d7d5!important;border-radius:999px!important;gap:5px!important;padding:4px 9px!important;font-size:.6875rem!important}.visit-documentation-module__mmxBHq__multiPanel{border:1px solid var(--line);background:var(--paper);border-radius:6px;gap:10px;margin-top:8px;padding:12px;display:grid}.visit-documentation-module__mmxBHq__multiSearch{align-items:center;gap:8px;display:flex}.visit-documentation-module__mmxBHq__multiSearch input{flex:1}.visit-documentation-module__mmxBHq__multiOptions{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 20px;max-height:300px;padding:4px;display:grid;overflow-y:auto}.visit-documentation-module__mmxBHq__multiOptions fieldset{border:0;align-content:start;gap:5px;display:grid}.visit-documentation-module__mmxBHq__multiOptions legend{color:var(--muted);font-size:.6875rem;font-weight:var(--font-weight-semibold);text-transform:uppercase;letter-spacing:.04em;margin-bottom:5px}.visit-documentation-module__mmxBHq__multiOptions label{align-items:flex-start;gap:8px;padding:5px 0;font-size:.75rem;line-height:1.35;display:flex}.visit-documentation-module__mmxBHq__singleOptions{max-height:300px;display:grid;overflow-y:auto}.visit-documentation-module__mmxBHq__singleOptions>button{justify-content:flex-start;gap:8px;border-bottom:1px solid var(--line-soft)!important;color:var(--ink)!important;text-align:left!important;border-radius:0!important;padding:9px 8px!important;font-size:.75rem!important}.visit-documentation-module__mmxBHq__singleOptions>button:last-child{border-bottom:0!important}.visit-documentation-module__mmxBHq__singleOptions>button>span[aria-hidden=true]{width:15px}.visit-documentation-module__mmxBHq__tristate{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.visit-documentation-module__mmxBHq__tristate button{border-radius:0!important}.visit-documentation-module__mmxBHq__tristate button:first-child{border-radius:6px 0 0 6px!important}.visit-documentation-module__mmxBHq__tristate button:last-child{border-radius:0 6px 6px 0!important}.visit-documentation-module__mmxBHq__protectedField{background:var(--teal-50);border:1px solid #9cc8c4;border-radius:6px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:14px;display:grid}.visit-documentation-module__mmxBHq__protectedField small{color:var(--teal-900);font-size:.6875rem;font-weight:var(--font-weight-semibold)}.visit-documentation-module__mmxBHq__emptyAction,.visit-documentation-module__mmxBHq__fileSection{border:1px solid var(--line);background:var(--surface);border-radius:6px;justify-content:space-between;align-items:center;gap:16px;padding:14px;display:flex}.visit-documentation-module__mmxBHq__fileUploadList{gap:8px;margin:0;padding:0;list-style:none;display:grid}.visit-documentation-module__mmxBHq__fileUploadList li{border:1px solid var(--line);background:var(--paper);border-radius:6px;justify-content:space-between;align-items:center;gap:12px;min-width:0;padding:10px 12px;display:flex}.visit-documentation-module__mmxBHq__fileUploadList li[data-status=failed]{background:#fff4f4;border-color:#d9a0a0}.visit-documentation-module__mmxBHq__fileUploadList li[data-status=uploaded]{background:#f2f8f3;border-color:#8fb795}.visit-documentation-module__mmxBHq__fileUploadList li[data-status=duplicate]{background:var(--surface)}.visit-documentation-module__mmxBHq__fileUploadList li>div{gap:2px;min-width:0;display:grid}.visit-documentation-module__mmxBHq__fileUploadList strong,.visit-documentation-module__mmxBHq__fileUploadList span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.visit-documentation-module__mmxBHq__fileUploadList span{color:var(--body);font-size:var(--text-caption)}.visit-documentation-module__mmxBHq__emptyAction>div{gap:8px;display:flex}.visit-documentation-module__mmxBHq__addBenefit{grid-template-columns:minmax(0,1fr) auto;gap:10px;display:grid}.visit-documentation-module__mmxBHq__benefits{border-top:1px solid var(--line);display:grid}.visit-documentation-module__mmxBHq__benefits>div{border-bottom:1px solid var(--line-soft);grid-template-columns:minmax(220px,1.5fr) repeat(3,minmax(100px,.7fr)) auto;align-items:end;gap:12px;padding:14px 0;display:grid}.visit-documentation-module__mmxBHq__reviewSummary{background:var(--teal-50);border:1px solid #9cc8c4;border-radius:6px;align-items:flex-start;gap:10px;padding:14px;display:flex}.visit-documentation-module__mmxBHq__clinicalNotes{grid-template-columns:minmax(0,2fr) minmax(200px,1fr);align-items:start;gap:16px 20px;display:grid}.visit-documentation-module__mmxBHq__addEntry{grid-template-columns:minmax(0,1fr) auto;gap:10px;display:grid}.visit-documentation-module__mmxBHq__visibilityLock{border:1px solid var(--pink-500);background:var(--pink-50);border-radius:6px;gap:12px;padding:14px;display:grid}.visit-documentation-module__mmxBHq__visibilityHeading{align-items:flex-start;gap:10px;display:flex}.visit-documentation-module__mmxBHq__visibilityHeading svg{color:var(--pink-700);flex-shrink:0}.visit-documentation-module__mmxBHq__visibilityHeading strong{font-size:.8125rem}.visit-documentation-module__mmxBHq__visibilityHeading p{color:var(--body);margin-top:2px;font-size:.75rem;line-height:1.45}.visit-documentation-module__mmxBHq__visibilityToggle{font-size:.8125rem;font-weight:var(--font-weight-semibold);align-items:center;gap:10px;display:flex}.visit-documentation-module__mmxBHq__actions{z-index:20;border:1px solid var(--line);background:var(--paper);padding:12px 18px calc(12px + env(safe-area-inset-bottom));border-radius:7px 7px 0 0;justify-content:space-between;align-items:center;gap:18px;margin-top:18px;display:flex;position:sticky;bottom:0;box-shadow:0 -6px 18px #0d242a0f}.visit-documentation-module__mmxBHq__actions>span{color:var(--body);font-size:.75rem}.visit-documentation-module__mmxBHq__actions>div{gap:10px;display:flex}.visit-documentation-module__mmxBHq__queueFilters{justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;display:flex}.visit-documentation-module__mmxBHq__queueFilters>div{flex-wrap:wrap;gap:7px;display:flex}.visit-documentation-module__mmxBHq__queueFilters>label{white-space:nowrap;align-items:center;gap:8px;min-height:40px;font-size:.75rem;display:flex}.visit-documentation-module__mmxBHq__queue{border:1px solid var(--line);background:var(--paper);border-radius:7px;margin-bottom:14px;display:grid;overflow:hidden}.visit-documentation-module__mmxBHq__taskRow{border-bottom:1px solid var(--line-soft);min-width:0;min-height:74px;color:var(--ink);grid-template-columns:auto minmax(180px,1.4fr) minmax(170px,.8fr) minmax(170px,.8fr) auto;align-items:center;gap:14px;padding:12px 16px;display:grid}.visit-documentation-module__mmxBHq__taskRow:last-child{border-bottom:0}.visit-documentation-module__mmxBHq__taskRow:hover,.visit-documentation-module__mmxBHq__taskRow:focus-visible{background:var(--teal-50)}.visit-documentation-module__mmxBHq__taskRow>span{align-items:center;gap:7px;min-width:0;font-size:.75rem;display:flex}.visit-documentation-module__mmxBHq__taskRow>span:nth-child(2){gap:3px;display:grid}.visit-documentation-module__mmxBHq__taskRow strong,.visit-documentation-module__mmxBHq__taskRow small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.visit-documentation-module__mmxBHq__taskRow small{color:var(--body)}.visit-documentation-module__mmxBHq__taskIcon{border:1px solid var(--line);background:var(--surface);border-radius:50%;place-items:center;width:38px;height:38px;display:grid!important}.visit-documentation-module__mmxBHq__queueEmpty{text-align:center;align-content:center;place-items:center;gap:6px;min-height:220px;padding:24px;display:grid}.visit-documentation-module__mmxBHq__catalogManager{gap:18px;display:grid}.visit-documentation-module__mmxBHq__catalogIntro{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.visit-documentation-module__mmxBHq__catalogIntro h2{font-size:1.125rem}.visit-documentation-module__mmxBHq__catalogIntro p,.visit-documentation-module__mmxBHq__catalogNote{color:var(--body);margin-top:5px;font-size:.8125rem;line-height:1.5}.visit-documentation-module__mmxBHq__catalogIntro>div:last-child{align-items:center;gap:12px;display:flex}.visit-documentation-module__mmxBHq__catalogIntro>div:last-child>span{color:var(--muted);font-size:.75rem}.visit-documentation-module__mmxBHq__catalogNote{background:var(--teal-50);border:1px solid #9cc8c4;border-radius:6px;margin:0;padding:12px 14px}.visit-documentation-module__mmxBHq__catalogToolbar,.visit-documentation-module__mmxBHq__catalogAdd{grid-template-columns:minmax(180px,.6fr) minmax(260px,1fr);gap:14px;display:grid}.visit-documentation-module__mmxBHq__catalogAdd{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:minmax(220px,1fr) minmax(180px,.6fr) auto;align-items:end;padding:16px 0}.visit-documentation-module__mmxBHq__catalogRows{display:grid}.visit-documentation-module__mmxBHq__catalogRow{border-bottom:1px solid var(--line-soft);grid-template-columns:minmax(220px,1fr) minmax(150px,.5fr) minmax(260px,1fr) auto;align-items:end;gap:12px;padding:14px 0;display:grid}.visit-documentation-module__mmxBHq__measurements{border:0;align-items:center;gap:10px;display:flex}.visit-documentation-module__mmxBHq__measurements legend{color:var(--ink);font-size:.6875rem;font-weight:var(--font-weight-semibold);margin-bottom:5px}.visit-documentation-module__mmxBHq__measurements label{align-items:center;gap:5px;font-size:.6875rem;display:flex}@media (max-width:980px){.visit-documentation-module__mmxBHq__appointmentBand{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.visit-documentation-module__mmxBHq__appointmentBand>div{border:0;padding:0}.visit-documentation-module__mmxBHq__appointmentBand>a{padding:0}.visit-documentation-module__mmxBHq__benefits>div{grid-template-columns:repeat(3,minmax(0,1fr))}.visit-documentation-module__mmxBHq__benefits>div>strong{grid-column:1/-1}}@media (max-width:760px){.visit-documentation-module__mmxBHq__page{min-height:auto}.visit-documentation-module__mmxBHq__header{align-items:flex-start}.visit-documentation-module__mmxBHq__draftStatus{text-align:right;max-width:150px}.visit-documentation-module__mmxBHq__appointmentBand{display:flex;overflow-x:auto}.visit-documentation-module__mmxBHq__appointmentBand>div{min-width:175px}.visit-documentation-module__mmxBHq__appointmentBand>a{min-width:max-content}.visit-documentation-module__mmxBHq__sections{display:flex;overflow-x:auto}.visit-documentation-module__mmxBHq__sections button{flex:1 0 auto;min-width:126px}.visit-documentation-module__mmxBHq__formSection{gap:18px;padding:18px 14px 22px}.visit-documentation-module__mmxBHq__twoColumns,.visit-documentation-module__mmxBHq__checkRows,.visit-documentation-module__mmxBHq__countGrid,.visit-documentation-module__mmxBHq__clinicalNotes,.visit-documentation-module__mmxBHq__multiOptions{grid-template-columns:1fr}.visit-documentation-module__mmxBHq__protectedField{grid-template-columns:auto minmax(0,1fr)}.visit-documentation-module__mmxBHq__protectedField small{grid-column:2}.visit-documentation-module__mmxBHq__emptyAction,.visit-documentation-module__mmxBHq__fileSection{flex-direction:column;align-items:stretch}.visit-documentation-module__mmxBHq__emptyAction>div{display:grid}.visit-documentation-module__mmxBHq__addBenefit,.visit-documentation-module__mmxBHq__benefits>div{grid-template-columns:1fr}.visit-documentation-module__mmxBHq__actions{flex-direction:column;align-items:stretch}.visit-documentation-module__mmxBHq__actions>div{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.visit-documentation-module__mmxBHq__queueFilters{flex-direction:column;align-items:stretch}.visit-documentation-module__mmxBHq__queueFilters>div{flex-wrap:nowrap;overflow-x:auto}.visit-documentation-module__mmxBHq__taskRow{grid-template-columns:auto minmax(0,1fr) auto}.visit-documentation-module__mmxBHq__taskRow>span:nth-child(3),.visit-documentation-module__mmxBHq__taskRow>span:nth-child(4){grid-column:2}.visit-documentation-module__mmxBHq__taskRow>svg{grid-area:1/3/span 3}.visit-documentation-module__mmxBHq__catalogIntro{flex-direction:column;align-items:stretch}.visit-documentation-module__mmxBHq__catalogIntro>div:last-child{justify-content:space-between}.visit-documentation-module__mmxBHq__catalogToolbar,.visit-documentation-module__mmxBHq__catalogAdd,.visit-documentation-module__mmxBHq__catalogRow{grid-template-columns:1fr}}.visit-documentation-module__mmxBHq__reviewNeeded{border-color:var(--pink-500);background:var(--pink-50)}.visit-documentation-module__mmxBHq__reviewNeeded>svg{color:var(--pink-700)}.visit-documentation-module__mmxBHq__neededList{flex-wrap:wrap;gap:6px 14px;margin:6px 0 0;padding:0;list-style:none;display:flex}.visit-documentation-module__mmxBHq__neededLink{color:var(--teal-900);font-size:.75rem;font-weight:var(--font-weight-semibold);text-underline-offset:2px;text-decoration:underline}
.visitor-chat-module__9MQ4Zq__composer{transition:border-color .12s,box-shadow .12s}.visitor-chat-module__9MQ4Zq__composer:focus-within{border-color:var(--teal-700);box-shadow:0 0 0 2px color-mix(in srgb, var(--teal-700), transparent 68%)}.visitor-chat-module__9MQ4Zq__composerTextarea{resize:none;border-radius:0;max-height:128px;line-height:1.35;background:0 0!important;border:0!important;min-height:40px!important;padding:9px 0 7px!important}.visitor-chat-module__9MQ4Zq__composerTextarea:focus-visible{box-shadow:none;border-color:#0000;outline:none!important}@media (prefers-reduced-motion:reduce){.visitor-chat-module__9MQ4Zq__composer{transition:none}}
.site-shell-module__gXNM0a__utilityBar{color:#5c3c49;background:#f7e9ed}.site-shell-module__gXNM0a__utilityInner{justify-content:space-between;align-items:center;gap:24px;width:min(100% - 64px,1380px);min-height:48px;margin:0 auto;font-size:12px;font-weight:700;display:flex}.site-shell-module__gXNM0a__utilityActions,.site-shell-module__gXNM0a__languages,.site-shell-module__gXNM0a__visitActions{align-items:center;gap:18px;display:flex}.site-shell-module__gXNM0a__utilityActions a,.site-shell-module__gXNM0a__visitActions a{align-items:center;gap:7px;display:inline-flex}.site-shell-module__gXNM0a__utilityActions a{min-height:44px}.site-shell-module__gXNM0a__hoursNote{color:#725a64;font-weight:600}.site-shell-module__gXNM0a__languages{gap:12px}.site-shell-module__gXNM0a__languages a{text-align:center;justify-content:center;align-items:center;min-width:32px;min-height:44px;padding:0 4px;display:inline-flex}.site-shell-module__gXNM0a__languages a[aria-current=page]{color:#9a2f64;text-underline-offset:4px;text-decoration:underline}.site-shell-module__gXNM0a__header{z-index:5;background:#fff;grid-template-columns:minmax(210px,280px) 1fr auto;align-items:center;gap:clamp(28px,4vw,68px);width:min(100% - 64px,1380px);min-height:132px;margin:0 auto;display:grid;position:relative}.site-shell-module__gXNM0a__logo{width:min(100%,265px);height:auto}.site-shell-module__gXNM0a__primaryNav{font-size:13px;font-weight:var(--font-weight-semibold);justify-content:flex-end;align-items:center;gap:clamp(18px,2vw,34px);display:flex}.site-shell-module__gXNM0a__primaryNav a{border-bottom:2px solid #0000;padding:12px 0 10px}.site-shell-module__gXNM0a__primaryNav a:hover,.site-shell-module__gXNM0a__primaryNav a:focus-visible{border-bottom-color:#c44f86}.site-shell-module__gXNM0a__navDropdown{align-items:center;display:flex;position:relative}.site-shell-module__gXNM0a__navDropdownTrigger{color:inherit;font:inherit;font-size:13px;font-weight:var(--font-weight-semibold);cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;align-items:center;gap:6px;padding:12px 0 10px;display:inline-flex}.site-shell-module__gXNM0a__navDropdownTrigger:hover,.site-shell-module__gXNM0a__navDropdownTrigger:focus-visible,.site-shell-module__gXNM0a__navDropdownTrigger[aria-expanded=true]{border-bottom-color:#c44f86}.site-shell-module__gXNM0a__navDropdownTrigger svg{flex-shrink:0}.site-shell-module__gXNM0a__navDropdownMenu{z-index:10;background:#fff;border:1px solid #dbe3e3;border-radius:6px;min-width:200px;margin:0;padding:8px;list-style:none;display:grid;position:absolute;top:100%;left:0;box-shadow:0 16px 30px #193a3e1f}.site-shell-module__gXNM0a__navDropdownMenu a{color:#254247;font-size:13px;font-weight:var(--font-weight-semibold);white-space:nowrap;border-radius:4px;padding:10px 12px;text-decoration:none;display:block}.site-shell-module__gXNM0a__navDropdownMenu a:hover,.site-shell-module__gXNM0a__navDropdownMenu a:focus-visible{background:#f2f6f6}.site-shell-module__gXNM0a__headerAction,.site-shell-module__gXNM0a__visitActions button,.site-shell-module__gXNM0a__visitActions a{color:#fff;min-height:46px;font:inherit;font-size:13px;font-weight:var(--font-weight-semibold);cursor:pointer;background:#06626a;border:1px solid #06626a;border-radius:4px;justify-content:center;align-items:center;gap:8px;padding:10px 18px;display:inline-flex}.site-shell-module__gXNM0a__headerAction:hover,.site-shell-module__gXNM0a__visitActions button:hover,.site-shell-module__gXNM0a__visitActions a:hover{background:#044f56}.site-shell-module__gXNM0a__mobileMenu{display:none}.site-shell-module__gXNM0a__visitBand{color:#fff;background:#086c75;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:clamp(70px,10vw,160px);padding:74px max(32px,50vw - 590px);display:grid}.site-shell-module__gXNM0a__visitLead>p{font-size:12px;font-weight:var(--font-weight-semibold);letter-spacing:.13em;text-transform:uppercase;margin:0 0 14px}.site-shell-module__gXNM0a__visitLead h2{font-family:var(--font-sans);font-size:clamp(43px,5vw,66px);font-weight:var(--font-weight-medium);margin:0 0 26px;line-height:1}.site-shell-module__gXNM0a__visitLead address{margin-bottom:22px;font-style:normal;line-height:1.8}.site-shell-module__gXNM0a__textLink{font-weight:var(--font-weight-semibold);border-bottom:1px solid #ffffffb3;align-items:center;gap:10px;padding:6px 0;display:inline-flex}.site-shell-module__gXNM0a__hours{border-left:1px solid #ffffff73;padding-left:clamp(40px,6vw,80px)}.site-shell-module__gXNM0a__hours h3{margin:0 0 20px;font-size:22px}.site-shell-module__gXNM0a__hours dl{margin:0}.site-shell-module__gXNM0a__hours dl>div{border-bottom:1px solid #ffffff3d;grid-template-columns:minmax(165px,1fr) auto;gap:24px;padding:10px 0;display:grid}.site-shell-module__gXNM0a__hours dt,.site-shell-module__gXNM0a__hours dd{margin:0}.site-shell-module__gXNM0a__hours dd{font-weight:700}.site-shell-module__gXNM0a__appointmentNote{color:#ffffffd1;max-width:570px;margin:20px 0 24px;font-size:13px;line-height:1.6}.site-shell-module__gXNM0a__visitActions a{background:0 0;border-color:#ffffffbf}.site-shell-module__gXNM0a__footer{background:#fff}.site-shell-module__gXNM0a__footerMain{grid-template-columns:minmax(250px,1.5fr) repeat(3,minmax(130px,1fr));gap:clamp(36px,5vw,76px);width:min(100% - 64px,1320px);margin:0 auto;padding:64px 0 54px;display:grid}.site-shell-module__gXNM0a__footerBrand{max-width:340px}.site-shell-module__gXNM0a__footerLogo{width:260px;height:auto;margin-bottom:22px}.site-shell-module__gXNM0a__footerBrand p{color:#5f6566;margin:0 0 20px;font-size:14px;line-height:1.7}.site-shell-module__gXNM0a__footerBrand a{color:#075e66;font-size:14px;font-weight:var(--font-weight-semibold);align-items:center;gap:7px;display:inline-flex}.site-shell-module__gXNM0a__footerMain nav{flex-direction:column;align-items:flex-start;gap:11px;font-size:13px;display:flex}.site-shell-module__gXNM0a__footerMain nav h2{color:#202728;font-size:13px;font-weight:var(--font-weight-semibold);margin:4px 0 9px}.site-shell-module__gXNM0a__footerMain nav a,.site-shell-module__gXNM0a__footerMain nav button{color:#586263;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;padding:2px 0}.site-shell-module__gXNM0a__footerMain nav a:hover,.site-shell-module__gXNM0a__footerMain nav button:hover{color:#086c75;text-underline-offset:3px;text-decoration:underline}.site-shell-module__gXNM0a__footerLegal{color:#667071;border-top:1px solid #d9dede;justify-content:space-between;gap:32px;width:min(100% - 64px,1320px);margin:0 auto;padding:24px 0 34px;font-size:11px;line-height:1.6;display:flex}.site-shell-module__gXNM0a__footerLegal p{margin:0}@media (max-width:1080px){.site-shell-module__gXNM0a__header{grid-template-columns:minmax(190px,250px) 1fr auto}.site-shell-module__gXNM0a__primaryNav{display:none}.site-shell-module__gXNM0a__mobileMenu{justify-self:end;display:block}.site-shell-module__gXNM0a__mobileMenu summary{color:#254247;min-height:44px;font-size:12px;font-weight:var(--font-weight-semibold);cursor:pointer;background:#fff;border:1px solid #cfd8d8;border-radius:4px;align-items:center;gap:8px;padding:8px 12px;list-style:none;display:flex}.site-shell-module__gXNM0a__mobileMenu summary::-webkit-details-marker{display:none}.site-shell-module__gXNM0a__mobileMenu nav{background:#fff;border-top:1px solid #dbe3e3;border-bottom:1px solid #dbe3e3;padding:18px 32px 26px;display:grid;position:absolute;top:calc(100% - 12px);left:0;right:0;box-shadow:0 16px 30px #193a3e1f}.site-shell-module__gXNM0a__mobileMenu nav a{border-bottom:1px solid #e2e7e7;align-items:center;gap:8px;padding:12px 0;font-size:14px;font-weight:700;display:flex}.site-shell-module__gXNM0a__mobileSubmenu{border-bottom:1px solid #e2e7e7}.site-shell-module__gXNM0a__mobileSubmenu summary{cursor:pointer;padding:12px 0;font-size:14px;font-weight:700;list-style:none}.site-shell-module__gXNM0a__mobileSubmenu summary::-webkit-details-marker{display:none}.site-shell-module__gXNM0a__mobileSubmenu>div{padding-bottom:8px;padding-left:16px;display:grid}.site-shell-module__gXNM0a__mobileMenu nav .site-shell-module__gXNM0a__mobileSubmenu a{border-bottom:0;padding:8px 0;font-size:13px;font-weight:600}.site-shell-module__gXNM0a__footerMain{grid-template-columns:minmax(240px,1.5fr) repeat(2,1fr)}.site-shell-module__gXNM0a__footerMain nav:last-child{grid-column:2/-1}}@media (max-width:700px){.site-shell-module__gXNM0a__utilityInner,.site-shell-module__gXNM0a__header,.site-shell-module__gXNM0a__footerMain,.site-shell-module__gXNM0a__footerLegal{width:min(100% - 32px,100%)}.site-shell-module__gXNM0a__utilityInner{min-height:44px}.site-shell-module__gXNM0a__hoursNote{display:none}.site-shell-module__gXNM0a__utilityActions a{font-size:12px}.site-shell-module__gXNM0a__header{grid-template-columns:minmax(0,1fr) auto auto;gap:9px;min-height:88px}.site-shell-module__gXNM0a__logo{width:min(42vw,160px)}.site-shell-module__gXNM0a__headerAction{width:44px;min-height:44px;padding:8px;font-size:0}.site-shell-module__gXNM0a__mobileMenu nav{padding-left:16px;padding-right:16px}.site-shell-module__gXNM0a__visitBand{grid-template-columns:1fr;gap:44px;padding:56px 24px}.site-shell-module__gXNM0a__hours{border-top:1px solid #ffffff73;border-left:0;padding-top:38px;padding-left:0}.site-shell-module__gXNM0a__hours dl>div{grid-template-columns:1fr;gap:4px}.site-shell-module__gXNM0a__visitActions{flex-direction:column;align-items:stretch}.site-shell-module__gXNM0a__footerMain{grid-template-columns:repeat(2,1fr);padding-top:48px}.site-shell-module__gXNM0a__footerBrand,.site-shell-module__gXNM0a__footerMain nav:last-child{grid-column:1/-1}.site-shell-module__gXNM0a__footerLegal{flex-direction:column;align-items:flex-start;gap:12px}}
.champion-jobs-module__ZL1KPa__championsNav{border-bottom:1px solid var(--border);flex-wrap:wrap;gap:1.5rem;margin-bottom:1.5rem;display:flex}.champion-jobs-module__ZL1KPa__championsNav a{color:var(--muted);padding:.7rem .1rem;font-weight:700;text-decoration:none}.champion-jobs-module__ZL1KPa__championsNav a[aria-current=page]{border-bottom:2px solid var(--teal);color:var(--ink)}.champion-jobs-module__ZL1KPa__toolbar{flex-wrap:wrap;justify-content:space-between;gap:.75rem;margin:1.25rem 0;display:flex}.champion-jobs-module__ZL1KPa__filters{gap:.75rem;min-width:min(100%,34rem);display:flex}.champion-jobs-module__ZL1KPa__filters>*{flex:1}.champion-jobs-module__ZL1KPa__panel{border:1px solid var(--border);background:#fff;border-radius:.65rem;overflow:hidden}.champion-jobs-module__ZL1KPa__table{border-collapse:collapse;width:100%}.champion-jobs-module__ZL1KPa__table th,.champion-jobs-module__ZL1KPa__table td{border-bottom:1px solid var(--border);text-align:left;vertical-align:middle;padding:.9rem 1rem}.champion-jobs-module__ZL1KPa__table th{color:var(--muted);letter-spacing:.05em;text-transform:uppercase;font-size:.72rem}.champion-jobs-module__ZL1KPa__titleCell{gap:.25rem;display:grid}.champion-jobs-module__ZL1KPa__titleCell small{color:var(--muted)}.champion-jobs-module__ZL1KPa__status{background:var(--surface-soft);text-transform:capitalize;border-radius:999px;width:fit-content;padding:.2rem .5rem;font-size:.72rem;font-weight:700;display:inline-flex}.champion-jobs-module__ZL1KPa__empty{text-align:center;justify-items:center;gap:.55rem;padding:4rem 1.5rem;display:grid}.champion-jobs-module__ZL1KPa__empty p{max-width:34rem;color:var(--muted)}.champion-jobs-module__ZL1KPa__editorShell{gap:1.25rem;max-width:72rem;margin:0 auto;display:grid}.champion-jobs-module__ZL1KPa__editorHeader{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.champion-jobs-module__ZL1KPa__editorHeader h1{margin:0}.champion-jobs-module__ZL1KPa__editorHeader p{color:var(--muted);margin:.3rem 0 0}.champion-jobs-module__ZL1KPa__editorActions{flex-wrap:wrap;gap:.6rem;display:flex}.champion-jobs-module__ZL1KPa__section{border:1px solid var(--border);background:#fff;border-radius:.65rem;gap:1rem;padding:1.25rem;display:grid}.champion-jobs-module__ZL1KPa__section h2{margin:0;font-size:1.05rem}.champion-jobs-module__ZL1KPa__grid2{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.champion-jobs-module__ZL1KPa__grid3{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.champion-jobs-module__ZL1KPa__full{grid-column:1/-1}.champion-jobs-module__ZL1KPa__hint{color:var(--muted);font-size:.82rem}.champion-jobs-module__ZL1KPa__error{border:1px solid color-mix(in srgb, var(--danger) 45%, var(--border));background:color-mix(in srgb, var(--danger) 7%, white);color:var(--danger);border-radius:.5rem;padding:.8rem 1rem}.champion-jobs-module__ZL1KPa__success{border:1px solid color-mix(in srgb, var(--teal) 40%, var(--border));background:color-mix(in srgb, var(--teal) 6%, white);border-radius:.5rem;padding:.8rem 1rem}.champion-jobs-module__ZL1KPa__blocks{gap:.75rem;display:grid}.champion-jobs-module__ZL1KPa__block{grid-template-columns:10rem 1fr auto;align-items:start;gap:.65rem;display:grid}.champion-jobs-module__ZL1KPa__assetList{gap:.5rem;margin:0;padding:0;list-style:none;display:grid}.champion-jobs-module__ZL1KPa__assetList li{border:1px solid var(--border);border-radius:.5rem;justify-content:space-between;align-items:center;gap:1rem;padding:.7rem .8rem;display:flex}.champion-jobs-module__ZL1KPa__assetList li span{gap:.2rem;display:grid}.champion-jobs-module__ZL1KPa__assetList small{color:var(--muted)}@media (max-width:760px){.champion-jobs-module__ZL1KPa__filters,.champion-jobs-module__ZL1KPa__grid2,.champion-jobs-module__ZL1KPa__grid3{grid-template-columns:1fr;width:100%;display:grid}.champion-jobs-module__ZL1KPa__table thead{display:none}.champion-jobs-module__ZL1KPa__table,.champion-jobs-module__ZL1KPa__table tbody,.champion-jobs-module__ZL1KPa__table tr,.champion-jobs-module__ZL1KPa__table td{width:100%;display:block}.champion-jobs-module__ZL1KPa__table tr{border-bottom:1px solid var(--border);padding:.75rem 0}.champion-jobs-module__ZL1KPa__table td{border:0;padding:.35rem 1rem}.champion-jobs-module__ZL1KPa__editorHeader{display:grid}.champion-jobs-module__ZL1KPa__block{grid-template-columns:1fr}}
.champions-event-editor-module__VDtqxa__shell{--pin:#7a4a00;--pin-soft:#fff3d6;--editor-panel:30rem;background:var(--cream);flex-direction:column;min-width:0;height:calc(100dvh - 5rem);margin:-1.5rem -1.5rem 0;display:flex}.champions-event-editor-module__VDtqxa__toolbar{border-bottom:1px solid var(--line-soft);background:var(--paper);flex:none;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 1.5rem;display:flex}.champions-event-editor-module__VDtqxa__toolbarLeft,.champions-event-editor-module__VDtqxa__toolbarRight{flex-wrap:wrap;align-items:center;gap:.75rem;min-width:0;display:flex}.champions-event-editor-module__VDtqxa__toolbarRight{flex-wrap:nowrap}.champions-event-editor-module__VDtqxa__backLink{font-size:var(--text-body-sm);font-weight:var(--font-weight-medium);color:var(--teal-700);white-space:nowrap;align-items:center;gap:.375rem;text-decoration:none;display:inline-flex}.champions-event-editor-module__VDtqxa__divider{background:var(--line-soft);width:1px;height:1.375rem}.champions-event-editor-module__VDtqxa__pill{font-size:var(--text-control);font-weight:var(--font-weight-medium);white-space:nowrap;border-radius:999px;align-items:center;gap:.5rem;padding:.3rem .65rem;display:inline-flex}.champions-event-editor-module__VDtqxa__pill[data-tone=live]{background:var(--teal-100);color:var(--teal-900)}.champions-event-editor-module__VDtqxa__pill[data-tone=draft]{color:var(--body);background:#f1f5f4}.champions-event-editor-module__VDtqxa__pill[data-tone=pending]{background:var(--pin-soft);color:var(--pin)}.champions-event-editor-module__VDtqxa__pill[data-tone=problem]{background:var(--pink-50);color:var(--pink-700)}.champions-event-editor-module__VDtqxa__dot{background:currentColor;border-radius:50%;width:.5rem;height:.5rem}.champions-event-editor-module__VDtqxa__saveState{font-size:var(--text-control);color:var(--muted);white-space:nowrap;align-items:center;gap:.375rem;display:inline-flex}.champions-event-editor-module__VDtqxa__spin{animation:.9s linear infinite champions-event-editor-module__VDtqxa__spin}@keyframes champions-event-editor-module__VDtqxa__spin{to{transform:rotate(360deg)}}.champions-event-editor-module__VDtqxa__textButton{font:inherit;font-size:var(--text-control);font-weight:var(--font-weight-medium);color:var(--teal-700);cursor:pointer;background:0 0;border:0;padding:0}.champions-event-editor-module__VDtqxa__textButton:hover{text-decoration:underline}.champions-event-editor-module__VDtqxa__iconButton{background:var(--white);width:2.5rem;height:2.5rem;color:var(--ink);cursor:pointer;border:1px solid #c7d2cf;border-radius:.375rem;justify-content:center;align-items:center;display:inline-flex}.champions-event-editor-module__VDtqxa__menuAnchor{position:relative}.champions-event-editor-module__VDtqxa__menu{z-index:10;background:var(--paper);border:1px solid #c7d2cf;border-radius:.5rem;flex-direction:column;min-width:14rem;padding:.375rem;display:flex;position:absolute;top:calc(100% + .375rem);right:0;box-shadow:0 .75rem 2rem #0f2b3129}.champions-event-editor-module__VDtqxa__menu button{font:inherit;font-size:var(--text-body-sm);color:var(--ink);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:.375rem;padding:.55rem .75rem}.champions-event-editor-module__VDtqxa__menu button:hover,.champions-event-editor-module__VDtqxa__menu button:focus-visible{background:var(--teal-50)}.champions-event-editor-module__VDtqxa__menu button[data-danger=true]{color:var(--pink-700)}.champions-event-editor-module__VDtqxa__menu button:disabled{color:var(--muted);cursor:default;background:0 0}.champions-event-editor-module__VDtqxa__notice{border-bottom:1px solid var(--line-soft);background:var(--pink-50);color:var(--pink-700);font-size:var(--text-body-sm);margin:0;padding:.6rem 1.5rem}.champions-event-editor-module__VDtqxa__body{grid-template-columns:minmax(0, 1fr) var(--editor-panel);flex:auto;min-height:0;display:grid}.champions-event-editor-module__VDtqxa__canvasColumn{min-width:0;min-height:0;display:flex;position:relative}.champions-event-editor-module__VDtqxa__canvas{flex-direction:column;flex:auto;min-width:0;min-height:0;display:flex}.champions-event-editor-module__VDtqxa__canvasBar{border-bottom:1px solid var(--line-soft);flex:none;align-items:center;gap:.75rem;padding:.5rem 1rem;display:flex}.champions-event-editor-module__VDtqxa__canvasStatus{min-width:0;font-size:var(--text-control);color:var(--muted);flex:auto;align-items:center;gap:.375rem;display:inline-flex}.champions-event-editor-module__VDtqxa__canvasStage{flex:auto;justify-content:center;min-height:0;padding:1rem;display:flex}.champions-event-editor-module__VDtqxa__frameBox{border:1px solid var(--line-soft);background:var(--white);border-radius:.5rem;width:100%;height:100%;position:relative;overflow:hidden}.champions-event-editor-module__VDtqxa__frameBox[data-device=phone]{width:min(100%,24.375rem)}.champions-event-editor-module__VDtqxa__frame{background:var(--white);border:0;width:100%;height:100%;position:absolute;inset:0}.champions-event-editor-module__VDtqxa__frame[data-state=loading]{visibility:hidden;pointer-events:none}.champions-event-editor-module__VDtqxa__canvasEmpty{position:absolute;inset:1.5rem}.champions-event-editor-module__VDtqxa__pickerLayer{z-index:6;background:#0d242a2e;justify-content:center;align-items:flex-start;padding:4rem 1rem 1rem;display:flex;position:absolute;inset:0}.champions-event-editor-module__VDtqxa__picker{background:var(--paper);border:1px solid #c7d2cf;border-radius:.625rem;flex-direction:column;gap:.75rem;width:min(36rem,100%);padding:1rem;display:flex;box-shadow:0 1rem 2.5rem #0f2b312e}.champions-event-editor-module__VDtqxa__pickerHeader{justify-content:space-between;align-items:baseline;gap:.75rem;display:flex}.champions-event-editor-module__VDtqxa__pickerHeader h3{font-size:var(--text-body);font-weight:var(--font-weight-medium);color:var(--ink);margin:0}.champions-event-editor-module__VDtqxa__pickerHeader span{font-size:var(--text-label);color:var(--muted)}.champions-event-editor-module__VDtqxa__pickerGrid{grid-template-columns:repeat(auto-fill,minmax(7.5rem,1fr));gap:.625rem;display:grid}.champions-event-editor-module__VDtqxa__pickerTile{border:1px solid var(--line-soft);background:var(--white);font:inherit;font-size:var(--text-control);font-weight:var(--font-weight-medium);color:var(--ink);text-align:left;cursor:pointer;border-radius:.5rem;flex-direction:column;gap:.5rem;padding:.625rem;display:flex}.champions-event-editor-module__VDtqxa__pickerTile:hover,.champions-event-editor-module__VDtqxa__pickerTile:focus-visible{border-color:var(--teal-600);background:var(--teal-50)}.champions-event-editor-module__VDtqxa__glyph{background:#f6f3ec;border-radius:.25rem;flex-direction:column;gap:.3rem;height:3.25rem;padding:.5rem;display:flex}.champions-event-editor-module__VDtqxa__glyph[data-flow=row]{flex-direction:row}.champions-event-editor-module__VDtqxa__glyph[data-align=end]{align-items:flex-end}.champions-event-editor-module__VDtqxa__glyph[data-align=center]{align-items:center}.champions-event-editor-module__VDtqxa__glyph[data-tone=callout]{background:#dff5f4}.champions-event-editor-module__VDtqxa__glyph[data-tone=video]{background:#173038;justify-content:center;align-items:center}.champions-event-editor-module__VDtqxa__glyph i{background:#c9d6d5;border-radius:.15rem;height:.3rem;display:block}.champions-event-editor-module__VDtqxa__glyph i[data-strong]{background:var(--line);height:.5rem}.champions-event-editor-module__VDtqxa__glyph i[data-teal]{background:var(--teal-600);width:2.5rem;height:1rem}.champions-event-editor-module__VDtqxa__glyph i[data-fill]{flex:1;height:auto}.champions-event-editor-module__VDtqxa__glyph i[data-stat]{flex:1;height:1rem}.champions-event-editor-module__VDtqxa__glyph i[data-avatar]{background:#9cb1b2;border-radius:50%;width:1.5rem;height:1.5rem}.champions-event-editor-module__VDtqxa__glyphRow{gap:.375rem;display:flex}.champions-event-editor-module__VDtqxa__glyphColumn{flex-direction:column;flex:1;gap:.3rem;display:flex}.champions-event-editor-module__VDtqxa__skeletonCanvas{flex:auto;padding:2rem}.champions-event-editor-module__VDtqxa__skeletonPanel{border-left:1px solid var(--line-soft);background:var(--paper);padding:1.25rem}.champions-event-editor-module__VDtqxa__bone{background:linear-gradient(90deg,#ece6da 0%,#f6f1e7 50%,#ece6da 100%) 0 0/200% 100%;border-radius:.25rem;animation:1.6s linear infinite champions-event-editor-module__VDtqxa__shimmer}@keyframes champions-event-editor-module__VDtqxa__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.champions-event-editor-module__VDtqxa__routeError{flex-direction:column;align-items:flex-start;gap:.75rem;padding:2rem 1.5rem;display:flex}.champions-event-editor-module__VDtqxa__templates{flex-direction:column;gap:1.25rem;width:min(100%,52rem);margin:0 auto;padding:2.5rem 1.5rem;display:flex;overflow-y:auto}.champions-event-editor-module__VDtqxa__templates h1{font-family:var(--font-admin);font-size:1.5rem;font-weight:var(--font-weight-medium);margin:0}.champions-event-editor-module__VDtqxa__templates p{color:var(--muted);margin:0}.champions-event-editor-module__VDtqxa__templateGrid{grid-template-columns:repeat(auto-fill,minmax(11rem,1fr));gap:.75rem;display:grid}.champions-event-editor-module__VDtqxa__templateCard{border:1px solid var(--line-soft);background:var(--paper);font:inherit;text-align:left;color:var(--ink);cursor:pointer;border-radius:.5rem;flex-direction:column;align-items:flex-start;gap:.5rem;padding:1rem;display:flex}.champions-event-editor-module__VDtqxa__templateCard:hover,.champions-event-editor-module__VDtqxa__templateCard:focus-visible{border-color:var(--teal-600);background:var(--teal-50)}.champions-event-editor-module__VDtqxa__templateCard strong{font-weight:var(--font-weight-medium)}.champions-event-editor-module__VDtqxa__templateCard span{font-size:var(--text-control);color:var(--muted)}.champions-event-editor-module__VDtqxa__templateCard:disabled{opacity:.6;cursor:default}@media (max-width:60rem){.champions-event-editor-module__VDtqxa__shell{height:auto;min-height:calc(100dvh - 5rem)}.champions-event-editor-module__VDtqxa__body{grid-template-columns:minmax(0,1fr)}.champions-event-editor-module__VDtqxa__canvasColumn{height:70dvh}.champions-event-editor-module__VDtqxa__skeletonPanel{border-top:1px solid var(--line-soft);border-left:0}}@media (max-width:40rem){.champions-event-editor-module__VDtqxa__shell{margin-inline:-1rem}.champions-event-editor-module__VDtqxa__toolbar{flex-wrap:wrap;padding-inline:1rem}.champions-event-editor-module__VDtqxa__canvasStage{padding:.5rem}}@media (prefers-reduced-motion:reduce){.champions-event-editor-module__VDtqxa__bone,.champions-event-editor-module__VDtqxa__spin{animation:none}}
.champions-sponsors-module__HxxcVa__editor,.champions-sponsors-module__HxxcVa__library{width:100%;min-width:0;max-width:76rem;margin-inline:auto}.champions-sponsors-module__HxxcVa__editor{gap:1rem;display:grid}.champions-sponsors-module__HxxcVa__header{flex-wrap:wrap;justify-content:space-between;align-items:start;gap:1.25rem;display:flex}.champions-sponsors-module__HxxcVa__header h1{overflow-wrap:anywhere;margin:.65rem 0;font-size:clamp(1.65rem,3vw,2.2rem)}.champions-sponsors-module__HxxcVa__header p{color:var(--muted);max-width:48rem;margin:0}.champions-sponsors-module__HxxcVa__header a{color:var(--teal);font-weight:600}.champions-sponsors-module__HxxcVa__statusLine{flex-wrap:wrap;gap:.5rem 1.5rem;font-size:.9rem;display:flex}.champions-sponsors-module__HxxcVa__statusLine span{color:var(--muted)}.champions-sponsors-module__HxxcVa__tabs{border-bottom:1px solid var(--border);flex-wrap:wrap;gap:.3rem;padding-block:.25rem .75rem;display:flex}.champions-sponsors-module__HxxcVa__tabs [aria-selected=true]{background:var(--surface-soft);color:var(--ink)}.champions-sponsors-module__HxxcVa__content{border:1px solid var(--border);background:#fff;border-radius:.5rem;min-width:0;margin-bottom:5.5rem;padding:1.5rem}.champions-sponsors-module__HxxcVa__content h2{margin:0;font-size:1.3rem}.champions-sponsors-module__HxxcVa__content h3{margin:0;font-size:1.05rem}.champions-sponsors-module__HxxcVa__content p{margin:0;line-height:1.55}.champions-sponsors-module__HxxcVa__fields{gap:1.4rem;min-width:0;display:grid}.champions-sponsors-module__HxxcVa__twoColumns{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;display:grid}.champions-sponsors-module__HxxcVa__paragraph{gap:.3rem;display:grid}.champions-sponsors-module__HxxcVa__actions{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.champions-sponsors-module__HxxcVa__footer{z-index:3;border:1px solid var(--border);background:#fff;border-radius:.5rem;justify-content:space-between;align-items:center;gap:1rem;margin-top:1rem;padding:1rem;display:flex;position:sticky;bottom:0}.champions-sponsors-module__HxxcVa__footer>span{color:var(--muted);font-size:.9rem}.champions-sponsors-module__HxxcVa__hint{color:var(--muted);margin:0;font-size:.875rem;line-height:1.5}.champions-sponsors-module__HxxcVa__error,.champions-sponsors-module__HxxcVa__notice,.champions-sponsors-module__HxxcVa__recovery{border:1px solid var(--border);overflow-wrap:anywhere;border-radius:.5rem;padding:1rem}.champions-sponsors-module__HxxcVa__error{color:var(--danger);background:#fff8f7}.champions-sponsors-module__HxxcVa__notice{background:var(--surface-soft)}.champions-sponsors-module__HxxcVa__recovery{background:#fffaf0;gap:.6rem;display:grid}.champions-sponsors-module__HxxcVa__recovery p{margin:0}.champions-sponsors-module__HxxcVa__upload{border-top:1px solid var(--border);border-bottom:1px solid var(--border);gap:1rem;padding-block:1rem;display:grid}.champions-sponsors-module__HxxcVa__assets,.champions-sponsors-module__HxxcVa__history{gap:1rem;padding:0;list-style:none;display:grid}.champions-sponsors-module__HxxcVa__assets li{border-bottom:1px solid var(--border);grid-template-columns:10rem minmax(0,1fr) auto;align-items:center;gap:1rem;padding-block:1rem;display:grid}.champions-sponsors-module__HxxcVa__assets li>div{overflow-wrap:anywhere;min-width:0}.champions-sponsors-module__HxxcVa__assets img{object-fit:contain;background:#f5f6f5;width:10rem;height:6.25rem}.champions-sponsors-module__HxxcVa__assets p,.champions-sponsors-module__HxxcVa__assets small{color:var(--muted);font-size:.85rem}.champions-sponsors-module__HxxcVa__imageMissing{background:var(--surface-soft);place-items:center;min-height:6rem;font-size:.85rem;display:grid}.champions-sponsors-module__HxxcVa__history li{border-bottom:1px solid var(--border);gap:.4rem;padding-bottom:1rem;display:grid}.champions-sponsors-module__HxxcVa__history span{color:var(--muted);font-size:.9rem}.champions-sponsors-module__HxxcVa__toolbar{grid-template-columns:minmax(10rem,1fr) minmax(12rem,18rem) auto;align-items:end;gap:1rem;margin-block:1.5rem;display:grid}.champions-sponsors-module__HxxcVa__tableScroll{border:1px solid var(--border);background:#fff;border-radius:.5rem;max-width:100%;margin-block:1rem;overflow:auto}.champions-sponsors-module__HxxcVa__table{border-collapse:collapse;text-align:left;width:100%;min-width:38rem}.champions-sponsors-module__HxxcVa__table th,.champions-sponsors-module__HxxcVa__table td{border-bottom:1px solid var(--border);padding:1rem}.champions-sponsors-module__HxxcVa__table th{color:var(--muted);font-size:.85rem;font-weight:600}.champions-sponsors-module__HxxcVa__table td{font-size:.95rem}.champions-sponsors-module__HxxcVa__table a{color:var(--teal);font-weight:600}.champions-sponsors-module__HxxcVa__table small{color:var(--muted);margin-top:.25rem;display:block}.champions-sponsors-module__HxxcVa__empty{padding:2.5rem 0}.champions-sponsors-module__HxxcVa__empty p{max-width:42rem;color:var(--muted)}@media (max-width:700px){.champions-sponsors-module__HxxcVa__tabs{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.champions-sponsors-module__HxxcVa__tabs>*{width:100%}.champions-sponsors-module__HxxcVa__twoColumns,.champions-sponsors-module__HxxcVa__toolbar{grid-template-columns:minmax(0,1fr)}.champions-sponsors-module__HxxcVa__content{margin-bottom:0;padding:1rem}.champions-sponsors-module__HxxcVa__footer{padding-bottom:max(1rem, env(safe-area-inset-bottom));flex-wrap:wrap;position:static}.champions-sponsors-module__HxxcVa__footer .champions-sponsors-module__HxxcVa__actions{width:100%}.champions-sponsors-module__HxxcVa__footer .champions-sponsors-module__HxxcVa__actions>*{flex:1}.champions-sponsors-module__HxxcVa__assets li{grid-template-columns:6rem minmax(0,1fr)}.champions-sponsors-module__HxxcVa__assets img{width:6rem;height:5rem}.champions-sponsors-module__HxxcVa__assets li>button{grid-column:1/-1}}
.external-learning-panel-module___Xmf5G__panel{border:1px solid var(--line);background:var(--paper);border-radius:8px;gap:14px;margin:14px 0 4px;padding:18px;display:grid}.external-learning-panel-module___Xmf5G__headingRow,.external-learning-panel-module___Xmf5G__blockedHeading,.external-learning-panel-module___Xmf5G__notice,.external-learning-panel-module___Xmf5G__inlineMessage,.external-learning-panel-module___Xmf5G__success,.external-learning-panel-module___Xmf5G__empty{align-items:flex-start;gap:10px;display:flex}.external-learning-panel-module___Xmf5G__headingRow>svg,.external-learning-panel-module___Xmf5G__blockedHeading>svg,.external-learning-panel-module___Xmf5G__notice>svg,.external-learning-panel-module___Xmf5G__inlineMessage>svg,.external-learning-panel-module___Xmf5G__success>svg,.external-learning-panel-module___Xmf5G__empty>svg{color:var(--teal-700);flex:none;margin-top:2px}.external-learning-panel-module___Xmf5G__headingRow h4{color:var(--ink);font-size:var(--text-control);font-weight:var(--font-weight-semibold)}.external-learning-panel-module___Xmf5G__headingRow p,.external-learning-panel-module___Xmf5G__blocked p,.external-learning-panel-module___Xmf5G__notice p,.external-learning-panel-module___Xmf5G__inlineMessage p,.external-learning-panel-module___Xmf5G__empty p,.external-learning-panel-module___Xmf5G__helper,.external-learning-panel-module___Xmf5G__disclosure{color:var(--body);font-size:var(--text-caption);line-height:var(--leading-body)}.external-learning-panel-module___Xmf5G__headingRow p{max-width:700px;margin-top:3px}.external-learning-panel-module___Xmf5G__loading{color:var(--muted);font-size:var(--text-caption)}.external-learning-panel-module___Xmf5G__blocked,.external-learning-panel-module___Xmf5G__notice,.external-learning-panel-module___Xmf5G__inlineMessage{border:1px solid var(--line);background:var(--teal-50);border-radius:7px;padding:13px 14px}.external-learning-panel-module___Xmf5G__blocked{gap:8px;display:grid}.external-learning-panel-module___Xmf5G__blockedHeading strong{color:var(--ink);font-size:var(--text-control);font-weight:var(--font-weight-semibold)}.external-learning-panel-module___Xmf5G__blocked ul{color:var(--body);font-size:var(--text-caption);line-height:var(--leading-body);gap:5px;margin:0;padding-left:42px;display:grid}.external-learning-panel-module___Xmf5G__notice>div,.external-learning-panel-module___Xmf5G__inlineMessage>div{gap:7px;display:grid}.external-learning-panel-module___Xmf5G__notice button,.external-learning-panel-module___Xmf5G__inlineMessage button{justify-self:start}.external-learning-panel-module___Xmf5G__toolbar,.external-learning-panel-module___Xmf5G__actions,.external-learning-panel-module___Xmf5G__linkSummary{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.external-learning-panel-module___Xmf5G__toolbar{justify-content:space-between}.external-learning-panel-module___Xmf5G__readyText,.external-learning-panel-module___Xmf5G__completionStatus{color:var(--teal-700);font-size:var(--text-caption);font-weight:var(--font-weight-semibold);align-items:center;gap:5px;display:inline-flex}.external-learning-panel-module___Xmf5G__addForm,.external-learning-panel-module___Xmf5G__retireForm{border:1px solid var(--line);background:var(--paper);border-radius:7px;gap:12px;padding:14px;display:grid}.external-learning-panel-module___Xmf5G__addForm label{min-width:0}.external-learning-panel-module___Xmf5G__addForm label>span{color:var(--ink);font-size:var(--text-caption);font-weight:var(--font-weight-semibold)}.external-learning-panel-module___Xmf5G__linkList{border-top:1px solid var(--line-soft);gap:0;margin:0;padding:0;list-style:none;display:grid}.external-learning-panel-module___Xmf5G__linkList>li{border-bottom:1px solid var(--line-soft);gap:10px;padding:14px 0;display:grid}.external-learning-panel-module___Xmf5G__linkSummary{justify-content:space-between;align-items:flex-start}.external-learning-panel-module___Xmf5G__linkSummary>div{gap:2px;min-width:0;display:grid}.external-learning-panel-module___Xmf5G__linkSummary strong{overflow-wrap:anywhere;color:var(--ink);font-size:var(--text-control);font-weight:var(--font-weight-semibold)}.external-learning-panel-module___Xmf5G__linkSummary span:not(.external-learning-panel-module___Xmf5G__completionStatus){color:var(--muted);font-size:var(--text-caption)}.external-learning-panel-module___Xmf5G__retireForm{background:var(--paper)}.external-learning-panel-module___Xmf5G__retireForm>div:first-child{gap:3px;display:grid}.external-learning-panel-module___Xmf5G__retireForm strong{color:var(--ink);font-size:var(--text-control);font-weight:var(--font-weight-semibold)}.external-learning-panel-module___Xmf5G__retireForm p{color:var(--body);font-size:var(--text-caption);line-height:var(--leading-body)}.external-learning-panel-module___Xmf5G__empty{padding:10px 0}.external-learning-panel-module___Xmf5G__inlineMessage{background:var(--paper)}.external-learning-panel-module___Xmf5G__success{color:var(--teal-700);font-size:var(--text-caption);font-weight:var(--font-weight-semibold);line-height:var(--leading-body)}.external-learning-panel-module___Xmf5G__disclosure{color:var(--muted);padding-top:2px}@media (max-width:600px){.external-learning-panel-module___Xmf5G__panel{margin-inline:0;padding:15px 12px}.external-learning-panel-module___Xmf5G__toolbar,.external-learning-panel-module___Xmf5G__linkSummary{flex-direction:column;align-items:stretch}.external-learning-panel-module___Xmf5G__toolbar>button,.external-learning-panel-module___Xmf5G__actions>button{flex:auto;min-height:44px}.external-learning-panel-module___Xmf5G__actions{align-items:stretch}.external-learning-panel-module___Xmf5G__blocked ul{padding-left:30px}}
.intake-forms-manager-module__8_oRpa__section{border:1px solid var(--line);background:var(--paper);border-radius:7px;margin-bottom:24px;overflow:hidden}.intake-forms-manager-module__8_oRpa__heading,.intake-forms-manager-module__8_oRpa__builderHeading,.intake-forms-manager-module__8_oRpa__formRow,.intake-forms-manager-module__8_oRpa__builderActions{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.intake-forms-manager-module__8_oRpa__heading{border-bottom:1px solid var(--line);padding:18px 20px}.intake-forms-manager-module__8_oRpa__heading h2,.intake-forms-manager-module__8_oRpa__builderHeading h3,.intake-forms-manager-module__8_oRpa__question legend{font-family:var(--font-ui);font-weight:var(--font-weight-semibold)}.intake-forms-manager-module__8_oRpa__heading h2{font-size:1rem}.intake-forms-manager-module__8_oRpa__heading p,.intake-forms-manager-module__8_oRpa__builderHeading p,.intake-forms-manager-module__8_oRpa__formRow span,.intake-forms-manager-module__8_oRpa__state,.intake-forms-manager-module__8_oRpa__formList>p{color:var(--body);font-size:.8125rem}.intake-forms-manager-module__8_oRpa__formList{display:grid}.intake-forms-manager-module__8_oRpa__formRow{border-bottom:1px solid var(--line-soft);align-items:center;padding:13px 20px}.intake-forms-manager-module__8_oRpa__formRow>div:first-child{gap:3px;display:grid}.intake-forms-manager-module__8_oRpa__formRow strong{font-size:.875rem}.intake-forms-manager-module__8_oRpa__rowActions{flex-wrap:wrap;justify-content:flex-end;gap:7px;display:flex}.intake-forms-manager-module__8_oRpa__formList>p,.intake-forms-manager-module__8_oRpa__state,.intake-forms-manager-module__8_oRpa__feedback,.intake-forms-manager-module__8_oRpa__error{padding:16px 20px}.intake-forms-manager-module__8_oRpa__feedback,.intake-forms-manager-module__8_oRpa__error{border:1px solid var(--line);border-radius:5px;margin:14px 20px 0}.intake-forms-manager-module__8_oRpa__feedback{background:var(--teal-50);font-size:.8125rem}.intake-forms-manager-module__8_oRpa__error{background:var(--pink-50);color:var(--pink-700);justify-content:space-between;align-items:center;gap:12px;display:flex}.intake-forms-manager-module__8_oRpa__categoryHint{border:1px solid var(--line);border-left:3px solid var(--pink-500);color:var(--body);border-radius:5px;padding:10px 12px;font-size:.8125rem}.intake-forms-manager-module__8_oRpa__builder{border-top:1px solid var(--line);gap:18px;padding:20px;display:grid}.intake-forms-manager-module__8_oRpa__builderHeading h3{font-size:1rem}.intake-forms-manager-module__8_oRpa__formBasics{grid-template-columns:minmax(0,1fr) minmax(220px,.4fr);gap:12px;display:grid}.intake-forms-manager-module__8_oRpa__formBasics label,.intake-forms-manager-module__8_oRpa__question label:not(.intake-forms-manager-module__8_oRpa__required){color:var(--body);font-size:.75rem;font-weight:var(--font-weight-medium);gap:5px;display:grid}.intake-forms-manager-module__8_oRpa__formBasics input,.intake-forms-manager-module__8_oRpa__question input:not([type=checkbox]),.intake-forms-manager-module__8_oRpa__question textarea{border:1px solid var(--line);background:var(--paper);min-height:38px;color:var(--ink);font:inherit;border-radius:5px;padding:7px 9px}.intake-forms-manager-module__8_oRpa__questions{gap:12px;display:grid}.intake-forms-manager-module__8_oRpa__question{border:1px solid var(--line-soft);border-radius:5px;grid-template-columns:minmax(0,1fr) minmax(180px,.35fr) minmax(210px,.4fr);gap:12px;margin:0;padding:14px;display:grid}.intake-forms-manager-module__8_oRpa__question legend{grid-column:1/-1;padding:0 5px;font-size:.875rem}.intake-forms-manager-module__8_oRpa__prompt{grid-column:1/-1}.intake-forms-manager-module__8_oRpa__required{color:var(--body);align-items:center;gap:7px;font-size:.8125rem;display:flex}.intake-forms-manager-module__8_oRpa__builderActions{align-items:center}@media (max-width:760px){.intake-forms-manager-module__8_oRpa__formRow,.intake-forms-manager-module__8_oRpa__builderHeading,.intake-forms-manager-module__8_oRpa__builderActions,.intake-forms-manager-module__8_oRpa__error{flex-direction:column;align-items:stretch}.intake-forms-manager-module__8_oRpa__rowActions{justify-content:flex-start}.intake-forms-manager-module__8_oRpa__formBasics,.intake-forms-manager-module__8_oRpa__question{grid-template-columns:1fr}.intake-forms-manager-module__8_oRpa__prompt,.intake-forms-manager-module__8_oRpa__question legend{grid-column:1}}
.articles-module__JMKZ1q__site{color:#19383d;background:#fff}.articles-module__JMKZ1q__article,.articles-module__JMKZ1q__directory{width:min(1120px,100% - 64px);margin:0 auto;padding-bottom:88px}.articles-module__JMKZ1q__intro{max-width:880px;padding:48px 0 40px}.articles-module__JMKZ1q__intro>a{color:#007b83;font-weight:var(--font-weight-semibold);text-underline-offset:4px}.articles-module__JMKZ1q__intro h1{letter-spacing:-.035em;margin:24px 0;font-size:clamp(32px,4.4vw,54px);font-weight:600;line-height:1.13}.articles-module__JMKZ1q__description{color:#50676c;font-size:clamp(18px,2vw,22px);line-height:1.6}.articles-module__JMKZ1q__review{color:#586b70;margin-top:24px;font-size:14px}.articles-module__JMKZ1q__layout{border-top:1px solid #dce5e5;grid-template-columns:260px minmax(0,720px);gap:64px;padding-top:40px;display:grid}.articles-module__JMKZ1q__aside{font-size:15px;line-height:1.65}.articles-module__JMKZ1q__aside h2{margin:0 0 16px;font-size:17px}.articles-module__JMKZ1q__aside ul{margin:0;padding:0;list-style:none}.articles-module__JMKZ1q__aside li{margin-bottom:12px}.articles-module__JMKZ1q__aside a{color:#006c74;text-underline-offset:4px;padding-block:5px;display:inline-block}.articles-module__JMKZ1q__aside>p{color:#5a6d72;margin-top:32px}.articles-module__JMKZ1q__prose{overflow-wrap:anywhere;min-width:0;font-size:18px;line-height:1.85}.articles-module__JMKZ1q__prose>p:first-child{margin-top:0}.articles-module__JMKZ1q__prose p{margin:0 0 24px}.articles-module__JMKZ1q__prose h2{margin:40px 0 20px;scroll-margin-top:24px;font-size:27px;line-height:1.3}.articles-module__JMKZ1q__prose li{margin-bottom:12px;padding-left:4px}.articles-module__JMKZ1q__prose a{color:#006c74;text-underline-offset:4px;text-decoration:underline}.articles-module__JMKZ1q__prose sup{font-size:12px;line-height:1}.articles-module__JMKZ1q__prose sup a{padding:4px 2px}.articles-module__JMKZ1q__next{border-top:1px solid #dce5e5;margin-top:40px;padding:1px 0 20px}.articles-module__JMKZ1q__next a{padding-block:4px;display:inline-block}.articles-module__JMKZ1q__photo{margin:32px 0}.articles-module__JMKZ1q__photo img{width:100%;height:auto;display:block}.articles-module__JMKZ1q__photo figcaption{color:#586b70;margin-top:12px;font-size:14px}.articles-module__JMKZ1q__sources{border-top:1px solid #dce5e5;font-size:14px}.articles-module__JMKZ1q__sources a{padding:6px 0;display:block}.articles-module__JMKZ1q__sources li{scroll-margin-top:24px}.articles-module__JMKZ1q__sourcePath{color:#586b70;font-size:12px;display:block}.articles-module__JMKZ1q__articleList{margin:0;padding:0;list-style:none}.articles-module__JMKZ1q__articleList li{border-top:1px solid #dce5e5;max-width:880px;padding:28px 0}.articles-module__JMKZ1q__articleList h2,.articles-module__JMKZ1q__articleList h3{margin:0 0 12px;font-size:24px;line-height:1.35}.articles-module__JMKZ1q__articleList a{color:#006c74;text-underline-offset:5px;display:inline-block}.articles-module__JMKZ1q__articleList p{color:#50676c;max-width:760px;margin:0;font-size:17px;line-height:1.65}.articles-module__JMKZ1q__directory>section{margin-top:48px}@media (max-width:800px){.articles-module__JMKZ1q__article,.articles-module__JMKZ1q__directory{width:calc(100% - 40px);padding-bottom:48px}.articles-module__JMKZ1q__intro{padding:32px 0}.articles-module__JMKZ1q__layout{padding-top:24px;display:block}.articles-module__JMKZ1q__aside{margin-bottom:32px}.articles-module__JMKZ1q__aside>p{margin-top:20px}.articles-module__JMKZ1q__prose{font-size:17px}.articles-module__JMKZ1q__prose h2{font-size:24px}.articles-module__JMKZ1q__articleList h2,.articles-module__JMKZ1q__articleList h3{font-size:22px}}
.first-visit-module___bxmaW__site{color:#173b3f;background:#fff;min-width:0}.first-visit-module___bxmaW__story{gap:64px;max-width:1296px;margin:0 auto;padding:56px 48px 72px;display:grid}.first-visit-module___bxmaW__story h1,.first-visit-module___bxmaW__story h2{font-family:var(--font-display);letter-spacing:-.025em;margin:0;font-weight:400;line-height:1.08}.first-visit-module___bxmaW__story h1{max-width:10.5em;font-size:clamp(38px,4vw,56px)}.first-visit-module___bxmaW__story h2{font-size:38px}.first-visit-module___bxmaW__story p,.first-visit-module___bxmaW__story address,.first-visit-module___bxmaW__story li{font-size:18px;line-height:1.65}.first-visit-module___bxmaW__story p{margin:24px 0}.first-visit-module___bxmaW__story a{color:#007c82;text-underline-offset:4px}.first-visit-module___bxmaW__story a:focus-visible{outline-offset:5px;outline:2px solid #007c82}.first-visit-module___bxmaW__story figure{min-width:0;margin:0}.first-visit-module___bxmaW__story img{border-radius:8px;width:100%;height:auto;display:block}.first-visit-module___bxmaW__story figcaption{color:#576a6e;margin-top:12px;font-size:14px;line-height:1.5}.first-visit-module___bxmaW__hero{grid-template-columns:.85fr 1.15fr;align-items:center;gap:64px;display:grid}.first-visit-module___bxmaW__heroCopy{min-width:0}.first-visit-module___bxmaW__heroCopy>p{max-width:31em}.first-visit-module___bxmaW__actions,.first-visit-module___bxmaW__nextActions{flex-direction:column;align-items:flex-start;gap:14px;margin-top:28px;display:flex}.first-visit-module___bxmaW__story .first-visit-module___bxmaW__request{color:#fff;min-height:48px;font-family:var(--font-ui);text-align:center;cursor:pointer;background:#007c82;border:1px solid #007c82;border-radius:4px;justify-content:center;align-items:center;gap:8px;padding:14px 24px;font-size:16px;font-weight:600;line-height:1.4;display:inline-flex}.first-visit-module___bxmaW__story .first-visit-module___bxmaW__request:hover{background:#075a61;border-color:#075a61}.first-visit-module___bxmaW__story .first-visit-module___bxmaW__request:focus-visible{outline-offset:4px;outline:2px solid #007c82}.first-visit-module___bxmaW__call{align-items:center;gap:8px;min-height:44px;font-size:18px;font-weight:600;display:inline-flex}.first-visit-module___bxmaW__location{grid-template-columns:1fr 1fr;gap:64px;padding:32px 16px 0;display:grid}.first-visit-module___bxmaW__location address{margin-bottom:6px;font-style:normal}.first-visit-module___bxmaW__room{grid-template-columns:minmax(0,.8fr) minmax(0,1fr);align-items:center;gap:80px;display:grid}.first-visit-module___bxmaW__room figure{max-width:460px}.first-visit-module___bxmaW__room p{max-width:35em}.first-visit-module___bxmaW__next{background:#f1fbfa;grid-template-columns:.85fr 1.15fr;gap:24px 64px;padding:40px;display:grid}.first-visit-module___bxmaW__next .first-visit-module___bxmaW__nextActions{margin-top:0}.first-visit-module___bxmaW__next .first-visit-module___bxmaW__requestNote{border:0;margin-top:0;padding-top:0}.first-visit-module___bxmaW__next h2{grid-area:1/1;max-width:11em}.first-visit-module___bxmaW__next>ol{grid-area:1/2/span 2}.first-visit-module___bxmaW__next>.first-visit-module___bxmaW__nextActions{grid-area:2/1}.first-visit-module___bxmaW__next>.first-visit-module___bxmaW__emergency{grid-area:3/2}.first-visit-module___bxmaW__site [data-sticky-contact] a{color:#fff}.first-visit-module___bxmaW__next ol{margin:0;padding-left:24px;list-style:decimal}.first-visit-module___bxmaW__next li{margin:0 0 18px;padding-left:8px}.first-visit-module___bxmaW__next li::marker{font-weight:600}.first-visit-module___bxmaW__next .first-visit-module___bxmaW__requestNote,.first-visit-module___bxmaW__next .first-visit-module___bxmaW__emergency{border-top:1px solid #ccdcdc;margin:20px 0 0;padding-top:20px;font-size:15px;line-height:1.55}.first-visit-module___bxmaW__srOnly{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}@media (max-width:1080px){.first-visit-module___bxmaW__hero{gap:32px}.first-visit-module___bxmaW__room{gap:40px}.first-visit-module___bxmaW__next{gap:32px}.first-visit-module___bxmaW__story h2{font-size:32px}}@media (max-width:760px){.first-visit-module___bxmaW__story{gap:40px;padding:36px 24px 48px}.first-visit-module___bxmaW__story h1{font-size:38px}.first-visit-module___bxmaW__story h2{font-size:28px}.first-visit-module___bxmaW__story p,.first-visit-module___bxmaW__story address,.first-visit-module___bxmaW__story li{font-size:17px}.first-visit-module___bxmaW__hero,.first-visit-module___bxmaW__room,.first-visit-module___bxmaW__location,.first-visit-module___bxmaW__next{grid-template-columns:minmax(0,1fr);gap:28px}.first-visit-module___bxmaW__actions,.first-visit-module___bxmaW__nextActions{align-items:stretch}.first-visit-module___bxmaW__story .first-visit-module___bxmaW__call{justify-content:center}.first-visit-module___bxmaW__story .first-visit-module___bxmaW__request{width:100%}.first-visit-module___bxmaW__location{gap:18px;padding:24px 0 0}.first-visit-module___bxmaW__entrance{aspect-ratio:4/3;object-fit:cover;object-position:50% 50%}.first-visit-module___bxmaW__room figure{max-width:none}.first-visit-module___bxmaW__room p{margin:20px 0}.first-visit-module___bxmaW__next{margin:0 -24px;padding:28px 24px}.first-visit-module___bxmaW__next h2{max-width:none}.first-visit-module___bxmaW__next>h2,.first-visit-module___bxmaW__next>ol,.first-visit-module___bxmaW__next>.first-visit-module___bxmaW__nextActions,.first-visit-module___bxmaW__next>.first-visit-module___bxmaW__emergency{grid-area:auto}.first-visit-module___bxmaW__nextActions{margin-top:24px}}
