:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f0f2f5;margin:0}*{box-sizing:border-box}body,html{padding:0;margin:0;min-height:100%}body{background:#f0f2f5}button,input{font:inherit}button{border:none;cursor:pointer}button:disabled{opacity:.5;cursor:not-allowed}#root,body,html{width:100%;height:100%}.whiteboard-shell{display:flex;flex-direction:column;min-height:100vh;background:#e6e9ee}.board-wrapper{position:relative;flex:1 1;min-height:calc(100vh - 72px);background:#ffffff;overflow:hidden;display:flex}.whiteboard-wrapper{flex:1 1;min-height:0}.whiteboard-canvas{width:100%;height:100%;display:block;touch-action:none}.image-layer{position:absolute;inset:0;pointer-events:none}.board-image{position:absolute;max-width:320px;max-height:320px;border-radius:14px;box-shadow:0 12px 24px rgba(15,23,42,.12);-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:none;pointer-events:auto}.board-image.dragging{transform:scale(1.02);box-shadow:0 16px 32px rgba(15,23,42,.18)}