html,body{margin:0;width:100%;height:100%}body.mapEditorActive{overflow:hidden;background:#111318;color:#f2f5f8;font-family:Arial,Helvetica,sans-serif}body.mapEditorActive .mapEditorShell,body.mapEditorActive .mapEditorShell *{color:inherit;font-family:Arial,Helvetica,sans-serif;line-height:normal}body.mapEditorActive .mapEditorExport,body.mapEditorActive .mapEditorExport *{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}body.mapEditorActive #linksContainer,body.mapEditorActive #gameUi,body.mapEditorActive #gameOverMessage,body.mapEditorActive #connectionStatus{display:none!important}.mapEditorShell{display:grid;grid-template-rows:auto minmax(0,1fr);width:100vw;height:100vh;background:#141820;overflow:hidden}.mapEditorTopbar{display:flex;align-items:center;flex-wrap:wrap;gap:12px;padding:10px 14px;background:#1c232d;border-bottom:1px solid #33404e;box-shadow:0 1px #ffffff0a,0 10px 24px #0000002e;box-sizing:border-box}.mapEditorTitle{font-size:18px;font-weight:700;white-space:nowrap;color:#fff}.mapEditorToolbar{display:flex;align-items:center;flex-wrap:wrap;gap:8px;min-width:0;flex:1}.mapEditorTools{display:flex;gap:4px;padding:3px;border:1px solid #394656;border-radius:6px;background:#151b23}.mapEditorButton,.mapEditorTool{height:34px;padding:0 12px;border:1px solid #445365;border-radius:6px;background:#25303c;color:#f7fafc;font-size:13px;cursor:pointer;transition:background-color .12s ease,border-color .12s ease,color .12s ease,transform 80ms ease}.mapEditorTool.active{border-color:#7fb4e8;background:#2f76b7;color:#fff}.mapEditorButton:hover,.mapEditorTool:hover{background:#314052;border-color:#6c829b}.mapEditorButton:active,.mapEditorTool:active{transform:translateY(1px)}.mapEditorField{display:flex;align-items:center;gap:5px;color:#cdd8e4;font-size:12px;font-weight:700}.mapEditorField input,.mapEditorField select{height:30px;min-width:64px;border:1px solid #46566a;border-radius:6px;background:#0f141b;color:#fff;padding:0 8px;box-sizing:border-box;transition:border-color .12s ease,box-shadow .12s ease,background-color .12s ease}.mapEditorField input:focus,.mapEditorField select:focus,.mapEditorExport:focus{border-color:#7fb4e8;box-shadow:0 0 0 2px #7fb4e838;outline:none}.mapEditorField select{width:min(230px,32vw)}.mapEditorMain{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,340px);min-height:0;min-width:0;overflow:hidden}.mapEditorCanvasWrap{position:relative;min-width:0;min-height:0;background:#10141a}#mapEditorCanvas{display:block;width:100%;height:100%;cursor:grab}#mapEditorCanvas:active{cursor:grabbing}.mapEditorStatus{position:absolute;left:12px;bottom:12px;padding:7px 10px;border:1px solid rgba(127,180,232,.24);border-radius:6px;background:#0d1218e0;color:#eff6ff;font-size:12px;font-weight:700;pointer-events:none}.mapEditorPanel{display:flex;flex-direction:column;gap:12px;min-height:0;min-width:0;padding:14px;background:#1a2029;border-left:1px solid #33404e;box-sizing:border-box;box-shadow:-8px 0 24px #00000024;overflow-y:auto;overflow-x:hidden}.mapEditorPanelSection{display:flex;flex-direction:column;flex:0 0 auto;gap:8px;padding:12px;border:1px solid #303b49;border-radius:8px;background:#151b23}.mapEditorPanelTitle{color:#fff;font-size:14px;font-weight:700}.mapEditorStats{display:grid;grid-template-columns:1fr 1fr;gap:8px}.mapEditorStat{padding:10px;border:1px solid #2e3946;border-radius:7px;background:#0f141b;color:#cdd8e4;font-size:12px}.mapEditorStat strong{display:block;margin-bottom:2px;color:#fff;font-size:18px}.mapEditorProperties{display:grid;grid-template-columns:1fr 1fr;gap:8px}.mapEditorProperties .mapEditorField{align-items:stretch;flex-direction:column;gap:3px}.mapEditorProperties .mapEditorField.wide{grid-column:1 / -1}.mapEditorProperties .mapEditorField input,.mapEditorProperties .mapEditorField select{width:100%}.mapEditorExport{flex:0 0 220px;min-height:160px;resize:none;border:1px solid #46566a;border-radius:7px;background:#0f141b;color:#e6edf5;padding:8px;font-family:Consolas,Monaco,monospace;font-size:12px;line-height:1.35}@media (max-width: 900px){.mapEditorShell{grid-template-rows:auto minmax(0,1fr)}.mapEditorTopbar,.mapEditorToolbar{flex-wrap:wrap}.mapEditorMain{grid-template-columns:1fr;grid-template-rows:minmax(0,1fr) minmax(240px,34vh)}.mapEditorPanel{border-left:0;border-top:1px solid #3e454d}}@media (max-width: 560px){.mapEditorTopbar{align-items:stretch}.mapEditorToolbar,.mapEditorTools{width:100%}.mapEditorField{flex:1 1 130px}.mapEditorField select{width:100%}}
