What problem does it solve? Husi replaces Material 3's default TopAppBar and AppBarWithSearch with in-house capsule components, and developers need consistent guidance to wire Haze blur, scroll behaviors, and window insets correctly when adding or editing screens in composeApp/. ## Core Features & Use Cases - Capsule Component System: Provides CapsuleTopBar, CapsuleSearchTopBar, CapsuleActionButton, and CapsuleHeader as drop-in replacements for Material 3 top bars with automatic title marquee and edge fading. - Two Layout Patterns: Pattern A places a bar directly above scrolling content; Pattern B wraps topbar plus tabs or search in a blurred CapsuleHeader whose tint lerps on scroll. - Haze Blur Wiring: Enforces the three-part pattern of rememberHazeState, hazeSource on the content slot, and passing hazeState to the bar, with opaque fallbacks for Android 11 and below. - Use Case: When adding a new settings screen with a LazyColumn, follow Pattern A to get a blurred capsule topbar where list content scrolls visibly underneath. ## Quick Start Ask the AI to add a new screen in composeApp with a capsule topbar following the husi-topbar patterns, including Haze blur wiring and scroll behavior.