# Aqua Theme Notes This module is the reusable Aqua style source for design-code consumers. ## What it captures - Aqua-style control surfaces and button hierarchy - segmented controls and grouped tab geometry - table/filter/toolbars visual primitives - icon rendering baseline and shared icon sprite usage - modal and status component style language ## How to use - Treat this module as the visual baseline for reusable UI components in this repository. - Pattern contracts should reference this module instead of redefining shared visual primitives. - When visual behavior changes in demo/scaffold, sync the canonical rules here so host projects can reproduce the same output deterministically. ## Boundary - This module standardizes visual language only. - Domain behavior, labels, and business workflow semantics belong to pattern contracts.