.erp-whiteboard-root{position:absolute;inset:0;background:#0000;overflow:hidden}.erp-whiteboard-surface{position:absolute;inset:0 0 40px 0;overflow:hidden}.erp-floating-window{position:absolute;display:flex;flex-direction:column;border-radius:10px;border:1px solid var(--app-border-medium,#94a3b8);background:var(--app-surface,#fff);box-shadow:0 12px 40px #0f172a2e;overflow:hidden;min-width:320px;min-height:200px}.erp-floating-window[data-minimized=true]{visibility:hidden;pointer-events:none}.erp-floating-window[data-pinned=true]{opacity:.92}.erp-floating-window__titlebar{flex-shrink:0;display:flex;align-items:center;gap:6px;padding:6px 10px;cursor:move;-webkit-user-select:none;user-select:none;background:linear-gradient(180deg,var(--app-floating-titlebar-start,#ea580c) 0,var(--app-floating-titlebar-end,#c2410c) 100%);color:#fff;font-size:12px;font-weight:700;letter-spacing:.03em}.erp-floating-window__title{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.erp-floating-window__btn{width:26px;height:22px;border:1px solid #ffffff59;border-radius:4px;background:#ffffff1f;color:#fff;font-size:11px;line-height:1;cursor:pointer;padding:0}.erp-floating-window__btn:hover{background:#ffffff47}.erp-floating-window__btn[data-active=true]{background:#fff6}.erp-floating-window__body{flex:1 1;overflow:auto;min-height:0;background:var(--app-floating-body-bg,var(--app-surface,#fff));display:flex;flex-direction:column}.erp-floating-window__body:has([data-shell=accounting]){overflow:hidden}.erp-floating-window__body>*{flex:1 1;min-height:0;display:flex;flex-direction:column}.erp-floating-window__resize{position:absolute;right:0;bottom:0;width:18px;height:18px;cursor:nwse-resize;background:linear-gradient(135deg,#0000 50%,#64748b59 0)}.erp-whiteboard-taskbar{font-family:inherit}.erp-whiteboard-child-layer .erp-floating-window[data-pinned=true]{pointer-events:auto}.meta-record-form-panel--window{max-height:calc(100vh - 120px)}