@import "https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800;900&family=IBM+Plex+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap";:root{--font-display:"Outfit", sans-serif;--font-body:"IBM Plex Sans", sans-serif;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem;--font-size-5xl:3rem;--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--font-weight-black:900;--color-bg:#f8fafc;--color-surface:#fff;--color-primary:#0d9488;--color-secondary:#0f766e;--color-accent:#d97706;--color-text:#0f172a;--color-muted:#475569;--color-success:#10b981;--color-error:#ef4444;--color-warning:#f59e0b;--color-border:#e2e8f0;--spacing-1:.25rem;--spacing-2:.5rem;--spacing-2-5:.625rem;--spacing-3:.75rem;--spacing-4:1rem;--spacing-6:1.5rem;--spacing-8:2rem;--spacing-12:3rem;--spacing-16:4rem;--animation-duration-fast:.15s;--animation-duration-medium:.3s;--animation-duration-long:.5s;--animation-easing-default:cubic-bezier(.4, 0, .2, 1);--animation-easing-in:cubic-bezier(.4, 0, 1, 1);--animation-easing-out:cubic-bezier(0, 0, .2, 1);--animation-easing-bounce:cubic-bezier(.34, 1.56, .64, 1)}.dark{--color-bg:#0b131a;--color-surface:#111c24;--color-primary:#0d9488;--color-secondary:#115e59;--color-accent:#d97706;--color-text:#f8fafc;--color-muted:#94a3b8;--color-success:#10b981;--color-error:#ef4444;--color-warning:#f59e0b;--color-border:#1e293b}@media (prefers-reduced-motion:reduce){:root{--animation-duration-fast:0s!important;--animation-duration-medium:0s!important;--animation-duration-long:0s!important}*,:before,:after{scroll-behavior:auto!important;transition-duration:0s!important;animation-duration:0s!important;animation-iteration-count:1!important;animation-delay:0s!important}}@keyframes slideUpFade{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-entrance{animation:slideUpFade var(--animation-duration-long) var(--animation-easing-out) forwards}.bcb-checkbox{appearance:none;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.bcb-checkbox:checked{background-color:var(--color-primary);border-color:var(--color-primary);background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");background-position:50%;background-repeat:no-repeat;background-size:100% 100%}.bcb-checkbox:hover:not(:checked){border-color:var(--color-primary)}
