.lp{--lp-ink:#0f172a;--lp-ink-soft:#334155;--lp-paper:#faf8f4;--lp-panel:#eef2ff;--lp-brand:#2563eb;--lp-brand-deep:#1d4ed8;--lp-tint:#dbeafe;--lp-amber:#f59e0b;--lp-amber-deep:#d97706;--lp-rule:#e7e2d8;--lp-muted:#6b7280}html:has(.lp){scroll-behavior:smooth}@keyframes lp-rise{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}@keyframes lp-collapse{0%{opacity:1;transform:none}55%{opacity:1}to{opacity:0;transform:translate(var(--lp-tx,0),120px) scale(.4)}}@keyframes lp-stamp{0%{opacity:0;transform:rotate(-8deg) scale(1.9)}to{opacity:1;transform:rotate(-8deg) scale(1)}}.lp-dash{animation:lp-rise .7s cubic-bezier(.2,.7,.3,1) both}.lp-chip{animation:lp-collapse .8s cubic-bezier(.55,0,.25,1) both;animation-delay:calc(.5s + var(--lp-i, 0) * .13s)}.lp-stamp{transform:rotate(-8deg);animation:lp-stamp .45s cubic-bezier(.2,1.4,.4,1) 1.7s both}@media (prefers-reduced-motion:reduce){html:has(.lp){scroll-behavior:auto}.lp-chip,.lp-dash,.lp-stamp{animation:none}}@keyframes lp-accordion-down{0%{height:0}to{height:var(--radix-accordion-content-height)}}@keyframes lp-accordion-up{0%{height:var(--radix-accordion-content-height)}to{height:0}}.animate-accordion-down{animation:lp-accordion-down .2s ease-out}.animate-accordion-up{animation:lp-accordion-up .2s ease-out}@media (prefers-reduced-motion:reduce){.animate-accordion-down,.animate-accordion-up{animation:none}}