:root { color-scheme: light; font-family: system-ui, sans-serif; color: #1d2939; background: #f5f7f8; }
* { box-sizing: border-box; } body { margin: 0; } header { display: flex; justify-content: space-between; align-items: center; padding: 12px 20px; background: #163d35; color: white; } h1,h2 { margin: 0 0 10px; } h1 { font-size: 1.3rem; } h2 { font-size: 1rem; }
main { display: grid; grid-template-columns: 230px minmax(0, 1fr) 315px; gap: 16px; padding: 16px; } aside,.workspace,.order { background: white; border: 1px solid #d7dfe2; border-radius: 6px; padding: 14px; } .workspace { min-width: 0; } select,input,button,textarea { font: inherit; } select,input { width: 100%; padding: 5px; } button { padding: 6px 9px; cursor: pointer; } label { display: block; font-size: .82rem; margin: 7px 0; } .connection label { display: inline-block; margin: 0 8px 0 0; }.connection input { width: 210px; }
.actions { display: flex; gap: 6px; margin: 7px 0 15px; } .workspace nav { text-align: center; margin-bottom: 8px; }.view.selected { background: #163d35; color: white; } .zoom { display: inline-flex; align-items: center; gap: 4px; margin-left: 10px; }.zoom input { width: 100px; } #previewViewport { width: 100%; max-width: 100%; height: min(65vh, 620px); overflow: auto; background: #eef2f2; border: 1px solid #cbd5d8; } #preview { display: block; background: #eef2f2; } #preview .page { fill: white; stroke: #1d2939; stroke-width: .35; } #preview .margin { fill: #f8faf5; stroke: #69874a; stroke-dasharray: 1 1; stroke-width: .25; } #preview .slot { fill: #fff; stroke: #59806d; stroke-width: .25; } #preview .slot-number { font-size: 2px; fill: #758191; } #preview .element { fill: #182b24; font-family: Arial, sans-serif; } #preview .selection { fill: transparent; stroke: #2563eb; stroke-width: .5; vector-effect: non-scaling-stroke; pointer-events: all; } #validation { color: #b42318; font-weight: 600; margin-top: 8px; }.settings { max-height: 75vh; overflow: auto; }.settings fieldset { border: 1px solid #d7dfe2; margin: 0 0 10px; }.settings legend { font-weight: 650; }.settings input,.settings select { margin-top: 2px; } .element-row { display: flex; gap: 5px; align-items: center; margin: 4px 0; }.element-row button { flex: 1; text-align: left; }.element-row .remove { flex: 0; color: #b42318; }.order { margin: 0 16px 16px; }.order textarea { width: 100%; min-height: 180px; font-family: ui-monospace, monospace; font-size: .8rem; } #status { min-height: 2rem; white-space: pre-wrap; } .ok { color: #087443; } .error { color: #b42318; }
@media (max-width: 1000px) { main { grid-template-columns: 1fr; }.settings { max-height: none; } }
