.project{grid-template-columns:var(--project-chat-w,clamp(340px, 35vw, 960px)) minmax(0, 1fr);grid-template-rows:48px minmax(0,1fr) 28px;grid-template-areas:"top top""chat preview""foot foot";height:100vh;min-height:0;font-size:13.5px;display:grid;overflow:hidden}@media (max-width:900px){.project{grid-template:"top"48px"chat"minmax(0,1fr)"preview"minmax(0,1fr)"foot"28px/1fr}}
