:root{color:#f5ead8;background:#17130f;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0}button,input,textarea,select{font:inherit}button{min-height:36px;border:1px solid rgba(239,213,170,.28);border-radius:6px;background:#342417;color:#f5ead8;cursor:pointer}button.active,button:hover{border-color:#edc46e;background:#604123}button:disabled{opacity:.45;cursor:not-allowed}.studio{min-height:100vh;padding:24px;background:linear-gradient(#17130fe0,#17130ff0),repeating-linear-gradient(90deg,#1e1711 0 80px,#211911 80px 160px)}.studio-header{display:flex;justify-content:space-between;gap:24px;align-items:flex-start;padding-bottom:18px;border-bottom:1px solid rgba(239,213,170,.16)}.studio-header h1{margin:0 0 8px}.studio-header p{margin:0;color:#d6c4a8;max-width:760px}.studio-actions{display:flex;gap:10px;align-items:end;flex-wrap:wrap}label{display:grid;gap:5px;color:#d8c8ad;font-size:13px}input,textarea,select{width:100%;color:#f5ead8;background:#0a0806b8;border:1px solid rgba(239,213,170,.2);border-radius:6px;padding:8px}.tabs{display:flex;gap:8px;margin:18px 0}.tabs button{padding:0 16px;text-transform:capitalize}.status{display:flex;gap:16px;align-items:center;min-height:40px;color:#d8c8ad}.status strong{color:#f09c72}.errors{max-height:180px;overflow:auto;padding:12px;color:#ffb099;background:#4f16108c;border:1px solid rgba(255,123,86,.32);border-radius:8px}.grid-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:16px}.editor-card{display:grid;gap:10px;padding:14px;background:#1c140ed1;border:1px solid rgba(239,213,170,.14);border-radius:8px}.editor-card.wide{grid-column:span 2}.editor-card h2{margin:0 0 4px}.check{display:flex;gap:8px;align-items:center}.check input{width:auto}.layers,.inline-row{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.room-tool{display:grid;gap:10px}.belt-preview{position:relative;height:180px;background:linear-gradient(#342014 0 25%,#75512d 25% 100%),#75512d;border:1px solid rgba(239,213,170,.22);border-radius:8px;overflow:hidden}.belt-preview:after{content:"";position:absolute;left:4%;right:4%;top:38%;height:44%;border:2px dashed rgba(255,242,210,.24);border-radius:50%}.spawn-dot,.crate-dot{position:absolute;width:30px;height:30px;transform:translate(-50%,-50%);border-radius:50%;display:grid;place-items:center;padding:0;z-index:1}.spawn-dot{background:#83343b}.crate-dot{background:#8c632e}.room-actions{display:flex;gap:8px}.json-editor{display:grid;gap:12px}.json-editor textarea{min-height:62vh;font-family:SFMono-Regular,Consolas,monospace}@media(max-width:880px){.studio-header,.studio-actions,.tabs,.layers,.inline-row{display:grid;grid-template-columns:1fr}.editor-card.wide{grid-column:auto}}
