*,*:before,*:after{box-sizing:border-box}*{margin:0}html{interpolate-size:allow-keywords}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p{overflow-wrap:break-word;text-wrap:pretty}h1,h2,h3,h4,h5,h6{overflow-wrap:break-word;text-wrap:balance}#root,#app{isolation:isolate}:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;color-scheme:light dark}body{min-height:100dvh}.page{max-width:80ch;margin-inline:auto;padding:2rem}.splash{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100dvh;background-color:#f0f0f7}.splash__lockup{width:clamp(256px,40vw,332px);aspect-ratio:766 / 223;background-color:#cbd0d7;-webkit-mask:url(https://static.buildanything.com/assets/full-lockup.svg) center / contain no-repeat;mask:url(https://static.buildanything.com/assets/full-lockup.svg) center / contain no-repeat}.splash__tagline{position:absolute;bottom:8%;color:#cbd0d7;font-family:ui-rounded,SF Pro Rounded,system-ui,-apple-system,sans-serif;font-size:17px;letter-spacing:-.34px;text-align:center}.terrain-editor{--te-bg: #eef1ec;--te-panel-bg: #f8faf7;--te-border: #d7ddd2;--te-text: #202b24;--te-text-dim: #5b6a5e;--te-accent: #3f7d52;--te-accent-text: #f4faf5;min-height:100dvh;display:flex;flex-direction:column;gap:1rem;padding:1.5rem;background:var(--te-bg);color:var(--te-text)}@media(prefers-color-scheme:dark){.terrain-editor{--te-bg: #161c19;--te-panel-bg: #1d2521;--te-border: #333d39;--te-text: #e7ede7;--te-text-dim: #9fb0a2;--te-accent: #57a06c;--te-accent-text: #0f1712}}.terrain-editor__header h1{font-size:1.4rem}.terrain-editor__status{min-height:1.2em;color:var(--te-text-dim);font-size:.9rem}.terrain-editor__layout{display:grid;grid-template-columns:220px 1fr;gap:1.5rem;align-items:start}@media(max-width:720px){.terrain-editor__layout{grid-template-columns:1fr}}.terrain-editor__toolbar{display:flex;flex-direction:column;gap:1.25rem;padding:1rem;background:var(--te-panel-bg);border:1px solid var(--te-border);border-radius:12px}.terrain-editor__group{display:flex;flex-direction:column;gap:.4rem}.terrain-editor__group label,.terrain-editor__group-label{font-size:.85rem;color:var(--te-text-dim)}.terrain-editor__tool-buttons{display:grid;grid-template-columns:1fr 1fr;gap:.4rem}.terrain-editor__tool-button{padding:.4rem;border:1px solid var(--te-border);border-radius:8px;background:transparent;color:var(--te-text);cursor:pointer}.terrain-editor__tool-button[aria-pressed=true]{background:var(--te-accent);border-color:var(--te-accent);color:var(--te-accent-text)}.terrain-editor__actions{flex-direction:row;flex-wrap:wrap}.terrain-editor__actions button{flex:1 1 auto;padding:.5rem;border:1px solid var(--te-border);border-radius:8px;background:transparent;color:var(--te-text);cursor:pointer}.terrain-editor__actions button:disabled{opacity:.5;cursor:not-allowed}.terrain-editor__save-button{background:var(--te-accent)!important;border-color:var(--te-accent)!important;color:var(--te-accent-text)!important}.terrain-editor__canvases{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media(max-width:960px){.terrain-editor__canvases{grid-template-columns:1fr}}.terrain-editor__canvas-panel h2{font-size:.95rem;color:var(--te-text-dim);margin-bottom:.5rem;font-weight:600}.terrain-editor__canvas{width:100%;aspect-ratio:1 / 1;border-radius:10px;border:1px solid var(--te-border);touch-action:none;cursor:crosshair}.terrain-editor__canvas--3d{aspect-ratio:4 / 3;cursor:grab}
