Loading...
New: Guardian AI is live. Get AI defect descriptions, stage-specific advice, builder checks, and a construction chat copilot.
Loading...
.container {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: stretch;
flex-wrap: nowrap;
gap: 10px;
}