.custom-guides-layer{position:absolute;inset:0;z-index:11;overflow:hidden;pointer-events:none}
.custom-guide{position:absolute;display:block;background:#00a9ad;box-shadow:0 0 0 1px rgba(255,255,255,.72);pointer-events:none}
.custom-guide.vertical{top:0;bottom:0;width:1px}
.custom-guide.horizontal{left:0;right:0;height:1px}
.custom-guide span{position:absolute;padding:2px 5px;border-radius:4px;background:#087f7c;color:#fff;font:800 7px/1.2 Inter,"Segoe UI",sans-serif;white-space:nowrap;box-shadow:0 2px 6px rgba(7,51,54,.18)}
.custom-guide.vertical span{top:5px;left:4px}
.custom-guide.horizontal span{top:4px;left:5px}
.guides-dialog{width:min(560px,94vw)}
.guides-body{padding:18px 21px 4px}
.guides-body>p:first-child{margin:0 0 13px;color:#65737a;font-size:9px;font-weight:800}
.guide-entry-grid{display:grid;grid-template-columns:minmax(0,1fr) 112px;gap:9px;align-items:end}
.guide-entry-grid label{display:grid;gap:5px;color:#4f5e65;font-size:9px;font-weight:850}
.guide-entry-grid label>span{display:grid;grid-template-columns:minmax(0,1fr) 30px;align-items:center;height:39px;border:1px solid #ccd6d9;border-radius:9px;background:#fff;overflow:hidden}
.guide-entry-grid input{min-width:0;height:100%;border:0;padding:0 10px;outline:0;font-variant-numeric:tabular-nums}
.guide-entry-grid small{text-align:center;color:#74848b;font-size:8px}
.guide-entry-grid button{height:39px;border:1px solid #a7cdca;border-radius:9px;background:#effaf8;color:#126c67;font-size:9px;font-weight:900}
.guide-list{display:grid;gap:6px;max-height:220px;margin-top:15px;overflow:auto}
.guide-list>div{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 10px;border:1px solid #dbe2e3;border-radius:9px;background:#fafcfc}
.guide-list span,.guide-list b,.guide-list small{display:block}
.guide-list b{color:#213b42;font-size:9px}.guide-list small{margin-top:2px;color:#6e7f84;font-size:8px;font-variant-numeric:tabular-nums}
.guide-list button{width:28px;height:28px;border:0;border-radius:7px;background:#f5e8e8;color:#a5323f;font-size:16px}
.guide-empty{margin:0;padding:18px;border:1px dashed #ccd7d9;border-radius:9px;color:#718087;text-align:center;font-size:9px}
.guides-note{margin:14px 0 0;padding:10px;border-radius:9px;background:#eef8fb;color:#386775;font-size:8px;line-height:1.5}
@media(max-width:620px){.guide-entry-grid{grid-template-columns:1fr}.guide-entry-grid button{margin-bottom:5px}.custom-guide span{display:none}}
