/* Persistent workspace: only the content pane scrolls on tool pages. */
#main.property-tool-stage{padding:0;position:relative;height:calc(100dvh - 76px);min-height:300px;overflow:hidden}
.property-tool-frame{display:block;border:0;width:100%;height:100%;background:#fff}
.property-tool-frame[hidden]{display:none}
.property-tool-loading{padding:36px 32px;color:var(--muted);font:400 12px/1.6 Inter,sans-serif}
/* Tool runtimes retain their own editor styles, without rendering another shell. */
html.property-tool-pane .shell>.main-nav,html.property-tool-pane .shell>.stage>header,html.property-tool-pane .property-native-shade{display:none!important}
html.property-tool-pane .shell{display:block!important;grid-template-columns:minmax(0,1fr)!important;min-height:100dvh}
html.property-tool-pane .shell>.stage{margin:0!important;width:100%!important;min-width:0;padding:0!important;min-height:100dvh}
html.property-tool-pane .stage>main,html.property-tool-pane .stage>.page,html.property-tool-pane .stage>.hr-page{width:100%;max-width:none;margin:0;padding:32px}
html.property-tool-pane :is(.workspace-library-tabs,.document-list-tabs,.document-library-scope,.hr-tabs,.team-tabs){gap:20px;border-bottom:1px solid #e5e5e7;border-radius:0;background:transparent;padding:0}
html.property-tool-pane :is(.workspace-library-tabs,.document-list-tabs,.document-library-scope,.hr-tabs,.team-tabs)>:is(a,button){font:500 12px/1.5 Inter,sans-serif;padding:12px 8px;border:0;border-bottom:2px solid transparent;border-radius:0;background:transparent;color:#696b70;white-space:nowrap;box-shadow:none}
html.property-tool-pane :is(.workspace-library-tabs,.document-list-tabs,.document-library-scope,.hr-tabs,.team-tabs)>:is(a,button):is([aria-current=page],[aria-selected=true],.active){border-bottom-color:#202124;color:#202124;font-weight:550;background:transparent}
html.property-tool-pane :is(.workspace-library-tabs,.document-list-tabs,.document-library-scope,.hr-tabs,.team-tabs) svg{width:16px;height:16px;color:currentColor}
@media(max-width:760px){html.property-tool-pane .stage>main,html.property-tool-pane .stage>.page,html.property-tool-pane .stage>.hr-page{padding:24px 18px}.property-tool-loading{padding:24px 18px}}
