
/* 1.9.8 – montage-wall workshop */
.az-workshop-standalone{background:#f5f7f8}
.az-workbench{
  min-height:520px;
  border:10px solid #d6c6aa;
  border-radius:8px;
  background:#e9dfca;
  box-shadow:inset 0 0 0 1px rgba(83,62,37,.15),0 12px 28px rgba(28,48,60,.08)
}
.az-workbench-grid{
  background-image:
    radial-gradient(circle,rgba(102,79,47,.18) 1px,transparent 1.5px);
  background-size:22px 22px
}
.az-workbench:before{
  content:"ÜBUNGS-MONTAGEWAND";
  position:absolute;right:14px;bottom:10px;
  color:rgba(75,57,35,.28);font-size:.65rem;font-weight:900;letter-spacing:.12em
}
.az-ws-part{
  min-width:118px;padding:9px 8px 8px;
  border:1px solid #aeb9bf;border-radius:5px;
  background:#f7f7f5;
  box-shadow:0 4px 8px rgba(44,54,60,.18);
}
.az-ws-part.selected{border-color:#0873ad;box-shadow:0 0 0 3px rgba(8,115,173,.18),0 5px 10px rgba(44,54,60,.16)}
.az-ws-part>b{margin-top:6px;font-size:.68rem;color:#344750}
.az-device{position:relative;display:block;width:86px;height:72px;margin:auto;border:1px solid #a7adb0;background:#eee;border-radius:3px;box-shadow:inset 0 0 0 4px #fafafa}
.az-device .face{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}
.az-device.switch .face{width:43px;height:43px;border:1px solid #aaa;background:linear-gradient(145deg,#fff,#ddd);border-radius:2px;box-shadow:2px 2px 4px #bbb}
.az-device.switch .face:after{content:"";position:absolute;left:7px;right:7px;top:20px;height:2px;background:#c4c4c4}
.az-device.socket .face{width:45px;height:45px;border-radius:50%;border:2px solid #aaa;background:#f7f7f5}
.az-device.socket .face:before,.az-device.socket .face:after{content:"";position:absolute;top:18px;width:7px;height:9px;border-radius:50%;background:#777}
.az-device.socket .face:before{left:9px}.az-device.socket .face:after{right:9px}
.az-device.lamp{border-radius:50%;width:76px;height:76px}
.az-device.lamp .face{width:42px;height:42px;border-radius:50%;background:radial-gradient(circle at 40% 35%,#fffbd2,#f1cf48 58%,#b59a30);box-shadow:0 0 12px rgba(236,197,54,.35)}
.az-device.junction{width:88px;height:70px;border-radius:7px;background:#f1f1ed}
.az-device.junction .face{width:55px;height:36px;border:1px solid #a9afb1;border-radius:4px;background:repeating-linear-gradient(90deg,#e5e5df 0 8px,#fafaf7 8px 13px)}
.az-device.source{background:#e6eaec}
.az-device.source .face{width:48px;height:35px;background:#384a55;border-radius:3px}
.az-device.source .face:after{content:"24 V ÜBUNG";position:absolute;inset:0;display:grid;place-items:center;color:#fff;font-size:.55rem;font-weight:900}
.az-term{position:absolute;bottom:-7px;width:21px;height:16px;border-radius:8px;border:2px solid #fff;display:grid;place-items:center;color:#fff;font-size:.52rem;font-weight:900;box-shadow:0 1px 3px rgba(0,0,0,.2)}
.az-term.l{left:5px;background:#7a4c25}.az-term.n{left:32px;background:#2878b8}.az-term.pe{right:5px;background:linear-gradient(90deg,#55a342 50%,#d7c91d 50%)}.az-term.out{right:6px;background:#555}
.az-device-mini{position:relative;display:inline-block;width:27px;height:27px;flex:0 0 27px;border:1px solid #aeb7bc;background:#f4f4f1;border-radius:3px}
.az-device-mini.switch i{position:absolute;inset:6px;border:1px solid #aaa;background:#fff}
.az-device-mini.socket{border-radius:50%}.az-device-mini.socket i:before,.az-device-mini.socket i:after{content:"";position:absolute;top:10px;width:4px;height:6px;border-radius:50%;background:#777}.az-device-mini.socket i:before{left:6px}.az-device-mini.socket i:after{right:6px}
.az-device-mini.lamp{border-radius:50%;background:#f1d761}.az-device-mini.junction i{position:absolute;inset:6px;border:1px dashed #8f999e}.az-device-mini.supply{background:#445761}
.az-terminal-legend{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin-top:13px;padding:10px 12px;border:1px solid #dfe6ea;border-radius:11px;background:#fff;color:#536875;font-size:.78rem}
.az-terminal-legend>b{color:#294657}.az-terminal-legend>span{display:flex;align-items:center;gap:4px;font-weight:900}.az-terminal-legend small{flex-basis:100%;color:#84929a}
.az-workshop-tools button[data-ws-conductor].active{box-shadow:inset 3px 0 0 #0a6da9}
@media(max-width:620px){.az-workbench{min-height:430px;border-width:6px}.az-ws-part{min-width:104px}.az-device{transform:scale(.9)}}
