.ds-glp-step-shell{margin:0 auto;max-width:80rem}.ds-glp-step-link-row{margin-bottom:1.5rem;text-align:center}.ds-glp-step-link{display:inline-flex;align-items:center;gap:.25rem;font-size:var(--text-md);font-weight:500;color:var(--pf-accent);text-decoration:none}.ds-glp-agent-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.ds-glp-agent-card{display:grid;grid-template-rows:60px 12px 80px 12px 90px 12px 70px 6px minmax(0,1fr);min-min-height:580px;text-align:left}.ds-glp-agent-header{display:flex;align-items:center;justify-content:space-between}.ds-glp-agent-title-wrap{display:grid;gap:.25rem}.ds-glp-agent-name{margin-bottom:.25rem;font-size:1.875rem;font-weight:500;color:var(--pf-text-strong)}.ds-glp-agent-subtitle{font-size:var(--text-sm);color:var(--pf-secondary)}.ds-glp-agent-badge-row{display:flex;align-items:center;gap:.5rem}.ds-glp-agent-evidence-badge{border-radius:var(--pf-radius-sm);padding:.125rem .5rem;font-size:var(--text-sm)}.ds-glp-agent-evidence-approved{background:var(--pf-success-tint);color:var(--pf-success)}.ds-glp-agent-evidence-phase3{background:var(--pf-warning-tint);color:var(--pf-warning)}.ds-glp-agent-selected-dot{display:flex;width:1.25rem;height:1.25rem;align-items:center;justify-content:center;border-radius:999px;background:var(--pf-accent)}.ds-glp-agent-selected-icon{width:1rem;height:1rem;color:var(--pf-text-inverse)}.ds-glp-agent-description{margin-top:.5rem;display:flex;min-width:0;flex-direction:column;gap:.25rem;overflow:hidden}.ds-glp-agent-tagline{flex-shrink:0;font-size:var(--text-md);font-weight:500;line-height:var(--pf-line-tight)}.ds-glp-agent-description-body{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3;font-size:var(--text-md);line-height:var(--pf-line-relaxed);color:var(--pf-secondary)}.ds-glp-agent-stats{display:flex;justify-content:space-between;padding:0 .5rem}.ds-glp-agent-stat-col{display:flex;flex-direction:column;align-items:center}.ds-glp-agent-stat-label{margin-bottom:.5rem;font-size:var(--text-sm);color:var(--pf-secondary)}.ds-glp-agent-gauge{position:relative;width:3.5rem;height:3.5rem}.ds-glp-agent-gauge-svg{width:100%;height:100%;transform:rotate(-90deg)}.ds-glp-agent-gauge-track{color:var(--pf-text-inverse)}.ds-glp-agent-gauge-fill-intensity{color:var(--pf-success)}.ds-glp-agent-gauge-fill-tolerability{color:var(--pf-accent)}.ds-glp-agent-gauge-fill-support{color:var(--pf-warning)}.ds-glp-agent-gauge-value{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:var(--text-md);font-weight:500;color:var(--pf-text-strong)}.ds-glp-agent-ratio{margin-top:.5rem;overflow:hidden}.ds-glp-agent-ratio-label{margin-bottom:.25rem;font-size:var(--text-sm);font-weight:500;color:var(--pf-text-strong)}.ds-glp-agent-ratio-bar{display:flex;height:.75rem;overflow:hidden;border-radius:999px}.ds-glp-agent-ratio-segment-fat{height:100%;background:var(--pf-chart-positive)}.ds-glp-agent-ratio-segment-lean{height:100%;background:var(--pf-chart-negative)}.ds-glp-agent-ratio-meta{margin-top:.5rem;display:flex;justify-content:space-between;font-size:var(--text-sm);color:var(--pf-secondary)}.ds-glp-agent-ratio-fat{color:var(--pf-success)}.ds-glp-agent-ratio-lean{color:var(--pf-error)}.ds-glp-agent-bestfor{display:flex;flex-direction:column;padding-top:1rem}.ds-glp-agent-bestfor-title{margin-bottom:.375rem;font-size:var(--text-md);font-weight:500;color:var(--pf-text-strong)}.ds-glp-agent-bestfor-list{display:grid;gap:.5rem}.ds-glp-agent-bestfor-item{position:relative;padding-left:1rem;font-size:var(--text-md);line-height:var(--pf-line-tight);color:var(--pf-text-strong)}.ds-glp-agent-bestfor-check{position:absolute;left:0;top:50%;width:.625rem;height:.625rem;transform:translateY(-50%)}.ds-glp-tone-accent{color:var(--pf-accent)}.ds-glp-tone-success{color:var(--pf-success)}.ds-glp-tone-error{color:var(--pf-error)}.ds-glp-frequency-intro-row{margin-bottom:1.5rem}.ds-glp-frequency-intro{text-align:center;font-size:var(--text-md);color:var(--pf-secondary)}.ds-glp-frequency-grid{margin-bottom:1.5rem;display:grid;gap:1rem}.ds-glp-frequency-card{width:100%;border:2px solid var(--pf-line);border-radius:var(--pf-radius-card);padding:1.5rem;text-align:left;display:grid;grid-template-rows:60px 12px 40px 36px minmax(0,1fr) 12px 40px;transition:border-color var(--pf-motion-fast),background-color var(--pf-motion-fast)}.ds-glp-frequency-card-selected{border-color:var(--pf-accent);background:var(--pf-accent-light);box-shadow:var(--pf-shadow-subtle)}.ds-glp-frequency-card-unselected{background:var(--pf-surface)}.ds-glp-frequency-card-unselected:hover{border-color:var(--pf-accent)}.ds-glp-frequency-header{display:flex;align-items:flex-start;justify-content:space-between}.ds-glp-frequency-name{font-size:var(--text-xl);font-weight:500;line-height:var(--pf-line-tight);color:var(--pf-text-strong)}.ds-glp-frequency-injections{margin-top:.25rem;font-size:var(--text-sm);color:var(--pf-secondary)}.ds-glp-frequency-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.ds-glp-frequency-metric-label-wrap{margin-bottom:.25rem}.ds-glp-frequency-metric-label{font-size:var(--text-sm);color:var(--pf-secondary)}.ds-glp-frequency-bar-track{background:var(--pf-soft)}.ds-glp-frequency-bar-fill,.ds-glp-frequency-bar-track{height:.375rem;border-radius:999px}.ds-glp-frequency-bar-fill-stability{background:var(--pf-accent)}.ds-glp-frequency-bar-fill-sides{background:var(--pf-chart-positive)}.ds-glp-frequency-bar-fill-convenience{background:var(--pf-chart-secondary)}.ds-glp-frequency-proscons{display:grid;gap:1rem}.ds-glp-frequency-cons-title,.ds-glp-frequency-pros-title{margin-bottom:.5rem;font-size:var(--text-sm);font-weight:500;text-transform:uppercase;letter-spacing:.06em}.ds-glp-frequency-pros-title{color:var(--pf-success)}.ds-glp-frequency-cons-title{color:var(--pf-error)}.ds-glp-frequency-list{display:grid;gap:.375rem}.ds-glp-frequency-list-item{position:relative;padding-left:1rem;font-size:var(--text-sm);line-height:var(--pf-line-tight);color:var(--pf-secondary)}.ds-glp-frequency-list-marker{position:absolute;left:0;top:.125rem}.ds-glp-frequency-list-marker-success{color:var(--pf-success)}.ds-glp-dose-shell{margin:0 auto;max-width:80rem}.ds-glp-dose-start{margin-bottom:1.5rem;border:2px solid var(--pf-accent);border-radius:var(--pf-radius-lg);background:var(--pf-accent-light);padding:1rem}.ds-glp-dose-start-text{font-size:var(--text-md);color:var(--pf-text-strong)}.ds-glp-dose-start-subtext{font-size:var(--text-sm);color:var(--pf-secondary)}.ds-glp-dose-start-controls{margin-top:.75rem}.ds-glp-dose-label{margin-bottom:.5rem;font-size:var(--text-2xs);font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--pf-secondary)}.ds-glp-dose-chip-row{display:flex;flex-wrap:wrap;gap:.5rem}.ds-glp-dose-chip{border:2px solid var(--pf-line);border-radius:999px;padding:.375rem .75rem;font-size:var(--text-sm);font-weight:500;transition:border-color var(--pf-motion-fast),background-color var(--pf-motion-fast),color var(--pf-motion-fast)}.ds-glp-dose-chip-selected{border-color:var(--pf-accent);background:var(--pf-accent-light);color:var(--pf-text-strong)}.ds-glp-dose-chip-unselected{background:var(--pf-surface);color:var(--pf-secondary)}.ds-glp-dose-chip-unselected:hover{border-color:var(--pf-accent);background:var(--pf-accent-light)}.ds-glp-dose-custom-chip{display:flex;align-items:center;gap:.25rem;border:2px solid var(--pf-line);border-radius:999px;padding:.375rem .75rem;transition:border-color var(--pf-motion-fast),background-color var(--pf-motion-fast)}.ds-glp-dose-custom-chip-selected{border-color:var(--pf-accent);background:var(--pf-accent-light)}.ds-glp-dose-custom-chip-unselected{background:var(--pf-surface);color:var(--pf-secondary)}.ds-glp-dose-custom-chip-unselected:hover{border-color:var(--pf-accent);background:var(--pf-accent-light)}.ds-glp-dose-custom-input{width:3.5rem;border:0;background:transparent;padding:0 .25rem;font-size:var(--text-sm);font-weight:500;color:var(--pf-text-strong);outline:2px solid transparent;outline-offset:2px}.ds-glp-dose-custom-unit{font-size:var(--text-sm);font-weight:500;color:var(--pf-secondary)}.ds-glp-dose-calculator{margin-bottom:1.5rem;border:2px solid var(--pf-line);border-radius:var(--pf-radius-card);background:var(--pf-surface);padding:1.5rem}.ds-glp-dose-calculator-head{margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}.ds-glp-dose-calculator-icon{width:1.25rem;height:1.25rem;color:var(--pf-accent)}.ds-glp-dose-calculator-title{font-size:var(--text-md);font-weight:500;color:var(--pf-text-strong)}.ds-glp-dose-input-grid{margin-bottom:1.5rem;display:grid;gap:1.5rem}.ds-glp-dose-input-label{margin-bottom:.5rem;display:block;font-size:var(--text-2xs);font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--pf-secondary)}.ds-glp-dose-option-row{display:flex;gap:.5rem}.ds-glp-dose-option-button{flex:1;border:2px solid var(--pf-line);border-radius:var(--pf-radius-lg);padding:.5rem .75rem;font-size:var(--text-md);font-weight:500;transition:border-color var(--pf-motion-fast),background-color var(--pf-motion-fast),color var(--pf-motion-fast)}.ds-glp-dose-option-button-selected{border-color:var(--pf-accent);background:var(--pf-accent-light);color:var(--pf-text-strong)}.ds-glp-dose-option-button-unselected{background:var(--pf-surface);color:var(--pf-secondary)}.ds-glp-dose-option-button-unselected:hover{border-color:var(--pf-accent);background:var(--pf-accent-light)}.ds-glp-dose-option-custom{flex:1;border:2px solid var(--pf-line);border-radius:var(--pf-radius-lg);padding:.5rem;transition:border-color var(--pf-motion-fast),background-color var(--pf-motion-fast)}.ds-glp-dose-option-custom-selected{border-color:var(--pf-accent);background:var(--pf-accent-light)}.ds-glp-dose-option-custom-unselected{background:var(--pf-surface)}.ds-glp-dose-option-custom-unselected:hover{border-color:var(--pf-accent);background:var(--pf-accent-light)}.ds-glp-dose-option-custom-inner{display:flex;height:100%;align-items:center;justify-content:center;gap:.25rem}.ds-glp-dose-option-custom-input{width:2.5rem;border:0;border-bottom:1px solid var(--pf-line);background:transparent;padding:0 .25rem;text-align:center;font-size:var(--text-md);font-weight:500;color:var(--pf-text-strong);outline:2px solid transparent;outline-offset:2px}.ds-glp-dose-option-custom-input:focus{border-bottom-color:var(--pf-accent)}.ds-glp-dose-option-custom-unit{font-size:var(--text-md);font-weight:500;color:var(--pf-secondary)}.ds-glp-dose-results{border:2px solid var(--pf-accent);border-radius:var(--pf-radius-xl);background:var(--pf-accent-light);padding:1.25rem}.ds-glp-dose-results-layout{display:flex;flex-direction:column;gap:1.5rem}.ds-glp-dose-results-metrics{display:flex;gap:2rem}.ds-glp-dose-metric-label{margin-bottom:.25rem;font-size:var(--text-2xs);font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--pf-secondary)}.ds-glp-dose-metric-value{font-size:var(--text-md);color:var(--pf-text-strong)}.ds-glp-dose-metric-unit{font-size:var(--text-md);color:var(--pf-secondary)}.ds-glp-dose-instructions{flex:1}.ds-glp-dose-instructions-label{margin-bottom:.5rem;font-size:var(--text-2xs);font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--pf-secondary)}.ds-glp-dose-instructions-list{display:grid;gap:.375rem}.ds-glp-dose-instructions-item{display:flex;align-items:flex-start;gap:.5rem;font-size:var(--text-md);color:var(--pf-secondary)}.ds-glp-dose-step-marker{color:var(--pf-accent)}.ds-glp-dose-supply{border:2px solid var(--pf-line);border-radius:var(--pf-radius-lg);background:var(--pf-bg);padding:1rem}.ds-glp-dose-supply-text{font-size:var(--text-md);color:var(--pf-secondary)}@media (min-width:768px){.ds-glp-dose-input-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ds-glp-dose-results-layout{flex-direction:row;align-items:center}.ds-glp-dose-instructions{border-left:1px solid var(--pf-accent);padding-left:1.5rem}}.ds-glp-frequency-list-marker-error{color:var(--pf-error)}.ds-glp-frequency-cons-item{display:flex;gap:.5rem;align-items:flex-start;font-size:var(--text-sm);color:var(--pf-secondary)}.ds-glp-frequency-bestfor-wrap{padding-top:.75rem}.ds-glp-frequency-bestfor{font-size:var(--text-sm);color:var(--pf-secondary)}.ds-glp-frequency-info-banner{margin-bottom:1rem;display:flex;align-items:flex-start;gap:1rem;border:2px solid var(--pf-accent);border-radius:var(--pf-radius-card);background:var(--pf-accent-light);padding:1.5rem}.ds-glp-frequency-info-icon{margin-top:.125rem;width:1.25rem;height:1.25rem;flex-shrink:0;color:var(--pf-accent)}.ds-glp-frequency-info-copy{flex:1}.ds-glp-frequency-info-title{margin-bottom:.5rem;font-size:var(--text-lg);font-weight:400;line-height:var(--pf-line-tight);color:var(--pf-text-strong)}.ds-glp-frequency-info-body{font-size:var(--text-md);line-height:var(--pf-line-normal);color:var(--pf-secondary)}.ds-glp-frequency-info-link{display:flex;align-items:center;gap:.25rem;white-space:nowrap;font-size:var(--text-md);font-weight:500;color:var(--pf-accent);text-decoration:none}.ds-glp-frequency-info-link-icon{width:1rem;height:1rem}.ds-circular-gauge-wrap{display:flex;flex-direction:column;align-items:center}.ds-circular-gauge-label{font-size:var(--text-md);color:var(--pf-secondary);margin-bottom:.5rem;text-align:center}.ds-circular-gauge-ring{position:relative}.ds-circular-gauge-svg{width:100%;height:100%;transform:rotate(-90deg)}.ds-circular-gauge-track{color:rgb(203,213,225)}.ds-circular-gauge-muted{color:rgb(148,163,184)}.ds-circular-gauge-value{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-weight:500;color:var(--pf-text-strong)}.ds-circular-gauge-value-text{font-size:var(--text-md)}.pf-circular-gauge-size-default{width:4.5rem;height:4.5rem}.ds-glp-protocol-phase-card{display:grid;grid-template-rows:56px 120px minmax(0,1fr);min-height:27rem}.ds-glp-journey-page{background:var(--pf-bg)}.ds-glp-journey-section{display:flex;max-width:var(--pf-max-width-tool);flex-direction:column;gap:1rem;padding-inline:0}.ds-glp-journey-header{padding-top:1rem}.ds-glp-journey-progress{margin-bottom:var(--pf-space-xs)}.ds-glp-journey-progress-row{justify-content:center;gap:.25rem}.ds-glp-journey-progress-item,.ds-glp-journey-progress-row,.ds-glp-journey-progress-step{display:flex;align-items:center}.ds-glp-journey-progress-step{width:2rem;height:2rem;justify-content:center;border:2px solid var(--pf-line);border-radius:999px;transition:border-color var(--pf-motion-fast),background-color var(--pf-motion-fast),color var(--pf-motion-fast)}.ds-glp-journey-progress-step-active{border-color:var(--pf-accent);background:var(--pf-accent-light)}.ds-glp-journey-progress-step-completed{border-color:var(--pf-success);background:var(--pf-success-tint);cursor:pointer}.ds-glp-journey-progress-step-completed:hover{background:var(--pf-success-tint)}.ds-glp-journey-progress-step-locked{cursor:not-allowed}.ds-glp-journey-progress-check{width:1rem;height:1rem;color:var(--pf-success)}.ds-glp-journey-progress-number{font-size:var(--text-md);font-weight:500}.ds-glp-journey-progress-number-active{color:var(--pf-accent)}.ds-glp-journey-progress-divider{margin-inline:.125rem;width:1.5rem;height:.125rem}.ds-glp-journey-progress-divider-complete{background:var(--pf-success-tint)}.ds-glp-journey-progress-divider-pending{background:var(--pf-soft)}.ds-glp-journey-content{margin-bottom:var(--pf-space-0)}.ds-glp-journey-nav{margin-inline:auto;display:flex;width:100%;max-width:var(--pf-max-width-tool);align-items:center;justify-content:space-between}.ds-glp-journey-nav-button{display:inline-flex;align-items:center;gap:.5rem;border-radius:var(--pf-radius-lg);padding:.75rem 1rem;font-size:var(--text-md);font-weight:500}.ds-glp-journey-nav-button-back{color:var(--pf-text-strong)}.ds-glp-journey-nav-button-next{border-color:var(--pf-text-strong);color:var(--pf-text-inverse)}.ds-glp-journey-nav-button-next,.ds-glp-journey-nav-button-next:hover{background:var(--pf-text-strong)}.ds-glp-journey-nav-icon{width:1rem;height:1rem}.ds-glp-step5-shell{margin:0 auto;max-width:80rem}.ds-glp-step5-summary-grid{margin-bottom:2rem;display:grid;gap:1.25rem}.ds-glp-step5-summary-card{border:1px solid var(--pf-line);border-radius:var(--pf-radius-card);background:var(--pf-surface);padding:1rem}.ds-glp-step5-summary-label{margin-bottom:.25rem;font-size:var(--text-3xs);font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--pf-secondary)}.ds-glp-step5-summary-value{font-size:var(--text-md);font-weight:500;color:var(--pf-text-strong)}.ds-glp-step5-summary-detail{margin-top:.25rem;font-size:var(--text-sm);color:var(--pf-secondary)}.ds-glp-step5-summary-meta{margin-top:.5rem;font-size:var(--text-3xs);color:var(--pf-text-soft)}.ds-glp-step5-drawer-section{margin-bottom:2rem;scroll-margin-top:8rem}.ds-glp-step5-drawer-icon,.ds-glp-step5-drawer-icon-accent,.ds-glp-step5-drawer-icon-error{width:1rem;height:1rem}.ds-glp-step5-drawer-icon{color:var(--pf-secondary)}.ds-glp-step5-drawer-icon-accent{color:var(--pf-accent)}.ds-glp-step5-drawer-icon-error{color:var(--pf-error)}.ds-glp-step5-data-grid{margin-bottom:2rem;display:grid;gap:1.5rem}.ds-glp-step5-data-card{border-radius:var(--pf-radius-card);padding:1.75rem}.ds-glp-step5-data-card-dosing{border:1px solid var(--pf-accent);background:var(--pf-surface)}.ds-glp-step5-data-card-stability{border:1px solid var(--pf-error);background:var(--pf-error-tint)}.ds-glp-step5-data-head{margin-bottom:1rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem}.ds-glp-step5-data-title-wrap{display:flex;align-items:center;gap:.625rem}.ds-glp-step5-data-icon{width:1.25rem;height:1.25rem;color:var(--pf-text-strong)}.ds-glp-step5-data-title{font-size:var(--text-md);font-weight:400;line-height:var(--pf-line-tight);color:var(--pf-text-strong)}.ds-glp-step5-data-pill{display:inline-flex;pointer-events:none;align-items:center;border-radius:999px;background:var(--pf-accent-light);padding:.25rem .75rem;font-size:var(--text-sm);font-weight:500;color:var(--pf-accent)}.ds-glp-step5-data-metrics-grid{margin-top:1.5rem;padding-bottom:1.25rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.ds-glp-step5-data-metric-col-right{text-align:right}.ds-glp-step5-data-metric-label{margin-bottom:.75rem;font-size:var(--text-sm);font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--pf-secondary)}.ds-glp-step5-data-metric-label-right{text-align:right}.ds-glp-step5-data-metric-value{margin-bottom:.75rem;font-size:clamp(1.25rem,1vw + 1rem,1.875rem);font-weight:300;line-height:1;color:var(--pf-text-strong)}.ds-glp-step5-data-metric-unit{font-size:clamp(1.125rem,.6vw + .9rem,1.5rem)}.ds-glp-step5-data-caption{font-size:var(--text-sm);color:var(--pf-secondary)}.ds-glp-step5-data-stat-list{padding-top:1.25rem;display:grid;gap:.5rem}.ds-glp-step5-data-stat-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;font-size:var(--text-md)}.ds-glp-step5-data-stat-key{color:var(--pf-secondary)}.ds-glp-step5-data-stat-key-strong{font-weight:500;color:var(--pf-secondary)}.ds-glp-step5-data-stat-value{font-weight:500;color:var(--pf-text-strong);font-variant-numeric:var(--pf-numeric-supreme);font-feature-settings:var(--pf-feature-supreme)}.ds-glp-step5-variance-neutral{color:var(--pf-text-soft)}.ds-glp-step5-variance-positive{color:var(--pf-error)}.ds-glp-step5-variance-negative{color:var(--pf-success)}.ds-glp-step5-variance-metric{color:var(--pf-accent)}.ds-glp-step5-calc-panel{border:1px solid var(--pf-line);border-radius:var(--pf-radius-card);background:var(--pf-surface);padding:1.5rem}.ds-glp-step5-calc-grid{display:grid;gap:1.5rem}.ds-glp-step5-calc-grid-gap{margin-bottom:1.5rem}.ds-glp-step5-calc-control{display:grid;gap:.5rem}.ds-glp-step5-calc-label{font-size:var(--text-sm);font-weight:500;color:var(--pf-secondary)}.ds-glp-step5-calc-label-block{margin-bottom:.5rem;display:block}.ds-glp-step5-calc-option-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}.ds-glp-step5-calc-option-button{border:2px solid var(--pf-line);border-radius:var(--pf-radius-lg);padding:.75rem;font-size:var(--text-md);font-weight:500;transition:border-color var(--pf-motion-fast),background-color var(--pf-motion-fast),color var(--pf-motion-fast)}.ds-glp-step5-calc-option-button-selected{border-color:var(--pf-accent);background:var(--pf-accent-light);color:var(--pf-accent)}.ds-glp-step5-calc-option-button-unselected{background:var(--pf-surface);color:var(--pf-secondary)}.ds-glp-step5-calc-option-button-unselected:hover{border-color:var(--pf-accent);background:var(--pf-accent-light)}.ds-glp-step5-calc-option-custom{border:2px solid var(--pf-line);border-radius:var(--pf-radius-lg);padding:.5rem;cursor:pointer;transition:border-color var(--pf-motion-fast),background-color var(--pf-motion-fast)}.ds-glp-step5-calc-option-custom-selected{border-color:var(--pf-accent);background:var(--pf-accent-light)}.ds-glp-step5-calc-option-custom-unselected{background:var(--pf-surface)}.ds-glp-step5-calc-option-custom-unselected:hover{border-color:var(--pf-accent);background:var(--pf-accent-light)}.ds-glp-step5-calc-option-custom-inner{display:flex;height:100%;align-items:center;justify-content:center;gap:.25rem}.ds-glp-step5-calc-option-input{width:2rem;border:0;border-bottom:2px solid var(--pf-line);border-radius:0;background:transparent;padding:.125rem .25rem;text-align:center;font-size:var(--text-md);font-weight:500;color:var(--pf-text-strong);outline:2px solid transparent;outline-offset:2px}.ds-glp-step5-calc-option-input:focus{border-bottom-color:var(--pf-accent)}.ds-glp-step5-calc-option-unit{font-size:var(--text-md);font-weight:500;color:var(--pf-text-soft)}.ds-glp-step5-calc-range-row{display:flex;align-items:center;gap:1rem}.ds-glp-step5-calc-range{flex:1;height:.5rem;border-radius:var(--pf-radius-lg);background:var(--pf-soft);cursor:pointer;appearance:none;accent-color:var(--pf-accent)}.ds-glp-step5-calc-range-value{width:6rem;border:2px solid var(--pf-accent);border-radius:var(--pf-radius-lg);background:var(--pf-surface);padding:.5rem .75rem;text-align:center}.ds-glp-step5-calc-range-value-text{font-size:var(--text-md);font-weight:500;color:var(--pf-text-strong)}.ds-glp-step5-calc-metric-grid{display:grid;gap:1rem}.ds-glp-step5-calc-metric-card{display:flex;align-items:center;border:2px solid var(--pf-line);border-radius:var(--pf-radius-card);padding:1.5rem}.ds-glp-step5-calc-metric-card-accent{border-color:var(--pf-accent);background:var(--pf-accent-light)}.ds-glp-step5-calc-metric-card-success{border-color:var(--pf-success);background:var(--pf-success-tint)}.ds-glp-step5-calc-metric-inner{display:flex;width:100%;align-items:center;justify-content:space-between;gap:.75rem}.ds-glp-step5-calc-metric-label{font-size:var(--text-sm);font-weight:400;letter-spacing:.06em;text-transform:uppercase;color:var(--pf-secondary)}.ds-glp-step5-calc-metric-value-row{display:flex;align-items:baseline;gap:.5rem}.ds-glp-step5-calc-metric-value{font-size:var(--text-xl);font-weight:400;line-height:var(--pf-line-extra-tight);color:var(--pf-text-strong)}.ds-glp-step5-calc-metric-unit{font-size:var(--text-lg);font-weight:500;line-height:var(--pf-line-normal)}.ds-glp-step5-calc-metric-unit-accent{color:var(--pf-accent)}.ds-glp-step5-calc-metric-unit-success{color:var(--pf-success)}.ds-glp-step5-clinical-panel{border:1px solid var(--pf-line);border-radius:var(--pf-radius-card);background:var(--pf-surface)}.ds-glp-step5-clinical-body{padding:1.75rem}.ds-glp-step5-clinical-head{margin-bottom:1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.ds-glp-step5-clinical-headline{margin-bottom:.25rem;font-size:var(--text-md);color:var(--pf-secondary)}.ds-glp-step5-clinical-subline{font-size:var(--text-sm);color:var(--pf-secondary)}.ds-glp-step5-agent-badge{margin-left:1rem;display:inline-flex;flex-shrink:0;align-items:center;border-radius:999px;padding:.25rem .75rem;font-size:var(--text-sm);font-weight:500}.ds-glp-step5-clinical-grid{display:grid;gap:1.5rem}.ds-glp-step5-clinical-stat-card{border-radius:var(--pf-radius-card);padding:1rem}.ds-glp-step5-clinical-stat-card-accent{border:2px solid var(--pf-accent);background:var(--pf-surface)}.ds-glp-step5-clinical-stat-card-default{border:1px solid var(--pf-line);background:var(--pf-surface)}.ds-glp-step5-clinical-stat-label{margin-bottom:.5rem;font-size:var(--text-sm);font-weight:500;letter-spacing:.04em;text-transform:uppercase;color:var(--pf-text-soft)}.ds-glp-step5-clinical-stat-value{margin-bottom:.5rem;font-size:clamp(1.5rem,.7vw + 1.35rem,1.875rem);font-weight:300;color:var(--pf-text-strong)}.ds-glp-step5-clinical-stat-copy{font-size:var(--text-sm);line-height:var(--pf-line-relaxed);color:var(--pf-secondary)}.ds-glp-step5-clinical-card{border:2px solid var(--pf-line);border-radius:var(--pf-radius-card);padding:1rem}.ds-glp-step5-clinical-card-accent{border-color:var(--pf-accent);background:var(--pf-accent-light)}.ds-glp-step5-clinical-card-danger{border-color:var(--pf-error);background:var(--pf-error-tint)}.ds-glp-step5-clinical-card-title-wrap{display:flex;align-items:center;gap:.5rem}.ds-glp-step5-clinical-card-title-wrap-accent{color:var(--pf-accent)}.ds-glp-step5-clinical-card-title-wrap-danger{color:var(--pf-error)}.ds-glp-step5-clinical-card-title{font-size:var(--text-md);font-weight:500}.ds-glp-step5-clinical-card-copy{margin-top:1rem;font-size:var(--text-md);line-height:var(--pf-line-relaxed);color:var(--pf-secondary)}.ds-glp-step5-clinical-callout{border:2px solid var(--pf-line);border-radius:var(--pf-radius-card);padding:1rem;font-size:var(--text-md);line-height:var(--pf-line-relaxed);color:var(--pf-text-strong)}.ds-glp-step5-clinical-callout-accent{border-color:var(--pf-accent);background:var(--pf-accent-light)}.ds-glp-step5-clinical-callout-danger{border-color:var(--pf-error);background:var(--pf-error-tint)}.ds-glp-step5-clinical-callout-key{font-weight:500}.ds-glp-step5-clinical-callout-key-accent{color:var(--pf-accent)}.ds-glp-step5-clinical-callout-key-danger{color:var(--pf-error)}.ds-glp-step5-clinical-order-benefits{order:1}.ds-glp-step5-clinical-order-tradeoffs{order:2}.ds-glp-step5-clinical-order-dosing{order:3}.ds-glp-step5-clinical-order-implications{order:4}.ds-glp-step5-guardrails-panel{border:2px solid var(--pf-error);border-radius:var(--pf-radius-card);background:var(--pf-error-tint)}.ds-glp-step5-guardrails-body{padding:1.75rem}.ds-glp-step5-guardrails-col,.ds-glp-step5-guardrails-grid{display:grid;gap:1.5rem}.ds-glp-step5-guardrails-group{display:grid;gap:.75rem}.ds-glp-step5-guardrails-group-head{display:flex;align-items:center;gap:.5rem}.ds-glp-step5-guardrails-group-icon{width:1rem;height:1rem;flex-shrink:0}.ds-glp-step5-guardrails-group-icon-error{color:var(--pf-error)}.ds-glp-step5-guardrails-group-icon-accent{color:var(--pf-accent)}.ds-glp-step5-guardrails-group-title{font-size:var(--text-sm);font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--pf-secondary)}.ds-glp-step5-guardrails-list{margin-left:1.5rem;display:grid;gap:.75rem}.ds-glp-step5-guardrails-chip{border:1px solid var(--pf-line);border-radius:var(--pf-radius-xl);padding:.5rem .75rem;font-size:var(--text-md)}.ds-glp-step5-guardrails-chip-error{border-color:var(--pf-error);background:var(--pf-surface);color:var(--pf-error)}.ds-glp-step5-guardrails-chip-accent{border-color:var(--pf-accent);background:var(--pf-accent-light);color:var(--pf-text-strong)}.ds-glp-step5-guardrails-chip-error-soft{border-color:var(--pf-error);background:var(--pf-error-tint);color:var(--pf-error)}.ds-glp-step5-guardrails-chip-fda{border-color:var(--pf-error);background:var(--pf-error);color:var(--pf-error)}.ds-glp-step5-guardrails-effects{margin-top:1.5rem;display:grid;gap:.75rem}.ds-glp-step5-guardrails-effects-grid{margin-left:1.5rem;display:grid;gap:.75rem}.ds-glp-step5-guardrails-chip-warning{border-color:var(--pf-warning);background:var(--pf-warning-tint);color:var(--pf-warning)}.ds-glp-step5-guardrails-effect-title{margin-bottom:.25rem;font-weight:500}.ds-glp-step5-guardrails-effect-copy{margin-top:.25rem;opacity:.9}.ds-glp-step5-guardrails-effect-context{margin-top:.5rem;opacity:.8;font-size:var(--text-sm)}.ds-glp-step5-export-panel,.ds-glp-step5-support-panel{border:1px solid var(--pf-line);border-radius:var(--pf-radius-card);background:var(--pf-surface);padding:1.5rem}.ds-glp-step5-support-intro{margin-bottom:1rem}.ds-glp-step5-support-intro-text{font-size:var(--text-md);color:var(--pf-secondary)}.ds-glp-step5-support-list{display:grid;gap:.5rem}.ds-glp-step5-support-item{display:flex;align-items:center;justify-content:space-between;border:1px solid var(--pf-line);border-radius:var(--pf-radius-lg);background:var(--pf-bg);padding:.75rem}.ds-glp-step5-support-item-title{font-size:var(--text-md);font-weight:500;color:var(--pf-text-strong)}.ds-glp-step5-support-item-detail{font-size:var(--text-sm);color:var(--pf-secondary)}.ds-glp-step5-support-remove-button{color:var(--pf-text-soft)}.ds-glp-step5-support-remove-button:hover{color:var(--pf-error)}.ds-glp-step5-icon-sm{width:1rem;height:1rem}.ds-glp-step5-export-actions{display:flex;flex-wrap:wrap;gap:.75rem}.ds-glp-step5-export-primary{color:var(--pf-text-inverse)}.ds-glp-step5-export-primary,.ds-glp-step5-export-primary:hover{background:var(--pf-text-strong)}.ds-glp-step5-button-icon{margin-right:.5rem;width:1rem;height:1rem}.ds-glp-step5-backtotop{position:fixed;right:2rem;bottom:2rem;z-index:50;border:2px solid var(--pf-accent);border-radius:999px;background:var(--pf-surface);padding:.75rem;color:var(--pf-accent)}.ds-glp-step5-backtotop-icon{width:1.25rem;height:1.25rem}.ds-glp-step5-phase-panel{border:1px solid var(--pf-line);border-radius:var(--pf-radius-card);background:var(--pf-surface);padding:1.5rem}.ds-glp-step5-phase-actions{margin-bottom:1.5rem;display:flex;align-items:center;justify-content:flex-end}.ds-glp-step5-phase-grid{display:grid;gap:1.5rem}.ds-glp-step5-phase-card{border:2px solid var(--pf-line);border-radius:var(--pf-radius-card);padding:1.5rem}.ds-glp-step5-phase-card-default{background:var(--pf-soft)}.ds-glp-step5-phase-card-overlap{border-color:var(--pf-error);background:color-mix(in srgb,var(--pf-error-tint) 50%,transparent);opacity:.6}.ds-glp-step5-phase-card-head{margin-bottom:1rem;display:flex;align-items:center;justify-content:space-between}.ds-glp-step5-phase-card-index{font-size:var(--text-sm);font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--pf-secondary)}.ds-glp-step5-phase-remove,.ds-glp-step5-phase-remove:hover{color:var(--pf-error)}.ds-glp-step5-phase-remove:disabled{cursor:not-allowed}.ds-glp-step5-phase-field{margin-bottom:1rem}.ds-glp-step5-phase-field-grid{margin-bottom:1rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.ds-glp-step5-phase-label{margin-bottom:.5rem;display:block;font-size:var(--text-sm);font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--pf-secondary)}.ds-glp-step5-phase-input,.ds-glp-step5-phase-input-name,.ds-glp-step5-phase-select{width:100%;border:1px solid var(--pf-line);border-radius:var(--pf-radius-lg);background:var(--pf-surface);padding:.5rem .75rem;font-size:var(--text-md);transition:background-color var(--pf-motion-fast),border-color var(--pf-motion-fast)}.ds-glp-step5-phase-input-name{font-weight:500}.ds-glp-step5-phase-input{text-align:center}.ds-glp-step5-phase-input::placeholder{color:var(--pf-text-soft)}.ds-glp-step5-phase-input-name:disabled,.ds-glp-step5-phase-input:disabled,.ds-glp-step5-phase-select:disabled{cursor:not-allowed;opacity:.5;background:var(--pf-soft)}.ds-glp-step5-phase-total{display:flex;align-items:center;border:1px solid var(--pf-line);border-radius:var(--pf-radius-xl);padding:1rem}.ds-glp-step5-phase-total-default{border-color:var(--pf-accent);background:var(--pf-surface)}.ds-glp-step5-phase-total-overlap{border-color:var(--pf-line);background:var(--pf-soft);opacity:.5}.ds-glp-step5-phase-total-inner{display:flex;width:100%;align-items:center;justify-content:space-between;gap:.75rem}.ds-glp-step5-phase-total-label{font-size:var(--text-sm);font-weight:400;letter-spacing:.06em;text-transform:uppercase;color:var(--pf-secondary)}.ds-glp-step5-phase-total-value-row{display:flex;align-items:baseline;gap:.25rem}.ds-glp-step5-phase-total-value{font-size:clamp(1rem,.5vw + .9rem,1.25rem);font-weight:500;line-height:var(--pf-line-extra-tight);color:var(--pf-text-strong)}.ds-glp-step5-phase-total-unit{font-size:var(--text-md);font-weight:500;color:var(--pf-accent)}.ds-glp-step5-phase-overlap-warning{margin-top:1rem;border:1px solid var(--pf-error);border-radius:var(--pf-radius-lg);background:var(--pf-error-tint);padding:.5rem .75rem}.ds-glp-step5-phase-overlap-title{font-size:var(--text-sm);font-weight:500;color:var(--pf-error)}.ds-glp-step5-phase-overlap-body{margin-top:.25rem;font-size:var(--text-sm);color:var(--pf-error)}.ds-glp-step5-mobile-section{margin-top:2rem;border-top:1px solid var(--pf-line);padding-top:1.5rem}.ds-glp-step5-mobile-head{margin-bottom:1rem;display:flex;align-items:center;justify-content:space-between}.ds-glp-step5-mobile-title{font-size:var(--text-md);font-weight:500;color:var(--pf-text-strong)}.ds-glp-step5-mobile-chart-wrap{position:relative;border-radius:var(--pf-radius-xl);background:var(--pf-surface);padding-top:1rem;padding-right:.25rem;padding-bottom:1rem;margin-left:-1rem;margin-bottom:-1rem}.ds-glp-step5-mobile-yaxis{position:absolute;left:0;top:1rem;bottom:2rem;width:1rem;display:flex;flex-direction:column;justify-content:space-between;font-size:var(--text-sm);color:var(--pf-secondary)}.ds-glp-step5-mobile-yaxis-label{padding-right:.5rem;text-align:left}.ds-glp-step5-mobile-canvas{position:relative;margin-left:1rem;margin-right:-1rem;height:100%;padding-bottom:1rem}.ds-glp-step5-chart-svg{width:100%;height:100%}.ds-glp-step5-mobile-xaxis{margin-left:1rem;display:flex;justify-content:space-between;font-size:var(--text-sm);color:var(--pf-secondary)}.ds-glp-step5-mobile-stats{margin-top:1rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;font-size:var(--text-sm)}.ds-glp-step5-mobile-stat-card{border:1px solid var(--pf-line);border-radius:var(--pf-radius-lg);background:var(--pf-bg);padding:.5rem .75rem}.ds-glp-step5-mobile-stat-card-accent{border-color:var(--pf-accent);background:var(--pf-accent-light)}.ds-glp-step5-mobile-stat-card-default{border-color:var(--pf-line);background:var(--pf-bg)}.ds-glp-step5-mobile-stat-title{font-size:var(--text-sm);font-weight:500;color:var(--pf-text-strong)}.ds-glp-step5-mobile-stat-title-accent{color:var(--pf-accent)}.ds-glp-step5-mobile-stat-value{margin-top:.25rem;color:var(--pf-secondary)}.ds-glp-step5-mobile-stat-value-accent{color:var(--pf-accent)}.ds-glp-step5-desktop-section{display:none}.ds-glp-step5-desktop-title{margin-bottom:1.5rem;font-size:var(--text-md);font-weight:400;color:var(--pf-text-strong)}.ds-glp-step5-desktop-chart-wrap{position:relative;height:24rem;border-radius:var(--pf-radius-xl);background:var(--pf-surface);padding-top:1.5rem;padding-right:.25rem;padding-bottom:1.5rem;margin-left:-1rem;margin-bottom:-1rem}.ds-glp-step5-desktop-yaxis{position:absolute;left:0;top:1rem;bottom:2rem;width:1rem;display:flex;flex-direction:column;justify-content:space-between;font-size:var(--text-sm);color:var(--pf-secondary)}.ds-glp-step5-desktop-yaxis-label{padding-right:.5rem;text-align:left}.ds-glp-step5-desktop-canvas{position:relative;margin-left:1rem;margin-right:-1rem;height:100%;padding-bottom:1rem}.ds-glp-step5-tooltip{position:absolute;top:1rem;z-index:10;transform:translateX(-50%);border:2px solid var(--pf-accent);border-radius:var(--pf-radius-xl);background:var(--pf-surface);padding:1rem}.ds-glp-step5-tooltip-title{margin-bottom:.75rem;font-size:var(--text-md);font-weight:500;color:var(--pf-text-strong)}.ds-glp-step5-tooltip-divider{margin-bottom:.75rem;border-top:1px solid var(--pf-line)}.ds-glp-step5-tooltip-body{display:grid;gap:.5rem;white-space:nowrap;font-size:var(--text-md)}.ds-glp-step5-tooltip-row{display:flex;justify-content:space-between;gap:2rem}.ds-glp-step5-tooltip-key{color:var(--pf-secondary)}.ds-glp-step5-tooltip-value{font-weight:500;color:var(--pf-text-strong)}.ds-glp-step5-tooltip-footer{margin-top:.75rem;border-top:1px solid var(--pf-line);padding-top:.75rem}.ds-glp-step5-tooltip-value-accent{color:var(--pf-accent)}.ds-glp-step5-desktop-xaxis{margin-left:1rem;display:flex;justify-content:space-between;font-size:var(--text-sm);color:var(--pf-secondary)}.ds-glp-agent-badge{background-color:var(--glp-agent-bg,var(--pf-accent));color:var(--pf-text-inverse)}.ds-glp-agent-badge[data-agent=semaglutide]{--glp-agent-bg:var(--pf-agent-semaglutide)}.ds-glp-agent-badge[data-agent=tirzepatide]{--glp-agent-bg:var(--pf-agent-tirzepatide)}.ds-glp-agent-badge[data-agent=retatrutide]{--glp-agent-bg:var(--pf-agent-retatrutide)}.ds-glp-agent-badge[data-agent=default]{--glp-agent-bg:var(--pf-accent)}.ds-glp-compound-card-copy-min-h{min-min-height:100px}.ds-glp-compound-card-copy-min-h-lg{min-min-height:110px}.ds-glp-protocol-chart-h{min-height:260px}@media (min-width:768px){.ds-glp-journey-section{gap:1.25rem;padding-inline:0}.ds-glp-journey-progress-row{gap:.5rem}.ds-glp-journey-progress-step{width:2.5rem;height:2.5rem}.ds-glp-journey-progress-check{width:1.25rem;height:1.25rem}.ds-glp-journey-progress-divider{margin-inline:.25rem;width:3rem}.ds-glp-step5-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.ds-glp-step5-data-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ds-glp-step5-data-metrics-grid{gap:2rem}.ds-glp-step5-calc-grid,.ds-glp-step5-calc-metric-grid,.ds-glp-step5-clinical-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ds-glp-step5-clinical-order-benefits,.ds-glp-step5-clinical-order-dosing,.ds-glp-step5-clinical-order-implications,.ds-glp-step5-clinical-order-tradeoffs{order:0}.ds-glp-step5-clinical-card,.ds-glp-step5-clinical-stat-card{padding:1.5rem}.ds-glp-step5-clinical-callout{padding:1rem 1.5rem}.ds-glp-step5-guardrails-grid{align-items:start}.ds-glp-step5-guardrails-effects-grid,.ds-glp-step5-guardrails-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ds-glp-step5-phase-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.ds-glp-step5-phase-total-value{font-size:clamp(1.125rem,.5vw + 1rem,1.25rem)}.ds-glp-step5-mobile-section{display:none}.ds-glp-step5-desktop-section{display:block;margin-top:2rem;border-top:1px solid var(--pf-line);padding-top:1.5rem}.ds-glp-step5-desktop-chart-wrap{padding:1.5rem;margin-left:-1rem;margin-bottom:-1rem}.ds-glp-step5-desktop-yaxis{top:1.5rem;bottom:3rem;width:4rem}.ds-glp-step5-desktop-yaxis-label{text-align:right}.ds-glp-step5-desktop-canvas{margin-left:4rem;margin-right:0;padding-bottom:2.5rem}.ds-glp-step5-desktop-xaxis{margin-left:4rem}.ds-glp-agent-grid,.ds-glp-frequency-grid,.ds-glp-frequency-proscons{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.ds-glp-journey-section{padding-inline:0}.ds-glp-agent-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.ds-glp-surface-default{background:var(--pf-surface)}.ds-glp-border-excellent{border-color:var(--pf-accent)}.ds-glp-border-moderate{border-color:var(--pf-success)}.ds-glp-border-high{border-color:var(--pf-error)}.ds-glp-pill-excellent,.ds-glp-pill-frequency-low,.ds-glp-pill-frequency-moderate,.ds-glp-pill-moderate{background:var(--pf-success-tint);color:var(--pf-success-strong)}.ds-glp-pill-frequency-high,.ds-glp-pill-high{background:var(--pf-error-tint);color:var(--pf-error-strong)}.ds-glp-text-excellent{color:var(--pf-text-strong)}.ds-glp-text-moderate{color:var(--pf-success-strong)}.ds-glp-text-high{color:var(--pf-error-strong)}.ds-glp-variance-neutral{color:var(--pf-text-soft)}.ds-glp-variance-over{color:color-mix(in srgb,var(--pf-error) 80%,black)}.ds-glp-variance-under{color:color-mix(in srgb,var(--pf-success) 80%,black)}.ds-glp-gauge-success{color:var(--pf-success)}.ds-glp-gauge-accent{color:var(--pf-accent)}.ds-glp-gauge-warning{color:var(--pf-warning)}.ds-glp-reference-accent-chart{background:var(--pf-chart-positive)}.ds-glp-tone-border-semaglutide{border-color:oklch(.827 .119 306.383)}.ds-glp-tone-bg-light-semaglutide,.ds-glp-tone-bg-semaglutide{background:oklch(.977 .014 308.299)}.ds-glp-tone-text-semaglutide{color:oklch(.496 .265 301.924)}.ds-glp-tone-border-dark-semaglutide{border-color:oklch(.558 .288 302.321)}.ds-glp-tone-border-tirzepatide{border-color:oklch(.702 .183 293.541)}.ds-glp-tone-bg-light-tirzepatide,.ds-glp-tone-bg-tirzepatide{background:oklch(.943 .029 294.588)}.ds-glp-tone-text-tirzepatide{color:oklch(.432 .232 292.759)}.ds-glp-tone-border-dark-tirzepatide{border-color:oklch(.541 .281 293.009)}.ds-glp-tone-border-retatrutide{border-color:oklch(.808 .114 19.571)}.ds-glp-tone-bg-light-retatrutide,.ds-glp-tone-bg-retatrutide{background:oklch(.971 .013 17.38)}.ds-glp-tone-text-retatrutide{color:oklch(.505 .213 27.518)}.ds-glp-tone-border-dark-retatrutide{border-color:oklch(.637 .237 25.331)}.ds-glp-compounds-page,.ds-glp-hub-page{min-height:100vh;background:var(--pf-bg)}.ds-glp-compounds-page-section,.ds-glp-hub-section{margin-top:0;display:flex;flex-direction:column;gap:var(--pf-space-xl)}.ds-glp-compounds-page-header{margin-bottom:0}.ds-glp-hub-subtitle{max-width:56rem;font-size:var(--text-lg);line-height:var(--pf-line-relaxed);color:var(--pf-secondary);margin-left:auto;margin-right:auto;text-align:center}.ds-glp-layout-shell{margin:0 auto;max-width:var(--pf-max-width-tool)}.ds-glp-layout-section{margin-top:3.3rem}.ds-glp-compound-section-title,.ds-glp-hub-title,.ds-glp-layout-title{margin-bottom:1rem;font-size:clamp(1.4rem,1vw + 1.1rem,2rem);font-weight:500;line-height:var(--pf-line-tight);color:var(--pf-text-strong)}.ds-glp-compound-section-title,.ds-glp-layout-title{padding-top:3.3rem}.ds-glp-compound-section-subtitle,.ds-glp-layout-subtitle{margin-bottom:var(--prose-gap-standard,.67rem);font-size:var(--text-md);font-weight:500;line-height:var(--pf-line-tight);color:var(--pf-accent)}.ds-glp-hub-related-card,.ds-glp-hub-tool-card,.ds-glp-layout-card{border:1px solid var(--pf-line);border-radius:var(--pf-radius-card);background:var(--pf-surface)}.ds-glp-layout-footnote{margin-top:.5rem;font-size:var(--text-sm);line-height:var(--pf-line-relaxed);color:var(--pf-text-soft)}.ds-glp-hub-status-badge,.ds-glp-layout-status-badge{display:inline-flex;align-items:center;border-radius:var(--pf-radius-sm);padding:.2rem .45rem;font-size:.72rem;font-weight:500;letter-spacing:.01em}.ds-glp-hub-status-badge-success,.ds-glp-layout-status-badge-success{background:var(--pf-success-tint);color:var(--pf-success-strong)}.ds-glp-hub-status-badge-warning,.ds-glp-layout-status-badge-warning{background:var(--pf-warning-tint);color:var(--pf-warning-strong)}.ds-glp-hub-status-badge-pending,.ds-glp-layout-status-badge-pending{background:color-mix(in srgb,var(--pf-text-soft) 18%,white);color:var(--pf-secondary)}.ds-glp-compound-dose-table-wrap,.ds-glp-hub-table-wrap,.ds-glp-layout-table-wrap{overflow-x:auto}.ds-glp-compound-dose-table,.ds-glp-hub-table,.ds-glp-layout-table{width:100%;border-collapse:collapse;border:1px solid var(--pf-line);border-radius:var(--pf-radius-card);background:var(--pf-surface);overflow:hidden}.ds-glp-compound-dose-table-wrap .ds-glp-compound-dose-table,.ds-glp-hub-table-wrap .ds-glp-hub-table,.ds-glp-layout-table-wrap .ds-glp-layout-table{min-width:44rem}.ds-glp-hub-table-row{border-top:1px dotted var(--pf-line-soft)}.ds-glp-hub-table-head-row,.ds-glp-layout-table-head-row{border-bottom:1px solid var(--pf-line);background:var(--pf-accent-light)}.ds-glp-compound-dose-th,.ds-glp-hub-table-head-cell,.ds-glp-layout-table-head-cell{background:var(--pf-soft);padding:.75rem 1rem .5rem;text-align:left;font-size:var(--text-sm);font-weight:500;text-transform:uppercase;letter-spacing:.08em;color:var(--pf-secondary)}.ds-glp-compound-dose-head{text-align:left}.ds-glp-compound-dose-tbody,.ds-glp-layout-table-body{border-top:0}.ds-glp-compound-dose-tbody tr+tr,.ds-glp-hub-table tbody tr+tr,.ds-glp-layout-table-body tr+tr{border-top:1px dotted color-mix(in srgb,var(--pf-line) 92%,black)}.ds-glp-compound-dose-td,.ds-glp-hub-table-cell,.ds-glp-layout-table-cell{padding:.75rem 1rem;font-size:var(--text-sm);line-height:var(--pf-line-relaxed);color:var(--pf-secondary);vertical-align:top}.ds-glp-compound-dose-td-strong,.ds-glp-hub-table-cell-strong,.ds-glp-layout-table-cell-strong{font-weight:500;color:var(--pf-text-strong)}.ds-glp-compound-dose-td-notes,.ds-glp-layout-table-cell-note{font-size:.78rem;color:var(--pf-text-soft)}.ds-glp-compound-dose-th-notes{width:28%}.ds-glp-hub-comparison,.ds-glp-hub-faq,.ds-glp-hub-intro,.ds-glp-hub-related,.ds-glp-hub-tools{margin-top:3.3rem}.ds-glp-hub-intro{margin-top:1.5rem}.ds-glp-hub-intro-copy{display:grid;gap:.8rem;font-size:var(--text-md);line-height:var(--pf-line-relaxed);color:var(--pf-secondary)}.ds-glp-hub-link-row{margin-top:.65rem}.ds-glp-hub-link{display:inline-flex;align-items:center;gap:.45rem;font-size:var(--text-md);font-weight:500;color:var(--pf-accent);text-decoration:none}.ds-glp-hub-link-icon{width:1rem;height:1rem}.ds-glp-hub-related-grid,.ds-glp-hub-tool-grid{display:grid;gap:1rem}.ds-glp-hub-tool-link{text-decoration:none}.ds-glp-hub-tool-card{height:100%;border-width:2px;border-color:color-mix(in srgb,var(--pf-accent) 75%,white);padding:1rem}.ds-glp-hub-tool-icon-row{margin-bottom:.4rem}.ds-glp-hub-tool-icon{width:1.25rem;height:1.25rem}.ds-glp-hub-tool-icon-compounds{color:var(--pf-accent)}.ds-glp-hub-tool-icon-dosing{color:var(--pf-success)}.ds-glp-hub-tool-icon-journey{color:var(--pf-warning)}.ds-glp-hub-related-title,.ds-glp-hub-tool-title{font-size:var(--text-lg);font-weight:500;color:var(--pf-text-strong);line-height:var(--pf-line-tight)}.ds-glp-hub-related-copy,.ds-glp-hub-tool-copy{margin-top:.45rem;font-size:var(--text-md);line-height:var(--pf-line-relaxed);color:var(--pf-secondary)}.ds-glp-hub-tool-cta{margin-top:.85rem;display:inline-flex;align-items:center;gap:.45rem;font-size:var(--text-md);font-weight:500;color:var(--pf-accent)}.ds-glp-hub-related-card{padding:.9rem 1rem}.ds-glp-hub-related-row{display:flex;align-items:flex-start;gap:.6rem}.ds-glp-hub-related-icon{width:1rem;height:1rem;color:var(--pf-accent);margin-top:.2rem}.ds-glp-compound-dose-section,.ds-glp-compound-threshold-section{margin-top:3.3rem}.ds-glp-compound-evidence-section,.ds-glp-compound-monitoring-section,.ds-glp-compound-protocol-section{margin-top:0}.ds-glp-compound-select-grid{display:grid;gap:24px}.ds-glp-compound-select-card{border:1px solid var(--pf-line);border-radius:18px;background:var(--pf-surface);padding:var(--pf-space-xxl) var(--pf-space-xl);cursor:pointer;display:flex;flex-direction:column}.ds-glp-compound-select-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.6rem}.ds-glp-compound-select-card-title{font-size:30px;font-weight:500;line-height:var(--pf-line-tight);color:var(--pf-text-strong)}.ds-glp-compound-select-card-subtitle{margin-top:.2rem;font-size:var(--text-md);color:rgb(82,89,96)}.ds-glp-compound-select-level-badge{display:inline-flex;align-items:center;gap:.35rem;text-transform:capitalize}.ds-glp-compound-select-level-icon{width:.8rem;height:.8rem}.ds-glp-compound-select-description{margin-top:2rem;display:grid;gap:.35rem}.ds-glp-compound-select-tagline{font-size:var(--text-md);font-weight:500;line-height:var(--pf-line-tight)}.ds-glp-compound-select-description-body{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:6;font-size:var(--text-md);line-height:var(--pf-line-relaxed);color:var(--pf-secondary)}.ds-glp-compound-select-metrics{margin-top:2rem}.ds-glp-compound-select-gauges{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem}.ds-glp-compound-deepdive-ratings{display:flex;justify-content:center;align-items:flex-start;gap:2.5rem}.ds-glp-compound-select-scope{margin-top:2rem}.ds-glp-compound-select-ratio{margin-top:.9rem}.ds-glp-compound-select-ratio-meta,.ds-glp-compound-select-scope-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.ds-glp-compound-ratio-title,.ds-glp-compound-select-ratio-label,.ds-glp-compound-select-scope-label{font-size:var(--text-md);font-weight:500;color:var(--pf-text-strong)}.ds-glp-compound-ratio-bar,.ds-glp-compound-select-ratio-bar,.ds-glp-compound-select-scope-track{display:flex;margin-top:.35rem;height:8px;border-radius:9999px;background:var(--pf-soft);overflow:hidden}.ds-glp-compound-ratio-segment,.ds-glp-compound-select-scope-fill{height:100%;border-radius:999px;background:oklch(.588 .158 241.966)}.ds-glp-compound-select-scope-copy{margin-top:.45rem;font-size:var(--text-sm);line-height:var(--pf-line-relaxed);color:var(--pf-secondary)}.ds-glp-compound-ratio-segment,.ds-glp-compound-select-ratio-segment{height:100%;border-radius:0}.ds-glp-compound-ratio-segment-fat,.ds-glp-compound-select-ratio-segment-fat{background:oklch(.723 .219 149.579)}.ds-glp-compound-ratio-segment-lean,.ds-glp-compound-select-ratio-segment-lean{background:oklch(.637 .237 25.331)}.ds-glp-compound-ratio-fat,.ds-glp-compound-select-ratio-fat{color:oklch(.527 .154 150.069);font-size:var(--text-sm)}.ds-glp-compound-ratio-lean,.ds-glp-compound-select-ratio-lean{color:oklch(.577 .245 27.325);font-size:var(--text-sm)}.ds-glp-compound-select-ratio-source{margin-top:.35rem;font-size:var(--text-sm);color:var(--pf-text-soft)}.ds-glp-compound-deepdive-shell{margin-top:3.3rem;margin-left:auto;margin-right:auto;max-width:1100px}.ds-glp-compound-deepdive-toggle-wrap{margin-bottom:.85rem;display:flex;justify-content:center}.ds-glp-compound-deepdive-toggle{border:2px solid var(--pf-line);border-radius:9999px;padding:4px;background:var(--pf-soft);display:inline-flex;gap:4px}.ds-glp-compound-deepdive-toggle-button{border:0;background:transparent;border-radius:9999px;padding:8px 16px;font-size:var(--text-md);font-weight:500;color:var(--pf-text-soft);cursor:pointer}.ds-glp-compound-deepdive-toggle-button-active{color:var(--pf-surface)}.ds-glp-compound-deepdive-toggle-button-inactive{background:transparent;color:var(--pf-text-soft)}.ds-glp-compound-deepdive-toggle-button-semaglutide{background:oklch(.558 .288 302.321)}.ds-glp-compound-deepdive-toggle-button-tirzepatide{background:oklch(.541 .281 293.009)}.ds-glp-compound-deepdive-toggle-button-retatrutide{background:oklch(.637 .237 25.331)}.ds-glp-compound-deepdive-section{border:1px solid var(--pf-line);border-radius:var(--pf-radius-card);background:var(--pf-surface);padding:1rem}.ds-glp-compound-deepdive-section-hidden{display:none}.ds-glp-compound-threshold-chart{display:flex;flex-direction:column;gap:1.25rem;margin-top:1rem}.ds-glp-compound-threshold-row{display:grid;grid-template-columns:5.5rem 1fr 3rem;align-items:center;gap:.75rem}.ds-glp-compound-threshold-track{height:.5rem;border-radius:8px;background:var(--pf-line);overflow:hidden}.ds-glp-compound-threshold-bar{height:100%;border-radius:8px;background:var(--pf-accent)}.ds-glp-compound-monitoring-shell{margin-top:3.3rem}.ds-glp-compound-section-title-center{text-align:center}.ds-glp-compound-receptor-grid{display:flex;justify-content:center;gap:1rem;margin-top:1.5rem}.ds-glp-compound-receptor-card{flex:0 1 calc((100% - 2rem) / 3);border-radius:16px;border:1px solid oklch(.35 .05 250);padding:0;text-align:center;background:white;overflow:hidden}.ds-glp-compound-receptor-header{padding:.6rem 1.5rem;background:oklch(.35 .05 250)}.ds-glp-compound-receptor-body{padding:1.5rem}.ds-glp-compound-receptor-potency{font-size:var(--text-result);font-weight:500;line-height:1;color:var(--pf-text-strong)}.ds-glp-compound-receptor-name{margin-top:.35rem;font-size:var(--text-sm);font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:white}.ds-glp-compound-receptor-desc{margin-top:.75rem;font-size:var(--text-md);line-height:var(--pf-line-normal);color:var(--pf-text-strong)}.ds-glp-compound-protocol-phase{border-width:2px;border-style:solid;border-color:var(--pf-line);border-radius:12px;background:var(--pf-surface);padding:24px;min-height:370px;display:grid;grid-template-rows:56px auto 1fr}.ds-glp-tone-border-semaglutide.ds-glp-compound-protocol-phase{border-color:oklch(.827 .119 306.383)}.ds-glp-tone-border-tirzepatide.ds-glp-compound-protocol-phase{border-color:oklch(.702 .183 293.541)}.ds-glp-tone-border-retatrutide.ds-glp-compound-protocol-phase{border-color:oklch(.808 .114 19.571)}.ds-glp-compound-key-card{border-width:2px;border-style:solid;border-color:var(--pf-line);border-radius:12px;background:var(--pf-surface);padding:24px}.ds-glp-compound-consider-card{border:2px solid var(--pf-line);border-radius:12px;background:var(--pf-surface);padding:24px}.ds-glp-compound-monitoring-card{border:1px solid var(--pf-line);border-radius:16px;background:var(--pf-surface);padding:20px;display:flex;flex-direction:column}.ds-glp-compound-deepdive-stack{display:grid;gap:48px}.ds-glp-compound-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:1.5rem}.ds-glp-compound-considerations-grid,.ds-glp-compound-key-grid{display:contents}.ds-glp-compound-monitoring-grid,.ds-glp-compound-protocol-grid{display:grid;gap:24px}.ds-glp-compound-consider-list,.ds-glp-compound-deepdive-content,.ds-glp-compound-key-card-copy,.ds-glp-compound-monitoring-action,.ds-glp-compound-monitoring-frequency,.ds-glp-compound-monitoring-threshold,.ds-glp-compound-protocol-phase-summary-copy{display:grid;gap:0}.ds-glp-compound-deepdive-content{margin-top:.2rem;gap:0;min-width:0;grid-template-columns:minmax(0,1fr)}.ds-glp-compound-deepdive-source-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.45rem;border-top:2px solid var(--pf-line);padding-top:32px;margin-top:.15rem}.ds-glp-compound-deepdive-source-label{font-size:var(--text-sm);color:var(--pf-text-soft)}.ds-glp-compound-deepdive-source-pill{display:inline-flex;align-items:center;gap:.35rem;border-radius:999px;border:1px solid var(--pf-line);padding:.15rem .45rem;font-size:.68rem;color:var(--pf-secondary)}.ds-glp-compound-deepdive-source-bullet{color:var(--pf-text-soft);font-size:67%;font-weight:300}.ds-glp-compound-deepdive-gauge-size{width:4.5rem;height:4.5rem}.ds-glp-compound-deepdive-gauge-value-size{font-size:var(--text-lg)}.ds-glp-compound-monitoring-metric{font-size:var(--text-lg);font-weight:500;color:var(--pf-text-strong);margin-bottom:.35rem}.ds-glp-compound-consider-title,.ds-glp-compound-key-card-title,.ds-glp-compound-protocol-effects-title,.ds-glp-compound-protocol-phase-summary-title,.ds-glp-compound-protocol-phase-title{font-size:var(--text-md);font-weight:500;color:var(--pf-text-strong)}.ds-glp-compound-key-card-head{margin-bottom:.35rem}.ds-glp-compound-key-card-label,.ds-glp-compound-monitoring-action-key,.ds-glp-compound-monitoring-frequency-key{font-size:var(--text-sm);font-weight:500;color:var(--pf-text-strong)}.ds-glp-compound-stat-value{font-size:var(--text-xl);font-weight:500;text-align:center;color:var(--pf-text-strong)}.ds-glp-compound-monitoring-action-value,.ds-glp-compound-monitoring-frequency-value{font-size:var(--text-md);font-weight:400;color:var(--pf-secondary)}.ds-glp-compound-stat-label,.ds-glp-compound-threshold-footnote{font-size:var(--text-sm);color:var(--pf-secondary)}.ds-glp-compound-stats-grid{display:grid;gap:.7rem}.ds-glp-compound-threshold-label{font-size:var(--text-sm);font-weight:500;color:var(--pf-secondary);text-align:right}.ds-glp-compound-threshold-value{font-size:var(--text-md);font-weight:500;color:var(--pf-text-strong)}.ds-glp-compound-threshold-footnote{margin-top:.75rem;text-align:center}.ds-glp-compound-stats-grid-four{grid-template-columns:repeat(4,minmax(0,1fr))}.ds-glp-compound-stat-card{padding:16px;text-align:center}.ds-glp-compound-protocol-timeline-wrap{position:relative}.ds-glp-compound-protocol-phase-head,.ds-glp-compound-protocol-phase-head-left{display:flex;align-items:center;gap:.45rem}.ds-glp-compound-protocol-phase-badge{display:inline-flex;align-items:center;border-radius:9999px;border:0;background:oklch(.208 .042 265.755);padding:2px 10px;font-size:var(--text-sm);font-weight:500;color:var(--pf-surface)}.ds-glp-compound-dose-pill{display:inline-flex;align-items:center;border-radius:999px;border:1px solid var(--pf-line);background:var(--pf-bg);padding:.15rem .45rem;font-size:var(--text-tag);color:var(--pf-secondary)}.ds-glp-compound-protocol-step-dot{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:9999px;background:var(--pf-accent)}.ds-glp-tone-bg-semaglutide.ds-glp-compound-protocol-step-dot,.ds-glp-tone-border-semaglutide.ds-glp-compound-protocol-step-dot{background:oklch(.977 .014 308.299);border:2px solid oklch(.827 .119 306.383)}.ds-glp-tone-bg-tirzepatide.ds-glp-compound-protocol-step-dot,.ds-glp-tone-border-tirzepatide.ds-glp-compound-protocol-step-dot{background:oklch(.943 .029 294.588);border:2px solid oklch(.702 .183 293.541)}.ds-glp-tone-bg-retatrutide.ds-glp-compound-protocol-step-dot,.ds-glp-tone-border-retatrutide.ds-glp-compound-protocol-step-dot{background:oklch(.971 .013 17.38);border:2px solid oklch(.808 .114 19.571)}.ds-glp-compound-protocol-step-index{font-size:var(--text-sm);font-weight:500;color:var(--pf-text-strong)}.ds-glp-compound-protocol-phase-summary{border-radius:8px;padding:12px 16px;margin-top:0}.ds-glp-compound-protocol-phase-summary-copy-preline{white-space:pre-line}.ds-glp-compound-protocol-effects{display:grid;gap:.5rem;padding-top:1.25rem;align-content:start}.ds-glp-compound-protocol-effects-list{display:grid;gap:.35rem}.ds-glp-compound-protocol-effect-row{display:flex;align-items:flex-start;gap:.45rem;color:var(--pf-secondary);font-size:var(--text-sm)}.ds-glp-compound-monitoring-threshold-icon,.ds-glp-compound-protocol-effect-icon{width:.9rem;height:.9rem;flex-shrink:0;color:var(--pf-error)}.ds-glp-compound-consider-card-pro{background:oklch(.962 .044 156.743);border-color:oklch(.871 .15 154.449);border-width:2px}.ds-glp-compound-consider-card-con{background:oklch(.962 .059 95.617);border-color:oklch(.879 .169 91.605);border-width:2px}.ds-glp-compound-consider-title-pro{color:oklch(.527 .154 150.069)}.ds-glp-compound-consider-title-con{color:oklch(.555 .163 48.998)}.ds-glp-compound-consider-item{position:relative;padding-left:.95rem;font-size:var(--text-sm);color:var(--pf-secondary)}.ds-glp-compound-consider-item:before{content:"";position:absolute;left:0;top:.45rem;width:.35rem;height:.35rem;border-radius:999px;background:var(--pf-line)}.ds-glp-compound-consider-item-pro:before{background:var(--pf-success)}.ds-glp-compound-consider-item-con:before{background:var(--pf-error)}.ds-glp-compound-monitoring-card-head{margin-bottom:.45rem}.ds-glp-compound-monitoring-threshold{display:flex;align-items:center;gap:.35rem;border-top:1px dotted var(--pf-line-soft);padding-top:.45rem;color:var(--pf-error);font-size:var(--text-sm);font-weight:500}.ds-glp-compound-monitoring-frequency{padding-top:.45rem}.ds-glp-compound-monitoring-action{padding-top:12px;margin-top:auto}.ds-glp-compound-ratio-wrap{margin-top:1.5rem;border:1px solid var(--pf-line);border-radius:var(--pf-radius-card);background:var(--pf-surface);padding:1.5rem}.ds-glp-compound-ratio-disclaimer{margin-top:1rem;font-size:var(--text-md);line-height:var(--pf-line-normal);color:var(--pf-text-strong)}.ds-glp-compound-ratio-disclaimer-asterisk{font-size:var(--text-sm);color:var(--pf-text-soft)}.ds-glp-compound-ratio-panel{margin-top:.65rem;margin-bottom:1rem}.ds-glp-compound-ratio-meta{margin-top:.4rem;display:flex;justify-content:space-between;gap:.5rem}.ds-glp-receptors-row{display:flex;align-items:flex-start;justify-content:center;gap:1.35rem;flex-wrap:wrap}.ds-glp-receptors-col{display:flex;flex-direction:column;align-items:center;gap:.35rem;min-width:5.5rem}.ds-glp-receptors-label-wrap{display:grid;gap:.25rem;text-align:center}.ds-glp-receptors-node{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:9999px;border:4px solid var(--pf-line);background:var(--pf-surface);color:var(--pf-text-strong)}.ds-glp-tone-border-semaglutide.ds-glp-receptors-node{border-width:4px;background:oklch(.977 .014 308.299);border-color:oklch(.827 .119 306.383)}.ds-glp-tone-border-tirzepatide.ds-glp-receptors-node{border-width:4px;background:oklch(.943 .029 294.588);border-color:oklch(.702 .183 293.541)}.ds-glp-tone-border-retatrutide.ds-glp-receptors-node{border-width:4px;background:oklch(.971 .013 17.38);border-color:oklch(.808 .114 19.571)}.ds-glp-receptors-node-empty,.ds-glp-receptors-node-inactive{background:var(--pf-soft);border:1px solid var(--pf-line);color:var(--pf-text-soft)}.ds-glp-receptors-node-icon{width:1.5rem;height:1.5rem}.ds-glp-receptors-connector{display:flex;align-items:center;justify-content:center;height:64px;color:var(--pf-text-soft);border:0;line-height:1}.ds-glp-receptors-label-primary,.ds-glp-receptors-label-strong{font-size:var(--text-sm);font-weight:500;color:var(--pf-text-strong)}.ds-glp-receptors-label-muted,.ds-glp-receptors-label-normal,.ds-glp-receptors-label-secondary{font-size:var(--text-sm);color:var(--pf-text-soft)}.ds-glp-dosing-drawer-section{margin-bottom:0;scroll-margin-top:var(--pf-space-xxl);width:100%}.ds-glp-dosing-drawer-toggle{display:flex;width:100%;align-items:center;justify-content:space-between;gap:.75rem;border:4px solid var(--pf-line);border-radius:var(--pf-radius-card);background:var(--pf-surface);padding:.75rem 1.25rem;text-align:left;transition:transform var(--pf-motion-fast),box-shadow var(--pf-motion-fast),border-color var(--pf-motion-fast);cursor:pointer}.ds-glp-dosing-drawer-toggle:hover{border-color:var(--pf-accent);background:var(--pf-surface)}.ds-glp-dosing-drawer-toggle[aria-expanded=true]{border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom-color:var(--pf-line-soft)}.ds-glp-dosing-drawer-toggle[aria-expanded=true]+.ds-glp-dosing-drawer-panel{margin-top:0}.ds-glp-dosing-drawer-toggle-content{display:flex;align-items:center;gap:.75rem}.ds-glp-dosing-drawer-icon{display:inline-flex;align-items:center;color:var(--pf-text-strong)}.ds-glp-dosing-drawer-title{font-size:var(--text-md);font-weight:500;color:var(--pf-text-strong)}.ds-glp-dosing-drawer-chevron{width:1.25rem;height:1.25rem;color:var(--pf-secondary);transition:transform var(--pf-motion-fast)}.ds-glp-dosing-drawer-chevron-open{transform:rotate(180deg)}.ds-glp-dosing-reference-item{overflow:hidden}.ds-glp-dosing-drawer-panel{margin-top:var(--pf-space-md)}.ui-select-trigger{background:var(--pf-surface)}.ds-glp-dosing-reference{display:grid;gap:.75rem}.ds-glp-dosing-reference-title{margin-bottom:var(--prose-gap-tight,.5rem);font-size:clamp(1.4rem,1vw + 1.1rem,2rem);font-weight:500;line-height:var(--pf-line-tight);color:var(--pf-text-strong)}.ds-glp-dosing-reference-list{display:grid;gap:.5rem}.ds-glp-dosing-reference-row{display:grid;width:100%;grid-template-columns:1fr auto;align-items:center;background:var(--pf-surface);padding:.62rem 1rem;text-align:left;cursor:pointer;border:0}.ds-glp-dosing-reference-label-wrap{display:flex;align-items:center;gap:.75rem}.ds-glp-dosing-reference-accent{width:.1875rem;height:1rem;background:currentColor;flex-shrink:0;color:var(--pf-accent)}.ds-glp-reference-accent-blue,.ds-glp-reference-accent-chart,.ds-glp-reference-accent-default{color:var(--pf-accent)}.ds-glp-reference-accent-green,.ds-glp-reference-accent-teal{color:var(--pf-success)}.ds-glp-reference-accent-red{color:var(--pf-error)}.ds-glp-reference-accent-violet{color:var(--pf-agent-tirzepatide)}.ds-glp-dosing-reference-row-title{font-size:var(--text-md);font-weight:500;color:var(--pf-text-strong)}.ds-glp-dosing-reference-chevron{width:1.25rem;height:1.25rem;color:var(--pf-secondary);transition:transform var(--pf-motion-fast)}.ds-glp-dosing-reference-chevron-open{transform:rotate(180deg)}.ds-glp-dosing-reference-content{display:grid;gap:.75rem;background:transparent;padding:1rem 1.5rem}.ds-glp-dosing-reference-link-row{display:grid;gap:0}.ds-glp-dosing-reference-link,.ds-glp-dosing-reference-pdf{width:fit-content;text-decoration:none;color:var(--pf-accent)}.ds-glp-dosing-reference-link{font-size:var(--text-md);font-weight:500}.ds-glp-dosing-reference-description{margin-top:.2rem;color:var(--pf-secondary);font-size:var(--text-sm)}.ds-glp-dosing-reference-pdf{font-size:var(--text-2xs);display:inline-block;color:var(--pf-accent)}.ds-glp-dosing-reference-link:hover,.ds-glp-dosing-reference-pdf:hover{text-decoration:underline}.ds-glp-support-banner{margin-bottom:1rem;border:1px solid var(--pf-line);border-radius:var(--pf-radius-card);padding:.8rem .9rem;display:flex;align-items:flex-start;gap:.5rem;background:var(--pf-surface)}.ds-glp-support-banner-required{border-color:color-mix(in srgb,var(--pf-error) 35%,white);background:var(--pf-error-tint)}.ds-glp-support-banner-important{border-color:color-mix(in srgb,var(--pf-warning) 35%,white);background:color-mix(in srgb,var(--pf-warning) 6%,white)}.ds-glp-support-banner-recommended{border-color:color-mix(in srgb,var(--pf-accent) 32%,white);background:var(--pf-accent-light)}.ds-glp-support-banner-icon{width:1rem;height:1rem;margin-top:.12rem}.ds-glp-support-banner-icon-required{color:var(--pf-error)}.ds-glp-support-banner-icon-important{color:var(--pf-warning)}.ds-glp-support-banner-title{font-size:var(--text-md);font-weight:500}.ds-glp-support-banner-title-required{color:color-mix(in srgb,var(--pf-error) 82%,black)}.ds-glp-support-banner-title-important{color:var(--pf-warning-strong)}.ds-glp-support-banner-title-recommended{color:color-mix(in srgb,var(--pf-accent) 80%,black)}.ds-glp-support-banner-description{margin-top:.15rem;font-size:var(--text-sm);color:var(--pf-secondary)}.ds-glp-support-grid,.ds-glp-support-optional-grid{display:grid;gap:.75rem}.ds-glp-support-col{display:grid;gap:.6rem}.ds-glp-support-col-title,.ds-glp-support-optional-title{display:inline-flex;align-items:center;gap:.35rem;font-size:var(--text-md);font-weight:500;color:var(--pf-text-strong)}.ds-glp-support-col-badge{width:1rem;height:1rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:var(--text-tag);color:var(--pf-text-inverse)}.ds-glp-support-col-badge-required{background:var(--pf-error)}.ds-glp-support-col-badge-recommended{background:var(--pf-accent)}.ds-glp-support-card-stack{display:grid;gap:.6rem}.ds-glp-support-card{width:100%;text-align:left;border:1px solid var(--pf-line);border-radius:var(--pf-radius-card);background:var(--pf-surface);padding:.75rem}.ds-glp-support-card-required-selected{border-color:var(--pf-error);background:var(--pf-error-tint)}.ds-glp-support-card-required-unselected{border-color:color-mix(in srgb,var(--pf-error) 26%,white)}.ds-glp-support-card-recommended-selected{border-color:var(--pf-accent);background:var(--pf-accent-light)}.ds-glp-support-card-recommended-unselected{border-color:color-mix(in srgb,var(--pf-accent) 24%,white)}.ds-glp-support-card-optional-selected{border-color:var(--pf-success);background:var(--pf-success-tint)}.ds-glp-support-card-optional-unselected{border-color:color-mix(in srgb,var(--pf-line) 90%,black)}.ds-glp-support-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.55rem}.ds-glp-support-card-name{font-size:var(--text-md);font-weight:500;color:var(--pf-text-strong)}.ds-glp-support-card-dose{margin-top:.15rem;font-size:var(--text-sm);color:var(--pf-secondary)}.ds-glp-support-card-reason{margin-top:.5rem;font-size:var(--text-sm);color:var(--pf-secondary);line-height:var(--pf-line-relaxed)}.ds-glp-support-card-toggle{width:1.45rem;height:1.45rem;border-radius:999px;border:1px solid var(--pf-line);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.ds-glp-support-card-toggle-selected{background:var(--pf-accent);border-color:var(--pf-accent)}.ds-glp-support-card-toggle-required{border-color:var(--pf-error)}.ds-glp-support-card-toggle-default{border-color:color-mix(in srgb,var(--pf-accent) 35%,white)}.ds-glp-support-card-toggle-optional-selected{background:var(--pf-success);border-color:var(--pf-success)}.ds-glp-support-card-toggle-icon-default,.ds-glp-support-card-toggle-icon-required,.ds-glp-support-card-toggle-icon-selected{width:.8rem;height:.8rem}.ds-glp-support-card-toggle-icon-selected{color:var(--pf-text-inverse)}.ds-glp-support-card-toggle-icon-default{color:var(--pf-accent)}.ds-glp-support-card-toggle-icon-required{color:var(--pf-error)}.ds-glp-support-optional-section{margin-top:.9rem;display:grid;gap:.6rem}.ds-glp-support-footnote{margin-top:.8rem;border-top:1px dotted var(--pf-line-soft);padding-top:.6rem}.ds-glp-support-footnote-text{font-size:var(--text-sm);color:var(--pf-text-soft)}.ds-glp-journey-timeline-table{min-width:52rem}.ds-glp-journey-plateau-card{padding:1rem}.ds-glp-journey-plateau-grid{display:grid;gap:.9rem}.ds-glp-journey-plateau-item{border:1px solid var(--pf-line-soft);border-radius:var(--pf-radius-sm);background:var(--pf-bg);padding:.75rem}.ds-glp-journey-plateau-item-title{margin-bottom:.3rem;font-size:var(--text-md);font-weight:500;color:var(--pf-text-strong)}.ds-glp-journey-plateau-item-copy{font-size:var(--text-sm);line-height:var(--pf-line-relaxed);color:var(--pf-secondary)}@media (min-width:768px){.ds-glp-layout-shell{padding-bottom:3.5rem}.ds-glp-compound-considerations-grid,.ds-glp-compound-key-grid,.ds-glp-compound-monitoring-grid,.ds-glp-compound-protocol-grid,.ds-glp-compound-select-grid,.ds-glp-dosing-clinical-grid,.ds-glp-dosing-guardrails-grid,.ds-glp-hub-related-grid,.ds-glp-hub-tool-grid,.ds-glp-support-grid,.ds-glp-support-optional-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ds-glp-compound-deepdive-ratings{justify-content:center;gap:2.5rem}.ds-glp-compound-deepdive-section,.ds-glp-dosing-clinical-panel,.ds-glp-dosing-frequency-panel,.ds-glp-hub-tool-card{padding:1.5rem}.ds-glp-compound-threshold-row{grid-template-columns:6rem 1fr 3.5rem}.ds-glp-journey-plateau-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ds-glp-support-grid{align-items:start}}@media (min-width:1024px){.ds-glp-compound-considerations-grid,.ds-glp-compound-key-grid,.ds-glp-compound-select-grid,.ds-glp-hub-tool-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.ds-glp-compound-threshold-row{grid-template-columns:7rem 1fr 3.5rem}.ds-glp-compound-monitoring-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ds-glp-compound-protocol-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.badge.ds-glp-pill-excellent{background:color-mix(in srgb,var(--pf-accent) 16%,white);color:color-mix(in srgb,var(--pf-accent) 78%,black);border-color:color-mix(in srgb,var(--pf-accent) 25%,white)}.badge.ds-glp-pill-moderate{background:var(--pf-success-tint);color:var(--pf-success-strong);border-color:var(--pf-success)}.badge.ds-glp-pill-high{background:color-mix(in srgb,var(--pf-error) 16%,white);color:color-mix(in srgb,var(--pf-error) 78%,black);border-color:color-mix(in srgb,var(--pf-error) 25%,white)}.badge.ds-glp-pill-frequency-low{background:color-mix(in srgb,var(--pf-accent) 16%,white);color:color-mix(in srgb,var(--pf-accent) 78%,black);border-color:color-mix(in srgb,var(--pf-accent) 25%,white)}.badge.ds-glp-pill-frequency-moderate{background:var(--pf-success-tint);color:var(--pf-success-strong);border-color:var(--pf-success)}.badge.ds-glp-pill-frequency-high{background:color-mix(in srgb,var(--pf-error) 16%,white);color:color-mix(in srgb,var(--pf-error) 78%,black);border-color:color-mix(in srgb,var(--pf-error) 25%,white)}@media (max-width:767px){.ds-glp-compound-receptor-grid{flex-wrap:wrap}.ds-glp-compound-receptor-card{flex:1 1 100%}.ds-glp-compound-stats-grid-four{grid-template-columns:repeat(2,minmax(0,1fr))}.ds-glp-compound-info-grid{grid-template-columns:1fr}.ds-glp-compound-deepdive-toggle{flex-wrap:wrap;justify-content:center}.ds-glp-compound-deepdive-ratings{flex-wrap:wrap;gap:1.5rem}.ds-glp-compound-deepdive-stack{gap:32px}.ds-glp-compound-dose-table-wrap,.ds-glp-dosing-frequency-table-wrap,.ds-glp-layout-table-wrap{position:relative}.ds-glp-compound-dose-table-wrap:after,.ds-glp-dosing-frequency-table-wrap:after,.ds-glp-layout-table-wrap:after{content:"";position:absolute;top:0;right:0;bottom:0;width:2rem;background:linear-gradient(to right,transparent,var(--pf-surface));pointer-events:none;border-radius:0 var(--pf-radius-card) var(--pf-radius-card) 0}}@keyframes ds-glp-dosing-fade{0%{opacity:0}to{opacity:1}}