/* DIAMANTE Visual Studio v0.4.4 — structural docking layer for Puck standard layout. */
.editor-host{overflow:clip}
.editor-host [data-diamante-sticky-ancestor]{overflow:visible}
.editor-host [data-diamante-dock]{position:sticky;top:var(--diamante-dock-top,0px);align-self:start;height:var(--diamante-dock-height,100dvh);max-height:var(--diamante-dock-height,100dvh);min-height:0;z-index:8;background:var(--panel,#fff);overscroll-behavior:contain;scrollbar-gutter:stable}
.editor-host [data-diamante-dock="left"],.editor-host [data-diamante-dock="right"]{overflow-y:auto;overflow-x:hidden}
.diamante-inspector-toggle{min-height:36px;border:1px solid var(--puck-color-border,#dbe5e7);border-radius:8px;background:#fff;color:#40575e;padding:0 10px;font:600 12px/1 var(--puck-font-family,Inter,system-ui,sans-serif);cursor:pointer;white-space:nowrap}
.diamante-inspector-toggle:hover{background:#f5f8f9;border-color:#b9cbd0}
.diamante-inspector-toggle.is-open{background:#eef9fb;border-color:#8fcbd7;color:#046f87}
