.otto-portal{--op-ink: rgb(var(--text-color));--op-muted: rgb(var(--text-color) / .7);--op-line: var(--otto-portal-secondary-1, rgb(var(--border-color)));--op-divider: var(--otto-portal-secondary-1, rgb(var(--border-color)));--op-bg: rgb(var(--background));--op-bg-soft: rgb(var(--background-secondary));--op-accent: rgb(var(--accent));--op-accent-soft: var(--otto-portal-secondary-2, #ecf7ff);--op-success: rgb(var(--success-text));--op-success-soft: rgb(var(--success-background));--op-warning: rgb(var(--warning-text));--op-warning-soft: rgb(var(--warning-background));--op-danger: var(--otto-portal-danger, #a72608);--op-danger-soft: var(--otto-portal-danger-soft, #fde8e4);--op-radius: .75rem;color:var(--op-ink);font-size:var(--text-base);line-height:var(--text-line-height, 1.5);max-width:56rem;margin-inline:auto}.otto-portal-section .color-scheme:has(.otto-portal__shell){min-height:calc(100vh - var(--sticky-offset, var(--header-height, 0px)))}.otto-portal :is(h1,h2,h3),.otto-portal__title,.otto-portal__modal :is(h1,h2,h3){font-family:var(--heading-font-family);font-weight:var(--heading-font-weight);font-style:var(--heading-font-style);letter-spacing:var(--heading-letter-spacing);text-transform:var(--heading-text-transform);line-height:var(--heading-line-height);overflow-wrap:anywhere;-webkit-font-smoothing:antialiased}.otto-portal__header{margin-bottom:2rem}.otto-portal__title{font-size:var(--text-h3);margin:0 0 .375rem}.otto-portal__subtitle{color:var(--op-muted);margin:0;font-size:var(--text-base)}.otto-portal__layout{display:grid;grid-template-columns:14rem minmax(0,1fr);gap:2rem;align-items:start}.otto-portal__main{min-width:0;position:relative}[data-otto-portal].has-plan-sticky-bar .otto-portal__main,.otto-portal.has-plan-sticky-bar .otto-portal__main{padding-bottom:calc(5rem + env(safe-area-inset-bottom,0px))}.otto-portal__shell.is-saving .otto-portal__main,.otto-portal.is-saving .otto-portal__main{pointer-events:none}.otto-portal__plan-sticky{--op-ink: var(--otto-portal-ink, #002d6f);--op-muted: rgb(0 45 111 / .7);--op-bg-glass: rgb(255 255 255 / .12);--op-bg-fallback: rgb(255 255 255 / .82);--op-line: var(--otto-portal-secondary-1, rgb(var(--border-color)));position:fixed;left:0;right:0;bottom:0;z-index:40;padding:.75rem 1rem calc(.75rem + env(safe-area-inset-bottom,0px));background:var(--op-bg-fallback);border-top:1px solid rgb(0 45 111 / .14);box-shadow:0 -.25rem 1.25rem #0809120f;color:var(--op-ink);isolation:isolate}@supports ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))){.otto-portal__plan-sticky{background:var(--op-bg-glass);-webkit-backdrop-filter:blur(20px) saturate(1.35);backdrop-filter:blur(20px) saturate(1.35)}}.otto-portal__plan-sticky-inner{max-width:var(--page-width, 75rem);margin:0 auto;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:.75rem}.otto-portal__plan-sticky-summary{margin:0;font-size:var(--text-sm);font-weight:600;color:#fff;line-height:1.3}.otto-portal__plan-sticky-actions{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;gap:.75rem;flex-shrink:0}.otto-portal__plan-sticky-actions .otto-portal__button{white-space:nowrap;width:100%;justify-content:center;box-sizing:border-box}.otto-portal__plan-sticky-actions [data-plan-sticky-discard]{background:#fff}@media(hover:hover){.otto-portal__plan-sticky-actions [data-plan-sticky-discard]:hover{background:var(--op-bg-soft, rgb(var(--background-secondary)))}}.otto-portal__button.is-loading{display:inline-flex;align-items:center;justify-content:center;gap:.375rem}.otto-portal__spinner--inline{width:1em;height:1em;border-width:2px;flex:0 0 auto}@media(max-width:749px){[data-otto-portal].has-plan-sticky-bar .otto-portal__main,.otto-portal.has-plan-sticky-bar .otto-portal__main{padding-bottom:calc(4.75rem + env(safe-area-inset-bottom,0px))}.otto-portal__plan-sticky{padding:.375rem 1rem calc(.375rem + env(safe-area-inset-bottom,0px))}.otto-portal__plan-sticky-inner{display:flex;flex-direction:column;align-items:stretch;gap:0}.otto-portal__plan-sticky-summary{display:none}.otto-portal__plan-sticky-actions{width:100%;margin-left:0;gap:.5rem}.otto-portal__plan-sticky-actions .otto-portal__button{min-height:3rem;padding-block:.75rem}}.otto-portal__topbar,.otto-portal__mobile-greeting,.otto-portal__scrim{display:none}.otto-portal__card>.otto-portal__portal-intro{display:none;margin:0 0 1rem;color:var(--op-muted);font-size:var(--text-base);line-height:1.4}@media(max-width:749px){.otto-portal-section .section-spacing--tight{padding-block-start:0}.otto-portal__layout{grid-template-columns:1fr;gap:0}.otto-portal__main{padding-top:var(--container-gutter, 1.25rem)}.otto-portal__header{display:none}.otto-portal__topbar{position:sticky;top:var(--sticky-offset, var(--header-height, 0px));z-index:2;display:block;margin-inline:calc(-1 * var(--container-gutter, 1.25rem));width:calc(100% + 2 * var(--container-gutter, 1.25rem));padding:0;isolation:isolate}.otto-portal__menu-bar{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;min-height:3rem;height:3rem;padding:0 var(--container-gutter, 1.25rem);border:0;border-bottom:1px solid rgb(0 45 111 / .1);background:#9ed8ffe0;box-shadow:0 .25rem 1.25rem #0809120f;color:var(--otto-portal-ink, #002d6f);cursor:pointer;font-family:var(--heading-font-family);font-weight:var(--heading-font-weight);letter-spacing:var(--heading-letter-spacing);font-size:1rem;line-height:1;text-align:center;isolation:isolate}@supports ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))){.otto-portal__menu-bar{background:#9ed8ff8c;-webkit-backdrop-filter:blur(20px) saturate(1.35);backdrop-filter:blur(20px) saturate(1.35)}}.otto-portal__menu-bar-label{min-width:0;line-height:1;text-transform:uppercase;display:inline-flex;align-items:center;transform:translateY(.0625rem)}.otto-portal__menu-bar-chevron{flex-shrink:0;font-size:1.125rem;line-height:1;display:inline-flex;align-items:center;justify-content:center;transition:transform .2s ease}.otto-portal__menu-bar.is-open .otto-portal__menu-bar-chevron{transform:rotate(180deg)}.otto-portal__card>.otto-portal__mobile-greeting{display:block;margin:0 0 .375rem;font-family:var(--heading-font-family);font-weight:var(--heading-font-weight);font-style:var(--heading-font-style);letter-spacing:var(--heading-letter-spacing);line-height:var(--heading-line-height);text-transform:var(--heading-text-transform);font-size:var(--text-h3);color:var(--op-ink);text-align:center}.otto-portal__card>.otto-portal__portal-intro{display:block;padding-bottom:1rem;border-bottom:1px solid rgb(var(--background) / .14);text-align:center}.otto-portal__sidebar{position:fixed;top:0;left:0;bottom:0;z-index:50;width:min(18rem,85vw);box-sizing:border-box;background:var(--op-bg);color:var(--op-ink);border-right:1px solid var(--op-line);padding:1.5rem 1.125rem;overflow-y:auto;transform:translate(-105%);transition:transform .25s ease}.is-drawer-open .otto-portal__sidebar{transform:translate(0);box-shadow:0 8px 32px rgb(var(--text-color) / .2)}.otto-portal__scrim{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:49;background:rgb(var(--page-overlay));opacity:0;pointer-events:none;transition:opacity .25s ease}.is-drawer-open .otto-portal__scrim{opacity:1;pointer-events:auto}.otto-portal__sidebar .otto-portal__nav-label{font-size:var(--text-sm)}.otto-portal__sidebar .otto-portal__nav-item{font-size:var(--text-lg);padding:.75rem;gap:.625rem}.otto-portal__sidebar .otto-portal__nav-item--dog small{font-size:var(--text-base)}.otto-portal__sidebar .otto-portal__button--small{font-size:var(--text-base);padding:.5rem 1rem}.otto-portal__sidebar .otto-portal__nav-icon svg{width:1.375rem;height:1.375rem}.otto-portal__sidebar .otto-portal__nav-avatar{width:4.5rem;height:4.5rem}.otto-portal__sidebar .otto-portal__nav-item.is-active:not(:hover){background:transparent;border-color:transparent;color:var(--op-ink);font-weight:var(--text-font-weight)}.otto-portal__sidebar .otto-portal__nav-item.is-active:not(:hover):not(.otto-portal__nav-item--dog) .otto-portal__nav-icon{color:var(--op-muted)}.otto-portal__sidebar .otto-portal__nav-item--dog.is-active:not(:hover) .otto-portal__nav-avatar{background:rgb(var(--text-color));outline:none}.otto-portal__sidebar .otto-portal__nav-item--dog.is-active:not(:hover) small{color:var(--op-muted)}}.otto-portal__nav-group{display:flex;flex-direction:column;gap:.375rem;margin-bottom:1rem}.otto-portal__nav-label{font-family:var(--subheading-font-family);font-weight:var(--subheading-font-weight);font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.08em;color:var(--op-muted);margin:0 0 .375rem}.otto-portal__nav-account{margin-top:auto;padding-top:1rem;border-top:1px solid var(--op-border, rgba(0, 0, 0, .1));gap:.125rem}.otto-portal__nav-account-label{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.08em;color:var(--op-muted);margin:0}.otto-portal__nav-account-email{margin:0 0 .5rem;font-size:var(--text-sm);word-break:break-all}.otto-portal__logout{display:inline-block;font-size:var(--text-sm);font-weight:600;text-decoration:underline;color:var(--op-muted);cursor:pointer}@media(hover:hover){.otto-portal__logout:hover{color:inherit}}.otto-portal__nav-item{display:flex;align-items:center;gap:.5rem;width:100%;text-align:left;padding:.5625rem .625rem;border:1px solid transparent;border-radius:calc(var(--op-radius) * .66);background:transparent;color:var(--op-ink);font:inherit;font-size:var(--text-base);cursor:pointer;text-decoration:none;box-sizing:border-box}.otto-portal__nav-icon{display:inline-flex;flex:0 0 auto;color:var(--op-muted)}.otto-portal__nav-icon svg{width:1.125rem;height:1.125rem;display:block}.otto-portal__nav-text{min-width:0}.otto-portal__nav-item.is-active{background:var(--otto-portal-on-navy, #fff);border-color:var(--op-line);color:var(--otto-portal-ink, #002d6f)}.otto-portal__nav-item.is-active:not(.otto-portal__nav-item--dog) .otto-portal__nav-icon{color:var(--otto-portal-ink, #002d6f)}@media(hover:hover){.otto-portal__nav-item:hover{background:var(--otto-portal-on-navy, #fff);border-color:var(--op-line);color:var(--otto-portal-ink, #002d6f)}.otto-portal__nav-item:hover .otto-portal__nav-icon{color:var(--otto-portal-ink, #002d6f)}}.otto-portal__nav-item--dog.is-active .otto-portal__nav-avatar{background:var(--op-bg-soft);border:0;outline:1px solid var(--op-line)}@media(hover:hover){.otto-portal__nav-item--dog:hover .otto-portal__nav-avatar{background:var(--op-bg-soft);border:0;outline:1px solid var(--op-line)}}.otto-portal__nav-item--dog small{display:block;color:var(--op-muted);font-weight:var(--text-font-weight);font-size:var(--text-sm)}.otto-portal__nav-item--dog.is-active small{color:#002d6fb3}@media(hover:hover){.otto-portal__nav-item--dog:hover small{color:#002d6fb3}}@media(hover:hover){.otto-portal__sidebar .otto-portal__button:hover{background:var(--otto-portal-on-navy, #fff);border-color:var(--op-line);color:var(--otto-portal-ink, #002d6f)}}.otto-portal__card{background:rgb(var(--text-color));color:rgb(var(--background));border:1px solid var(--op-line);border-radius:var(--op-radius);padding:1.5rem;margin-bottom:1.5rem;--op-ink: rgb(var(--background));--op-muted: rgb(var(--background) / .7);--op-bg: rgb(var(--text-color));--op-bg-soft: rgb(var(--background-secondary))}@media(max-width:479px){.otto-portal__card{padding:1.125rem;margin-bottom:1.125rem}}.otto-portal__card h3:not(.otto-portal__section-label):not(.otto-portal__recipes-heading):not(.otto-portal__card-title):not(.otto-portal__transition-hero-title):not(.otto-portal__partner-name):not(.otto-portal__partner-offer):not(.otto-portal__rewards-block-title):not(.otto-portal__rewards-next-label):not(.otto-portal__rewards-staff-ledger-heading):not(.otto-portal__care-step-title):not(.otto-portal__care-stage-title):not(.otto-portal__care-cycle-title){font-size:var(--text-h7);margin:0 0 .625rem}.otto-portal__card--soft{background:rgb(var(--text-color));border-style:dashed}.otto-portal__combine{border-width:2px;border-color:rgb(var(--background) / .5)}.otto-portal__combine .otto-portal__card-title{margin-bottom:.5rem}.otto-portal__combine .otto-portal__section-label{margin-top:1.25rem;margin-bottom:.75rem}.otto-portal__combine-list{list-style:none;margin:0 0 1rem;padding:0;display:flex;flex-direction:column;gap:.75rem}.otto-portal__combine-item{border:1px solid var(--op-line);border-radius:calc(var(--op-radius) * .75);padding:.875rem 1rem;background:rgb(var(--background-secondary))}.otto-portal__combine-item--primary{border-color:rgb(var(--background) / .45)}.otto-portal__combine-item-head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem .75rem;margin-bottom:.625rem}.otto-portal__combine-item-title{font-family:var(--heading-font-family);font-weight:var(--heading-font-weight);font-size:var(--text-h7);color:var(--op-ink)}.otto-portal__combine-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem 1rem;margin:0}.otto-portal__combine-details dt{font-size:var(--text-sm, .8125rem);color:var(--op-muted);margin:0}.otto-portal__combine-details dd{margin:.125rem 0 0;font-size:var(--text-base);color:var(--op-ink)}.otto-portal__combine-notice{border-radius:calc(var(--op-radius) * .75);padding:.875rem 1rem;margin:0 0 1rem;background:var(--op-warning-soft);color:var(--op-ink);font-size:var(--text-base)}.otto-portal__combine-notice p{margin:0}.otto-portal__combine-notice-sub{margin:.5rem 0 0!important}.otto-portal__combine-notice--danger{background:var(--op-danger-soft)}.otto-portal__combine-item--duplicate{border-color:rgb(var(--background) / .35)}.otto-portal__combine-item-actions{margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--op-line)}.otto-portal__combine-hint{margin:0 0 .25rem;font-size:var(--text-base)}@media(max-width:479px){.otto-portal__combine-details{grid-template-columns:1fr}}.otto-portal__card-note{color:var(--op-muted);font-size:var(--text-base);margin:.625rem 0 0}.otto-portal__card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;flex-wrap:wrap;margin-bottom:1rem}.otto-portal__card-head .otto-portal__card-title{margin-bottom:0;width:100%}.otto-portal__card-head-main{flex:1 1 100%;width:100%;min-width:0;margin-bottom:0}.otto-portal__card>.otto-portal__card-head-main{margin-bottom:1rem}.otto-portal__card-head-main>.otto-portal__card-title,.otto-portal__card-head-main>.otto-portal__section-label{margin-bottom:.125rem}.otto-portal__card-sub{color:var(--op-muted);font-size:var(--text-base);margin:.25rem 0 0}.otto-portal__card-title{font-family:var(--heading-font-family);font-weight:var(--heading-font-weight);font-style:var(--heading-font-style);letter-spacing:var(--heading-letter-spacing);line-height:var(--heading-line-height);font-size:var(--text-h3);margin:0 0 .875rem;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;color:var(--op-ink);text-transform:var(--heading-text-transform)}.otto-portal__card h3.otto-portal__section-label,.otto-portal .otto-portal__section-label,.otto-portal__modal .otto-portal__section-label{font-family:var(--heading-font-family);font-weight:var(--heading-font-weight);font-style:var(--heading-font-style);letter-spacing:var(--heading-letter-spacing);line-height:calc(var(--heading-line-height) + .1);font-size:var(--text-h4);margin:0 0 .875rem;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;color:var(--op-ink);text-transform:var(--heading-text-transform)}.otto-portal__section-label-icon{display:inline-flex;flex:0 0 auto;color:inherit}.otto-portal__section-label-icon svg{width:1.125rem;height:1.125rem;display:block}.otto-portal__section-header-row{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;margin-bottom:.875rem}.otto-portal__section-header-row .otto-portal__section-label{margin-bottom:0;line-height:1.2}.otto-portal__section-header-row--solo{margin-bottom:.875rem}.otto-portal__section-header-row--solo .otto-portal__section-label{margin-bottom:0}.otto-portal__section-header-row .otto-portal__raw-share-pill{position:relative;top:.05em}.otto-portal__raw-share-picker{position:relative;flex-shrink:0}.otto-portal__raw-share-picker.is-open{z-index:12}.otto-portal__raw-share-pill.otto-portal__pill{display:inline-flex;align-items:center;flex-wrap:nowrap;gap:.35rem;padding:.25rem .625rem;border:0;cursor:pointer;font:inherit;line-height:1.3;white-space:nowrap}.otto-portal__raw-share-chevron{opacity:.72;flex-shrink:0;margin-left:.05rem}.otto-portal__raw-share-picker .otto-portal__share-menu{left:auto;right:0;transform:none;min-width:11.5rem}.otto-portal__stats{display:flex;flex-wrap:wrap;gap:1.25rem 2rem}.otto-portal__stat-value{font-family:var(--heading-font-family);font-weight:var(--heading-font-weight);letter-spacing:var(--heading-letter-spacing);font-size:var(--text-h6);line-height:1.3}.otto-portal__stat-label{color:var(--op-muted);font-size:var(--text-base)}.otto-portal__pill{display:inline-block;padding:.125rem .625rem;border-radius:var(--rounded-full);font-size:var(--text-xs);font-weight:var(--text-font-bold-weight);background:var(--op-bg-soft);border:1px solid var(--op-line);color:var(--op-muted);white-space:nowrap}.otto-portal__pill--success{background:var(--op-success-soft);color:var(--op-success);border-color:transparent}.otto-portal__pill--warning{background:var(--op-warning-soft);color:var(--op-warning);border-color:transparent}.otto-portal__pill--danger{background:var(--op-danger-soft);color:var(--op-danger);border-color:transparent}.otto-portal__pill--accent{background:var(--op-accent-soft);color:var(--op-ink);border-color:transparent}.otto-portal__pill--in-use{background:var(--op-ink);color:rgb(var(--input-background, var(--background)));border-color:transparent}.otto-portal__button{display:inline-flex;align-items:center;justify-content:center;gap:.375rem;padding:.625rem 1.25rem;border:1px solid var(--op-ink);border-radius:var(--button-border-radius);background:transparent;color:var(--op-ink);font:var(--button-font);letter-spacing:var(--button-letter-spacing);text-transform:var(--button-text-transform);cursor:pointer;text-decoration:none;text-align:center;transition:all .2s ease-in-out}@media(hover:hover){.otto-portal__button:hover{background:var(--op-bg-soft)}}.otto-portal__button--primary{background:rgb(var(--button-background-primary));border-color:rgb(var(--button-background-primary));color:rgb(var(--button-text-primary))}@media(hover:hover){.otto-portal__button--primary:hover{background:rgb(var(--button-background-primary) / .85)}}.otto-portal__button--danger{color:var(--op-danger);border-color:var(--op-danger)}@media(hover:hover){.otto-portal__button--danger:hover{background:var(--op-danger-soft)}}.otto-portal__button--danger.otto-portal__button--inverted{background:#fff;border-color:var(--op-danger);color:var(--op-danger)}@media(hover:hover){.otto-portal__button--danger.otto-portal__button--inverted:hover{background:var(--op-danger-soft)}}.otto-portal__button--small{padding:.375rem .875rem;font-size:var(--text-xs)}.otto-portal__button-icon{display:inline-flex;flex:0 0 auto}.otto-portal__button-icon svg{width:.875rem;height:.875rem;display:block}.otto-portal__button[disabled]{opacity:.5;cursor:not-allowed}.otto-portal__actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.875rem}.otto-portal__actions--add-dog{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.otto-portal__actions--add-dog .otto-portal__button{width:100%}.otto-portal__actions--split{align-items:center;justify-content:space-between}@media(max-width:749px){.otto-portal__card .otto-portal__actions{flex-direction:column;align-items:stretch}.otto-portal__actions--add-dog{grid-template-columns:1fr}.otto-portal__card .otto-portal__actions [data-btn]{width:100%}.otto-portal__card .otto-portal__actions .otto-portal__button{width:100%;font-size:var(--button-font-size, var(--text-base));padding:var(--input-padding-block, .625rem) var(--input-padding-inline, 1.25rem)}}.otto-portal__table-wrap{overflow-x:auto}.otto-portal__table{width:100%;border-collapse:collapse;font-size:var(--text-base)}.otto-portal__table th{text-align:left;padding:.5rem .625rem;border-bottom:2px solid var(--op-line);font-family:var(--subheading-font-family);font-weight:var(--subheading-font-weight);font-size:var(--text-sm);text-transform:uppercase;letter-spacing:.05em;color:var(--op-muted)}.otto-portal__table td{padding:.5rem .625rem;border-bottom:1px solid var(--op-line)}.otto-portal__table tr.is-recommended td{background:var(--op-success-soft)}.otto-portal__table tr.is-muted td{color:var(--op-muted)}.otto-portal__order-history-row{cursor:pointer}.otto-portal__order-history-row:focus-visible td{background:var(--op-bg-soft)}@media(hover:hover){.otto-portal__order-history-row:hover td{background:var(--op-bg-soft)}}.otto-portal__order-history-row:focus-visible{outline:none}.otto-portal__order-history-row:focus-visible td:first-child{box-shadow:inset 3px 0 0 var(--op-ink)}.otto-portal__order-history-row td:last-child{padding-right:1.75rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2.5 4.5 6 8l3.5-3.5' stroke='%23002e8d' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center}.otto-portal__order-history-row.is-expanded td:last-child{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2.5 7.5 6 4l3.5 3.5' stroke='%23002e8d' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.otto-portal__order-history-row.is-muted td:last-child{opacity:.72}.otto-portal__order-history-pager{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:.875rem}.otto-portal__order-history-page-meta{font-size:var(--text-sm);color:var(--op-muted);text-align:center;flex:1}.otto-portal__order-history-page-btn{font-family:inherit;font-size:.875rem;font-weight:600;border-radius:10px;padding:.55rem .9rem;cursor:pointer;color:var(--op-ink);background:#fff;border:1.5px solid var(--op-line)}.otto-portal__order-history-page-btn--next:not(:disabled){font-weight:700;color:#fff;background:var(--op-ink);border-color:var(--op-ink)}.otto-portal__order-history-page-btn:disabled{cursor:not-allowed;color:var(--op-muted);background:transparent;border-color:var(--op-line)}.otto-portal__order-history-detail td{padding-top:0;border-bottom:1px solid var(--op-line);vertical-align:top}.otto-portal__order-history-panel{padding:.125rem .625rem .75rem}.otto-portal__order-history-meta{margin:.25rem 0 0;font-size:var(--text-sm)}.otto-portal__order-history-block{margin-top:.75rem}.otto-portal__order-history-subhead{margin:0 0 .375rem;font-size:var(--text-xs);font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--op-muted)}.otto-portal__order-history-lines{margin:0;padding-left:1.125rem;font-size:var(--text-sm)}.otto-portal__order-history-lines li+li{margin-top:.25rem}.otto-portal__addon-block{padding:1rem 0 0}.otto-portal__addon-block .otto-portal__section-label{margin-bottom:.375rem}.otto-portal__dogrow.otto-portal__dogrow--addon{border-top:0;padding-top:.25rem}.otto-portal__addon-figure{display:flex;align-items:center;justify-content:center;background:var(--otto-portal-secondary-2, var(--op-bg-soft));color:var(--op-ink);padding:0}.otto-portal__addon-figure svg{width:52%;height:52%}.otto-portal__addon-lines{margin:.75rem 0}.otto-portal__addon-cost{margin:.375rem 0 .25rem}.otto-portal__addon-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.375rem}.otto-portal__order-history-totals{margin:0;display:grid;gap:.375rem;font-size:var(--text-sm)}.otto-portal__order-history-totals>div{display:flex;justify-content:space-between;gap:1rem}.otto-portal__order-history-totals dt{margin:0;color:var(--op-muted)}.otto-portal__order-history-totals dd{margin:0;text-align:right}.otto-portal__order-history-total{padding-top:.375rem;border-top:1px solid var(--op-line);font-weight:600}.otto-portal__order-history-address{margin:0;font-size:var(--text-sm);line-height:1.45}.otto-portal__tabs{display:flex;justify-content:space-between;gap:0;border-bottom:1px solid var(--op-divider);margin-bottom:1rem}.otto-portal__tab{flex:1 1 0;text-align:center;padding:.5rem .875rem;border:0;background:transparent;font:inherit;font-size:var(--text-base);font-weight:var(--text-font-bold-weight);color:var(--op-muted);cursor:pointer;text-decoration:none;border-bottom:2px solid transparent;margin-bottom:-1px}.otto-portal__tab.is-active{color:var(--op-ink);border-bottom-color:var(--op-ink)}.otto-portal__form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(11rem,1fr));gap:.875rem}.otto-portal__form-grid--two-col{grid-template-columns:repeat(2,minmax(0,1fr))}@media(max-width:479px){.otto-portal__form-grid--two-col{grid-template-columns:1fr}}.otto-portal__field label{display:block;font-size:var(--text-sm);font-weight:var(--text-font-bold-weight);color:var(--op-muted);margin-bottom:.25rem}.otto-portal__field input,.otto-portal__field select,.otto-portal__field textarea,.otto-portal__select{-webkit-appearance:none;appearance:none;width:100%;padding:var(--input-padding-block) var(--input-padding-inline);border:1px solid var(--op-line);border-radius:var(--input-border-radius);font:inherit;font-size:var(--text-base);background:rgb(var(--input-background, transparent));color:rgb(var(--input-text-color, var(--text-color)));box-sizing:border-box}.otto-portal__field select,.otto-portal__select{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" fill="none"><path stroke="black" stroke-width="1.5" d="m1 1 4 4 4-4"/></svg>');background-repeat:no-repeat;background-position:right var(--input-padding-inline) center;padding-right:calc(var(--input-padding-inline) * 2 + .625rem)}.otto-portal__field input:focus,.otto-portal__field select:focus,.otto-portal__field textarea:focus,.otto-portal__select:focus{outline:none;border-color:currentColor}.otto-portal__field input:focus-visible,.otto-portal__field select:focus-visible,.otto-portal__field textarea:focus-visible,.otto-portal__select:focus-visible{outline:2px solid var(--otto-portal-primary, #0044ce);outline-offset:2px;border-color:var(--otto-portal-primary, #0044ce)}.otto-portal__field--full{margin-top:.875rem}.otto-portal__field input::placeholder,.otto-portal__field textarea::placeholder{color:var(--op-muted);opacity:1}.otto-portal__field textarea{min-height:4.5rem;resize:vertical;line-height:1.4}.otto-portal__stepper{display:flex;align-items:center;justify-content:center;gap:1.5rem;background:var(--op-bg-soft);border:1px solid var(--op-line);border-radius:var(--op-radius);padding:1rem 1.25rem;width:100%;box-sizing:border-box}.otto-portal__stepper-btn{width:2.75rem;height:2.75rem;border-radius:50%;border:1px solid var(--op-line);background:var(--op-line);color:var(--op-ink);font-size:var(--text-xl);font-weight:var(--text-font-bold-weight);cursor:pointer;line-height:1;flex:0 0 auto}@media(hover:hover){.otto-portal__stepper-btn:hover{background:var(--op-line);filter:brightness(.94)}}.otto-portal__stepper-btn[disabled]{opacity:.4;cursor:not-allowed}.otto-portal__stepper-value{text-align:center;min-width:7rem}.otto-portal__stepper-oz{font-family:var(--text-font-family);font-weight:600;font-size:var(--text-h3);line-height:1.2}.otto-portal__stepper-note{font-size:var(--text-sm);color:var(--op-muted)}.otto-portal__stepper-note strong{font-weight:var(--text-font-bold-weight);color:var(--op-ink)}.otto-portal__stepper-other-food{margin:.25rem 0 0;font-size:var(--text-xs, .75rem);color:var(--op-muted);line-height:1.35}.otto-portal__share-menu{position:absolute;top:calc(100% + .35rem);left:50%;transform:translate(-50%);min-width:5.5rem;z-index:13;background:var(--op-bg);color:var(--op-ink);border:1px solid var(--op-line);border-radius:calc(var(--op-radius) * .66);box-shadow:0 8px 24px rgb(var(--text-color) / .12);padding:.25rem}.otto-portal__share-menu-option{display:flex;align-items:center;justify-content:space-between;gap:.75rem;width:100%;border:0;background:transparent;color:var(--op-ink);text-align:left;padding:.5rem .625rem;border-radius:calc(var(--op-radius) * .5);font:inherit;font-size:var(--text-base);cursor:pointer}.otto-portal__share-menu-option.is-selected{background:var(--op-accent-soft)}@media(hover:hover){.otto-portal__share-menu-option:hover{background:var(--op-accent-soft)}}.otto-portal__share-menu-check{font-size:var(--text-sm);color:var(--op-muted)}.otto-portal__stepper-context{font-size:var(--text-base);color:var(--op-muted);margin:1rem 0 0;text-align:center}.otto-portal__stepper-context-value{color:var(--op-ink);font-weight:var(--text-font-bold-weight)}.otto-portal__raw-share-min-note{display:block;margin-top:.375rem;color:var(--op-muted);font-size:var(--text-sm, .8125rem)}.otto-portal__card h3.otto-portal__recipes-heading{font-family:var(--heading-font-family);font-weight:var(--heading-font-weight);font-style:var(--heading-font-style);letter-spacing:var(--heading-letter-spacing);line-height:calc(var(--heading-line-height) + .1);font-size:var(--text-h4);margin:1.25rem 0 .875rem;color:var(--op-ink);text-transform:var(--heading-text-transform)}.otto-portal__recipes{display:flex;flex-wrap:wrap;gap:.5rem}.otto-portal__recipes+[data-preview]{margin-top:1rem}.otto-portal__recipe{display:inline-flex;align-items:center;gap:.375rem;padding:.45rem .875rem;border:1px solid var(--op-line);border-radius:var(--rounded-full);font-size:var(--text-base);cursor:pointer;-webkit-user-select:none;user-select:none}.otto-portal__recipe input{accent-color:var(--op-accent)}.otto-portal__recipe.is-checked{border-color:var(--op-ink);background:var(--op-accent-soft);color:var(--op-ink);font-weight:var(--text-font-bold-weight)}.otto-portal__recipe-lb{font-size:var(--text-sm);color:var(--op-muted);font-weight:var(--text-font-bold-weight);white-space:nowrap}.otto-portal__recipe-rows{display:flex;flex-direction:column}.otto-portal__recipe-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem .125rem;border-bottom:1px solid var(--op-divider)}.otto-portal__recipe-row:last-child{border-bottom:0}.otto-portal__recipe-row-main{display:flex;align-items:center;gap:.625rem;cursor:pointer;-webkit-user-select:none;user-select:none;min-width:0}.otto-portal__recipe-row-main input[type=checkbox],.otto-portal__recipe-rows--readonly input[type=checkbox]{-webkit-appearance:none;appearance:none;width:1.125rem;height:1.125rem;min-width:1.125rem;min-height:1.125rem;margin:0;flex:0 0 1.125rem;box-sizing:border-box;border:1px solid var(--op-divider);border-radius:.1875rem;background:var(--op-bg, #fff);display:inline-grid;place-content:center;cursor:pointer}.otto-portal__recipe-row-main input[type=checkbox]:checked,.otto-portal__recipe-rows--readonly input[type=checkbox]:checked{background:var(--op-divider);border-color:var(--op-divider)}.otto-portal__recipe-row-main input[type=checkbox]:checked:before,.otto-portal__recipe-rows--readonly input[type=checkbox]:checked:before{content:"";width:.3125rem;height:.5625rem;border:solid var(--op-ink);border-width:0 2px 2px 0;transform:rotate(45deg);margin-top:-.0625rem}.otto-portal__recipe-rows--readonly input[type=checkbox]{cursor:default;pointer-events:none}.otto-portal__recipe-row-name{font-size:var(--text-base);overflow-wrap:anywhere}.otto-portal__recipe-row.is-checked .otto-portal__recipe-row-name{font-weight:var(--text-font-bold-weight)}.otto-portal__recipe-row-price{font-size:var(--text-sm);color:var(--op-muted);font-weight:var(--text-font-weight);white-space:nowrap}@media(max-width:749px){.otto-portal__recipe-row-main{align-items:flex-start}.otto-portal__recipe-row-main input[type=checkbox]{margin-top:.125rem}.otto-portal__recipe-row-name{display:flex;flex-direction:column;align-items:flex-start;gap:.125rem}.otto-portal__recipe-rows--readonly .otto-portal__recipe-row-name{display:block}.otto-portal__recipe-row-price{white-space:normal}}.otto-portal__recipe-row-qty{display:flex;align-items:center;gap:.375rem;flex:0 0 auto}.otto-portal__recipe-row-lb{min-width:3.5rem;text-align:center;white-space:nowrap;font-weight:var(--text-font-bold-weight)}.otto-portal__recipe-row-qty-inline{font-size:var(--text-sm);color:var(--op-muted);font-weight:var(--text-font-weight);white-space:nowrap}.otto-portal__recipe-rows--readonly .otto-portal__recipe-row-main{cursor:default;pointer-events:none}.otto-portal__recipe-rows--readonly .otto-portal__recipe-row{border-bottom:0}.otto-portal__dogrow .otto-portal__recipe-rows{width:100%;margin-top:.125rem}.otto-portal__dogrow .otto-portal__recipe-row{padding:.25rem 0}.otto-portal__dogrow .otto-portal__recipe-row:last-child{padding-bottom:0}.otto-portal__stepper-btn--mini{width:1.875rem;height:1.875rem;font-size:var(--text-base)}.otto-portal__frequency-select{width:100%;max-width:none}.otto-portal__frequency-context{font-size:var(--text-base);color:var(--op-muted);margin:.625rem 0 0}.otto-portal__frequency-context .otto-portal__pill{vertical-align:middle}.otto-portal__price-rows{margin:.625rem 0 0}.otto-portal__price-row{display:flex;justify-content:space-between;gap:1rem;padding:.25rem 0;font-size:var(--text-base)}.otto-portal__price-row--total{font-family:var(--text-font-family);font-weight:var(--text-font-bold-weight);font-size:var(--text-lg);border-top:2px solid var(--op-ink);margin-top:.375rem;padding-top:.625rem}.otto-portal__dog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(13rem,1fr));gap:.875rem}.otto-portal__dog-card{border:1px solid var(--op-line);border-radius:var(--op-radius);padding:1rem;min-width:0}.otto-portal__dog-name{font-family:var(--heading-font-family);font-weight:var(--heading-font-weight);letter-spacing:var(--heading-letter-spacing);font-size:var(--text-h7);margin:0 0 .125rem;overflow-wrap:anywhere}.otto-portal__dog-meta{color:var(--op-muted);font-size:var(--text-base);margin:0 0 .5rem;overflow-wrap:anywhere}.otto-portal__meal-plan-summary{margin-top:1rem}.otto-portal__meal-plan-summary>.otto-portal__section-label{margin-bottom:.625rem}.otto-portal__changes-card{margin-top:1rem}.otto-portal__changes-card>.otto-portal__section-label{margin-bottom:.625rem}.otto-portal__changes-card .otto-portal__actions{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.otto-portal__changes-card .otto-portal__actions .otto-portal__button{width:100%}.otto-portal__changes-card .otto-portal__banner--error{margin-top:.75rem}.otto-portal__profile .otto-portal__actions{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.otto-portal__profile .otto-portal__actions[hidden]{display:none}.otto-portal__profile .otto-portal__actions .otto-portal__button{width:100%}@media(max-width:749px){.otto-portal__changes-card .otto-portal__actions,.otto-portal__profile .otto-portal__actions{grid-template-columns:1fr}}.otto-portal__main[data-portal-view=account] .otto-portal__card .otto-portal__actions{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;justify-items:start}.otto-portal__main[data-portal-view=account] .otto-portal__card .otto-portal__actions .otto-portal__button{width:100%;font-size:var(--button-font-size, var(--text-base));padding:var(--input-padding-block, .625rem) var(--input-padding-inline, 1.25rem)}.otto-portal__main[data-portal-view=account] .otto-portal__card .otto-portal__actions:not(.otto-portal__actions--split) .otto-portal__button{grid-column:1}.otto-portal__main[data-portal-view=account] .otto-portal__card .otto-portal__actions--split{justify-content:start}.otto-portal__main[data-portal-view=account] .otto-portal__card .otto-portal__actions--split>span:first-child{grid-column:1 / -1}.otto-portal__main[data-portal-view=account] .otto-portal__card .otto-portal__actions--split>[data-btn]{grid-column:1 / -1;width:100%}.otto-portal__main[data-portal-view=account] .otto-portal__card .otto-portal__actions--split>[data-btn] .otto-portal__button{width:100%}@media(min-width:750px){.otto-portal__main[data-portal-view=account] .otto-portal__card .otto-portal__actions--split>[data-btn]{grid-column:1;width:100%}}@media(max-width:749px){.otto-portal__main[data-portal-view=account] .otto-portal__card .otto-portal__actions,.otto-portal__main[data-portal-view=account] .otto-portal__card .otto-portal__actions--split{grid-template-columns:1fr}}.otto-portal__overview-cell .otto-portal__actions{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin-top:.75rem}.otto-portal__overview-cell .otto-portal__actions .otto-portal__button{width:100%}@media(max-width:749px){.otto-portal__overview-cell .otto-portal__actions{grid-template-columns:1fr}}.otto-portal__diffs{margin-bottom:.875rem}.otto-portal__diff{display:flex;gap:.5rem;align-items:flex-start;padding:.25rem 0;font-size:var(--text-base);color:var(--op-muted)}.otto-portal__diff-arrow{color:var(--op-divider);flex:0 0 auto;font-weight:var(--text-font-bold-weight)}.otto-portal__empty-note{color:var(--op-muted);font-size:var(--text-base);margin:0 0 .875rem}.otto-portal__summary{background:var(--op-bg-soft);border:1px solid var(--op-line);border-radius:var(--op-radius);padding:1rem 1.25rem}.otto-portal__summary-row{display:flex;justify-content:space-between;gap:.75rem;padding:.5rem 0;font-size:var(--text-base);border-bottom:1px solid var(--op-divider)}.otto-portal__summary-row:last-of-type{border-bottom:0}.otto-portal__summary-row:has(+.otto-portal__price-row--total),.otto-portal__summary-row--tax:has(+.otto-portal__price-row--total){border-bottom:0}.otto-portal__summary-row .k{color:var(--op-muted)}.otto-portal__summary-row .v{font-weight:var(--text-font-bold-weight);text-align:right;overflow-wrap:anywhere}.otto-portal__summary-row--discount .v{color:var(--op-ink)}.otto-portal__summary-recipe{display:inline}.otto-portal__summary-recipe+.otto-portal__summary-recipe:before{content:", ";font-weight:var(--text-font-bold-weight)}@media(max-width:749px){.otto-portal__summary-row--recipes .v{display:flex;flex-direction:column;align-items:flex-end;gap:.125rem}.otto-portal__summary-recipe{display:block}.otto-portal__summary-recipe+.otto-portal__summary-recipe:before{content:none}}.otto-portal__summary .otto-portal__price-row--total{padding-bottom:.35rem;border-bottom:0}.otto-portal__summary .otto-portal__pack-delivery-suffix{font-weight:var(--text-font-weight, 400);color:var(--op-muted);font-size:.85em}.otto-portal__summary .otto-portal__pack-schedule-meta{margin:0;padding-top:.2rem;font-size:var(--text-sm, .8125rem);font-weight:var(--text-font-weight, 400);line-height:1.4;color:var(--op-muted)}.otto-portal__summary-note{font-size:var(--text-sm);margin:.375rem 0 0}.otto-portal__banner{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:.625rem .875rem;border-radius:calc(var(--op-radius) * .66);margin-bottom:.875rem;font-size:var(--text-base)}.otto-portal__banner:not(:has(.otto-portal__banner-dismiss)){display:block}.otto-portal__banner-text{flex:1;min-width:0}.otto-portal__banner-dismiss{background:none;border:0;padding:0;margin:-.125rem 0 0;cursor:pointer;font:inherit;font-size:1.25rem;line-height:1;color:inherit;opacity:.65;flex:0 0 auto}@media(hover:hover){.otto-portal__banner-dismiss:hover{opacity:1}}.otto-portal__banner--success{background:var(--op-success-soft);color:var(--op-success)}.otto-portal__banner--error{background:var(--op-danger-soft);color:var(--op-danger)}.otto-portal__banner--info{background:var(--op-accent-soft);color:var(--op-ink)}.otto-portal__banner--tight{margin:.25rem 0 0}.otto-portal__staff-banner{margin:0 0 .75rem;padding:.65rem .9rem;border-radius:.5rem;background:#fff4d6;color:#5c4500;font-size:var(--text-sm, .875rem);line-height:1.35;border:1px solid #f0d78c;display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem}.otto-portal__staff-banner strong{font-weight:650}.otto-portal__staff-exit{margin-left:auto;border:1px solid #c9a94a;background:#fffaf0;color:#5c4500;border-radius:.375rem;padding:.25rem .6rem;font:inherit;font-size:var(--text-xs, .75rem);font-weight:650;cursor:pointer}@media(hover:hover){.otto-portal__staff-exit:hover{background:#fff3d0}}.otto-portal__staff-preview{display:flex;flex-direction:column;gap:.35rem;margin:.35rem 0 .5rem}.otto-portal__staff-preview-home{margin:0;font-size:var(--text-xs, .75rem);color:var(--op-muted)}.otto-portal__staff-preview-input{width:100%;box-sizing:border-box;border:1px solid var(--op-border, rgba(0, 0, 0, .14));border-radius:.375rem;padding:.4rem .5rem;font:inherit;font-size:var(--text-sm, .875rem);background:#fff;color:var(--otto-portal-ink, #002d6f)}.otto-portal__staff-preview-input::placeholder{color:color-mix(in srgb,var(--otto-portal-ink, #002d6f) 55%,#fff)}.otto-portal__staff-preview-input:focus{outline:2px solid var(--otto-portal-primary, #0044ce);outline-offset:1px;color:var(--otto-portal-ink, #002d6f)}.otto-portal__staff-preview-results{display:flex;flex-direction:column;gap:.2rem;max-height:12rem;overflow:auto}.otto-portal__staff-preview-result{display:flex;flex-direction:column;align-items:flex-start;gap:.1rem;width:100%;text-align:left;border:1px solid rgba(0,45,111,.16);border-radius:.375rem;background:#fff;padding:.4rem .5rem;font:inherit;cursor:pointer;color:var(--otto-portal-ink, #002d6f)}@media(hover:hover){.otto-portal__staff-preview-result:hover,.otto-portal__staff-preview-result:focus-visible{border-color:var(--otto-portal-primary, #0044ce);background:#eef5ff;color:var(--otto-portal-ink, #002d6f)}}.otto-portal__staff-preview-result:active,.otto-portal__staff-preview-result.is-selected{border-color:var(--otto-portal-primary, #0044ce);background:#e2effe;color:var(--otto-portal-ink, #002d6f)}.otto-portal__staff-preview-result-email{font-size:var(--text-sm, .875rem);font-weight:600;word-break:break-all;color:var(--otto-portal-ink, #002d6f)}.otto-portal__staff-preview-result-meta{font-size:var(--text-xs, .75rem);color:color-mix(in srgb,var(--otto-portal-ink, #002d6f) 70%,#fff)}.otto-portal__staff-preview-status{margin:0;font-size:var(--text-xs, .75rem);color:var(--op-muted)}.otto-portal__staff-preview-status.is-error{color:var(--op-danger, #a72608)}.otto-portal__loading{display:flex;align-items:center;gap:.625rem;color:var(--op-muted);padding:2rem 0;font-size:var(--text-base)}.otto-portal__spinner{width:1.125rem;height:1.125rem;border-radius:50%;flex:0 0 auto;border:2px solid var(--op-line);border-top-color:var(--op-accent);animation:otto-portal-spin .8s linear infinite}@keyframes otto-portal-spin{to{transform:rotate(360deg)}}.otto-portal__modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0809128c;display:flex;align-items:center;justify-content:center;z-index:60;padding:1rem}.otto-portal__modal{background:var(--otto-portal-on-navy, #fff);color:var(--otto-portal-ink, #002d6f);border:1px solid var(--otto-portal-secondary-1, #9ed8ff);border-radius:var(--op-radius, .75rem);box-shadow:0 .75rem 2.5rem #08091238;max-width:32.5rem;width:100%;max-height:85vh;overflow:auto;padding:1.5rem;--op-ink: var(--otto-portal-ink, #002d6f);--op-muted: rgb(0 45 111 / .7);--op-bg: var(--otto-portal-on-navy, #fff);--op-bg-soft: var(--otto-portal-secondary-2, #e2f2fe);--op-line: var(--otto-portal-secondary-1, #9ed8ff);--op-accent-soft: var(--otto-portal-secondary-2, #ecf7ff)}.otto-portal__modal h3{margin:0 0 .625rem;font-size:var(--text-h4);line-height:var(--heading-line-height);color:var(--otto-portal-ink, #002d6f)}.otto-portal__modal p{margin:0 0 .5rem;color:var(--op-muted)}.otto-portal__modal-reason{margin:.75rem 0 0}.otto-portal__modal-reason .otto-portal__select{width:100%}.otto-portal__modal-error{margin:.375rem 0 0;font-size:var(--text-sm);color:var(--otto-portal-danger, #a32a1a)}.otto-portal__pickup-terms{margin:.75rem 0 0;font-size:var(--text-sm, .8125rem);line-height:1.45;color:var(--op-muted)}[data-cancel-pickup-actions]{display:grid;grid-template-columns:1fr;gap:.5rem;margin-top:.875rem}[data-cancel-pickup-actions] .otto-portal__button{width:100%}.otto-portal__modal-compassion{margin:.625rem 0 0;color:var(--op-ink);font-size:var(--text-base)}[data-pack-confirm-actions]{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin-top:.875rem}[data-pack-confirm-actions] .otto-portal__button{width:100%}[data-pack-resume-actions]{display:grid;grid-template-columns:1fr;gap:.5rem;margin-top:.875rem}[data-pack-resume-actions] .otto-portal__button{width:100%}.otto-portal__modal-cancel{margin:.75rem 0 0;text-align:center}.otto-portal__modal .otto-portal__actions{display:grid;gap:.5rem;margin-top:.875rem}.otto-portal__modal .otto-portal__actions .otto-portal__button{width:100%}@media(max-width:749px){[data-pack-confirm-actions],[data-plan-unsaved-actions],.otto-portal__modal .otto-portal__actions{grid-template-columns:1fr}[data-plan-unsaved-actions] .otto-portal__button:first-child{grid-column:auto}}[data-plan-unsaved-actions]{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}[data-plan-unsaved-actions] .otto-portal__button:first-child{grid-column:1 / -1;width:100%}[data-plan-unsaved-actions] .otto-portal__button{width:100%}[data-portion-recommend-actions]{display:grid;grid-template-columns:1fr;gap:.5rem;margin-top:.875rem}[data-portion-recommend-actions] .otto-portal__button{width:100%}.otto-portal__portion-recommend-list{margin:.75rem 0;padding-left:1.125rem;color:var(--op-ink)}.otto-portal__portion-recommend-list li{margin:.25rem 0}.otto-portal__login-gate{text-align:center;padding:2.5rem 1rem}.otto-portal__login-gate .otto-portal__subtitle{margin-bottom:1rem}.otto-portal__login-form{max-width:min(100%,28rem);margin:1rem auto 0}.otto-portal__login-form .input-with-connected-submit{width:100%;text-align:start}@media screen and (max-width:699px){.otto-portal__login-form .input-with-connected-submit .button{width:100%}}@media screen and (min-width:700px){.otto-portal__login-form .input-with-connected-submit .button{align-self:stretch;display:inline-flex;align-items:center;justify-content:center}}.otto-portal__empty{color:var(--op-muted);padding:1rem 0;font-size:var(--text-base)}.otto-portal__muted{color:var(--op-muted)}.otto-portal__divider{border:0;border-top:1px solid var(--op-divider);margin:1rem 0}.otto-portal__dogcard{display:grid;gap:.75rem}.otto-portal__dogcard input,.otto-portal__dogcard select{-webkit-appearance:none;appearance:none;width:100%;padding:var(--input-padding-block) var(--input-padding-inline);border:1px solid var(--op-line);border-radius:var(--input-border-radius);font:inherit;font-size:var(--text-base);background:rgb(var(--input-background, transparent));color:rgb(var(--input-text-color, var(--text-color)));box-sizing:border-box}.otto-portal__dogcard select{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" fill="none"><path stroke="black" stroke-width="1.5" d="m1 1 4 4 4-4"/></svg>');background-repeat:no-repeat;background-position:right var(--input-padding-inline) center;padding-right:calc(var(--input-padding-inline) * 2 + .625rem)}.otto-portal__dogcard input:focus,.otto-portal__dogcard select:focus{outline:none;border-color:currentColor}.otto-portal__dogcard input:focus-visible,.otto-portal__dogcard select:focus-visible{outline:2px solid var(--otto-portal-primary, #0044ce);outline-offset:2px;border-color:var(--otto-portal-primary, #0044ce)}.otto-portal__dogcard-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.875rem}.otto-portal__dogcard-row--single{grid-template-columns:minmax(0,1fr)}.otto-portal__dogcard .otto-portal__field{margin:0}@media(max-width:479px){.otto-portal__dogcard-row{grid-template-columns:minmax(0,1fr)}}.otto-portal__birthday-optin{display:flex;align-items:center;gap:.5rem;margin:.6rem 0 0;font-size:.85rem;color:#002d6fc7;cursor:pointer;-webkit-user-select:none;user-select:none}.otto-portal__birthday-optin:hover{color:#002d6f}.otto-portal__dogcard .otto-portal__birthday-optin input[type=checkbox]{-webkit-appearance:none;appearance:none;width:1.125rem;height:1.125rem;min-width:1.125rem;min-height:1.125rem;margin:0;padding:0;flex:0 0 1.125rem;box-sizing:border-box;border:1px solid var(--op-line);border-radius:.1875rem;background:var(--op-bg, #fff);display:inline-grid;place-content:center;cursor:pointer}.otto-portal__dogcard .otto-portal__birthday-optin input[type=checkbox]:checked{background:#002d6f;border-color:#002d6f}.otto-portal__dogcard .otto-portal__birthday-optin input[type=checkbox]:checked:before{content:"";width:.3125rem;height:.5625rem;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg);margin-top:-.0625rem}.otto-portal__dogcard-row--birthday{grid-template-columns:1.3fr .8fr 1fr;margin-top:.5rem}@media(max-width:479px){.otto-portal__dogcard-row--birthday{grid-template-columns:minmax(0,1fr)}}.otto-portal__age-stage-note{margin:.375rem 0 0;font-size:.85rem;font-weight:600}.otto-portal__combobox{position:relative}.otto-portal__combobox.is-open{z-index:12}.otto-portal__combobox-menu{position:absolute;top:calc(100% + .25rem);left:0;right:0;z-index:13;background:var(--op-bg);color:var(--op-ink);border:1px solid var(--op-line);border-radius:calc(var(--op-radius) * .66);box-shadow:0 8px 24px rgb(var(--text-color) / .12);max-height:13.75rem;overflow-y:auto;padding:.25rem}.otto-portal__combobox-option{width:100%;border:0;background:transparent;color:var(--op-ink);text-align:left;padding:.5rem .625rem;border-radius:calc(var(--op-radius) * .5);font:inherit;font-size:var(--text-base);cursor:pointer}.otto-portal__combobox-option.is-active{background:var(--op-accent-soft)}@media(hover:hover){.otto-portal__combobox-option:hover{background:var(--op-accent-soft)}}.otto-portal__card-title--dog{gap:.875rem;flex-wrap:nowrap;align-items:center;font-size:calc(var(--text-h5) * 3);line-height:1.1}.otto-portal__card-title--dog>span{min-width:0}@media(max-width:479px){.otto-portal__card-title--dog{font-size:calc(var(--text-h5) * 2.25)}}.otto-portal__dog-avatar-sm{width:6.75rem;height:6.75rem;flex:0 0 auto;border-radius:calc(var(--op-radius) * .66);object-fit:cover}@media(max-width:479px){.otto-portal__dog-avatar-sm{width:5rem;height:5rem}}.otto-portal__dog-breed{display:block;font-family:var(--text-font-family);font-size:var(--text-sm);font-weight:var(--text-font-weight);color:var(--op-muted);letter-spacing:0;text-transform:none}.otto-portal__nav-item--dog{display:flex;align-items:center;gap:.75rem}.otto-portal__nav-avatar{width:4rem;height:4rem;flex:0 0 auto;border-radius:50%;object-fit:contain;background:rgb(var(--text-color));padding:.5rem;box-sizing:border-box}.otto-portal__nav-dog-text{min-width:0}.otto-portal__feed-hero-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.875rem}.otto-portal__feed-hero-grid.is-single-meal{grid-template-columns:1fr}@media(max-width:749px){.otto-portal__feed-hero-grid{grid-template-columns:1fr}}.otto-portal__feed-intro{margin:0 0 .875rem}.otto-portal__meal-toggle{position:relative;display:inline-flex;align-items:stretch;padding:.125rem;border:1px solid var(--otto-portal-ink, #002d6f);border-radius:var(--rounded-full);background:var(--otto-portal-ink, #002d6f);flex:0 0 auto}.otto-portal__meal-toggle:before{content:"";position:absolute;top:.125rem;bottom:.125rem;left:.125rem;width:calc(50% - .125rem);border-radius:var(--rounded-full);background:var(--otto-portal-on-navy, #fff);transition:transform .22s ease;z-index:0}.otto-portal__meal-toggle[data-active-meals="2"]:before{transform:translate(100%)}.otto-portal__meal-toggle-btn{position:relative;z-index:1;flex:1 1 0;min-width:0;padding:.3125rem .625rem;border:0;background:transparent;color:var(--otto-portal-on-navy, #fff);font:inherit;font-size:var(--text-xs);cursor:pointer;transition:color .22s ease;white-space:nowrap}.otto-portal__meal-toggle-btn.is-active{color:var(--otto-portal-ink, #002d6f)}@media(hover:hover){.otto-portal__meal-toggle-btn:not(.is-active):hover{color:#ffffffd1}}.otto-portal__feed-hero{display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--op-bg-soft);border:1px solid var(--op-line);border-radius:var(--op-radius);padding:1rem 1.25rem;width:100%;box-sizing:border-box}.otto-portal__feed-hero-stack{display:flex;flex-direction:column;align-items:center;gap:.875rem;width:100%}.otto-portal__feed-hero-kicker{margin:0 0 .75rem;width:100%;text-align:center;font-size:var(--text-sm);font-weight:var(--text-font-bold-weight);color:var(--op-ink)}.otto-portal__feed-hero-kicker-note{display:block;margin-top:.125rem;font-size:var(--text-xs);font-weight:var(--text-font-weight);color:var(--op-muted)}.otto-portal__feed-hero-math{display:flex;align-items:center;justify-content:center;gap:1.125rem;flex-wrap:wrap}.otto-portal__feed-stat b{display:block;font-family:var(--text-font-family);font-weight:var(--text-font-bold-weight);font-size:var(--text-h5);line-height:1.2}.otto-portal__feed-stat span{font-size:var(--text-sm);color:var(--op-muted)}.otto-portal__feed-equals{font-size:var(--text-h6);color:var(--op-muted)}.otto-portal__feed-note{font-size:var(--text-base);margin:.625rem 0 0}.otto-portal__pods{display:flex;gap:1.125rem;align-items:flex-end;justify-content:center;max-width:100%}.otto-portal__pod{width:4.875rem;height:6.375rem;box-sizing:border-box;background:#fff;border:1px solid var(--op-line);border-radius:0 0 1rem 1rem;position:relative;overflow:hidden;display:inline-block;flex:0 0 auto}.otto-portal__feed-hero-grid.is-many-pods-moderate .otto-portal__pods{gap:.8125rem}.otto-portal__feed-hero-grid.is-many-pods-moderate .otto-portal__pod{width:4.0625rem;height:5.3125rem;border-radius:0 0 .875rem .875rem}.otto-portal__feed-hero-grid.is-many-pods .otto-portal__pods{gap:.5rem}.otto-portal__feed-hero-grid.is-many-pods .otto-portal__pod{width:3.25rem;height:4.25rem;border-radius:0 0 .75rem .75rem}.otto-portal__feed-hero-grid.is-many-pods-dense .otto-portal__pods{gap:.375rem}.otto-portal__feed-hero-grid.is-many-pods-dense .otto-portal__pod{width:2.625rem;height:3.5rem;border-radius:0 0 .625rem .625rem}.otto-portal__pod:after{content:"";position:absolute;left:0;right:0;bottom:0;height:var(--fill, 100%);background:var(--otto-portal-navy, #080912)}.otto-portal__feed-row{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem .875rem;border:1px solid var(--op-line);border-radius:calc(var(--op-radius) * .66);margin-bottom:.5rem;font-size:var(--text-base)}.otto-portal__feed-row.is-current{border-color:var(--op-accent);background:var(--op-accent-soft)}.otto-portal__feed-row-main{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;min-width:0}.otto-portal__feed-row-amount{text-align:right;white-space:nowrap}.otto-portal__feed-row-amount small{color:var(--op-muted)}@media(max-width:479px){.otto-portal__feed-row{flex-wrap:wrap}.otto-portal__feed-row-amount{text-align:left;white-space:normal}}.otto-portal__feed-stages{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.875rem;margin-top:.875rem}@media(max-width:479px){.otto-portal__feed-stages{grid-template-columns:1fr}}.otto-portal__feed-stage-card{background:var(--op-bg-soft);border:1px solid var(--op-line);border-radius:var(--op-radius);padding:1.125rem 1rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.25rem}.otto-portal__feed-pie{width:6.75rem;height:6.75rem;border-radius:50%;flex:0 0 auto;background:conic-gradient(var(--otto-portal-navy, #080912) var(--pct),#fff 0);border:1px solid var(--op-line);margin-bottom:.5rem}.otto-portal__feed-stage-card b{font-size:var(--text-base)}.otto-portal__feed-stage-detail{font-size:var(--text-sm);color:var(--op-muted)}.otto-portal__feed-stage-detail .otto-portal__feed-brand{color:var(--op-ink);font-weight:var(--text-font-bold-weight)}.otto-portal__feed-stage-oz{display:block;font-size:var(--text-sm);color:var(--op-muted);margin-top:.125rem}.otto-portal__feed-stage-oz+.otto-portal__feed-stage-oz{margin-top:.15rem}.otto-portal__feed-stage-dog{font-weight:600}.otto-portal__feed-stage-card.is-active{border-color:var(--otto-portal-navy, #080912);box-shadow:0 0 0 1px var(--otto-portal-navy, #080912)}.otto-portal__feed-stage-card.is-complete{opacity:.72}.otto-portal__nav-badge{display:inline-block;margin-left:.375rem;padding:.0625rem .4375rem;border-radius:var(--rounded-full);font-size:.6875rem;font-weight:var(--text-font-bold-weight);line-height:1.3;vertical-align:middle;background:var(--otto-portal-secondary-1, #9ed8ff);color:var(--otto-portal-ink, #002d6f)}.otto-portal__nav-item.is-active .otto-portal__nav-badge{background:var(--otto-portal-ink, #002d6f);color:var(--otto-portal-on-navy, #fff)}.otto-portal__transition-banner{margin-bottom:.875rem;padding:1rem 1.125rem .875rem;border-radius:var(--op-radius);background:#fff;border:1px solid var(--otto-portal-secondary-1, #9ed8ff);color:var(--otto-portal-ink, #002d6f);--op-ink: var(--otto-portal-ink, #002d6f);--op-muted: color-mix(in srgb, var(--otto-portal-ink, #002d6f) 70%, #fff);box-shadow:0 1px #002d6f0a}.otto-portal__transition-banner-head{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:.5rem 1rem;margin-bottom:.75rem}.otto-portal__transition-banner-title{margin:0;flex:1 1 12rem;font-size:var(--text-base);color:var(--otto-portal-ink, #002d6f);line-height:1.35}.otto-portal__transition-banner-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1rem;flex:0 0 auto}.otto-portal__transition-banner .otto-portal__inline-link,.otto-portal__transition-banner .otto-portal__linklike{color:var(--otto-portal-ink, #002d6f);font-size:var(--text-sm)}.otto-portal__transition-banner .otto-portal__track,.otto-portal__transition-hero .otto-portal__track{margin:0}.otto-portal__transition-banner .otto-portal__track-label,.otto-portal__transition-hero .otto-portal__track-label{color:var(--op-muted)}.otto-portal__transition-banner .otto-portal__track-step.done .otto-portal__track-label,.otto-portal__transition-banner .otto-portal__track-step.active .otto-portal__track-label,.otto-portal__transition-hero .otto-portal__track-step.done .otto-portal__track-label,.otto-portal__transition-hero .otto-portal__track-step.active .otto-portal__track-label{color:var(--otto-portal-ink, #002d6f)}.otto-portal__transition-track-wrap{margin-top:.875rem}.otto-portal__transition-track-wrap.is-detailed{margin-top:1rem;padding-top:.875rem;border-top:1px solid var(--op-line)}.otto-portal__track-brand{margin-top:0;font-size:var(--text-sm);line-height:1.25;color:var(--op-muted);font-weight:var(--text-font-weight)}.otto-portal__track-brand .otto-portal__feed-brand{color:inherit;font-weight:inherit;font-size:inherit}.otto-portal__track-step.active .otto-portal__track-brand,.otto-portal__track-step.done .otto-portal__track-brand{color:var(--otto-portal-ink, #002d6f);font-weight:var(--text-font-bold-weight)}.otto-portal__track-sublabel{margin:0 0 .375rem;font-size:.6875rem;line-height:1.25;color:var(--op-muted);overflow-wrap:anywhere}.otto-portal__track-step.active .otto-portal__track-sublabel,.otto-portal__track-step.done .otto-portal__track-sublabel{color:var(--otto-portal-ink, #002d6f)}.otto-portal__transition-track-wrap.is-detailed .otto-portal__track-step:before{top:calc(.6875rem * 1.25 + .375rem + .6875rem)}.otto-portal__transition-pace{margin-top:1rem;padding-top:.875rem;border-top:1px solid var(--op-line)}.otto-portal__transition-pace-label{margin:0 0 .5rem;font-size:var(--text-sm);font-weight:var(--text-font-bold-weight);color:var(--otto-portal-ink, #002d6f)}.otto-portal__transition-pace-tiles{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}@media(max-width:479px){.otto-portal__transition-pace-tiles{grid-template-columns:1fr}}.otto-portal__transition-pace-tile{display:flex;flex-direction:column;align-items:flex-start;gap:.125rem;text-align:left;padding:.75rem .875rem;border:1px solid var(--op-line);border-radius:calc(var(--op-radius) * .75);background:#fff;color:var(--otto-portal-ink, #002d6f);cursor:pointer;font:inherit}.otto-portal__transition-pace-tile.is-selected{border-color:var(--otto-portal-navy, #080912);box-shadow:0 0 0 1px var(--otto-portal-navy, #080912);background:#fff}.otto-portal__transition-pace-tile-title{font-weight:var(--text-font-bold-weight);font-size:var(--text-base)}.otto-portal__transition-pace-tile-sub{font-size:var(--text-sm);color:var(--op-muted);line-height:1.3}.otto-portal__transition-pace-note{margin:.5rem 0 0;font-size:var(--text-sm)}.otto-portal__transition-email-reminders-tiles{grid-template-columns:repeat(3,minmax(0,1fr))}@media(max-width:479px){.otto-portal__transition-email-reminders-tiles{grid-template-columns:1fr}}.otto-portal__transition-banner--idle .otto-portal__transition-banner-head{margin-bottom:0;align-items:center}@media(max-width:479px){.otto-portal__transition-banner-head{flex-direction:column;align-items:stretch}.otto-portal__transition-banner-actions{justify-content:flex-start}}.otto-portal__transition-hero{margin:0 0 1.25rem;padding:1.25rem 1rem;border-radius:var(--op-radius);background:var(--op-bg-soft);border:1px solid var(--op-line)}.otto-portal__card .otto-portal__transition-hero-title{margin:0 0 1rem;font-size:clamp(1.5rem,2.6vw,2rem);font-weight:var(--text-font-bold-weight);line-height:1.2;color:var(--otto-portal-ink, #002d6f);letter-spacing:-.015em}.otto-portal__transition-scoops{display:grid;gap:.35rem;margin:0 0 .25rem}.otto-portal__transition-scoop-row{display:grid;grid-template-columns:minmax(4.5rem,auto) 1fr;gap:.5rem .75rem;align-items:baseline;font-size:var(--text-base);line-height:1.35}.otto-portal__transition-scoop-name{font-weight:var(--text-font-bold-weight);color:var(--otto-portal-ink, #002d6f)}.otto-portal__transition-scoop-amounts{color:var(--otto-portal-ink, #002d6f)}.otto-portal__transition-scoop-per{font-weight:400;color:var(--op-muted);font-size:var(--text-sm)}.otto-portal__transition-scoop-ratio{margin:.35rem 0 0;font-size:var(--text-sm);color:var(--op-muted)}.otto-portal__transition-target-note{margin:.5rem 0 0;font-size:var(--text-sm)}.otto-portal__transition-dogs.otto-portal__tabs{margin:0 0 1.25rem}.otto-portal__transition-dog-tab-meta{font-weight:400;color:var(--op-muted)}.otto-portal__transition-dog-tab.is-active .otto-portal__transition-dog-tab-meta{color:inherit;opacity:.72}.otto-portal__transition-pack-note{margin:.75rem 0 0;font-size:var(--text-sm)}.otto-portal__transition-pack-status{margin:.25rem 0 0;padding:0;list-style:none;display:grid;gap:.5rem}.otto-portal__transition-pack-status li{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:.35rem 1rem;font-size:var(--text-base)}.otto-portal__transition-actions{flex-wrap:wrap;gap:.5rem}.otto-portal__transition-start-panel{margin:0 0 .75rem}.otto-portal__transition-start-panel.is-aside{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid var(--op-divider)}.otto-portal__transition-feed-active{margin:0 0 .75rem}.otto-portal__transition-help-link{margin-top:1.25rem}.otto-portal__card--help-contact{margin-top:1rem}.otto-portal__help-contact-panel{margin-top:.75rem}.otto-portal__help-contact-tip{margin:0 0 .75rem;color:var(--op-ink)}.otto-portal__help-contact-field{margin:.75rem 0 0}.otto-portal__help-contact-note{margin:.5rem 0 0;font-size:var(--text-sm)}.otto-portal__help-contact-actions{margin-top:.75rem;flex-wrap:wrap}.otto-portal__notify-head{display:none}@media(min-width:750px){.otto-portal__notify-head{display:grid;grid-template-columns:1fr auto;gap:1rem;align-items:end;margin:.25rem 0 .35rem;padding:0 .15rem;font-size:var(--text-xs);color:var(--op-muted, #5a6b85);text-transform:uppercase;letter-spacing:.04em}.otto-portal__notify-head-channels{display:grid;grid-template-columns:4.5rem 4.5rem;gap:.5rem;text-align:center}}.otto-portal__notify-list{display:flex;flex-direction:column;border-top:1px solid var(--op-line, rgba(0, 45, 111, .12))}.otto-portal__notify-row{display:grid;grid-template-columns:1fr;gap:.65rem;padding:.9rem 0;border-bottom:1px solid var(--op-line, rgba(0, 45, 111, .12))}@media(min-width:750px){.otto-portal__notify-row{grid-template-columns:1fr auto;align-items:center;gap:1rem}}.otto-portal__notify-title{margin:0;font-weight:600;color:var(--op-ink, #002d6f)}.otto-portal__notify-sub{margin:.2rem 0 0;font-size:var(--text-sm);color:var(--op-muted, #5a6b85)}.otto-portal__notify-channels{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}@media(min-width:750px){.otto-portal__notify-channels{grid-template-columns:4.5rem 4.5rem}}.otto-portal__notify-switch{display:flex;flex-direction:column;align-items:center;gap:.35rem;margin:0;font-size:var(--text-xs);color:var(--op-ink, #002d6f);cursor:pointer}.otto-portal__notify-switch.is-disabled{opacity:.45;cursor:not-allowed}.otto-portal__notify-switch input{width:2.75rem;height:1.5rem;margin:0;appearance:none;-webkit-appearance:none;border:1px solid var(--op-ink, #002d6f);border-radius:999px;background:transparent;position:relative;cursor:inherit;transition:background .15s ease,border-color .15s ease}.otto-portal__notify-switch input:after{content:"";position:absolute;top:2px;left:2px;width:calc(1.5rem - 6px);height:calc(1.5rem - 6px);border-radius:50%;background:var(--op-ink, #002d6f);transition:transform .15s ease,background .15s ease}.otto-portal__notify-switch input:checked{background:var(--op-ink, #002d6f);border-color:var(--op-ink, #002d6f)}.otto-portal__notify-switch input:checked:after{transform:translate(1.2rem);background:#fff}.otto-portal__notify-switch input:disabled{cursor:not-allowed}.otto-portal__notify-phone-note{margin:1rem 0 0;font-size:var(--text-sm)}.otto-portal__faq{margin-top:1.25rem;text-align:start}.otto-portal__faq .faq__category p{color:var(--otto-portal-ink, #002d6f)}.otto-portal__faq .accordion{background:rgb(var(--background-secondary, 236 247 255));box-shadow:none;color:var(--otto-portal-ink, #002d6f);--accordion-inline-padding: 1rem}.otto-portal__faq .accordion+.accordion{margin-block-start:.25rem}@media(min-width:700px){.otto-portal__faq .accordion{--accordion-inline-padding: 1.75rem}}.otto-portal__faq .accordion__summary{color:var(--otto-portal-ink, #002d6f)}.otto-portal__faq .accordion__content a{color:inherit;text-decoration:underline;text-underline-offset:.12em}.otto-portal__dogrow-membership{display:flex;flex-wrap:nowrap;gap:.5rem;margin-top:.625rem;width:100%}.otto-portal__dogrow-membership .otto-portal__button{flex:1 1 0;min-width:0;text-align:center;justify-content:center;font-size:var(--text-sm);padding:.375rem .5rem;white-space:nowrap}@media(max-width:479px){.otto-portal__dogrow-membership{flex-direction:column;flex-wrap:nowrap}.otto-portal__dogrow-membership .otto-portal__button{flex:0 0 auto;width:100%}}.otto-portal__feed-tips{margin:0;padding-left:1.125rem;font-size:var(--text-base)}.otto-portal__feed-tips li{margin-bottom:.375rem}.otto-portal__dogrow{display:grid;grid-template-columns:9fr 11fr;grid-template-rows:auto;align-items:start;gap:.5rem .75rem;padding:1rem 0;border-top:1px solid var(--op-divider)}.otto-portal__dogrow:first-child{border-top:0;padding-top:0}.otto-portal__dogrow-avatar{grid-column:1;grid-row:1;width:calc(100% - 1rem);margin:.5rem;height:auto;aspect-ratio:1;max-width:none;border-radius:calc(var(--op-radius) * .66);object-fit:cover}.otto-portal__dogrow-main{grid-column:2;grid-row:1;min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:0}.otto-portal__dogrow-name{display:flex;flex-direction:column;align-items:flex-start;gap:.125rem;margin:0;overflow-wrap:anywhere}.otto-portal__dogrow-name-text{font-family:var(--text-font-family);font-weight:var(--text-font-bold-weight);font-size:var(--text-lg);line-height:1.15}.otto-portal__dogrow-name .otto-portal__pill{margin-top:.125rem}.otto-portal__dogrow-meta{font-size:var(--text-base);margin:.125rem 0 .375rem}.otto-portal__meta-sep{display:inline-block;font-size:1.35em;line-height:1;vertical-align:-.08em;margin:0 .2em;color:var(--op-muted)}.otto-portal__chips{display:flex;flex-wrap:wrap;gap:.375rem}.otto-portal__chip{display:inline-block;padding:.125rem .625rem;border:1px solid var(--op-line);border-radius:var(--rounded-full);font-size:var(--text-sm);color:var(--op-ink);white-space:nowrap;background:var(--otto-portal-secondary-2, var(--op-bg-soft))}.otto-portal__dogrow-cost{margin-top:.5rem;text-align:left;display:flex;flex-direction:column;gap:.125rem}.otto-portal__dogrow-cost b{font-size:var(--text-lg);font-weight:var(--text-font-bold-weight);line-height:1.15}.otto-portal__dogrow-cost-suffix{font-size:var(--text-sm);font-weight:var(--text-font-weight);color:var(--op-muted)}.otto-portal__dogrow-cost-strike{font-size:var(--text-sm);font-weight:var(--text-font-weight);color:var(--op-muted);text-decoration:line-through}.otto-portal__dogrow-edit{margin-top:.375rem;width:auto}.otto-portal__dogrow-edit.otto-portal__button.otto-portal__button--primary.otto-portal__button--inverted{display:inline-flex;align-items:center;gap:.25rem;align-self:flex-start;background:transparent;border-color:transparent;padding:0;font:inherit;font-size:var(--text-sm);font-weight:var(--text-font-weight);letter-spacing:normal;text-transform:none;color:var(--op-ink);text-decoration:none}@media(hover:hover){.otto-portal__dogrow-edit.otto-portal__button.otto-portal__button--primary.otto-portal__button--inverted:hover{background:transparent;border-color:transparent;color:var(--op-ink);opacity:.75;text-decoration:none}}.otto-portal__dogrow-edit .otto-portal__button-icon{display:inline-flex}.otto-portal__dogrow-edit .otto-portal__button-icon svg{width:.875rem;height:.875rem}.otto-portal__dogrow--paused{opacity:.92}.otto-portal__nav-item--paused .otto-portal__nav-dog-text small{color:var(--op-warning)}.otto-portal__card.otto-portal__pack-membership{margin-top:1.25rem;background:rgb(var(--background-secondary));border:1px solid var(--op-line);border-style:solid;color:var(--otto-portal-ink, #002d6f);--op-ink: var(--otto-portal-ink, #002d6f);--op-muted: color-mix(in srgb, var(--otto-portal-ink, #002d6f) 70%, transparent)}.otto-portal__card.otto-portal__pack-membership>.otto-portal__section-label{margin-bottom:.375rem;color:var(--otto-portal-ink, #002d6f)}.otto-portal__card.otto-portal__pack-membership>.otto-portal__muted{color:var(--otto-portal-ink, #002d6f);opacity:.78}.otto-portal__pack-membership-actions{display:flex;flex-direction:column;align-items:stretch;gap:.5rem}.otto-portal__pack-membership-actions .otto-portal__button{width:100%}@media(min-width:750px){.otto-portal__dogrow{grid-template-columns:1fr 1fr;gap:.75rem 1.25rem}.otto-portal__dogrow-avatar{width:175px;max-width:100%;height:auto;aspect-ratio:1;max-height:175px;margin:0 auto;padding:0;box-sizing:border-box;object-fit:contain;object-position:center;justify-self:center;align-self:center}}.otto-portal__pack-totals{margin-top:1rem}.otto-portal__pack-totals>.otto-portal__section-label{margin-bottom:.625rem}.otto-portal__pack-quantity{margin-top:0}.otto-portal__pack-quantity-cell{padding:.75rem 1rem}.otto-portal__pack-quantity-row{padding:.375rem 0}.otto-portal__pack-quantity-sub{margin:.25rem 0 0;text-align:right;font-size:var(--text-sm);color:var(--op-muted)}.otto-portal__pack-pricing{margin-top:.5rem}.otto-portal__pack-pricing-cell{padding:.75rem 1rem}.otto-portal__pack-pricing-cell .otto-portal__summary-row{padding:.375rem 0}.otto-portal__pack-pricing-cell .otto-portal__summary-row--tax:has(+.otto-portal__price-row--total){border-bottom:0;padding-bottom:.35rem}.otto-portal__pack-pricing-cell .otto-portal__price-row--total{margin-top:.375rem;padding-top:.625rem;padding-bottom:.35rem;border-bottom:0}.otto-portal__pack-pricing-cell .otto-portal__price-row--total .otto-portal__pack-delivery-suffix{font-weight:var(--text-font-weight, 400);color:var(--op-muted);font-size:.85em}.otto-portal__pack-pricing-cell .otto-portal__pack-schedule-meta{margin:0;padding-top:.2rem;font-size:var(--text-sm, .8125rem);font-weight:var(--text-font-weight, 400);line-height:1.4;color:var(--op-muted)}.otto-portal__pack-quantity-row--next .k,.otto-portal__pack-quantity-row--next .v{font-weight:var(--text-font-bold-weight)}.otto-portal__track{display:flex;margin:.25rem 0 1.125rem}.otto-portal__delivery-following{margin:0 0 .75rem}.otto-portal__delivery-headline-module{margin:0 0 .25rem}.otto-portal__delivery-headline-module .otto-portal__card-title{margin-bottom:.25rem}.otto-portal__delivery-headline-module .otto-portal__track{margin-top:1rem}.otto-portal__pack-settings-section>.otto-portal__delivery-headline-module{margin-bottom:1.25rem;padding-bottom:1.25rem;border-bottom:1px solid var(--op-line, rgba(0, 0, 0, .08))}.otto-portal__track-step{flex:1;position:relative;text-align:center;min-width:0}.otto-portal__track-step:before{content:"";position:absolute;top:.6875rem;left:-50%;right:50%;height:2px;background:var(--op-line)}.otto-portal__track-step:first-child:before{display:none}.otto-portal__track-step.done:before,.otto-portal__track-step.active:before{background:var(--otto-portal-navy, var(--op-bg))}.otto-portal__track-dot{width:1.5rem;height:1.5rem;border-radius:50%;box-sizing:border-box;margin:0 auto .375rem;position:relative;z-index:1;display:flex;align-items:center;justify-content:center;background:#fff;border:2px solid var(--op-line);color:var(--op-muted);font-size:.6875rem;line-height:1}.otto-portal__track-dot--done,.otto-portal__track-step.done .otto-portal__track-dot{background:var(--otto-portal-navy, rgb(var(--text-color)));border-color:var(--otto-portal-navy, rgb(var(--text-color)));color:var(--otto-portal-on-navy, rgb(var(--background)))}.otto-portal__track-dot--done svg{display:block;width:.6875rem;height:auto;color:var(--otto-portal-on-navy, #fff)}.otto-portal__track-step.active .otto-portal__track-dot{background:var(--otto-portal-navy, rgb(var(--text-color)));border-color:var(--otto-portal-navy, rgb(var(--text-color)));color:var(--op-muted);box-shadow:0 0 0 0 var(--otto-portal-secondary-2, #e2f2fe),0 0 0 4px color-mix(in srgb,var(--otto-portal-secondary-1, #9ed8ff) 50%,transparent)}.otto-portal__track-label{font-size:var(--text-sm);color:var(--op-muted);overflow-wrap:anywhere}.otto-portal__track-step.done .otto-portal__track-label,.otto-portal__track-step.active .otto-portal__track-label{color:var(--op-ink);font-weight:var(--text-font-bold-weight)}.otto-portal__overview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-bottom:.5rem}@media(max-width:749px){.otto-portal__overview-grid{grid-template-columns:1fr}}.otto-portal__overview-cell{background:var(--op-bg-soft);border:1px solid var(--op-line);border-radius:var(--op-radius);padding:1rem 1.25rem;min-width:0}.otto-portal__overview-cell>h3.otto-portal__section-label{margin:0 0 .625rem;justify-content:center;text-align:center;font-family:var(--text-font-family);font-weight:var(--text-font-bold-weight);font-style:var(--text-font-style);letter-spacing:normal;line-height:1.3;font-size:var(--text-lg);text-transform:none}.otto-portal__overview-value{font-family:var(--heading-font-family);font-weight:var(--heading-font-weight);letter-spacing:var(--heading-letter-spacing);font-size:var(--text-h6);line-height:1.2;margin:.125rem 0 0}.otto-portal__overview-value--stacked{display:flex;flex-direction:column;gap:.125rem;font-family:var(--text-font-family);font-weight:var(--text-font-weight);letter-spacing:normal}.otto-portal__overview-value--centered{align-items:center;text-align:center;width:100%;justify-content:center}.otto-portal__overview-day{font-size:var(--text-lg);font-weight:var(--text-font-bold-weight);color:var(--op-ink);line-height:1.25}.otto-portal__overview-date{font-size:var(--text-sm);color:var(--op-muted);line-height:1.3}.otto-portal__overview-inset-card{margin-top:.125rem;padding:.75rem .875rem;height:5rem;min-height:5rem;max-height:5rem;display:flex;align-items:center;box-sizing:border-box;background:var(--otto-portal-on-navy, #ffffff);border:1px solid var(--op-line);border-radius:calc(var(--op-radius) * .66)}.otto-portal__overview-inset-card>*{width:100%}.otto-portal__overview-inset-card .otto-portal__overview-day,.otto-portal__overview-inset-card .otto-portal__overview-date{color:var(--otto-portal-ink, var(--op-ink, #002d6f));opacity:1}.otto-portal__overview-meta{font-size:var(--text-sm);color:var(--op-muted);margin:.375rem 0 0}.otto-portal__pack-settings{margin-top:.25rem}.otto-portal__pack-settings-section>.otto-portal__section-label{margin-bottom:.375rem}.otto-portal__pack-settings-section>.otto-portal__muted:first-of-type{margin-top:0}.otto-portal__pack-settings-aside{margin-top:.875rem}.otto-portal__pack-settings-aside>.otto-portal__muted{margin-top:.375rem}.otto-portal__pack-settings-aside>.otto-portal__muted:first-of-type{margin-top:.25rem}.otto-portal__pack-glance{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin:.625rem 0 0}.otto-portal__pack-glance-tile{display:flex;flex-direction:column;gap:.25rem;padding:.875rem 1rem;border:1px solid var(--op-line);border-radius:calc(var(--op-radius) * .66);background:var(--op-bg-soft, rgb(var(--background-secondary)));min-width:0}.otto-portal__pack-glance dt{margin:0;font-size:var(--text-sm);color:var(--op-muted);font-weight:var(--text-font-weight)}.otto-portal__pack-glance dd{margin:0;font-size:var(--text-base);font-weight:var(--text-font-bold-weight);color:var(--op-ink)}.otto-portal__pm-tile{display:flex;flex-direction:column;gap:.75rem;padding:1rem 1.125rem;border:1px solid var(--op-line);border-radius:var(--input-border-radius);background:rgb(var(--input-background, transparent));box-sizing:border-box}.otto-portal__pm-tile--active{border-color:var(--op-line);background:var(--op-bg-soft)}.otto-portal__card>[data-pm]{margin-top:.875rem}.otto-portal__pm-tile-head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem}.otto-portal__pm-tile-label{font-size:var(--text-sm);font-weight:var(--text-font-bold-weight);color:var(--op-muted);text-transform:uppercase;letter-spacing:.04em}.otto-portal__pm-tile-card{margin:0;font-size:var(--text-base);font-weight:var(--text-font-bold-weight);color:rgb(var(--input-text-color, var(--text-color)))}.otto-portal__pm-tile-actions .otto-portal__button{width:100%}.otto-portal__pm-tile-actions .otto-portal__button:not(.otto-portal__button--primary){background:rgb(var(--input-background, var(--background)))}@media(hover:hover){.otto-portal__pm-tile-actions .otto-portal__button:not(.otto-portal__button--primary):hover{background:var(--op-bg-soft)}}.otto-portal__pm-saved{margin-top:1.25rem}.otto-portal__pm-saved .otto-portal__section-label{margin-bottom:.625rem}.otto-portal__pm-saved-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.otto-portal__pm-saved-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem .75rem;padding:var(--input-padding-block) var(--input-padding-inline);border:1px solid var(--op-line);border-radius:var(--input-border-radius);background:rgb(var(--input-background, transparent));color:rgb(var(--input-text-color, var(--text-color)));box-sizing:border-box}.otto-portal__pm-saved-label{font-size:var(--text-base);color:rgb(var(--input-text-color, var(--text-color)));min-width:0}.otto-portal__pm-saved-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.375rem;margin-left:auto}.otto-portal__pm-saved-actions .otto-portal__button{width:auto;padding:.35rem .875rem;font-size:var(--text-sm);background:transparent;color:var(--op-ink);border-color:var(--op-ink)}@media(hover:hover){.otto-portal__pm-saved-actions .otto-portal__button:hover{background:var(--op-bg-soft)}}.otto-portal__pm-remove{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:1px solid var(--op-line);border-radius:999px;background:transparent;color:var(--op-muted);font-size:1.25rem;line-height:1;cursor:pointer}@media(hover:hover){.otto-portal__pm-remove:hover{color:var(--op-danger);border-color:var(--op-danger);background:var(--op-danger-soft)}}.otto-portal__pack-settings-stat{display:flex;flex-wrap:wrap;align-items:baseline;gap:.375rem .75rem;margin:.75rem 0 .5rem}.otto-portal__pack-settings-stat-value{font-family:var(--heading-font-family);font-weight:var(--heading-font-weight);font-size:var(--text-lg, 1.125rem);color:var(--op-ink)}.otto-portal__pack-settings-stat-meta{font-size:var(--text-sm);color:var(--op-muted)}.otto-portal__pack-settings-note{margin:.375rem 0 0}.otto-portal__pack-settings-link{margin-top:.875rem;width:fit-content}.otto-portal__meals-dog-tabs{margin-top:.75rem;margin-bottom:.875rem}.otto-portal__meals-dogs{display:grid;gap:1.25rem}.otto-portal__meals-dog[hidden]{display:none}.otto-portal__meals-dog-rec{margin:0 0 .5rem;font-size:var(--text-sm)}.otto-portal__meals-tiles{grid-template-columns:repeat(2,minmax(0,1fr))}@media(min-width:750px){.otto-portal__meals-tiles{grid-template-columns:repeat(4,minmax(0,1fr))}}button.otto-portal__meals-use-rec{background:none;border:0;padding:0;font:inherit;cursor:pointer}.otto-portal__transition-meals-note{margin:.5rem 0 0;font-size:var(--text-sm)}.otto-portal__card--age-alert button.otto-portal__inline-link{background:none;border:0;padding:0;font:inherit;cursor:pointer}.otto-portal__inline-link{color:inherit;text-decoration:underline;text-decoration-color:#002d6f47;text-underline-offset:.12em}@media(hover:hover){.otto-portal__inline-link:hover{text-decoration-color:currentColor}}.otto-portal__pack-settings-frequency{margin-top:.625rem;margin-bottom:0}.otto-portal__pack-membership-list{display:grid;grid-template-columns:1fr;gap:.875rem;margin-top:.875rem}@media(min-width:750px){.otto-portal__pack-membership-list{grid-template-columns:repeat(2,minmax(0,1fr))}}.otto-portal__pack-membership-row{display:flex;flex-direction:column;gap:.75rem;padding:.875rem 1rem;border:1px solid var(--op-line);border-radius:calc(var(--op-radius) * .66);background:var(--op-bg-soft, rgb(var(--background-secondary)));min-width:0}.otto-portal__pack-membership-row-main{display:flex;align-items:center;gap:.75rem}.otto-portal__pack-member-avatar{width:3rem;height:3rem;flex:0 0 auto;object-fit:contain}.otto-portal__pack-member-name{margin:0;font-weight:var(--text-font-bold-weight);color:var(--op-ink)}.otto-portal__pack-member-status{margin:.125rem 0 0;font-size:var(--text-sm);color:var(--op-muted)}.otto-portal__pack-member-status--paused{color:var(--op-warning, #9a6700)}.otto-portal__pack-membership-row .otto-portal__pack-membership-actions{margin-top:0}.otto-portal__pack-cancel-actions{display:flex;flex-direction:column;align-items:stretch;gap:.5rem;margin-top:.875rem}.otto-portal__pack-cancel-actions .otto-portal__button{width:100%}.otto-portal__profile-status{margin:1rem 0 0}.otto-portal__pack-settings-subhead,.otto-portal__freezer-helper-title{margin:0 0 .375rem;font-family:var(--heading-font-family);font-weight:var(--heading-font-weight);font-size:var(--text-base);color:var(--op-ink)}.otto-portal__freezer-tiles{display:grid;grid-template-columns:1fr;gap:.625rem;margin:.875rem 0}.otto-portal__freezer-tile{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem;width:100%;padding:.875rem;border:1px solid var(--op-line);border-radius:calc(var(--op-radius) * .66);background:var(--op-bg, #fff);color:var(--op-ink);text-align:left;cursor:pointer;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}@media(hover:hover){.otto-portal__freezer-tile:hover{border-color:var(--otto-portal-ink, #002d6f)}}.otto-portal__freezer-tile.is-selected{border-color:var(--otto-portal-ink, #002d6f);background:var(--otto-portal-secondary-2, #e2f2fe);box-shadow:inset 0 0 0 1px var(--otto-portal-ink, #002d6f)}.otto-portal__freezer-tile-label{font-weight:var(--text-font-bold-weight);font-size:var(--text-base);line-height:1.3}.otto-portal__freezer-tile-subtext{font-size:var(--text-sm);color:var(--op-muted);line-height:1.35}.otto-portal__freezer-helper-note{margin-bottom:0}.otto-portal__pack-settings-actions{display:grid;grid-template-columns:1fr;gap:.5rem;margin-top:.875rem}.otto-portal__pack-settings-actions .otto-portal__button{width:100%}@media(min-width:750px){.otto-portal__pack-settings-actions{grid-template-columns:1fr 1fr}}.otto-portal__overview-meta--centered{text-align:center}.otto-portal__overview-meta--warn{color:var(--otto-portal-danger, #9a3412);font-weight:500}.otto-portal__overview-cell .otto-portal__select{margin-top:.125rem}.otto-portal__overview-actions{display:flex;flex-direction:column;align-items:stretch;gap:.5rem;margin-top:.75rem}.otto-portal__overview-actions[hidden]{display:none}.otto-portal__overview-actions .otto-portal__button{width:100%;font-size:var(--button-font-size, var(--text-base));padding:var(--input-padding-block, .625rem) var(--input-padding-inline, 1.25rem)}.otto-portal__date-form{display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem}.otto-portal__date-form[hidden]{display:none}.otto-portal__date-form input[type=date]{-webkit-appearance:none;appearance:none;width:100%;box-sizing:border-box;font:inherit;font-size:var(--text-base);padding:var(--input-padding-block) var(--input-padding-inline);border:1px solid rgb(var(--input-text-color, var(--text-color)) / .3);border-radius:var(--input-border-radius);background:rgb(var(--input-background, transparent));color:rgb(var(--input-text-color, var(--text-color)))}.otto-portal__date-form input[type=date]:focus{outline:none;border-color:currentColor}.otto-portal__date-form input[type=date]:focus-visible{outline:2px solid var(--otto-portal-primary, #0044ce);outline-offset:2px;border-color:var(--otto-portal-primary, #0044ce)}.otto-portal__date-form-actions{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.otto-portal__date-form-actions .otto-portal__button{width:100%;font-size:var(--button-font-size, var(--text-base));padding:var(--input-padding-block, .625rem) var(--input-padding-inline, 1.25rem)}@media(max-width:749px){.otto-portal__date-form-actions{grid-template-columns:1fr}}.otto-portal__frequency-form{display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem}.otto-portal__frequency-form[hidden]{display:none}.otto-portal__frequency-form .otto-portal__frequency-select{margin-top:0}.otto-portal__frequency-form-actions{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.otto-portal__frequency-form-actions .otto-portal__button{width:100%;font-size:var(--button-font-size, var(--text-base));padding:var(--input-padding-block, .625rem) var(--input-padding-inline, 1.25rem)}@media(max-width:749px){.otto-portal__frequency-form-actions{grid-template-columns:1fr}}.otto-portal__schedule-temp-change{grid-column:1 / -1}.otto-portal__food-on-hand-prompt{grid-column:1 / -1;margin:.25rem 0 0}.otto-portal__buffer-breakdown{margin:.75rem 0 0;padding-left:1.25rem;font-size:.875rem;color:var(--otto-portal-muted, rgba(0, 46, 141, .72))}.otto-portal__buffer-breakdown li+li{margin-top:.25rem}.otto-portal__buffer-stepper{margin-top:1rem;border-radius:12px}.otto-portal__buffer-stepper-summary{margin:.75rem 0 0;text-align:center;font-size:.875rem;color:var(--otto-portal-muted, rgba(0, 46, 141, .72))}.otto-portal__triage-options{display:flex;flex-direction:column;gap:.375rem;margin-top:.75rem}.otto-portal__triage-option{width:100%}.otto-portal__triage-mismatch-hint{margin-top:1rem;margin-bottom:0;text-align:center}.otto-portal__triage-tiles{display:grid;grid-template-columns:1fr;gap:.8235rem;margin-top:.75rem}.otto-portal__triage-tile{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;width:100%;padding:1.375rem 1rem;text-align:left;border:1px solid var(--otto-portal-secondary-1, #9ed8ff);border-radius:12px;background:transparent;color:var(--op-ink);cursor:pointer;font:inherit;line-height:1.3;transition:border-color .2s ease,box-shadow .2s ease}.otto-portal__triage-tile-text{flex:1;min-width:0}.otto-portal__triage-tile:focus-visible{border-color:var(--otto-portal-primary, #0044ce);background:transparent;box-shadow:inset 0 0 0 1px var(--otto-portal-primary, #0044ce);outline:none}.otto-portal__modal--triage .otto-portal__triage-option:focus-visible{border:1px solid var(--op-ink);background:var(--op-bg-soft)}@media(hover:hover){.otto-portal__triage-tile:hover{border-color:var(--otto-portal-primary, #0044ce);background:transparent;box-shadow:inset 0 0 0 1px var(--otto-portal-primary, #0044ce);outline:none}.otto-portal__modal--triage .otto-portal__triage-option:hover{border:1px solid var(--op-ink);background:var(--op-bg-soft)}}.otto-portal__triage-tile-title{display:block;font-weight:600;font-size:1.0625rem;line-height:1.3;color:var(--op-ink)}.otto-portal__triage-tile-subtitle{display:block;margin-top:.25rem;font-size:.75rem;font-weight:400;line-height:1.35;color:var(--op-muted)}.otto-portal__triage-preview{display:flex;flex-direction:column;gap:.75rem;margin:.75rem 0;padding:.75rem;background:var(--op-bg-soft);border:1px solid var(--op-line);border-radius:12px}.otto-portal__triage-preview-dog{font-weight:var(--text-font-bold-weight)}.otto-portal__triage-preview-portion{font-size:var(--text-sm);color:var(--op-muted)}.otto-portal__triage-preview-cost{font-weight:var(--text-font-bold-weight);color:var(--op-ink)}.otto-portal__delivery-triage-modal-actions{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}.otto-portal__delivery-triage-modal-actions>.otto-portal__button{width:100%}.otto-portal__triage-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.625rem}.otto-portal__triage-header h3{margin:0;flex:1;min-width:0}.otto-portal__triage-dismiss{flex:0 0 auto;background:none;border:0;padding:.125rem;margin:-.125rem -.125rem 0 0;cursor:pointer;font:inherit;font-size:1.375rem;line-height:1;color:var(--op-muted)}.otto-portal__triage-dismiss:focus-visible{color:var(--op-ink);opacity:1}@media(hover:hover){.otto-portal__triage-dismiss:hover{color:var(--op-ink);opacity:1}}.otto-portal__triage-back-link{display:block;width:100%;margin-top:.25rem;padding:.375rem 0;background:none;border:0;cursor:pointer;font:inherit;font-size:var(--text-sm);color:var(--op-muted);text-align:center;text-decoration:underline;text-underline-offset:.15em}.otto-portal__triage-back-link:focus-visible{color:var(--op-ink)}@media(hover:hover){.otto-portal__triage-back-link:hover{color:var(--op-ink)}}.otto-portal__overview-dogs-head{margin-bottom:.25rem}.otto-portal__overview-dogs-head .otto-portal__section-label{margin-bottom:0}.otto-portal__partner-toolbar{display:flex;flex-direction:column;gap:.75rem;margin:0 0 1rem}.otto-portal__partner-filters{display:flex;flex-wrap:wrap;gap:.4rem}.otto-portal__partner-redeemed-hint{margin:0;font-size:var(--text-sm)}.otto-portal__partner-filter{-webkit-appearance:none;appearance:none;border:1px solid rgba(0,0,0,.12);background:transparent;color:inherit;font:inherit;font-size:var(--text-sm);padding:.3rem .7rem;border-radius:999px;cursor:pointer}.otto-portal__partner-filter.is-active{border-color:#002d6f59;background:#d8efff;color:var(--op-ink, #002d6f);font-weight:600}.otto-portal__partner-sort{display:flex;align-items:center;gap:.5rem;align-self:flex-start}.otto-portal__partner-sort-label{font-size:var(--text-sm);color:var(--op-muted)}.otto-portal__partner-sort .otto-portal__select{min-width:8.5rem}.otto-portal__partners-grid{list-style:none;margin:0;padding:0;padding-inline-start:0;display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:720px){.otto-portal__partners-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.125rem}}.otto-portal__partner-card{list-style:none;min-width:0;box-sizing:border-box;display:flex;flex-direction:column;height:100%;background:var(--op-bg-soft);border:1px solid var(--op-line);border-radius:var(--op-radius);padding-block:1rem;padding-inline:1.25rem;perspective:1200px}.otto-portal__partner-flip{position:relative;flex:1 1 auto;display:flex;flex-direction:column;min-height:100%;height:100%;transform-style:preserve-3d;transition:transform .55s ease}.otto-portal__partner-card.is-flipped .otto-portal__partner-flip{transform:rotateY(180deg)}.otto-portal__partner-face{backface-visibility:hidden;-webkit-backface-visibility:hidden}.otto-portal__partner-card.is-flipped .otto-portal__partner-face--front{visibility:hidden;pointer-events:none}.otto-portal__partner-face--front{display:flex;flex-direction:column;flex:1 1 auto;min-width:0;min-height:100%;height:100%}.otto-portal__partner-face--back{position:absolute;top:0;right:0;bottom:0;left:0;transform:rotateY(180deg);display:flex;align-items:stretch;background:var(--op-bg-soft);border-radius:calc(var(--op-radius) - 2px)}.otto-portal__partner-back-inner{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.55rem;width:100%;padding:.25rem .15rem;text-align:center}.otto-portal__partner-back-close{align-self:flex-end;-webkit-appearance:none;appearance:none;border:0;background:none;padding:.15rem .25rem;font:inherit;font-size:var(--text-sm);color:var(--op-muted);text-decoration:underline;text-underline-offset:2px;cursor:pointer}.otto-portal__partner-back-title{margin:0;font-size:var(--text-base);font-weight:700;color:var(--op-ink)}.otto-portal__partner-qr{display:flex;flex-direction:column;align-items:center;gap:.4rem;min-height:12rem;justify-content:center}.otto-portal__partner-qr-img{display:block;width:11rem;height:11rem;border-radius:.5rem;background:#fff;border:1px solid var(--op-line)}.otto-portal__partner-qr-link{margin:0;font-size:var(--text-xs, .75rem)}.otto-portal__partner-back-hint{margin:0;font-size:var(--text-sm);color:var(--op-muted);line-height:1.35;max-width:18rem}.otto-portal__partner-media{padding:0;margin:0}.otto-portal__partner-media-frame{position:relative;aspect-ratio:16 / 10;border-radius:calc(var(--op-radius) * .66);overflow:hidden;background:#0000000a;border:1px solid var(--op-line);box-sizing:border-box}.otto-portal__partner-media img{display:block;width:100%;height:100%;object-fit:cover}.otto-portal__partner-media--empty{background:linear-gradient(135deg,#9ed8ff59,#0044ce14)}.otto-portal__partner-body{display:flex;flex-direction:column;gap:.35rem;padding:.75rem 0 0;flex:1 1 auto;min-height:0}.otto-portal__partner-badges{position:absolute;top:.5rem;right:.5rem;z-index:1;display:flex;flex-direction:column;align-items:flex-end;gap:.3rem;max-width:calc(100% - 1rem)}.otto-portal__partner-pill{display:inline-flex;align-items:center;padding:.15rem .55rem;border-radius:999px;font-size:var(--text-xs, .75rem);font-weight:600;letter-spacing:.02em;text-transform:uppercase;color:var(--op-ink, #002d6f);background:#fff;box-shadow:0 1px 2px #0000001f}.otto-portal__partner-card.is-flipped .otto-portal__partner-badges{display:none}.otto-portal__partner-near{display:inline-flex;align-items:center;padding:.15rem .5rem;border-radius:999px;font-size:var(--text-xs, .75rem);font-weight:600;color:#0b5b2a;background:#d8f0e1;box-shadow:0 1px 2px #0000001a}.otto-portal__partner-city{margin:0;font-size:var(--text-sm);color:var(--op-muted);text-align:left;line-height:1.3}.otto-portal__partner-offer{margin:0;font-family:var(--heading-font-family, inherit);font-size:var(--text-h5, 1.35rem);font-weight:700;line-height:1.2;color:var(--op-ink, #002d6f);letter-spacing:-.01em}.otto-portal__partner-name{margin:.15rem 0 0;font-size:var(--text-sm, .9375rem);font-weight:500;line-height:1.35;color:var(--op-muted)}h3.otto-portal__partner-name{margin:0;font-family:var(--heading-font-family, inherit);font-size:var(--text-h5, 1.35rem);font-weight:700;line-height:1.2;color:var(--op-ink, #002d6f);letter-spacing:-.01em}.otto-portal__partner-criteria{margin:.55rem 0 0;font-size:var(--text-xs, .75rem);color:var(--op-muted);line-height:1.35;text-align:center}.otto-portal__partner-actions{margin-top:auto;padding-top:.85rem}.otto-portal__partner-cta{display:flex;width:100%;justify-content:center}.otto-portal__partner-cta:disabled{opacity:.65;cursor:default}.otto-portal__card-footer{margin-top:1.25rem}.otto-portal__linklike{background:none;border:0;padding:0;cursor:pointer;font:inherit;font-size:var(--text-sm);color:var(--op-muted);text-decoration:underline;text-underline-offset:2px}@media(hover:hover){.otto-portal__linklike:hover{color:var(--op-ink)}}.otto-portal__card--cancelled .otto-portal__cancelled-hero{margin-bottom:.75rem}.otto-portal__cancelled-actions{margin:1rem 0 .25rem}.otto-portal__pill--muted{background:var(--op-surface-muted, #f3f3f3);color:var(--op-muted)}.otto-portal__plan-readonly-facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(9rem,1fr));gap:.75rem 1.25rem;margin:1rem 0}.otto-portal__plan-readonly-facts dt{font-size:var(--text-xs, .75rem);color:var(--op-muted);margin-bottom:.15rem}.otto-portal__plan-readonly-facts dd{margin:0;font-weight:600}.otto-portal__recipes-readonly{margin-top:.5rem}.otto-portal__card--rewards{overflow:hidden}.otto-portal__rewards{--rw-navy: #0a2a66;--rw-navy-soft: #123b86;--rw-muted: #5a7391;--rw-line: #e3eaf4;--rw-line-strong: #c3e1f6;--rw-soft: #edf6fe;--rw-soft-2: #f6f9fd;--rw-accent: #a8291a;--rw-warn-bg: #fff6e5;--rw-warn-ink: #8a5a00}.otto-portal__rewards-top{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem}.otto-portal__rewards-title{margin:0;font-family:var(--heading-font-family, inherit);font-weight:800;font-size:clamp(1.75rem,3vw,2.5rem);line-height:1.05;color:var(--rw-navy);letter-spacing:-.02em}.otto-portal__rewards-sub{margin:.65rem 0 0;font-size:1.0625rem;color:var(--rw-muted);width:100%;text-wrap:pretty}.otto-portal__rewards-live-pill{display:flex;align-items:center;gap:.5rem;flex-shrink:0;background:var(--rw-soft);border:1px solid var(--rw-line-strong);color:var(--rw-navy-soft);border-radius:999px;padding:.5rem .85rem;font-size:.875rem;font-weight:600;white-space:nowrap}.otto-portal__rewards-live-dot{width:.5rem;height:.5rem;border-radius:999px;background:var(--rw-accent)}.otto-portal__rewards-hero{display:grid;grid-template-columns:1fr;gap:1.25rem;margin-top:1.25rem}.otto-portal__rewards-balance-card{background:var(--rw-navy);border-radius:1rem;padding:1.75rem;color:#fff;display:flex;flex-direction:column;justify-content:flex-start;min-height:11rem;gap:0}.otto-portal__rewards-balance-label{font-size:.8125rem;letter-spacing:.1em;text-transform:uppercase;font-weight:600;color:#a9c6f0}.otto-portal__rewards-balance-row{display:flex;align-items:baseline;gap:.65rem;margin-top:.65rem}.otto-portal__rewards-balance-value{font-family:var(--heading-font-family, inherit);font-weight:800;font-size:clamp(2.75rem,6vw,4.25rem);line-height:.9;letter-spacing:-.03em}.otto-portal__rewards-balance-dollars{font-size:1.125rem;font-weight:600;color:#a9c6f0}.otto-portal__rewards-balance-stats{display:flex;gap:1.75rem;margin-top:auto;padding-top:1.25rem;border-top:1px solid rgba(255,255,255,.14)}.otto-portal__rewards-balance-card .otto-portal__rewards-stat-value{color:#fff;font-size:1.375rem}.otto-portal__rewards-balance-card .otto-portal__rewards-stat-value--accent{color:#7dd3a8}.otto-portal__rewards-balance-card .otto-portal__rewards-stat-label{color:#a9c6f0}.otto-portal__rewards-next-card{border:1px solid var(--rw-line-strong);background:var(--rw-soft);border-radius:1rem;padding:1.5rem;display:flex;flex-direction:column;gap:.75rem}.otto-portal__rewards-next-label,.otto-portal__rewards-block-title{margin:0;font-family:var(--heading-font-family);font-weight:var(--heading-font-weight);font-style:var(--heading-font-style);letter-spacing:var(--heading-letter-spacing);line-height:calc(var(--heading-line-height) + .1);font-size:var(--text-h4);color:var(--rw-navy)}.otto-portal__rewards-apply-copy{margin:0;font-size:.9375rem;color:var(--rw-muted)}.otto-portal__rewards-spend-amount{display:flex;flex-direction:column;gap:.45rem}.otto-portal__rewards-spend-label{font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--rw-navy-soft)}.otto-portal__rewards-spend-input-wrap{display:flex;align-items:center;gap:.35rem;background:#fff;border:1.5px solid var(--rw-line-strong);border-radius:10px;padding:.55rem .75rem}.otto-portal__rewards-spend-prefix{font-family:var(--heading-font-family, inherit);font-weight:800;font-size:1.125rem;color:var(--rw-navy)}.otto-portal__rewards-spend-input{flex:1 1 auto;min-width:0;width:100%;border:none;outline:none;background:transparent;font-family:var(--heading-font-family, inherit);font-weight:800;font-size:1.25rem;color:var(--rw-navy);padding:0;-moz-appearance:textfield}.otto-portal__rewards-spend-input::placeholder{color:var(--rw-muted);font-weight:600;font-size:.9375rem;opacity:1}.otto-portal__rewards-spend-input::-webkit-outer-spin-button,.otto-portal__rewards-spend-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.otto-portal__rewards-next-card .otto-portal__button{align-self:stretch;justify-content:center;margin-top:.25rem}.otto-portal__rewards-applied{display:flex;flex-direction:column;gap:.75rem}.otto-portal__rewards-applied-head{display:flex;align-items:center;gap:.65rem}.otto-portal__rewards-applied-amount{font-family:var(--heading-font-family, inherit);font-weight:800;font-size:1.75rem;color:var(--rw-navy)}.otto-portal__rewards-applied-pill{font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#fff;background:var(--rw-accent);border-radius:6px;padding:.3rem .55rem}.otto-portal__rewards-applied-code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.8125rem;color:var(--rw-navy-soft);background:#fff;border:1px solid var(--rw-line-strong);border-radius:8px;padding:.55rem .75rem;word-break:break-all}.otto-portal__rewards-applied-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.otto-portal__rewards-applied-note{font-size:.8125rem;color:var(--rw-muted)}.otto-portal__rewards-share{margin-top:1.75rem;border:1px solid var(--rw-line-strong);background:var(--rw-soft);border-radius:1rem;padding:1.5rem}.otto-portal__rewards-share-top{display:block}.otto-portal__rewards-stat-value{font-family:var(--heading-font-family, inherit);font-weight:800;font-size:1.625rem;color:var(--rw-navy);line-height:1}.otto-portal__rewards-stat-value--accent{color:var(--rw-accent)}.otto-portal__rewards-stat-label{margin-top:.2rem;font-size:.8125rem;color:var(--rw-muted)}.otto-portal__rewards-share-row{display:flex;flex-direction:column;gap:.75rem;margin-top:1.25rem}.otto-portal__rewards-share-url{width:100%;min-width:0;display:flex;align-items:center;background:#fff;border:1px solid var(--rw-line-strong);border-radius:10px;padding:.75rem .9rem;font-size:.9375rem;color:var(--rw-navy-soft);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;box-sizing:border-box}.otto-portal__rewards-share-actions{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.otto-portal__rewards-share-actions .otto-portal__button{width:100%;justify-content:center;box-sizing:border-box}.otto-portal__rewards-share-actions a.otto-portal__button{text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.otto-portal__rewards-activity{margin-top:2rem}.otto-portal__rewards-activity-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.otto-portal__rewards-tabs{display:flex;gap:.35rem;background:var(--rw-soft-2);border:1.5px solid var(--rw-line-strong);border-radius:999px;padding:.25rem}.otto-portal__rewards-tab{font-family:inherit;font-size:.875rem;font-weight:600;cursor:pointer;border:none;border-radius:999px;padding:.5rem 1rem;background:transparent;color:var(--rw-muted)}.otto-portal__rewards-tab.is-active{background:var(--rw-navy);color:#fff}.otto-portal__rewards-activity-list{margin-top:1rem;border:1.5px solid var(--rw-line-strong);border-radius:.875rem;overflow:hidden}.otto-portal__rewards-activity-empty{margin:0;padding:1.25rem;color:var(--rw-muted);font-size:.9375rem}.otto-portal__rewards-activity-row{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:#fff}.otto-portal__rewards-activity-row+.otto-portal__rewards-activity-row{border-top:1px solid var(--rw-line-strong)}.otto-portal__rewards-activity-row.is-alt{background:#fafcff}.otto-portal__rewards-activity-icon{flex:0 0 auto;width:2.25rem;height:2.25rem;border-radius:999px;display:grid;place-items:center;font-size:1rem;font-weight:700}.otto-portal__rewards-activity-icon.is-earned{background:var(--rw-soft);color:var(--rw-navy-soft)}.otto-portal__rewards-activity-icon.is-redeemed{background:#fbedea;color:var(--rw-accent)}.otto-portal__rewards-activity-main{flex:1 1 auto;min-width:0}.otto-portal__rewards-activity-title{font-size:1rem;font-weight:600;color:var(--rw-navy)}.otto-portal__rewards-activity-meta{font-size:.8125rem;color:var(--rw-muted);margin-top:.15rem}.otto-portal__rewards-activity-status{flex:0 0 auto;font-size:.75rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;border-radius:6px;padding:.3rem .55rem;background:#f1f5fa;color:var(--rw-muted)}.otto-portal__rewards-activity-status.is-pending{background:var(--rw-warn-bg);color:var(--rw-warn-ink)}.otto-portal__rewards-activity-amount{flex:0 0 4.5rem;text-align:right;font-family:var(--heading-font-family, inherit);font-weight:800;font-size:1.25rem}.otto-portal__rewards-activity-amount.is-earned{color:var(--rw-navy)}.otto-portal__rewards-activity-amount.is-redeemed{color:var(--rw-accent)}.otto-portal__rewards-activity-foot{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:.9rem;font-size:.875rem;color:var(--rw-muted);flex-wrap:wrap}.otto-portal__rewards-activity-foot strong{color:var(--rw-navy)}.otto-portal__rewards-terms{font-weight:600;text-decoration:none;color:var(--rw-navy-soft)}.otto-portal__rewards-terms:hover{color:var(--rw-accent)}.otto-portal__rewards-share-row .otto-portal__input{width:100%;min-width:0}.otto-portal__rewards-staff{--rw-navy: #0a2a66;--rw-navy-soft: #123b86;--rw-muted: #5a7391;--rw-line: #e3eaf4;--rw-line-strong: #c3e1f6;--rw-soft: #edf6fe;--rw-soft-2: #f6f9fd;--rw-accent: #a8291a;--rw-warn-bg: #fff6e5;--rw-warn-ink: #8a5a00}.otto-portal__rewards-staff-shell{background:#fff;border:1px solid #dde5f0;border-radius:1rem;overflow:hidden;box-shadow:0 12px 28px #0a2a6614}.otto-portal__rewards-staff-head{background:var(--rw-navy);padding:1.5rem 1.75rem;color:#fff}.otto-portal__rewards-staff-identity{display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap;padding:1rem 1.75rem;background:var(--rw-soft-2)}.otto-portal__rewards-staff-profile{border:1.5px solid var(--rw-line-strong);border-radius:.875rem;overflow:hidden;background:#fff}.otto-portal__rewards-staff-profile-head{padding:1rem 1.125rem;background:var(--rw-soft);border-bottom:1px solid var(--rw-line-strong)}.otto-portal__rewards-staff-profile-name{font-family:var(--heading-font-family, inherit);font-weight:800;font-size:1.1875rem;line-height:1.15;color:var(--rw-navy);letter-spacing:-.01em}.otto-portal__rewards-staff-profile-meta{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-top:.4rem}.otto-portal__rewards-staff-empty{padding:1.25rem 0 0}.otto-portal__rewards-staff-body{padding:1.25rem 0 0;display:flex;flex-direction:column;gap:1.125rem}.otto-portal__rewards-staff-head-meta{display:flex;align-items:center;gap:.65rem;flex-wrap:wrap}.otto-portal__rewards-staff-pill{font-family:var(--heading-font-family, inherit);font-weight:800;font-size:.6875rem;letter-spacing:.16em;text-transform:uppercase;color:#fff;background:var(--rw-accent);border-radius:5px;padding:.25rem .5rem}.otto-portal__rewards-staff-head-note{font-size:.75rem;font-weight:600;color:#8fb4e8}.otto-portal__rewards-staff-title{margin:.75rem 0 0;font-family:var(--heading-font-family, inherit);font-weight:800;font-size:clamp(1.75rem,3vw,2rem);line-height:1.05;color:#fff;letter-spacing:-.02em}.otto-portal__rewards-staff-sub{margin:.4rem 0 0;font-size:.875rem;color:#c9ddf7;text-wrap:pretty}.otto-portal__rewards-staff-lookup{margin-top:1rem}.otto-portal__rewards-staff-lookup-label{display:block;font-size:.6875rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#8fb4e8;margin-bottom:.45rem}.otto-portal__rewards-staff-lookup-row{display:flex;gap:.5rem}.otto-portal__rewards-staff-lookup-input{flex:1 1 auto;min-width:0;font-size:.9375rem;font-weight:600;color:#fff;background:#ffffff1a;border:1px solid rgba(169,198,240,.45);border-radius:10px;padding:.7rem .875rem;outline:none}.otto-portal__rewards-staff-lookup-input::placeholder{color:#ffffff73}.otto-portal__rewards-staff-lookup-results{display:flex;flex-direction:column;gap:.3rem;margin-top:.55rem;max-height:14rem;overflow:auto}.otto-portal__rewards-staff-lookup-result{display:flex;flex-direction:column;align-items:flex-start;gap:.15rem;width:100%;text-align:left;border:1px solid rgba(169,198,240,.35);border-radius:10px;background:#ffffff14;padding:.55rem .75rem;font:inherit;cursor:pointer;color:#fff}@media(hover:hover){.otto-portal__rewards-staff-lookup-result:hover,.otto-portal__rewards-staff-lookup-result:focus-visible{border-color:#ffffff8c;background:#ffffff29}}.otto-portal__rewards-staff-lookup-result:active{background:#ffffff38}.otto-portal__rewards-staff-lookup-result-email{font-size:.875rem;font-weight:700;word-break:break-all;color:#fff}.otto-portal__rewards-staff-lookup-result-meta{font-size:.75rem;color:#c9ddf7}.otto-portal__rewards-staff-lookup-status{margin:.45rem 0 0;font-size:.75rem;color:#c9ddf7}.otto-portal__rewards-staff-lookup-status.is-error{color:#ffb4a8}.otto-portal__rewards-staff-load{flex:0 0 auto;font-family:inherit;font-size:.9375rem;font-weight:700;color:#fff;background:var(--rw-accent);border:none;border-radius:10px;padding:.75rem 1.5rem;cursor:pointer}.otto-portal__rewards-staff-load:hover:not(:disabled){background:#8e2214}.otto-portal__rewards-staff-load:disabled{opacity:.7;cursor:wait}.otto-portal__rewards-staff-id{font-family:var(--heading-font-family, inherit);font-weight:800;font-size:1.0625rem;color:var(--rw-navy)}.otto-portal__rewards-staff-email{font-size:.8125rem;color:var(--rw-muted)}.otto-portal__rewards-staff-code{font-family:ui-monospace,Menlo,monospace;font-size:.75rem;color:var(--rw-navy-soft);background:#fff;border:1px solid var(--rw-line-strong);border-radius:6px;padding:.2rem .45rem}.otto-portal__rewards-staff-stats{display:grid;grid-template-columns:repeat(4,1fr);border:none;border-radius:0;overflow:hidden}.otto-portal__rewards-staff-stat{padding:.875rem 1rem;border-right:1px solid var(--rw-line-strong)}.otto-portal__rewards-staff-stat:last-child,.otto-portal__rewards-staff-stat.is-spent{border-right:none}.otto-portal__rewards-staff-stat.is-spent{background:#fbf3f1}.otto-portal__rewards-staff-stat-val{font-family:var(--heading-font-family, inherit);font-weight:800;font-size:1.5rem;color:var(--rw-navy);line-height:1.1}.otto-portal__rewards-staff-stat-val.is-pending{color:var(--rw-warn-ink)}.otto-portal__rewards-staff-stat-val.is-spent{color:var(--rw-accent)}.otto-portal__rewards-staff-stat-label{font-size:.75rem;color:var(--rw-muted);margin-top:.15rem}.otto-portal__rewards-staff-adjust{border:1.5px solid var(--rw-line-strong);background:var(--rw-soft);border-radius:.875rem;padding:1.25rem}.otto-portal__rewards-staff-kicker{font-family:var(--heading-font-family, inherit);font-weight:800;font-size:.75rem;letter-spacing:.14em;text-transform:uppercase;color:var(--rw-muted)}.otto-portal__rewards-staff-kicker.is-accent{color:var(--rw-navy-soft)}.otto-portal__rewards-staff-quicks{display:flex;gap:.5rem;margin-top:.75rem;flex-wrap:wrap}.otto-portal__rewards-staff-quick{font-family:var(--heading-font-family, inherit);font-size:.875rem;font-weight:700;cursor:pointer;border-radius:8px;padding:.45rem .875rem;background:#fff;color:var(--rw-navy-soft);border:1.5px solid var(--rw-line-strong)}.otto-portal__rewards-staff-quick.is-active{background:var(--rw-navy);color:#fff;border-color:var(--rw-navy)}.otto-portal__rewards-staff-adjust-grid{display:grid;grid-template-columns:8.75rem 1fr;gap:.75rem;margin-top:.875rem}.otto-portal__rewards-staff-field-label{display:block;font-size:.75rem;font-weight:600;color:var(--rw-navy-soft);margin-bottom:.4rem}.otto-portal__rewards-staff-field{width:100%;box-sizing:border-box;font-size:.9375rem;color:var(--rw-navy);background:#fff;border:1.5px solid var(--rw-line-strong);border-radius:10px;padding:.7rem .8rem;outline:none;font-family:inherit}.otto-portal__rewards-staff-field--amount{font-family:var(--heading-font-family, inherit);font-size:.9375rem;font-weight:700}.otto-portal__rewards-staff-field--spaced{margin-top:.75rem}.otto-portal__rewards-staff-check{display:flex;align-items:center;gap:.55rem;margin-top:.75rem;font-size:.875rem;color:var(--rw-navy-soft);cursor:pointer}.otto-portal__rewards-staff-adjust-foot{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:1rem;padding-top:.875rem;border-top:1px dashed #bfd8f0;flex-wrap:wrap}.otto-portal__rewards-staff-btn-accent{font-family:inherit;font-size:.9375rem;font-weight:700;color:#fff;background:var(--rw-accent);border:none;border-radius:10px;padding:.75rem 1.375rem;cursor:pointer}.otto-portal__rewards-staff-btn-accent:hover{background:#8e2214}.otto-portal__rewards-staff-preview{font-size:.875rem;color:var(--rw-muted)}.otto-portal__rewards-staff-preview strong{color:var(--rw-navy)}.otto-portal__rewards-staff-preview strong.is-negative{color:var(--rw-accent)}.otto-portal__rewards-staff-panel{border:1.5px solid var(--rw-line-strong);border-radius:.875rem;padding:1.25rem}.otto-portal__rewards-staff-panel--row{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.otto-portal__rewards-staff-ref-main{flex:1 1 16rem;min-width:0}.otto-portal__rewards-staff-panel-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.otto-portal__rewards-staff-panel--row .otto-portal__rewards-staff-panel-head{justify-content:flex-start;gap:.65rem}.otto-portal__rewards-staff-status{font-size:.6875rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;background:#f1f5fa;color:var(--rw-muted);border-radius:6px;padding:.3rem .55rem}.otto-portal__rewards-staff-status.is-held{background:var(--rw-warn-bg);color:var(--rw-warn-ink)}.otto-portal__rewards-staff-panel-copy{margin:.5rem 0 0;font-size:.875rem;color:var(--rw-muted);text-wrap:pretty}.otto-portal__rewards-staff-pending-line{display:flex;align-items:baseline;gap:.65rem;margin-top:.5rem;flex-wrap:wrap}.otto-portal__rewards-staff-pending-amt{font-family:var(--heading-font-family, inherit);font-weight:800;font-size:1.75rem;color:var(--rw-navy)}.otto-portal__rewards-staff-pending-meta{font-size:.875rem;color:var(--rw-muted)}.otto-portal__rewards-staff-pending-actions{display:flex;gap:.65rem;margin-top:.875rem;flex-wrap:wrap}.otto-portal__rewards-staff-pending-actions .otto-portal__rewards-staff-field{flex:1 1 15rem;min-width:0;border-color:var(--rw-line-strong)}.otto-portal__rewards-staff-btn-outline{flex:0 0 auto;font-family:inherit;font-size:.9375rem;font-weight:600;color:var(--rw-navy);background:#fff;border:1.5px solid var(--rw-navy);border-radius:10px;padding:.7rem 1.125rem;cursor:pointer}.otto-portal__rewards-staff-btn-outline:hover:not(:disabled){background:var(--rw-navy);color:#fff}.otto-portal__rewards-staff-btn-outline:disabled{color:#94a9c2;background:var(--rw-soft-2);border-color:var(--rw-line);cursor:not-allowed}.otto-portal__rewards-staff-ledger{margin-top:.5rem}.otto-portal__rewards-staff-ledger-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.otto-portal__rewards-staff-ledger-heading{margin:0;font-family:var(--heading-font-family, inherit);font-weight:800;font-size:1.375rem;color:var(--rw-navy)}.otto-portal__rewards-staff-tabs{display:flex;gap:.25rem;background:var(--rw-soft-2);border:1.5px solid var(--rw-line-strong);border-radius:999px;padding:.25rem}.otto-portal__rewards-staff-tab{font-family:inherit;font-size:.875rem;font-weight:600;cursor:pointer;border:none;border-radius:999px;padding:.45rem .95rem;background:transparent;color:var(--rw-muted)}.otto-portal__rewards-staff-tab.is-active{background:var(--rw-navy);color:#fff}.otto-portal__rewards-staff-ledger-list{margin-top:.875rem;border:1.5px solid var(--rw-line-strong);border-radius:.875rem;overflow:hidden}.otto-portal__rewards-staff-ledger-row{display:flex;align-items:center;gap:.875rem;padding:.875rem 1.125rem;background:#fff}.otto-portal__rewards-staff-ledger-row+.otto-portal__rewards-staff-ledger-row{border-top:1px solid var(--rw-line-strong)}.otto-portal__rewards-staff-ledger-row.is-alt{background:#fafcff}.otto-portal__rewards-staff-ledger-icon{flex:0 0 auto;width:2.25rem;height:2.25rem;border-radius:999px;display:grid;place-items:center;font-size:1rem;font-weight:700}.otto-portal__rewards-staff-ledger-icon.is-up{background:var(--rw-soft);color:var(--rw-navy-soft)}.otto-portal__rewards-staff-ledger-icon.is-down{background:#fbedea;color:var(--rw-accent)}.otto-portal__rewards-staff-ledger-main{flex:1 1 auto;min-width:0}.otto-portal__rewards-staff-ledger-note{font-size:.9375rem;font-weight:600;color:var(--rw-navy)}.otto-portal__rewards-staff-ledger-meta{font-size:.8125rem;color:var(--rw-muted);margin-top:.15rem}.otto-portal__rewards-staff-ledger-actor{flex:0 0 auto;font-size:.6875rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;border-radius:6px;padding:.3rem .55rem;background:#f1f5fa;color:var(--rw-muted)}.otto-portal__rewards-staff-ledger-delta{flex:0 0 3.5rem;text-align:right;font-family:var(--heading-font-family, inherit);font-weight:800;font-size:1.125rem}.otto-portal__rewards-staff-ledger-delta.is-up{color:var(--rw-navy)}.otto-portal__rewards-staff-ledger-delta.is-down{color:var(--rw-accent)}.otto-portal__rewards-staff-ledger-foot{margin-top:.875rem;font-size:.8125rem;color:var(--rw-muted)}@media(max-width:820px){.otto-portal__rewards-top{flex-direction:column}.otto-portal__rewards-share-actions{grid-template-columns:1fr}.otto-portal__rewards-activity-row{flex-wrap:wrap}.otto-portal__rewards-activity-amount{margin-left:auto}.otto-portal__rewards-staff-stats{grid-template-columns:1fr 1fr}.otto-portal__rewards-staff-stat:nth-child(2){border-right:none}.otto-portal__rewards-staff-stat:nth-child(1),.otto-portal__rewards-staff-stat:nth-child(2){border-bottom:1px solid var(--rw-line-strong)}.otto-portal__rewards-staff-adjust-grid{grid-template-columns:1fr}.otto-portal__rewards-staff-ledger-row{flex-wrap:wrap}.otto-portal__rewards-staff-ledger-delta{margin-left:auto}}.otto-portal__check{display:flex;align-items:center;gap:.4rem;margin:.5rem 0 .75rem;font-size:var(--text-sm)}.otto-portal__card--care{overflow:hidden}.otto-portal__care{--cg-navy: #0a2a66;--cg-navy-soft: #123b86;--cg-muted: #5a7391;--cg-line: #e3eaf4;--cg-line-strong: #c3e1f6;--cg-soft: #edf6fe;--cg-soft-2: #f6f9fd;--cg-accent: #a8291a}.otto-portal__care-title{margin:0;font-family:var(--heading-font-family, inherit);font-weight:800;font-size:clamp(1.7rem,3vw,2rem);line-height:1.05;color:var(--cg-navy);letter-spacing:-.02em}.otto-portal__care-sub{margin:.4rem 0 0;font-size:.875rem;color:var(--cg-muted);text-wrap:pretty;max-width:none}.otto-portal__care-stage-wrap{margin-top:1.25rem}.otto-portal__care-stage{border:1.5px solid var(--cg-line-strong);background:var(--cg-soft);border-radius:.875rem;padding:1.125rem;touch-action:pan-y;user-select:none;-webkit-user-select:none}.otto-portal__care-stage-media{position:relative;width:100%;aspect-ratio:16 / 9;height:auto;border-radius:.625rem;overflow:hidden;background:#fff}.otto-portal__care-stage-img{display:block;width:100%;height:100%;object-fit:cover}.otto-portal__care-stage-img--empty{display:grid;place-items:center;background:linear-gradient(135deg,#f6f9fd,#c3e1f6);color:var(--cg-muted);font-size:.9375rem;font-weight:600;text-align:center;padding:1rem}.otto-portal__care-stage-meta{margin-top:1rem}.otto-portal__care-stage-kicker{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.65rem;flex-wrap:wrap}.otto-portal__care-stage-step{font-family:var(--heading-font-family, inherit);font-weight:800;font-size:.75rem;letter-spacing:.14em;text-transform:uppercase;color:var(--cg-navy-soft)}.otto-portal__care-stage-timing{font-size:.75rem;font-weight:600;color:#fff;background:var(--cg-navy);border-radius:6px;padding:.3rem .55rem}.otto-portal__care-stage-title{margin:0;font-family:var(--heading-font-family, inherit);font-weight:800;font-size:clamp(1.35rem,2.5vw,1.625rem);line-height:1.1;color:var(--cg-navy)}.otto-portal__care-stage-body{margin:.5rem 0 0;font-size:.9375rem;line-height:1.55;color:var(--cg-navy-soft);text-wrap:pretty}.otto-portal__care-tip{display:flex;flex-direction:column;align-items:flex-start;gap:.3rem;margin-top:.875rem;padding:.75rem .875rem;background:#fff;border:1px solid var(--cg-line-strong);border-radius:.625rem}.otto-portal__care-tip-label{font-family:var(--heading-font-family, inherit);font-weight:800;font-size:.6875rem;letter-spacing:.1em;text-transform:uppercase;color:var(--cg-accent)}.otto-portal__care-tip-text{display:block;width:100%;font-size:.875rem;line-height:1.5;color:var(--cg-navy-soft);text-align:left;text-wrap:pretty}.otto-portal__care-stage-nav{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:1.125rem;padding-top:1rem;border-top:1px dashed #bfd8f0}.otto-portal__care-nav-btn{font-family:inherit;font-size:.875rem;font-weight:600;border-radius:10px;padding:.65rem 1rem;cursor:pointer;color:var(--cg-navy);background:#fff;border:1.5px solid #a9c6f0}.otto-portal__care-nav-btn--next:not(:disabled){font-weight:700;color:#fff;background:var(--cg-accent);border-color:var(--cg-accent)}.otto-portal__care-nav-btn:disabled{cursor:not-allowed;color:#a6bbd3;background:transparent;border-color:#dce7f4}.otto-portal__care-cycle{margin-top:1.25rem}.otto-portal__care-cycle-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.otto-portal__care-cycle-title{margin:0;font-family:var(--heading-font-family, inherit);font-weight:800;font-size:1.375rem;color:var(--cg-navy)}.otto-portal__care-cycle-hint{font-size:.8125rem;color:var(--cg-muted)}.otto-portal__care-cycle-list{margin-top:.875rem;border:1.5px solid var(--cg-line-strong);border-radius:.875rem;overflow:hidden}.otto-portal__care-cycle-row{width:100%;display:flex;align-items:center;gap:.875rem;padding:.8rem 1rem;cursor:pointer;border:none;background:#fff;text-align:left;font:inherit;color:inherit}.otto-portal__care-cycle-row+.otto-portal__care-cycle-row{border-top:1px solid var(--cg-line-strong)}.otto-portal__care-cycle-row.is-active{background:var(--cg-soft)}.otto-portal__care-cycle-num{flex:0 0 auto;width:1.875rem;height:1.875rem;border-radius:999px;display:grid;place-items:center;font-family:var(--heading-font-family, inherit);font-size:.8125rem;font-weight:800;background:var(--cg-soft);color:var(--cg-navy-soft)}.otto-portal__care-cycle-row.is-active .otto-portal__care-cycle-num{background:var(--cg-accent);color:#fff}.otto-portal__care-cycle-main{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:.15rem}.otto-portal__care-cycle-row-title{font-size:.9375rem;font-weight:600;color:var(--cg-navy-soft)}.otto-portal__care-cycle-row.is-active .otto-portal__care-cycle-row-title{color:var(--cg-navy)}.otto-portal__care-cycle-row-summary{font-size:.8125rem;color:var(--cg-muted)}.otto-portal__care-cycle-row-timing-mobile{display:none;font-size:.75rem;color:var(--cg-muted)}.otto-portal__care-cycle-tag{flex:0 0 auto;font-size:.6875rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;border-radius:6px;padding:.3rem .55rem;background:#f1f5fa;color:var(--cg-muted)}.otto-portal__care-cycle-row.is-active .otto-portal__care-cycle-tag{background:#fff;color:var(--cg-navy-soft);border:1px solid var(--cg-line-strong)}.otto-portal__care-cycle-chev{display:none;flex:0 0 auto;font-size:1.375rem;line-height:1;color:#a6bbd3}.otto-portal__care-cycle-row.is-active .otto-portal__care-cycle-chev{color:var(--cg-accent)}.otto-portal__care-foot{margin-top:1.125rem;padding:1rem 1.125rem;background:var(--cg-navy);border:1.5px solid var(--cg-navy);border-radius:.75rem;font-size:.875rem;line-height:1.55;color:#fff;text-wrap:pretty}.otto-portal__care-foot-link{font-weight:600;text-decoration:none;color:#fff;border-bottom:1px solid rgba(255,255,255,.45)}.otto-portal__care-foot-link:hover{color:#fff;border-bottom-color:#fff}@media(max-width:640px){.otto-portal__care-stage{padding:.875rem}.otto-portal__care-stage-kicker{justify-content:flex-start;gap:.5rem}.otto-portal__care-stage-title{font-size:1.375rem}.otto-portal__care-stage-nav{gap:.65rem}.otto-portal__care-nav-btn{flex:1 1 0;min-width:0;min-height:2.75rem;padding:.75rem .65rem}.otto-portal__care-cycle-title{font-size:1.1875rem}.otto-portal__care-cycle-hint{font-size:.75rem}.otto-portal__care-cycle-row{gap:.75rem;padding:.8rem .875rem;min-height:2.75rem}.otto-portal__care-cycle-row-summary,.otto-portal__care-cycle-tag{display:none}.otto-portal__care-cycle-row-timing-mobile,.otto-portal__care-cycle-chev{display:block}.otto-portal__care-foot{font-size:.8125rem}}
/*# sourceMappingURL=/cdn/shop/t/13/assets/otto-portal.css.map */
