/* SplitShell — style orchestrator (§5.1). Reusable split-screen layout shared by the
   estimate funnel and the client login (golden rule #1): brand panel on the left,
   light interactive column on the right. Only @imports live here, in cascade order. */

@import url('/shared/styles/platform-surface.css');
@import url('./styles/layout.css');
@import url('./styles/brand-panel.css');
@import url('./styles/card.css');
@import url('./styles/field.css');
@import url('./styles/check.css');
@import url('./styles/code-input.css');
@import url('./styles/modal.css');
@import url('./styles/responsive.css');
