._viewport_14xub_1{z-index:var(--z-toast);gap:var(--space-3,.75rem);pointer-events:none;inset-inline:var(--space-4,1rem);flex-direction:column;display:flex;position:fixed;inset-block-end:var(--space-4,1rem)}@media (width>=768px){._viewport_14xub_1{inset-block-start:auto;inset-inline:auto;width:100%;max-width:420px;inset-block-end:var(--space-6,1.5rem);inset-inline-end:var(--space-6,1.5rem)}}._viewportEmpty_14xub_26{pointer-events:none}html[data-compare-bar-visible] ._viewport_14xub_1{inset-block-start:var(--space-4,1rem);inset-block-end:auto}@media (width>=768px){html[data-compare-bar-visible] ._viewport_14xub_1{inset-block-start:var(--space-6,1.5rem);inset-block-end:auto}}._toast_14xub_66{--toast-duration:5s;pointer-events:auto;align-items:stretch;gap:var(--space-3,.75rem);padding:var(--space-4,1rem);min-height:88px;color:var(--core-foreground);touch-action:pan-y;user-select:none;will-change:transform, opacity;animation:.22s cubic-bezier(.16,1,.3,1) _toast-in_14xub_1;display:flex;position:relative;overflow:hidden}._toast_14xub_66.overlay-surface{background-color:var(--toast-bg,var(--surface-overlay,#fff))}._body_14xub_109{justify-content:center;gap:var(--space-2,.5rem);text-align:left;flex-direction:column;flex:1;min-width:0;display:flex}._icon_14xub_119{width:36px;height:36px;color:var(--toast-accent,var(--core-muted-foreground));flex-shrink:0;justify-content:center;align-self:center;align-items:center;display:inline-flex}._toast_14xub_66:has(._actions_14xub_136) ._icon_14xub_119{align-self:flex-start}._iconSpinning_14xub_140{animation:1s linear infinite _toast-spin_14xub_1}._message_14xub_144{font-family:var(--font-sans);color:var(--core-foreground);margin:0;font-size:.9375rem;font-weight:500;line-height:1.45}._actions_14xub_136{align-items:center;gap:var(--space-2,.5rem);flex-wrap:wrap;display:flex}._action_14xub_136{font-family:var(--font-sans);cursor:pointer;border-radius:var(--radius-pill,9999px);border:none;align-items:center;padding:.45rem .95rem;font-size:.8125rem;font-weight:600;text-decoration:none;transition:filter .15s,transform .15s,background-color .15s;display:inline-flex}._actionPrimary_14xub_177{background-color:var(--toast-accent,var(--brand-primary));color:var(--toast-accent-foreground,#fff)}._actionPrimary_14xub_177:hover,._actionPrimary_14xub_177:focus-visible{filter:brightness(.92);transform:translateY(-1px)}._actionSecondary_14xub_188{background-color:var(--core-foreground-a05);color:var(--core-foreground);border:1px solid var(--core-foreground-a15);padding:calc(.45rem - 1px) calc(.75rem - 1px);font-weight:500}._actionSecondary_14xub_188:hover,._actionSecondary_14xub_188:focus-visible{background-color:var(--core-foreground-a10);border-color:var(--core-foreground-a25)}._closeWrap_14xub_203{width:36px;height:36px;color:var(--toast-accent,var(--core-muted-foreground));flex-shrink:0;justify-content:center;align-self:flex-start;align-items:center;display:inline-flex;position:relative}._countdown_14xub_215{pointer-events:none;width:100%;height:100%;position:absolute;inset:0;transform:rotate(-90deg)}._countdownTrack_14xub_224{fill:none;stroke:currentColor;stroke-width:2px;opacity:.22}._countdownIndicator_14xub_231{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-dasharray:100;stroke-dashoffset:0;animation:_toast-countdown_14xub_1 var(--toast-duration,5s) linear forwards}._toast_14xub_66:hover ._countdownIndicator_14xub_231,._toast_14xub_66:focus-within ._countdownIndicator_14xub_231{animation-play-state:paused}._close_14xub_203{width:24px;height:24px;color:var(--core-foreground);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:background-color .15s;display:inline-flex;position:relative}._close_14xub_203:hover,._close_14xub_203:focus-visible{background-color:var(--core-foreground-a10)}@keyframes _toast-in_14xub_1{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}._exiting_14xub_279{pointer-events:none;animation:.2s cubic-bezier(.4,0,1,1) forwards _toast-out_14xub_1}@keyframes _toast-out_14xub_1{0%{opacity:1;max-height:200px;margin-block-end:0;transform:translateY(0)scale(1)}to{opacity:0;max-height:0;margin-block-end:calc(-1 * var(--space-3,.75rem));padding-block:0;transform:translateY(8px)scale(.98)}}@keyframes _toast-spin_14xub_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes _toast-countdown_14xub_1{to{stroke-dashoffset:100px}}._toast_14xub_66[data-toast-type=success]{--toast-accent:var(--success,#16a34a);--toast-accent-foreground:var(--success-foreground,#fff);--toast-bg:color-mix(in oklab, var(--surface-overlay,#fff) 87%, var(--success,#16a34a) 13%)}._toast_14xub_66[data-toast-type=error]{--toast-accent:var(--destructive,#dc2626);--toast-accent-foreground:var(--destructive-foreground,#fff);--toast-bg:color-mix(in oklab, var(--surface-overlay,#fff) 87%, var(--destructive,#dc2626) 13%)}._toast_14xub_66[data-toast-type=warning]{--toast-accent:var(--warning,#ea580c);--toast-accent-foreground:var(--warning-foreground,#1a1a1a);--toast-bg:color-mix(in oklab, var(--surface-overlay,#fff) 87%, var(--warning,#ea580c) 13%)}._toast_14xub_66[data-toast-type=info]{--toast-accent:var(--info,#2563eb);--toast-accent-foreground:var(--info-foreground,#fff);--toast-bg:color-mix(in oklab, var(--surface-overlay,#fff) 87%, var(--info,#2563eb) 13%)}._toast_14xub_66[data-toast-type=loading]{--toast-accent:var(--info,#2563eb);--toast-accent-foreground:var(--info-foreground,#fff);--toast-bg:var(--surface-overlay,#fff);border-color:var(--info-a20)}[data-theme=dark] ._toast_14xub_66[data-toast-type=success],[data-theme=dark] ._toast_14xub_66[data-toast-type=error],[data-theme=dark] ._toast_14xub_66[data-toast-type=warning],[data-theme=dark] ._toast_14xub_66[data-toast-type=info]{--toast-bg:color-mix(in oklab, var(--surface-overlay,#1a1a1a) 86%, var(--toast-accent) 14%)}@media (prefers-reduced-motion:reduce){._toast_14xub_66{animation:none}._iconSpinning_14xub_140{animation-duration:2s}._exiting_14xub_279{animation-duration:.01ms}._countdownIndicator_14xub_231{stroke-dashoffset:0;animation:none}}.astro-route-announcer{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;top:0;left:0;overflow:hidden}
