/* ── MinimalLayout — global (component-level CSS) ── */

.minimal-layout {
    min-height: 100vh;
    width: 100%;
}
